O
O
otgorn2020-12-16 17:43:40
HTML
otgorn, 2020-12-16 17:43:40

Hello. who knows how to make a gradient like this ball in svg?

5fda1ccad211f457362729.jpeg5fda1ce348e46821639278.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stepan Voevodin, 2020-12-19
@melpnz

through a radial gradient

<svg width="147" height="147" viewBox="0 0 147 147" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="73.5" cy="73.5" r="73.5" fill="url(#paint0_radial)"/>
<radialGradient id="paint0_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(55.5 53.5) rotate(56.0745) scale(101.234)">
<stop stop-color="#835AF5"/>
<stop offset="1" stop-color="#552DC1"/>
</radialGradient>
</svg>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question