You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
349 B

<svg xmlns="http://www.w3.org/2000/svg">
<defs>
<symbol id="snowflake" viewBox="0 0 24 24">
<line x1="2" y1="12" x2="22" y2="12"></line>
<line x1="12" y1="2" x2="12" y2="22"></line>
<path d="M20 16l-4-4 4-4"></path>
<path d="M4 8l4 4-4 4"></path>
<path d="M16 4l-4 4-4-4"></path>
<path d="M8 20l4-4 4 4"></path>
</symbol>
</defs>
</svg>