saw from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
saw
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

More extras openmoji icons from OpenMoji

Use the saw emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="m36.618 53.888l.693-4.599l-4.691-.17l1.823-3.654l-5.032.007l1.892-4.349l-4.17.01l2.292-3.745l-4.311.495l2.283-4.371l-4.133-.141l1.698-4.163l-4.32.423l1.974-4.607l-4.745.742l2.577-4.469l-5.03 1.028l2.428-4.61l-5.156.403l2.276-4.428l-3.894-.99l6.17-4.767l32.365 31.711l-4.1 8.404l-8.35 6.28"/><path fill="#a57939" d="m37.66 55.14l8.843-6.969l10.24-.828l3.836 3.992c.81.78.003 2.21-.902 2.876l-12.89 9.488a1.783 1.783 0 0 1-2.447-.32l-6.676-8.24"/><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" d="m37.66 55.14l.145-5.113l-4.704-.174l2.129-4.509l-5.047.016l2.164-4.04l-4.638.23l2.033-4.019l-4.323.492l1.982-4.506l-4.735.267l2.296-4.566l-4.853.63l2.17-4.637l-4.747.67l2.442-4.36l-4.543.814l2.332-4.353l-5.063.143l2.273-4.419l-5.385-.06l7.644-5.7l32.42 31.72l7.138 7.683"/><path fill="none" d="m37.66 55.14l8.158-6.568l10.97-1.225l3.843 3.993c.81.78.003 2.209-.904 2.875l-12.91 9.489a1.79 1.79 0 0 1-2.452-.319l-5.554-6.892z"/><path stroke-miterlimit="10" d="m49.62 39.67l-3.798 8.911l10.92-1.229s-3.572-4.236-7.124-7.682zm1.288 8.282c-2.51.28-4.118-2.596-2.561-4.581s4.75-1.119 5.07 1.382c.201 1.574-.931 3.007-2.509 3.199"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiSaw(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="m36.618 53.888l.693-4.599l-4.691-.17l1.823-3.654l-5.032.007l1.892-4.349l-4.17.01l2.292-3.745l-4.311.495l2.283-4.371l-4.133-.141l1.698-4.163l-4.32.423l1.974-4.607l-4.745.742l2.577-4.469l-5.03 1.028l2.428-4.61l-5.156.403l2.276-4.428l-3.894-.99l6.17-4.767l32.365 31.711l-4.1 8.404l-8.35 6.28"/><path fill="#a57939" d="m37.66 55.14l8.843-6.969l10.24-.828l3.836 3.992c.81.78.003 2.21-.902 2.876l-12.89 9.488a1.783 1.783 0 0 1-2.447-.32l-6.676-8.24"/><g stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="none" d="m37.66 55.14l.145-5.113l-4.704-.174l2.129-4.509l-5.047.016l2.164-4.04l-4.638.23l2.033-4.019l-4.323.492l1.982-4.506l-4.735.267l2.296-4.566l-4.853.63l2.17-4.637l-4.747.67l2.442-4.36l-4.543.814l2.332-4.353l-5.063.143l2.273-4.419l-5.385-.06l7.644-5.7l32.42 31.72l7.138 7.683"/><path fill="none" d="m37.66 55.14l8.158-6.568l10.97-1.225l3.843 3.993c.81.78.003 2.209-.904 2.875l-12.91 9.489a1.79 1.79 0 0 1-2.452-.319l-5.554-6.892z"/><path strokeMiterlimit="10" d="m49.62 39.67l-3.798 8.911l10.92-1.229s-3.572-4.236-7.124-7.682zm1.288 8.282c-2.51.28-4.118-2.596-2.561-4.581s4.75-1.119 5.07 1.382c.201 1.574-.931 3.007-2.509 3.199"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="m36.618 53.888l.693-4.599l-4.691-.17l1.823-3.654l-5.032.007l1.892-4.349l-4.17.01l2.292-3.745l-4.311.495l2.283-4.371l-4.133-.141l1.698-4.163l-4.32.423l1.974-4.607l-4.745.742l2.577-4.469l-5.03 1.028l2.428-4.61l-5.156.403l2.276-4.428l-3.894-.99l6.17-4.767l32.365 31.711l-4.1 8.404l-8.35 6.28"/><path fill="#a57939" d="m37.66 55.14l8.843-6.969l10.24-.828l3.836 3.992c.81.78.003 2.21-.902 2.876l-12.89 9.488a1.783 1.783 0 0 1-2.447-.32l-6.676-8.24"/><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" d="m37.66 55.14l.145-5.113l-4.704-.174l2.129-4.509l-5.047.016l2.164-4.04l-4.638.23l2.033-4.019l-4.323.492l1.982-4.506l-4.735.267l2.296-4.566l-4.853.63l2.17-4.637l-4.747.67l2.442-4.36l-4.543.814l2.332-4.353l-5.063.143l2.273-4.419l-5.385-.06l7.644-5.7l32.42 31.72l7.138 7.683"/><path fill="none" d="m37.66 55.14l8.158-6.568l10.97-1.225l3.843 3.993c.81.78.003 2.209-.904 2.875l-12.91 9.489a1.79 1.79 0 0 1-2.452-.319l-5.554-6.892z"/><path stroke-miterlimit="10" d="m49.62 39.67l-3.798 8.911l10.92-1.229s-3.572-4.236-7.124-7.682zm1.288 8.282c-2.51.28-4.118-2.596-2.561-4.581s4.75-1.119 5.07 1.382c.201 1.574-.931 3.007-2.509 3.199"/></g></svg>
</template>

