Skip to content

Instantly share code, notes, and snippets.

@FreeMasen
Created May 19, 2019 01:06
Show Gist options
  • Save FreeMasen/a78005482ef962ad84f2e1374f211f4d to your computer and use it in GitHub Desktop.
Save FreeMasen/a78005482ef962ad84f2e1374f211f4d to your computer and use it in GitHub Desktop.
QRgXWJ
<svg viewBox="0 0 50 50">
<defs>
<mask id="mask">
<circle
r="24"
cy="25"
cx="25"
fill="white"
/>
<circle
r="18"
cy="25"
cx="25"
stroke="black"
stroke-width="1"
fill="white"
/>
</mask>
</defs>
<circle r="24"
cx="25"
cy="25"
fill="#0BDBF3"
mask="url(#mask)"
/>
</svg>
svg {
width: 200px;
height: 200px;
border: 1px solid black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment