circular saw icon
circular-saw from Material Design Icons by Pictogrammers · Filled · Hardware / Tools · Apache-2.0 Free for personal and commercial use.
- Name
- circular-saw
- Set
- Material Design Icons
- Style
- Filled
- Category
- Hardware / Tools
- Viewbox
- 24×24
- License
- Apache 2.0
More hardware / tools icons from Material Design Icons
Use the circular saw icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 11a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1M7.86 6.25A7 7 0 0 1 13 4c3.5 0 6.44 2.61 6.93 6H22v2h-6a3 3 0 0 0-3-3a3 3 0 0 0-3 3H2v-2h.05c.2-2.27 1.09-4.34 2.45-6zM6.73 7.89L5.06 6.77c-.53.98-.88 2.07-1 3.23h2.01c.11-.75.33-1.46.66-2.11m.67 7.51L6 14h5.79c.24.42.71.7 1.21.7s.97-.28 1.21-.7H20v1.4c-1.61-.98-1.54.35-1.54.35v1.96l-1.96 1.96c-.5-1.75-1.4-.77-1.4-.77l-1.4 1.4h-2.8c.98-1.61-.35-1.54-.35-1.54H8.59L6.63 16.8c1.75-.49.77-1.4.77-1.4"/></svg>
React
import type { SVGProps } from "react";
export function MdiCircularSaw(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 11a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1M7.86 6.25A7 7 0 0 1 13 4c3.5 0 6.44 2.61 6.93 6H22v2h-6a3 3 0 0 0-3-3a3 3 0 0 0-3 3H2v-2h.05c.2-2.27 1.09-4.34 2.45-6zM6.73 7.89L5.06 6.77c-.53.98-.88 2.07-1 3.23h2.01c.11-.75.33-1.46.66-2.11m.67 7.51L6 14h5.79c.24.42.71.7 1.21.7s.97-.28 1.21-.7H20v1.4c-1.61-.98-1.54.35-1.54.35v1.96l-1.96 1.96c-.5-1.75-1.4-.77-1.4-.77l-1.4 1.4h-2.8c.98-1.61-.35-1.54-.35-1.54H8.59L6.63 16.8c1.75-.49.77-1.4.77-1.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 11a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1M7.86 6.25A7 7 0 0 1 13 4c3.5 0 6.44 2.61 6.93 6H22v2h-6a3 3 0 0 0-3-3a3 3 0 0 0-3 3H2v-2h.05c.2-2.27 1.09-4.34 2.45-6zM6.73 7.89L5.06 6.77c-.53.98-.88 2.07-1 3.23h2.01c.11-.75.33-1.46.66-2.11m.67 7.51L6 14h5.79c.24.42.71.7 1.21.7s.97-.28 1.21-.7H20v1.4c-1.61-.98-1.54.35-1.54.35v1.96l-1.96 1.96c-.5-1.75-1.4-.77-1.4-.77l-1.4 1.4h-2.8c.98-1.61-.35-1.54-.35-1.54H8.59L6.63 16.8c1.75-.49.77-1.4.77-1.4"/></svg> </template>
CSS
.icon-circular-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2011a1%201%200%200%201%201%201a1%201%200%200%201-1%201a1%201%200%200%201-1-1a1%201%200%200%201%201-1M7.86%206.25A7%207%200%200%201%2013%204c3.5%200%206.44%202.61%206.93%206H22v2h-6a3%203%200%200%200-3-3a3%203%200%200%200-3%203H2v-2h.05c.2-2.27%201.09-4.34%202.45-6zM6.73%207.89L5.06%206.77c-.53.98-.88%202.07-1%203.23h2.01c.11-.75.33-1.46.66-2.11m.67%207.51L6%2014h5.79c.24.42.71.7%201.21.7s.97-.28%201.21-.7H20v1.4c-1.61-.98-1.54.35-1.54.35v1.96l-1.96%201.96c-.5-1.75-1.4-.77-1.4-.77l-1.4%201.4h-2.8c.98-1.61-.35-1.54-.35-1.54H8.59L6.63%2016.8c1.75-.49.77-1.4.77-1.4%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2011a1%201%200%200%201%201%201a1%201%200%200%201-1%201a1%201%200%200%201-1-1a1%201%200%200%201%201-1M7.86%206.25A7%207%200%200%201%2013%204c3.5%200%206.44%202.61%206.93%206H22v2h-6a3%203%200%200%200-3-3a3%203%200%200%200-3%203H2v-2h.05c.2-2.27%201.09-4.34%202.45-6zM6.73%207.89L5.06%206.77c-.53.98-.88%202.07-1%203.23h2.01c.11-.75.33-1.46.66-2.11m.67%207.51L6%2014h5.79c.24.42.71.7%201.21.7s.97-.28%201.21-.7H20v1.4c-1.61-.98-1.54.35-1.54.35v1.96l-1.96%201.96c-.5-1.75-1.4-.77-1.4-.77l-1.4%201.4h-2.8c.98-1.61-.35-1.54-.35-1.54H8.59L6.63%2016.8c1.75-.49.77-1.4.77-1.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/circular-saw.svg?color=%231a73e8&size=48