carpentry saw emoji
carpentry-saw from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- carpentry-saw
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
Use the carpentry saw emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29 22.254l-5.246-5.246L9 2.254c-.5-.5-1-.254-1.5.25l-4 4c-.5.5-.25.75.5 1s1 .5 1 2.5c0 .5 1.5 1 1.5 1a1.115 1.115 0 0 1 .75 1v1.25s.035.734 1.75 1.5a.93.93 0 0 1 .5.75c0 2 .5 2.25.5 2.25l1.5.75s.5.25.5.5c0 1.5 0 2.25.5 2.5c0 0 2 .754 2 1.254v2.25c0 .5.5.75 1 .75h2.75v.25l3.75 3.75q.09.093.2.164a.72.72 0 0 0 .734.017q.317-.17.562-.431l5.5-5.5A1.113 1.113 0 0 0 29 22.254m-16.605-5.54l-.855-.426a7 7 0 0 1-.04-.784a2.8 2.8 0 0 0-.836-1.977a2.9 2.9 0 0 0-.768-.561l-.646-.338v-.624a2.99 2.99 0 0 0-1.1-2.318a3.2 3.2 0 0 0-1.175-.636a5 5 0 0 0-.378-1.783a3 3 0 0 0-.395-.641l2.168-2.17l12.78 12.782a68 68 0 0 0-2.155 2.266s-.754.75-.75 1.25v3h-1.75v-1a2.32 2.32 0 0 0-.523-1.446a3.2 3.2 0 0 0-.587-.56a7.7 7.7 0 0 0-1.382-.782c0-.1-.008-.11-.008-.962a2.3 2.3 0 0 0-.516-1.433a3 3 0 0 0-.534-.511a4 4 0 0 0-.555-.344zm13.416 7.472l-2.122 2.12a1.5 1.5 0 0 1-2.12-2.12l2.12-2.121a1.502 1.502 0 0 1 2.447.486a1.5 1.5 0 0 1-.325 1.635"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastCarpentrySaw(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29 22.254l-5.246-5.246L9 2.254c-.5-.5-1-.254-1.5.25l-4 4c-.5.5-.25.75.5 1s1 .5 1 2.5c0 .5 1.5 1 1.5 1a1.115 1.115 0 0 1 .75 1v1.25s.035.734 1.75 1.5a.93.93 0 0 1 .5.75c0 2 .5 2.25.5 2.25l1.5.75s.5.25.5.5c0 1.5 0 2.25.5 2.5c0 0 2 .754 2 1.254v2.25c0 .5.5.75 1 .75h2.75v.25l3.75 3.75q.09.093.2.164a.72.72 0 0 0 .734.017q.317-.17.562-.431l5.5-5.5A1.113 1.113 0 0 0 29 22.254m-16.605-5.54l-.855-.426a7 7 0 0 1-.04-.784a2.8 2.8 0 0 0-.836-1.977a2.9 2.9 0 0 0-.768-.561l-.646-.338v-.624a2.99 2.99 0 0 0-1.1-2.318a3.2 3.2 0 0 0-1.175-.636a5 5 0 0 0-.378-1.783a3 3 0 0 0-.395-.641l2.168-2.17l12.78 12.782a68 68 0 0 0-2.155 2.266s-.754.75-.75 1.25v3h-1.75v-1a2.32 2.32 0 0 0-.523-1.446a3.2 3.2 0 0 0-.587-.56a7.7 7.7 0 0 0-1.382-.782c0-.1-.008-.11-.008-.962a2.3 2.3 0 0 0-.516-1.433a3 3 0 0 0-.534-.511a4 4 0 0 0-.555-.344zm13.416 7.472l-2.122 2.12a1.5 1.5 0 0 1-2.12-2.12l2.12-2.121a1.502 1.502 0 0 1 2.447.486a1.5 1.5 0 0 1-.325 1.635"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29 22.254l-5.246-5.246L9 2.254c-.5-.5-1-.254-1.5.25l-4 4c-.5.5-.25.75.5 1s1 .5 1 2.5c0 .5 1.5 1 1.5 1a1.115 1.115 0 0 1 .75 1v1.25s.035.734 1.75 1.5a.93.93 0 0 1 .5.75c0 2 .5 2.25.5 2.25l1.5.75s.5.25.5.5c0 1.5 0 2.25.5 2.5c0 0 2 .754 2 1.254v2.25c0 .5.5.75 1 .75h2.75v.25l3.75 3.75q.09.093.2.164a.72.72 0 0 0 .734.017q.317-.17.562-.431l5.5-5.5A1.113 1.113 0 0 0 29 22.254m-16.605-5.54l-.855-.426a7 7 0 0 1-.04-.784a2.8 2.8 0 0 0-.836-1.977a2.9 2.9 0 0 0-.768-.561l-.646-.338v-.624a2.99 2.99 0 0 0-1.1-2.318a3.2 3.2 0 0 0-1.175-.636a5 5 0 0 0-.378-1.783a3 3 0 0 0-.395-.641l2.168-2.17l12.78 12.782a68 68 0 0 0-2.155 2.266s-.754.75-.75 1.25v3h-1.75v-1a2.32 2.32 0 0 0-.523-1.446a3.2 3.2 0 0 0-.587-.56a7.7 7.7 0 0 0-1.382-.782c0-.1-.008-.11-.008-.962a2.3 2.3 0 0 0-.516-1.433a3 3 0 0 0-.534-.511a4 4 0 0 0-.555-.344zm13.416 7.472l-2.122 2.12a1.5 1.5 0 0 1-2.12-2.12l2.12-2.121a1.502 1.502 0 0 1 2.447.486a1.5 1.5 0 0 1-.325 1.635"/></svg> </template>
CSS
.icon-carpentry-saw {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29%2022.254l-5.246-5.246L9%202.254c-.5-.5-1-.254-1.5.25l-4%204c-.5.5-.25.75.5%201s1%20.5%201%202.5c0%20.5%201.5%201%201.5%201a1.115%201.115%200%200%201%20.75%201v1.25s.035.734%201.75%201.5a.93.93%200%200%201%20.5.75c0%202%20.5%202.25.5%202.25l1.5.75s.5.25.5.5c0%201.5%200%202.25.5%202.5c0%200%202%20.754%202%201.254v2.25c0%20.5.5.75%201%20.75h2.75v.25l3.75%203.75q.09.093.2.164a.72.72%200%200%200%20.734.017q.317-.17.562-.431l5.5-5.5A1.113%201.113%200%200%200%2029%2022.254m-16.605-5.54l-.855-.426a7%207%200%200%201-.04-.784a2.8%202.8%200%200%200-.836-1.977a2.9%202.9%200%200%200-.768-.561l-.646-.338v-.624a2.99%202.99%200%200%200-1.1-2.318a3.2%203.2%200%200%200-1.175-.636a5%205%200%200%200-.378-1.783a3%203%200%200%200-.395-.641l2.168-2.17l12.78%2012.782a68%2068%200%200%200-2.155%202.266s-.754.75-.75%201.25v3h-1.75v-1a2.32%202.32%200%200%200-.523-1.446a3.2%203.2%200%200%200-.587-.56a7.7%207.7%200%200%200-1.382-.782c0-.1-.008-.11-.008-.962a2.3%202.3%200%200%200-.516-1.433a3%203%200%200%200-.534-.511a4%204%200%200%200-.555-.344zm13.416%207.472l-2.122%202.12a1.5%201.5%200%200%201-2.12-2.12l2.12-2.121a1.502%201.502%200%200%201%202.447.486a1.5%201.5%200%200%201-.325%201.635%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29%2022.254l-5.246-5.246L9%202.254c-.5-.5-1-.254-1.5.25l-4%204c-.5.5-.25.75.5%201s1%20.5%201%202.5c0%20.5%201.5%201%201.5%201a1.115%201.115%200%200%201%20.75%201v1.25s.035.734%201.75%201.5a.93.93%200%200%201%20.5.75c0%202%20.5%202.25.5%202.25l1.5.75s.5.25.5.5c0%201.5%200%202.25.5%202.5c0%200%202%20.754%202%201.254v2.25c0%20.5.5.75%201%20.75h2.75v.25l3.75%203.75q.09.093.2.164a.72.72%200%200%200%20.734.017q.317-.17.562-.431l5.5-5.5A1.113%201.113%200%200%200%2029%2022.254m-16.605-5.54l-.855-.426a7%207%200%200%201-.04-.784a2.8%202.8%200%200%200-.836-1.977a2.9%202.9%200%200%200-.768-.561l-.646-.338v-.624a2.99%202.99%200%200%200-1.1-2.318a3.2%203.2%200%200%200-1.175-.636a5%205%200%200%200-.378-1.783a3%203%200%200%200-.395-.641l2.168-2.17l12.78%2012.782a68%2068%200%200%200-2.155%202.266s-.754.75-.75%201.25v3h-1.75v-1a2.32%202.32%200%200%200-.523-1.446a3.2%203.2%200%200%200-.587-.56a7.7%207.7%200%200%200-1.382-.782c0-.1-.008-.11-.008-.962a2.3%202.3%200%200%200-.516-1.433a3%203%200%200%200-.534-.511a4%204%200%200%200-.555-.344zm13.416%207.472l-2.122%202.12a1.5%201.5%200%200%201-2.12-2.12l2.12-2.121a1.502%201.502%200%200%201%202.447.486a1.5%201.5%200%200%201-.325%201.635%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/carpentry-saw.svg?color=%231a73e8&size=48