Skip to content

Instantly share code, notes, and snippets.

@the-gigi
Created September 2, 2021 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save the-gigi/a2c769ceaf45cb70be7f5b5436f6ca8f to your computer and use it in GitHub Desktop.
Save the-gigi/a2c769ceaf45cb70be7f5b5436f6ca8f to your computer and use it in GitHub Desktop.
<svg>
<g id="smiley"
stroke="black"
stroke-width="2"
>
<circle cx="60" cy ="35" r="34"
fill="yellow"
/>
<circle cx="45" cy ="25" r="5" />
<circle cx="75" cy ="25" r="5" />
<path d="M 40 40
a 10 10, 0, 0, 0, 40, 0"
fill="none"
/>
<line x1="36" x2="44" y1="40" y2="40" />
<line x1="76" x2="84" y1="40" y2="40" />
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment