wrench from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
wrench
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the wrench icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -1 24 24"><path fill="currentColor" d="M2.464 6.748c.06.942.45 1.865 1.164 2.578a4 4 0 0 0 3.866 1.036l1.114-.298l9.162 9.161a1 1 0 0 0 1.414-1.414L10.022 8.65l.298-1.115A4 4 0 0 0 9.284 3.67a4 4 0 0 0-2.578-1.164L7.93 3.728A3 3 0 1 1 3.686 7.97zm-.9-3.727L5.1 6.556a1 1 0 0 0 1.415-1.414L2.979 1.606a6.002 6.002 0 0 1 9.273 6.445l8.346 8.346a3 3 0 0 1-4.243 4.243L8.01 12.294A6.002 6.002 0 0 1 1.565 3.02zm15.5 15.496l1.42-1.41l-1.42-1.414l-1.419 1.414l1.418 1.41z"/></svg>

React

import type { SVGProps } from "react";

export function JamWrench(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -1 24 24"><path fill="currentColor" d="M2.464 6.748c.06.942.45 1.865 1.164 2.578a4 4 0 0 0 3.866 1.036l1.114-.298l9.162 9.161a1 1 0 0 0 1.414-1.414L10.022 8.65l.298-1.115A4 4 0 0 0 9.284 3.67a4 4 0 0 0-2.578-1.164L7.93 3.728A3 3 0 1 1 3.686 7.97zm-.9-3.727L5.1 6.556a1 1 0 0 0 1.415-1.414L2.979 1.606a6.002 6.002 0 0 1 9.273 6.445l8.346 8.346a3 3 0 0 1-4.243 4.243L8.01 12.294A6.002 6.002 0 0 1 1.565 3.02zm15.5 15.496l1.42-1.41l-1.42-1.414l-1.419 1.414l1.418 1.41z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -1 24 24"><path fill="currentColor" d="M2.464 6.748c.06.942.45 1.865 1.164 2.578a4 4 0 0 0 3.866 1.036l1.114-.298l9.162 9.161a1 1 0 0 0 1.414-1.414L10.022 8.65l.298-1.115A4 4 0 0 0 9.284 3.67a4 4 0 0 0-2.578-1.164L7.93 3.728A3 3 0 1 1 3.686 7.97zm-.9-3.727L5.1 6.556a1 1 0 0 0 1.415-1.414L2.979 1.606a6.002 6.002 0 0 1 9.273 6.445l8.346 8.346a3 3 0 0 1-4.243 4.243L8.01 12.294A6.002 6.002 0 0 1 1.565 3.02zm15.5 15.496l1.42-1.41l-1.42-1.414l-1.419 1.414l1.418 1.41z"/></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%22-1%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.464%206.748c.06.942.45%201.865%201.164%202.578a4%204%200%200%200%203.866%201.036l1.114-.298l9.162%209.161a1%201%200%200%200%201.414-1.414L10.022%208.65l.298-1.115A4%204%200%200%200%209.284%203.67a4%204%200%200%200-2.578-1.164L7.93%203.728A3%203%200%201%201%203.686%207.97zm-.9-3.727L5.1%206.556a1%201%200%200%200%201.415-1.414L2.979%201.606a6.002%206.002%200%200%201%209.273%206.445l8.346%208.346a3%203%200%200%201-4.243%204.243L8.01%2012.294A6.002%206.002%200%200%201%201.565%203.02zm15.5%2015.496l1.42-1.41l-1.42-1.414l-1.419%201.414l1.418%201.41z%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%22-1%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.464%206.748c.06.942.45%201.865%201.164%202.578a4%204%200%200%200%203.866%201.036l1.114-.298l9.162%209.161a1%201%200%200%200%201.414-1.414L10.022%208.65l.298-1.115A4%204%200%200%200%209.284%203.67a4%204%200%200%200-2.578-1.164L7.93%203.728A3%203%200%201%201%203.686%207.97zm-.9-3.727L5.1%206.556a1%201%200%200%200%201.415-1.414L2.979%201.606a6.002%206.002%200%200%201%209.273%206.445l8.346%208.346a3%203%200%200%201-4.243%204.243L8.01%2012.294A6.002%206.002%200%200%201%201.565%203.02zm15.5%2015.496l1.42-1.41l-1.42-1.414l-1.419%201.414l1.418%201.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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