Emoji Snowflake Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Snowflake icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/339955.svg" alt="Emoji Snowflake icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339955.svg" alt="Emoji Snowflake icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339955.svg" alt="Emoji Snowflake icon" :width="24" :height="24" />
CSS background
.icon-emoji-snowflake {
background-image: url('https://proicons.com/icon/339955.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.q{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="q" d="M24.0001,5.5v37"/><path id="c" class="q" d="M8.2058,33.2515l31.5886-18.5031"/><path id="d" class="q" d="M39.7944,33.2515L8.2058,14.7485"/><path id="e" class="q" d="M14.4601,18.4119v-7.1705"/><path id="f" class="q" d="M17.5947,9.7792l6.4054,3.0304"/><path id="g" class="q" d="M14.4601,18.4119l-6.4054,3.0304"/><path id="h" class="q" d="M30.4056,9.7792l-6.4055,3.0304"/><path id="i" class="q" d="M17.5947,38.1676l6.4054-3.0304"/><path id="j" class="q" d="M30.4056,38.1676l-6.4055-3.0304"/><path id="k" class="q" d="M14.482,29.577l-6.4054-3.0304"/><path id="l" class="q" d="M39.9454,21.4423l-6.4054-3.0304"/><path id="m" class="q" d="M39.9248,26.5467l-6.4055,3.0304"/><path id="n" class="q" d="M33.5193,36.7475v-7.1705"/><path id="o" class="q" d="M14.482,36.7475v-7.1705"/><path id="p" class="q" d="M33.5399,18.4119v-7.1705"/></svg>
Copied!