screwdriver emoji

screwdriver from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
screwdriver
Set
Noto Emoji
Style
Default
Category
Objects
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More objects icons from Noto Emoji

Use the screwdriver emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f44336" d="M119.06 116.56c9.42-10.14 2.87-17.51.76-19.62c-18.5-18.5-22.34-22.38-27.86-27.9c-4.67-4.67-10.05-3.86-12.27-6.07c-2.22-2.22.69-6.32-3.27-10.29c-4.06-4.06-7.36-1.97-7.36-1.97s-3.56 3.03-7.28 6.81c-4.3 4.17-10.16 10.54-10.16 10.54s-2.06 3.36 2 7.42c3.86 3.86 8.07 1.05 10.29 3.27s1.4 7.6 6.07 12.27c5.52 5.52 9.4 9.36 27.9 27.86c2.13 2.13 9.63 8.8 19.93-1.05z"/><ellipse cx="62.05" cy="61.12" fill="#ff7555" rx="14.85" ry="4.63" transform="rotate(-45 62.05 61.123)"/><path fill="#ff7555" d="M112.08 113.59c.65 0 1.31-.25 1.81-.75c1-1 1-2.62 0-3.61L86.04 81.38c-1-1-2.62-1-3.61 0c-1 1-1 2.62 0 3.61l27.85 27.85c.49.5 1.14.75 1.8.75"/><path fill="none" stroke="#c62828" stroke-linecap="round" stroke-miterlimit="10" stroke-width="4.09" d="m76.79 90.19l26.41 26.41"/><path fill="none" stroke="#ff7555" stroke-linecap="round" stroke-miterlimit="10" stroke-width="4.09" d="m91.18 75.8l26.41 26.41"/><path fill="#c62828" d="M77.68 68.25c.78-7.99-2.42-3.4-4.9-.68C63.52 77.71 58.61 77.7 58.61 77.7c.03 0 .32.02.34.02c2.05.21 3.77-.14 4.95 1.04c2.22 2.22 1.4 7.6 6.07 12.27l1.47 1.47c-2.93-8.99 5.27-14.39 6.24-24.25"/><path fill="#94d1e0" d="M9.19 5.94L5.55 9.58c-.59.59-.33 1.29.21 1.91l7 9.33l8.3 8.3L56.8 64.85s2.57-.36 5.25-3.04s2.74-4.94 2.74-4.94L29.61 21.68l-4.37-7.66l-13.87-8.51c-.63-.45-1.63-.11-2.18.43"/><path fill="#82aec0" d="M15.6 23.16L7.3 11.93L5.77 9.37c-.85.66-.8 2.11-.27 2.72l8.35 15.02l8.06 2.86l34.9 34.9s1.04-.15 2.48-.94L21.72 26.37z"/><path fill="#caf4f9" d="m7.05 10.1l2.68-2.7c.56-.61 1.15-.5 1.6-.17l11.47 8.11c.15.1.48.35.56.51l2.85 5.65c.02.09-4.44 4.94-4.48 4.86l-6.5-1.77c-.11-.05-.22-.12-.31-.2L7.09 11.74c-.41-.63-.5-1.19-.04-1.64"/></svg>

React

import type { SVGProps } from "react";

