Emoji Carpentry Saw Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Carpentry Saw 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/339725.svg" alt="Emoji Carpentry Saw icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339725.svg" alt="Emoji Carpentry Saw icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339725.svg" alt="Emoji Carpentry Saw icon" :width="24" :height="24" />
CSS background
.icon-emoji-carpentry-saw {
background-image: url('https://proicons.com/icon/339725.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M31.0268,30.5283L16.6122,5.5l-3.9728,2.3502-1.0554,1.9569,2.1544.5494-1.0553,1.9568,2.1541.5491-1.0555,1.9567,2.1541.549-1.0553,1.9569,2.1541.549-1.0553,1.9569,2.1541.549-1.0553,1.9569,2.1541.549-1.0553,1.9569,2.1541.549-1.0554,1.957,2.1544.5494-1.0553,1.9568,2.1545.5491-1.0553,1.9568,2.1539.5491-1.0553,1.9568,1.3692,1.6345"/><path id="c" class="e" d="M23.9419,36.5011l3.1639-4.9575c.22-.3447.581-.5746.9864-.6281l3.7968-.501c.5235-.0691,1.0377.181,1.3065.6356l3.1247,5.2841c.1931.3266.085.7479-.2416.9411l-.4134.2445c-.3265.1932-.7477.085-.9408-.2415h0l-.346-.585-6.6407,3.9283.346.585c.1931.3266.085.7479-.2415.941,0,0,0,0,0,0l-.4336.2567c-.3265.1931-.7478.085-.9409-.2416l-2.5487-4.3103c-.2476-.4187-.2387-.9411.023-1.3511"/><path id="d" class="e" d="M33.0915,34.5133l-.6641-1.1238-6.076,3.5944.6641,1.1238"/></svg>
Copied!