Emoji Dog Face Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Dog 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/339796.svg" alt="Emoji Dog Face icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339796.svg" alt="Emoji Dog Face icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339796.svg" alt="Emoji Dog Face icon" :width="24" :height="24" />
CSS background
.icon-emoji-dog-face {
background-image: url('https://proicons.com/icon/339796.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><path class="g" d="M22.2028,24.6631h4.0299c.263,0,.5006.1572.6035.3993l.7593,1.7865-1.429.7512c-.4037.2122-.8953-.0423-.9552-.4944"/><path class="g" d="M23.2858,27.1267c-.0742.411-.5087.6488-.8949.4899l-1.5168-.6243.7147-1.9039c.0961-.2558.3407-.4253.6139-.4253"/><path class="g" d="M20.4503,33.2013s-.4713,5.7661,1.9719,6.5164c1.735.5328,3.3768.3491,3.9754-.1639.5738-.4918,1.7261-2.9338,1.1978-6.3524"/><path class="g" d="M17.295,28.4882c-.3115,2.3622,1.4651,3.7708,2.8096,4.4861.7848.4175,1.7382.3398,2.4378-.2086l1.6924-1.3267,1.6924,1.3267c.6996.5484,1.653.6261,2.4378.2086,1.3445-.7153,3.1211-2.1239,2.8096-4.4861"/><path class="g" d="M13.5746,18.9918c-1.5191,3.3834-.3334,8.5409.078,10.0825.08.2997.0495.6134-.0833.8938l-1.3032,2.7499c-.4085.862-1.5694,1.0186-2.1842.2891-2.0932-2.4833-5.612-7.4687-4.2941-10.9416,4.6311-12.2035,10.405-11.8969,10.405-11.8969,1.8658-1.2679,8.5929-4.5492,16.2704.5738,0,0,5.6605-1.1262,9.795,11.1065,1.1827,3.4991-2.249,8.4372-4.2954,10.9142-.6106.739-1.7811.5862-2.1917-.2801l-1.2945-2.7315c-.1329-.2803-.1633-.5941-.0833-.8938.4115-1.5416,1.5971-6.699.078-10.0825"/><path class="g" d="M35.004,30.8643s-2.004,5.4722-7.6239,6.7142"/><path class="g" d="M13.2376,31.1962s2.1986,4.8474,7.484,6.1168"/><line class="g" x1="24.2348" y1="31.439" x2="24.2348" y2="29.4522"/></g><path class="g" d="M20.4888,19.4793c0-.8919-.723-1.6149-1.6149-1.6149s-1.6149.723-1.6149,1.6149"/><path class="g" d="M31.2106,19.4793c0-.8919-.723-1.6149-1.6149-1.6149s-1.6149.723-1.6149,1.6149"/></svg>
Copied!