Stoat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stoat 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/333345.svg" alt="Stoat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333345.svg" alt="Stoat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333345.svg" alt="Stoat icon" :width="24" :height="24" />
CSS background
.icon-stoat {
background-image: url('https://proicons.com/icon/333345.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;fill-rule:evenodd;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M13.8503,14.8531c-.005-.0848-.0097-.1697-.0097-.2549v-.2273c0-1.8562.4548-3.5721,1.3643-5.1474.9098-1.5755,2.1386-2.8755,3.6869-3.9004,1.5483-1.0248,3.2513-1.6179,5.1091-1.7793,1.8967-.1649,3.6095.1314,5.1383.8887,1.5291.7574,2.7481,1.8447,3.658,3.262.9095,1.4172,1.3643,3.054,1.3643,4.9103v4.0346l-8.5928.7468v-4.3755c0-.4168-.1547-.7632-.4645-1.0393s-.6774-.3958-1.1033-.3587c-.3869.0336-.7353.2155-1.0448.5454-.3098.33-.4645.7032-.4645,1.12,0,.0142,0,.0237.0047.0327,0,0-.0387,2.5037-.0387,5.2407,0,1.5058,1.6354,1.127,1.6354,1.127l2.4336-.2115c3.7303-.3242,7.6348,3.2478,7.6348,9.5174v4.6453c0,1.8562-.4548,3.5721-1.3643,5.1476-.9098,1.5755-2.1289,2.8747-3.658,3.8979-1.5288,1.0231-3.2416,1.617-5.1383,1.7819-1.8578.1615-3.5608-.1356-5.1091-.8912-1.5483-.7558-2.7771-1.8422-3.6869-3.2595-.9095-1.4174-1.3643-3.0542-1.3643-4.9104v-4.5459l8.5686-.7447.0824.168v4.6548c0,.3789.145.7167.4353,1.0135s.6485.4266,1.074.3896c.4258-.037.8419-.1915,1.1033-.5788.4161-.6044.4258-2.0875.4548-2.3789.0437-.43.0774-1.6687.0774-4.4058,0-1.4395-1.5433-1.1587-1.5433-1.1587l-2.4336.2115c-3.7303.3242-7.727-2.4916-7.727-8.7612,0-1.913-.0821-4.4061-.0821-4.4061Z"/></svg>
Copied!