Emoji Wolf Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Wolf 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/339979.svg" alt="Emoji Wolf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339979.svg" alt="Emoji Wolf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339979.svg" alt="Emoji Wolf icon" :width="24" :height="24" />
CSS background
.icon-emoji-wolf {
background-image: url('https://proicons.com/icon/339979.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M19.8039,13.6197c-3.7804-4.8643-10.0745-6.7466-12.4531-7.3069-.5261-.1239-1.0647.1981-1.1782.7265-1.2885,5.9955,1.0701,12.2131,3.652,13.7807"/><path class="b" d="M16.5034,14.4838c-2.3093-2.3852-5.4203-3.7862-7.6233-4.541-.1764,4.1254,1.6551,7.9279,2.6886,8.5548"/><line class="b" x1="18.0336" y1="24.4214" x2="18.0336" y2="22.6758"/><path class="b" d="M23.6054,37.2384c-4.0408,2.5281-5.0124.3247-7.102-3.8246-3.8176-3.1763-8.3041.2212-8.3041.2212"/><path class="b" d="M39.4524,31.8686s1.3306-.1288,3.0476,1.116c0,0-.2575-5.2367-3.8631-7.7262h2.3608c-6.3956-10.7309-9.1856-11.8469-16.9977-11.8469s-10.6021,1.116-16.9977,11.8469h2.3608c-3.6056,2.4896-3.8631,7.7262-3.8631,7.7262,1.7169-1.2448,3.0476-1.116,3.0476-1.116"/><path class="b" d="M27.4705,33.4341c.8092-3.3706-1.2814-6.1584-1.2814-9.2059,0-1.674.2146-5.8805,4.3353-5.8805,3.9919,0,5.3225,5.3654,4.0348,8.0267,5.4942,1.2877,7.5869,4.4775,7.5869,4.4775,0,0-1.4918-.7861-3.4663-.6573,1.0267,1.6749,1.1589,3.4768,1.2448,4.8933-1.5882-.9014-4.6787-1.8457-7.0824-.3434-.3863,2.2749-3.6914,7.0394-8.8422,7.0394s-8.4559-4.7645-8.8422-7.0394c-2.4037-1.5023-5.4942-.558-7.0824.3434.0858-1.4165.2181-3.2184,1.2448-4.8933-1.9745-.1288-3.4663.6573-3.4663.6573,0,0,2.0927-3.1898,7.5869-4.4775-1.2877-2.6613.2432-8.0267,4.0348-8.0267,4.1206,0,4.3353,4.2065,4.3353,5.8805,0,3.0476-2.0906,5.8353-1.2814,9.2059"/><path class="b" d="M28.1961,13.6197c3.7804-4.8643,10.0745-6.7466,12.4531-7.3069.5261-.1239,1.0647.1981,1.1782.7265,1.2885,5.9955-1.0701,12.2131-3.652,13.7807"/><path class="b" d="M31.4966,14.4838c2.3093-2.3852,5.4203-3.7862,7.6233-4.541.1764,4.1254-1.6551,7.9279-2.6886,8.5548"/><path class="b" d="M24,37.4486c.7812-.3515,2.7351-1.7337,3.4688-3.6615.1181-.3104-.0616-.6606-.3876-.7239-.5728-.1113-1.5875-.2503-3.0812-.2503s-2.5084.1391-3.0812.2503c-.326.0633-.5058.4135-.3876.7239.7337,1.9278,2.6877,3.31,3.4688,3.6615Z"/><line class="b" x1="29.9664" y1="24.4214" x2="29.9664" y2="22.6758"/><path class="b" d="M24.3946,37.2384c4.0408,2.5281,5.0124.3247,7.102-3.8246,3.8176-3.1763,8.3041.2212,8.3041.2212"/></svg>
Copied!