Emoji Dog Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Dog 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/325236.svg" alt="Emoji Dog icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325236.svg" alt="Emoji Dog icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325236.svg" alt="Emoji Dog icon" :width="24" :height="24" />
CSS background
.icon-emoji-dog {
background-image: url('https://proicons.com/icon/325236.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="M37.1997,18.1871c2.2053.355,2.7816.9905,4.0979,4.6429.4594,1.17.5861,2.0423.3555,3.1016l-.7802,3.5838,1.3434,4.208s.0831,3.2867.001,5.7045c-.0254.749-.6542,1.361-1.4037,1.361h-.2433c-.9278,0-1.3269-.9129-1.3269-1.8406l-.5872-5.7822s-5.1616-3.7669-4.4502-9.3742"/><path class="g" d="M21.1903,30.2964c3.5375-.1515,10.5178-.1737,13.1018-2.0256"/><path class="g" d="M36.4456,7.2111c3.9692,1.0652,5.564,2.9562,5.96,4.9645.7161,3.6307-2.7645,6.7515-6.3559,5.8587-1.7404-.4326-3.2033-.3052-3.2033-.3052l-12.6802-.0959c-1.1628-5.5987-4.4426-6.5909-4.4426-6.5909-.5003-3.2144-2.2481-3.7319-2.798-3.8152-.0921-.0139-.1763.0485-.1896.1406l-.3688,2.5512c-.054.3735-.3427.6697-.7147.7332l-.4066.0695c-.5264.0899-1.0148.3323-1.4047.6971l-.616.5763c-.2154.2016-.4905.3276-.7839.3591l-2.3829.2563c-.5246.0564-.6747,1.4634-.4708,1.9501l.4345.5872c.1996.4764.6245.8211,1.1318.9182l4.4563.5049s-.6891,9.0728,1.8806,10.4509c5.6027,3.0048,3.0368,11.3845,3.0368,11.3845-.5662.9896-.1287,2.3825,1.0115,2.3825h.001c.5471,0,1.0498-.3009,1.3083-.7831l1.4469-3.7677.9491-6.3014c.0745-.4946-.0251-.9941-.2517-1.44-.3969-.7809-.864-2.3158-.0944-4.4967"/><path class="g" d="M15.0216,29.3899l-3.0381,2.1222s.9418,1.8244,1.6028,3.4232c.3644,1.1027-.0389,1.6854-.5333,1.9924-.5855.3635-1.6948.312-2.2836-.0768-2.2421-1.4805-2.0969-4.0894-2.0666-5.2989.0102-.4057.1364-.7917.3578-1.1154l2.9985-4.5858"/><path class="g" d="M32.3696,29.1967s.2022,1.1479.4869,2.3154c.2653,1.0882,2.1204,2.0692,2.9285,2.5727,0,0-.6448,3.6812-.7372,4.9219-.0334.4482.1288.8827.407,1.1936.7321.8182,1.6745.4584,1.6745.4584.7491-.2849,1.8273-4.5339,1.8273-4.5339"/></g></svg>
Copied!