CSS

.icon-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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m36.618%2053.888l.693-4.599l-4.691-.17l1.823-3.654l-5.032.007l1.892-4.349l-4.17.01l2.292-3.745l-4.311.495l2.283-4.371l-4.133-.141l1.698-4.163l-4.32.423l1.974-4.607l-4.745.742l2.577-4.469l-5.03%201.028l2.428-4.61l-5.156.403l2.276-4.428l-3.894-.99l6.17-4.767l32.365%2031.711l-4.1%208.404l-8.35%206.28%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22m37.66%2055.14l8.843-6.969l10.24-.828l3.836%203.992c.81.78.003%202.21-.902%202.876l-12.89%209.488a1.783%201.783%200%200%201-2.447-.32l-6.676-8.24%22%2F%3E%3Cg%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22m37.66%2055.14l.145-5.113l-4.704-.174l2.129-4.509l-5.047.016l2.164-4.04l-4.638.23l2.033-4.019l-4.323.492l1.982-4.506l-4.735.267l2.296-4.566l-4.853.63l2.17-4.637l-4.747.67l2.442-4.36l-4.543.814l2.332-4.353l-5.063.143l2.273-4.419l-5.385-.06l7.644-5.7l32.42%2031.72l7.138%207.683%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22m37.66%2055.14l8.158-6.568l10.97-1.225l3.843%203.993c.81.78.003%202.209-.904%202.875l-12.91%209.489a1.79%201.79%200%200%201-2.452-.319l-5.554-6.892z%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m49.62%2039.67l-3.798%208.911l10.92-1.229s-3.572-4.236-7.124-7.682zm1.288%208.282c-2.51.28-4.118-2.596-2.561-4.581s4.75-1.119%205.07%201.382c.201%201.574-.931%203.007-2.509%203.199%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m36.618%2053.888l.693-4.599l-4.691-.17l1.823-3.654l-5.032.007l1.892-4.349l-4.17.01l2.292-3.745l-4.311.495l2.283-4.371l-4.133-.141l1.698-4.163l-4.32.423l1.974-4.607l-4.745.742l2.577-4.469l-5.03%201.028l2.428-4.61l-5.156.403l2.276-4.428l-3.894-.99l6.17-4.767l32.365%2031.711l-4.1%208.404l-8.35%206.28%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22m37.66%2055.14l8.843-6.969l10.24-.828l3.836%203.992c.81.78.003%202.21-.902%202.876l-12.89%209.488a1.783%201.783%200%200%201-2.447-.32l-6.676-8.24%22%2F%3E%3Cg%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22m37.66%2055.14l.145-5.113l-4.704-.174l2.129-4.509l-5.047.016l2.164-4.04l-4.638.23l2.033-4.019l-4.323.492l1.982-4.506l-4.735.267l2.296-4.566l-4.853.63l2.17-4.637l-4.747.67l2.442-4.36l-4.543.814l2.332-4.353l-5.063.143l2.273-4.419l-5.385-.06l7.644-5.7l32.42%2031.72l7.138%207.683%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22m37.66%2055.14l8.158-6.568l10.97-1.225l3.843%203.993c.81.78.003%202.209-.904%202.875l-12.91%209.489a1.79%201.79%200%200%201-2.452-.319l-5.554-6.892z%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m49.62%2039.67l-3.798%208.911l10.92-1.229s-3.572-4.236-7.124-7.682zm1.288%208.282c-2.51.28-4.118-2.596-2.561-4.581s4.75-1.119%205.07%201.382c.201%201.574-.931%203.007-2.509%203.199%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/saw.svg?color=%231a73e8&size=48