Skip to content

Instantly share code, notes, and snippets.

@onderceylan
Created November 6, 2022 19:58
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 onderceylan/aebed6b84983a71795c9b24a65facaeb to your computer and use it in GitHub Desktop.
Save onderceylan/aebed6b84983a71795c9b24a65facaeb to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
<style type="text/css">
.circle {fill:#FFF;}
.birdie {fill:#1DA1F2;}
@media (prefers-color-scheme: dark) {
.circle {fill:#1DA1F2;}
.birdie {fill:#FFF;}
}
</style>
<circle class="circle" cx="50" cy="50" r="50"/>
<path class="birdie" d="M73.2,38.1c0.8,16.8-11.8,35.6-34,35.6c-6.8,0-13-2-18.3-5.4c6.3,0.7,12.7-1,17.7-5c-5.2-0.1-9.6-3.6-11.2-8.3
c1.9,0.4,3.7,0.3,5.4-0.2c-5.8-1.2-9.7-6.3-9.6-11.9c1.6,0.9,3.5,1.4,5.4,1.5c-5.3-3.6-6.8-10.6-3.7-16c5.9,7.2,14.7,12,24.7,12.5
c-1.7-7.5,3.9-14.7,11.7-14.7c3.4,0,6.5,1.4,8.7,3.8c2.7-0.5,5.3-1.5,7.6-2.9c-0.9,2.8-2.8,5.1-5.3,6.6c2.4-0.3,4.7-0.9,6.9-1.9
C77.6,34.3,75.5,36.4,73.2,38.1z"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment