Sawblades Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sawblades 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/332427.svg" alt="Sawblades icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332427.svg" alt="Sawblades icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332427.svg" alt="Sawblades icon" :width="24" :height="24" />
CSS background
.icon-sawblades {
background-image: url('https://proicons.com/icon/332427.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.473,5.5H9.497c-2.2075,0-3.997,1.7895-3.997,3.997v28.976c0,2.2075,1.7895,3.997,3.997,3.997h28.976c2.2075,0,3.997-1.7895,3.997-3.997h0V9.497c0-2.2075-1.7895-3.997-3.997-3.997h0"/><ellipse class="b" cx="14.438" cy="25.272" rx="6.585" ry="5.206" transform="translate(-12.1314 37.1546) rotate(-84.356)"/><path class="b" d="M28.182,32.078c1.998,4.756,8.113,6.685,10.191,5.316,2.059-1.359.225-7.404-1.678-10.491-1.899-3.098-3.807-4.567-3.807-4.567,0,0,.7,9.732-1.989,10.392-1.329.346-2.687-.683-2.687-.683l-.03.033ZM23.186,15.592c.902-.128,3.987,4.266,3.987,4.266,0,0-1.49-3.967-.976-5.735.51-1.769,1.999-3.257,1.999-3.257-2.868-3.468-5.296-.222-6.225,1.628-.93,1.849-.499,3.567,2.058,9.373,0,0-2.468-6.865.78-10.092,2.178-2.148,3.387-.931,3.387-.931M23.985,21.887l4.107,10.191"/><path class="b" d="M27.182,19.888s3.807,4.577,5.626,7.934"/><circle class="b" cx="15.892" cy="24.684" r=".749"/><path class="b" d="M18.29,42.47s-4.027-5.486-5.696-10.991M11.195,20.288c1.969-8.023,8.513-8.223,10.492-4.676M9.956,22.187c-2.378,1.808-4.456,2.318-4.456,2.318"/><path class="b" d="M5.5,9.337s9.003-4.716,16.187,6.305"/><path class="b" d="M18.59,11.895c1.318-.132,2.497-.15,3.587-.044M26.613,13.2c4.366,2.398,8.093,7.993,15.887,17.885M32.278,36.575c-5.965,1.928-11.89.129-12.59.6-.69.469,3.018,5.295,5.916,5.295s5.415-1.189,5.415-1.189v1.189M34.576,37.574c.944,2.528,0,4.926,0,4.926"/></svg>
Copied!