Stoat Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stoat Alt 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/333346.svg" alt="Stoat Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333346.svg" alt="Stoat Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333346.svg" alt="Stoat Alt icon" :width="24" :height="24" />
CSS background
.icon-stoat-alt {
background-image: url('https://proicons.com/icon/333346.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="d" x1="15.6476" y1="18.877" x2="19.9528" y2="18.5003"/><line class="d" x1="17.8002" y1="27.6682" x2="17.8002" y2="18.6886"/><line class="d" x1="34.1809" y1="17.2555" x2="38.5" y2="16.8776"/><line class="d" x1="36.3405" y1="26.0461" x2="36.3405" y2="17.0666"/><path class="d" d="M21.6227,20.5069c0-1.1889.9638-2.2369,2.1526-2.341s2.1526.7754,2.1526,1.9643v4.6743c0,1.1889-.9638,2.2369-2.1526,2.341s-2.1526-.7754-2.1526-1.9643v-4.6743Z"/><path class="d" d="M32.4729,24.2459c0,1.1889-.9564,2.2363-2.1363,2.3395h0c-1.1957.1046-2.165-.7799-2.165-1.9756v-1.2501c0-1.1908.9743-2.2503,2.165-2.3544,1.2507-.1094,2.1402-.0309,2.1402-.0309"/><path class="d" d="M9.5,26.4696c0,1.063.859,1.8496,1.9186,1.7569l.4733-.0414c1.0567-.0925,1.9134-1.0268,1.9134-2.0869v-.6508c0-1.0601-.8566-1.8446-1.9134-1.7521l-.4768.0417c-1.0577.0925-1.9151-.6926-1.9151-1.7537v-.6437c0-1.063.859-1.9999,1.9186-2.0926l.468-.0409c1.0596-.0927,1.9186.6939,1.9186,1.7569"/><path class="d" d="M28.5079,19.4153c.097-1.2366.6796-1.723,1.8162-1.8224l.2691-.0235c1.1367-.0994,1.8836.3352,1.8836,1.6866v7.1422"/><line class="d" x1="9.5" y1="31.1224" x2="38.5" y2="28.5852"/><rect id="c" class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!