export function NotoScrewdriver(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f44336" d="M119.06 116.56c9.42-10.14 2.87-17.51.76-19.62c-18.5-18.5-22.34-22.38-27.86-27.9c-4.67-4.67-10.05-3.86-12.27-6.07c-2.22-2.22.69-6.32-3.27-10.29c-4.06-4.06-7.36-1.97-7.36-1.97s-3.56 3.03-7.28 6.81c-4.3 4.17-10.16 10.54-10.16 10.54s-2.06 3.36 2 7.42c3.86 3.86 8.07 1.05 10.29 3.27s1.4 7.6 6.07 12.27c5.52 5.52 9.4 9.36 27.9 27.86c2.13 2.13 9.63 8.8 19.93-1.05z"/><ellipse cx="62.05" cy="61.12" fill="#ff7555" rx="14.85" ry="4.63" transform="rotate(-45 62.05 61.123)"/><path fill="#ff7555" d="M112.08 113.59c.65 0 1.31-.25 1.81-.75c1-1 1-2.62 0-3.61L86.04 81.38c-1-1-2.62-1-3.61 0c-1 1-1 2.62 0 3.61l27.85 27.85c.49.5 1.14.75 1.8.75"/><path fill="none" stroke="#c62828" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="4.09" d="m76.79 90.19l26.41 26.41"/><path fill="none" stroke="#ff7555" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="4.09" d="m91.18 75.8l26.41 26.41"/><path fill="#c62828" d="M77.68 68.25c.78-7.99-2.42-3.4-4.9-.68C63.52 77.71 58.61 77.7 58.61 77.7c.03 0 .32.02.34.02c2.05.21 3.77-.14 4.95 1.04c2.22 2.22 1.4 7.6 6.07 12.27l1.47 1.47c-2.93-8.99 5.27-14.39 6.24-24.25"/><path fill="#94d1e0" d="M9.19 5.94L5.55 9.58c-.59.59-.33 1.29.21 1.91l7 9.33l8.3 8.3L56.8 64.85s2.57-.36 5.25-3.04s2.74-4.94 2.74-4.94L29.61 21.68l-4.37-7.66l-13.87-8.51c-.63-.45-1.63-.11-2.18.43"/><path fill="#82aec0" d="M15.6 23.16L7.3 11.93L5.77 9.37c-.85.66-.8 2.11-.27 2.72l8.35 15.02l8.06 2.86l34.9 34.9s1.04-.15 2.48-.94L21.72 26.37z"/><path fill="#caf4f9" d="m7.05 10.1l2.68-2.7c.56-.61 1.15-.5 1.6-.17l11.47 8.11c.15.1.48.35.56.51l2.85 5.65c.02.09-4.44 4.94-4.48 4.86l-6.5-1.77c-.11-.05-.22-.12-.31-.2L7.09 11.74c-.41-.63-.5-1.19-.04-1.64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f44336" d="M119.06 116.56c9.42-10.14 2.87-17.51.76-19.62c-18.5-18.5-22.34-22.38-27.86-27.9c-4.67-4.67-10.05-3.86-12.27-6.07c-2.22-2.22.69-6.32-3.27-10.29c-4.06-4.06-7.36-1.97-7.36-1.97s-3.56 3.03-7.28 6.81c-4.3 4.17-10.16 10.54-10.16 10.54s-2.06 3.36 2 7.42c3.86 3.86 8.07 1.05 10.29 3.27s1.4 7.6 6.07 12.27c5.52 5.52 9.4 9.36 27.9 27.86c2.13 2.13 9.63 8.8 19.93-1.05z"/><ellipse cx="62.05" cy="61.12" fill="#ff7555" rx="14.85" ry="4.63" transform="rotate(-45 62.05 61.123)"/><path fill="#ff7555" d="M112.08 113.59c.65 0 1.31-.25 1.81-.75c1-1 1-2.62 0-3.61L86.04 81.38c-1-1-2.62-1-3.61 0c-1 1-1 2.62 0 3.61l27.85 27.85c.49.5 1.14.75 1.8.75"/><path fill="none" stroke="#c62828" stroke-linecap="round" stroke-miterlimit="10" stroke-width="4.09" d="m76.79 90.19l26.41 26.41"/><path fill="none" stroke="#ff7555" stroke-linecap="round" stroke-miterlimit="10" stroke-width="4.09" d="m91.18 75.8l26.41 26.41"/><path fill="#c62828" d="M77.68 68.25c.78-7.99-2.42-3.4-4.9-.68C63.52 77.71 58.61 77.7 58.61 77.7c.03 0 .32.02.34.02c2.05.21 3.77-.14 4.95 1.04c2.22 2.22 1.4 7.6 6.07 12.27l1.47 1.47c-2.93-8.99 5.27-14.39 6.24-24.25"/><path fill="#94d1e0" d="M9.19 5.94L5.55 9.58c-.59.59-.33 1.29.21 1.91l7 9.33l8.3 8.3L56.8 64.85s2.57-.36 5.25-3.04s2.74-4.94 2.74-4.94L29.61 21.68l-4.37-7.66l-13.87-8.51c-.63-.45-1.63-.11-2.18.43"/><path fill="#82aec0" d="M15.6 23.16L7.3 11.93L5.77 9.37c-.85.66-.8 2.11-.27 2.72l8.35 15.02l8.06 2.86l34.9 34.9s1.04-.15 2.48-.94L21.72 26.37z"/><path fill="#caf4f9" d="m7.05 10.1l2.68-2.7c.56-.61 1.15-.5 1.6-.17l11.47 8.11c.15.1.48.35.56.51l2.85 5.65c.02.09-4.44 4.94-4.48 4.86l-6.5-1.77c-.11-.05-.22-.12-.31-.2L7.09 11.74c-.41-.63-.5-1.19-.04-1.64"/></svg>
</template>

CSS

.icon-screwdriver {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M119.06%20116.56c9.42-10.14%202.87-17.51.76-19.62c-18.5-18.5-22.34-22.38-27.86-27.9c-4.67-4.67-10.05-3.86-12.27-6.07c-2.22-2.22.69-6.32-3.27-10.29c-4.06-4.06-7.36-1.97-7.36-1.97s-3.56%203.03-7.28%206.81c-4.3%204.17-10.16%2010.54-10.16%2010.54s-2.06%203.36%202%207.42c3.86%203.86%208.07%201.05%2010.29%203.27s1.4%207.6%206.07%2012.27c5.52%205.52%209.4%209.36%2027.9%2027.86c2.13%202.13%209.63%208.8%2019.93-1.05z%22%2F%3E%3Cellipse%20cx%3D%2262.05%22%20cy%3D%2261.12%22%20fill%3D%22%23ff7555%22%20rx%3D%2214.85%22%20ry%3D%224.63%22%20transform%3D%22rotate(-45%2062.05%2061.123)%22%2F%3E%3Cpath%20fill%3D%22%23ff7555%22%20d%3D%22M112.08%20113.59c.65%200%201.31-.25%201.81-.75c1-1%201-2.62%200-3.61L86.04%2081.38c-1-1-2.62-1-3.61%200c-1%201-1%202.62%200%203.61l27.85%2027.85c.49.5%201.14.75%201.8.75%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23c62828%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224.09%22%20d%3D%22m76.79%2090.19l26.41%2026.41%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ff7555%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224.09%22%20d%3D%22m91.18%2075.8l26.41%2026.41%22%2F%3E%3Cpath%20fill%3D%22%23c62828%22%20d%3D%22M77.68%2068.25c.78-7.99-2.42-3.4-4.9-.68C63.52%2077.71%2058.61%2077.7%2058.61%2077.7c.03%200%20.32.02.34.02c2.05.21%203.77-.14%204.95%201.04c2.22%202.22%201.4%207.6%206.07%2012.27l1.47%201.47c-2.93-8.99%205.27-14.39%206.24-24.25%22%2F%3E%3Cpath%20fill%3D%22%2394d1e0%22%20d%3D%22M9.19%205.94L5.55%209.58c-.59.59-.33%201.29.21%201.91l7%209.33l8.3%208.3L56.8%2064.85s2.57-.36%205.25-3.04s2.74-4.94%202.74-4.94L29.61%2021.68l-4.37-7.66l-13.87-8.51c-.63-.45-1.63-.11-2.18.43%22%2F%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22M15.6%2023.16L7.3%2011.93L5.77%209.37c-.85.66-.8%202.11-.27%202.72l8.35%2015.02l8.06%202.86l34.9%2034.9s1.04-.15%202.48-.94L21.72%2026.37z%22%2F%3E%3Cpath%20fill%3D%22%23caf4f9%22%20d%3D%22m7.05%2010.1l2.68-2.7c.56-.61%201.15-.5%201.6-.17l11.47%208.11c.15.1.48.35.56.51l2.85%205.65c.02.09-4.44%204.94-4.48%204.86l-6.5-1.77c-.11-.05-.22-.12-.31-.2L7.09%2011.74c-.41-.63-.5-1.19-.04-1.64%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M119.06%20116.56c9.42-10.14%202.87-17.51.76-19.62c-18.5-18.5-22.34-22.38-27.86-27.9c-4.67-4.67-10.05-3.86-12.27-6.07c-2.22-2.22.69-6.32-3.27-10.29c-4.06-4.06-7.36-1.97-7.36-1.97s-3.56%203.03-7.28%206.81c-4.3%204.17-10.16%2010.54-10.16%2010.54s-2.06%203.36%202%207.42c3.86%203.86%208.07%201.05%2010.29%203.27s1.4%207.6%206.07%2012.27c5.52%205.52%209.4%209.36%2027.9%2027.86c2.13%202.13%209.63%208.8%2019.93-1.05z%22%2F%3E%3Cellipse%20cx%3D%2262.05%22%20cy%3D%2261.12%22%20fill%3D%22%23ff7555%22%20rx%3D%2214.85%22%20ry%3D%224.63%22%20transform%3D%22rotate(-45%2062.05%2061.123)%22%2F%3E%3Cpath%20fill%3D%22%23ff7555%22%20d%3D%22M112.08%20113.59c.65%200%201.31-.25%201.81-.75c1-1%201-2.62%200-3.61L86.04%2081.38c-1-1-2.62-1-3.61%200c-1%201-1%202.62%200%203.61l27.85%2027.85c.49.5%201.14.75%201.8.75%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23c62828%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224.09%22%20d%3D%22m76.79%2090.19l26.41%2026.41%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ff7555%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224.09%22%20d%3D%22m91.18%2075.8l26.41%2026.41%22%2F%3E%3Cpath%20fill%3D%22%23c62828%22%20d%3D%22M77.68%2068.25c.78-7.99-2.42-3.4-4.9-.68C63.52%2077.71%2058.61%2077.7%2058.61%2077.7c.03%200%20.32.02.34.02c2.05.21%203.77-.14%204.95%201.04c2.22%202.22%201.4%207.6%206.07%2012.27l1.47%201.47c-2.93-8.99%205.27-14.39%206.24-24.25%22%2F%3E%3Cpath%20fill%3D%22%2394d1e0%22%20d%3D%22M9.19%205.94L5.55%209.58c-.59.59-.33%201.29.21%201.91l7%209.33l8.3%208.3L56.8%2064.85s2.57-.36%205.25-3.04s2.74-4.94%202.74-4.94L29.61%2021.68l-4.37-7.66l-13.87-8.51c-.63-.45-1.63-.11-2.18.43%22%2F%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22M15.6%2023.16L7.3%2011.93L5.77%209.37c-.85.66-.8%202.11-.27%202.72l8.35%2015.02l8.06%202.86l34.9%2034.9s1.04-.15%202.48-.94L21.72%2026.37z%22%2F%3E%3Cpath%20fill%3D%22%23caf4f9%22%20d%3D%22m7.05%2010.1l2.68-2.7c.56-.61%201.15-.5%201.6-.17l11.47%208.11c.15.1.48.35.56.51l2.85%205.65c.02.09-4.44%204.94-4.48%204.86l-6.5-1.77c-.11-.05-.22-.12-.31-.2L7.09%2011.74c-.41-.63-.5-1.19-.04-1.64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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