Skip to content

Instantly share code, notes, and snippets.

@o-az
Created August 25, 2025 00:17
Show Gist options
  • Select an option

  • Save o-az/d2550061d1647330f192597a58142cec to your computer and use it in GitHub Desktop.

Select an option

Save o-az/d2550061d1647330f192597a58142cec to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<defs>
<radialGradient
id="gzr"
gradientTransform="translate(66.4578 24.3575) scale(75.2908)"
gradientUnits="userSpaceOnUse"
r="1"
cx="0"
cy="0%"
>
<stop offset="15.62%" stop-color="hsl(89, 86%, 89%)" />
<stop offset="39.58%" stop-color="hsl(89, 87%, 79%)" />
<stop offset="72.92%" stop-color="hsl(169, 89%, 69%)" />
<stop offset="90.63%" stop-color="hsl(179, 94%, 65%)" />
<stop offset="100%" stop-color="hsl(179, 96%, 65%)" />
</radialGradient>
</defs>
<g>
<path
d="M100 50C100 22.3858 77.6142 0 50 0C22.3858 0 0 22.3858 0 50C0 77.6142 22.3858 100 50 100C77.6142 100 100 77.6142 100 50Z"
fill="url(#gzr)"
/>
<path
stroke="rgba(0,0,0,0.075)"
fill="transparent"
stroke-width="1"
d="M50,0.5c27.3,0,49.5,22.2,49.5,49.5S77.3,99.5,50,99.5S0.5,77.3,0.5,50S22.7,0.5,50,0.5z"
/>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment