Emoji Unicorn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Unicorn 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/325413.svg" alt="Emoji Unicorn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325413.svg" alt="Emoji Unicorn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325413.svg" alt="Emoji Unicorn icon" :width="24" :height="24" />
CSS background
.icon-emoji-unicorn {
background-image: url('https://proicons.com/icon/325413.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="e" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><path class="g" d="M38.355,25.0786c1.205,1.6097,4.4609,4.5543,4.1202,11.0675"/><path class="g" d="M18.5857,26.1834s9.0217,5.5354,2.0792,14.481"/><polyline class="g" points="15.423 12.3682 5.5 7.3356 12.9459 15.6814"/><path class="g" d="M22.5026,20.3669c.3741,5.6949-6.3539,6.6133-8.1475,7.0438-.2266.0544-.4306.1704-.5954.3353l-1.5149,1.5149c-.2381.2381-.5612.372-.898.372h-2.3937c-.8199,0-1.5479-.5247-1.8072-1.3025l-.3619-1.0858c-.1758-.5275-.1124-1.1056.1737-1.5825l5.9884-9.9806,3.2196-3.2196-1.4416-4.7065s5.318-.4762,5.7344,3.6333c0,0,11.5377,1.6643,7.1927,13.2109,0,0-1.1076,4.0546,1.6187,7.6231"/><path class="g" d="M19.5858,8.8833s15.1611-2.7405,13.603,13.603"/><path class="g" d="M32.537,15.1089s10.0644,4.4892,3.7188,15.1445c0,0-3.6634,4.4728.426,9.2722"/><circle class="g" cx="15.1556" cy="19.0452" r="1.3631"/></g></svg>
Copied!