Emoji Horse Face Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Horse Face 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/325330.svg" alt="Emoji Horse Face icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325330.svg" alt="Emoji Horse Face icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325330.svg" alt="Emoji Horse Face icon" :width="24" :height="24" />
CSS background
.icon-emoji-horse-face {
background-image: url('https://proicons.com/icon/325330.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.2177,24.9063c1.2449,1.663,4.6087,4.7051,4.2566,11.434"/><path class="g" d="M17.9801,25.961s8.4452,6.3259,1.9617,15.0472"/><path class="g" d="M21.8403,20.0385c.3865,5.8835-6.5644,6.8323-8.4173,7.2771-.2341.0562-.4449.176-.6151.3464l-1.5651,1.5651c-.246.246-.5798.3843-.9278.3843h-2.473c-.8471,0-1.5992-.542-1.867-1.3457l-.3739-1.1218c-.1817-.545-.1161-1.1423.1795-1.6349l6.1867-10.3112,3.3262-3.3262-1.4893-4.8624s5.4941-.492,5.9243,3.7536c0,0,11.9198,1.7194,7.4309,13.6484,0,0-1.1442,4.1889,1.6723,7.8756"/><path class="g" d="M18.8269,8.1746s15.6632-2.8312,14.0535,14.0535"/><path class="g" d="M32.207,14.6063s10.3977,4.6378,3.842,15.646c0,0-3.7848,4.6209.4401,9.5793"/><circle class="g" cx="14.25" cy="18.6731" r="1.4083"/></g></svg>
Copied!