wrench from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
wrench
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the wrench icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M226.76 69a8 8 0 0 0-12.84-2.88l-40.3 37.19l-17.23-3.7l-3.7-17.23l37.19-40.3A8 8 0 0 0 187 29.24A72 72 0 0 0 88 96a72.3 72.3 0 0 0 6 28.94L33.79 177c-.15.12-.29.26-.43.39a32 32 0 0 0 45.26 45.26c.13-.13.27-.28.39-.42L131.06 162A72 72 0 0 0 232 96a71.6 71.6 0 0 0-5.24-27M160 152a56.14 56.14 0 0 1-27.07-7a8 8 0 0 0-9.92 1.77l-55.9 64.74a16 16 0 0 1-22.62-22.62L109.18 133a8 8 0 0 0 1.77-9.93a56 56 0 0 1 58.36-82.31l-31.2 33.81a8 8 0 0 0-1.94 7.1l5.66 26.33a8 8 0 0 0 6.14 6.14l26.35 5.66a8 8 0 0 0 7.1-1.94l33.81-31.2A56.06 56.06 0 0 1 160 152"/></svg>

React

import type { SVGProps } from "react";

export function PhWrench(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M226.76 69a8 8 0 0 0-12.84-2.88l-40.3 37.19l-17.23-3.7l-3.7-17.23l37.19-40.3A8 8 0 0 0 187 29.24A72 72 0 0 0 88 96a72.3 72.3 0 0 0 6 28.94L33.79 177c-.15.12-.29.26-.43.39a32 32 0 0 0 45.26 45.26c.13-.13.27-.28.39-.42L131.06 162A72 72 0 0 0 232 96a71.6 71.6 0 0 0-5.24-27M160 152a56.14 56.14 0 0 1-27.07-7a8 8 0 0 0-9.92 1.77l-55.9 64.74a16 16 0 0 1-22.62-22.62L109.18 133a8 8 0 0 0 1.77-9.93a56 56 0 0 1 58.36-82.31l-31.2 33.81a8 8 0 0 0-1.94 7.1l5.66 26.33a8 8 0 0 0 6.14 6.14l26.35 5.66a8 8 0 0 0 7.1-1.94l33.81-31.2A56.06 56.06 0 0 1 160 152"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M226.76 69a8 8 0 0 0-12.84-2.88l-40.3 37.19l-17.23-3.7l-3.7-17.23l37.19-40.3A8 8 0 0 0 187 29.24A72 72 0 0 0 88 96a72.3 72.3 0 0 0 6 28.94L33.79 177c-.15.12-.29.26-.43.39a32 32 0 0 0 45.26 45.26c.13-.13.27-.28.39-.42L131.06 162A72 72 0 0 0 232 96a71.6 71.6 0 0 0-5.24-27M160 152a56.14 56.14 0 0 1-27.07-7a8 8 0 0 0-9.92 1.77l-55.9 64.74a16 16 0 0 1-22.62-22.62L109.18 133a8 8 0 0 0 1.77-9.93a56 56 0 0 1 58.36-82.31l-31.2 33.81a8 8 0 0 0-1.94 7.1l5.66 26.33a8 8 0 0 0 6.14 6.14l26.35 5.66a8 8 0 0 0 7.1-1.94l33.81-31.2A56.06 56.06 0 0 1 160 152"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M226.76%2069a8%208%200%200%200-12.84-2.88l-40.3%2037.19l-17.23-3.7l-3.7-17.23l37.19-40.3A8%208%200%200%200%20187%2029.24A72%2072%200%200%200%2088%2096a72.3%2072.3%200%200%200%206%2028.94L33.79%20177c-.15.12-.29.26-.43.39a32%2032%200%200%200%2045.26%2045.26c.13-.13.27-.28.39-.42L131.06%20162A72%2072%200%200%200%20232%2096a71.6%2071.6%200%200%200-5.24-27M160%20152a56.14%2056.14%200%200%201-27.07-7a8%208%200%200%200-9.92%201.77l-55.9%2064.74a16%2016%200%200%201-22.62-22.62L109.18%20133a8%208%200%200%200%201.77-9.93a56%2056%200%200%201%2058.36-82.31l-31.2%2033.81a8%208%200%200%200-1.94%207.1l5.66%2026.33a8%208%200%200%200%206.14%206.14l26.35%205.66a8%208%200%200%200%207.1-1.94l33.81-31.2A56.06%2056.06%200%200%201%20160%20152%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M226.76%2069a8%208%200%200%200-12.84-2.88l-40.3%2037.19l-17.23-3.7l-3.7-17.23l37.19-40.3A8%208%200%200%200%20187%2029.24A72%2072%200%200%200%2088%2096a72.3%2072.3%200%200%200%206%2028.94L33.79%20177c-.15.12-.29.26-.43.39a32%2032%200%200%200%2045.26%2045.26c.13-.13.27-.28.39-.42L131.06%20162A72%2072%200%200%200%20232%2096a71.6%2071.6%200%200%200-5.24-27M160%20152a56.14%2056.14%200%200%201-27.07-7a8%208%200%200%200-9.92%201.77l-55.9%2064.74a16%2016%200%200%201-22.62-22.62L109.18%20133a8%208%200%200%200%201.77-9.93a56%2056%200%200%201%2058.36-82.31l-31.2%2033.81a8%208%200%200%200-1.94%207.1l5.66%2026.33a8%208%200%200%200%206.14%206.14l26.35%205.66a8%208%200%200%200%207.1-1.94l33.81-31.2A56.06%2056.06%200%200%201%20160%20152%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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