wrench emoji

wrench from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
wrench
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the wrench emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M41 64.905v-28.41l1.367-.523c4.079-1.561 7.001-5.246 7.633-9.623c.601-4.268-.45-7.56-3-10.146c0 0-1.393-1.413-3.597-2.47c-.653-.314-1.403.196-1.403.928v7.63l-2 3.044h-7l-2-3.044v-7.63c0-.732-.75-1.242-1.403-.928C27.393 14.79 26 16.203 26 16.203c-2.55 2.587-3.601 5.877-3 10.146l.015.107c.65 4.392 3.72 8.024 7.815 9.592l1.17.447v28.41"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M41 63.906v-28l1.367-.515A12 12 0 0 0 50 25.906v0c.601-4.207-.45-7.45-3-10c0 0-1.393-1.392-3.597-2.435c-.653-.308-1.403.194-1.403.916v7.52l-2 3h-7l-2-3v-7.52c0-.722-.75-1.224-1.403-.916C27.393 14.514 26 15.906 26 15.906c-2.55 2.55-3.601 5.793-3 10l.015.106c.65 4.328 3.72 7.908 7.815 9.453l1.17.441v28"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiWrench(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="M41 64.905v-28.41l1.367-.523c4.079-1.561 7.001-5.246 7.633-9.623c.601-4.268-.45-7.56-3-10.146c0 0-1.393-1.413-3.597-2.47c-.653-.314-1.403.196-1.403.928v7.63l-2 3.044h-7l-2-3.044v-7.63c0-.732-.75-1.242-1.403-.928C27.393 14.79 26 16.203 26 16.203c-2.55 2.587-3.601 5.877-3 10.146l.015.107c.65 4.392 3.72 8.024 7.815 9.592l1.17.447v28.41"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M41 63.906v-28l1.367-.515A12 12 0 0 0 50 25.906v0c.601-4.207-.45-7.45-3-10c0 0-1.393-1.392-3.597-2.435c-.653-.308-1.403.194-1.403.916v7.52l-2 3h-7l-2-3v-7.52c0-.722-.75-1.224-1.403-.916C27.393 14.514 26 15.906 26 15.906c-2.55 2.55-3.601 5.793-3 10l.015.106c.65 4.328 3.72 7.908 7.815 9.453l1.17.441v28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M41 64.905v-28.41l1.367-.523c4.079-1.561 7.001-5.246 7.633-9.623c.601-4.268-.45-7.56-3-10.146c0 0-1.393-1.413-3.597-2.47c-.653-.314-1.403.196-1.403.928v7.63l-2 3.044h-7l-2-3.044v-7.63c0-.732-.75-1.242-1.403-.928C27.393 14.79 26 16.203 26 16.203c-2.55 2.587-3.601 5.877-3 10.146l.015.107c.65 4.392 3.72 8.024 7.815 9.592l1.17.447v28.41"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M41 63.906v-28l1.367-.515A12 12 0 0 0 50 25.906v0c.601-4.207-.45-7.45-3-10c0 0-1.393-1.392-3.597-2.435c-.653-.308-1.403.194-1.403.916v7.52l-2 3h-7l-2-3v-7.52c0-.722-.75-1.224-1.403-.916C27.393 14.514 26 15.906 26 15.906c-2.55 2.55-3.601 5.793-3 10l.015.106c.65 4.328 3.72 7.908 7.815 9.453l1.17.441v28"/></svg>
</template>

CSS

.icon-wrench {
  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%22M41%2064.905v-28.41l1.367-.523c4.079-1.561%207.001-5.246%207.633-9.623c.601-4.268-.45-7.56-3-10.146c0%200-1.393-1.413-3.597-2.47c-.653-.314-1.403.196-1.403.928v7.63l-2%203.044h-7l-2-3.044v-7.63c0-.732-.75-1.242-1.403-.928C27.393%2014.79%2026%2016.203%2026%2016.203c-2.55%202.587-3.601%205.877-3%2010.146l.015.107c.65%204.392%203.72%208.024%207.815%209.592l1.17.447v28.41%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M41%2063.906v-28l1.367-.515A12%2012%200%200%200%2050%2025.906v0c.601-4.207-.45-7.45-3-10c0%200-1.393-1.392-3.597-2.435c-.653-.308-1.403.194-1.403.916v7.52l-2%203h-7l-2-3v-7.52c0-.722-.75-1.224-1.403-.916C27.393%2014.514%2026%2015.906%2026%2015.906c-2.55%202.55-3.601%205.793-3%2010l.015.106c.65%204.328%203.72%207.908%207.815%209.453l1.17.441v28%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M41%2064.905v-28.41l1.367-.523c4.079-1.561%207.001-5.246%207.633-9.623c.601-4.268-.45-7.56-3-10.146c0%200-1.393-1.413-3.597-2.47c-.653-.314-1.403.196-1.403.928v7.63l-2%203.044h-7l-2-3.044v-7.63c0-.732-.75-1.242-1.403-.928C27.393%2014.79%2026%2016.203%2026%2016.203c-2.55%202.587-3.601%205.877-3%2010.146l.015.107c.65%204.392%203.72%208.024%207.815%209.592l1.17.447v28.41%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M41%2063.906v-28l1.367-.515A12%2012%200%200%200%2050%2025.906v0c.601-4.207-.45-7.45-3-10c0%200-1.393-1.392-3.597-2.435c-.653-.308-1.403.194-1.403.916v7.52l-2%203h-7l-2-3v-7.52c0-.722-.75-1.224-1.403-.916C27.393%2014.514%2026%2015.906%2026%2015.906c-2.55%202.55-3.601%205.793-3%2010l.015.106c.65%204.328%203.72%207.908%207.815%209.453l1.17.441v28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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