Emoji Owl Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Owl 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/325357.svg" alt="Emoji Owl icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325357.svg" alt="Emoji Owl icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325357.svg" alt="Emoji Owl icon" :width="24" :height="24" />
CSS background
.icon-emoji-owl {
background-image: url('https://proicons.com/icon/325357.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="M24.6682,13.2253s.3881-1.1644-2.3288-1.5525"/><path class="g" d="M27.7733,13.2253s-.3881-1.1644,2.3288-1.5525"/><polyline class="g" points="25.1534 15.8879 26.5118 17.1067 28.0644 15.821"/><path class="g" d="M25.4445,42.7237s.7763-3.1051-3.8814-2.3288v-1.8437"/><path class="g" d="M29.3258,40.686s.7763-3.1051-3.8814-2.3288v-1.8437"/><path class="g" d="M19.2343,19.4355s-5.0458-4.2695-.1941-11.45c0,0-.5822-2.5229-2.1348-2.5229s3.8814-2.3288,4.6576.7763c0,0,5.4339-2.3288,8.539,0,0,0,4.0754-2.717,5.531-1.3585,0,0-3.2021,2.1348-1.6496,3.6873s3.1051,7.7627-.7763,10.8678"/><path class="g" d="M26.997,19.4355s-7.7627,0-7.7627-6.1132c0-6.7801,6.3582-3.6764,6.9865-2.4259,0,0,5.4339-4.6576,7.0835,1.1644,1.5979,5.6396-6.3072,7.3746-6.3072,7.3746Z"/><path class="g" d="M19.2343,19.4355c-12.7365,7.2834-3.8814,24.0645-3.8814,24.0645,0,0,6.7924-7.1805,12.3233-7.8598s10.2476-9.0396,5.531-16.2047"/><path class="g" d="M15.3529,41.9475s-.5822-5.4339,1.2614-6.9865,8.0538-6.9865,7.2776-11.6441"/></g></svg>
Copied!