wrench 02 icon

wrench-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
wrench-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the wrench 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path stroke-width="1.5" d="M18 7.106c0 1.452-1.41 2.79-3.53 4.884a3.525 3.525 0 0 1-4.94 0C7.41 9.895 6 8.557 6 7.105s.354-1.743 3.608-4.96c.314-.312.852-.092.852.347v3.312c0 .84.689 1.523 1.54 1.523c.85 0 1.54-.681 1.54-1.522V2.494c0-.44.54-.659.852-.347C17.646 5.363 18 5.654 18 7.106Z"/><path stroke-linecap="round" stroke-width="1.5" d="M15 12v7.165C15 20.731 13.657 22 12 22s-3-1.27-3-2.835V12"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m12.006 19l-.006.006"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsWrench02(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path strokeWidth="1.5" d="M18 7.106c0 1.452-1.41 2.79-3.53 4.884a3.525 3.525 0 0 1-4.94 0C7.41 9.895 6 8.557 6 7.105s.354-1.743 3.608-4.96c.314-.312.852-.092.852.347v3.312c0 .84.689 1.523 1.54 1.523c.85 0 1.54-.681 1.54-1.522V2.494c0-.44.54-.659.852-.347C17.646 5.363 18 5.654 18 7.106Z"/><path strokeLinecap="round" strokeWidth="1.5" d="M15 12v7.165C15 20.731 13.657 22 12 22s-3-1.27-3-2.835V12"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m12.006 19l-.006.006"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path stroke-width="1.5" d="M18 7.106c0 1.452-1.41 2.79-3.53 4.884a3.525 3.525 0 0 1-4.94 0C7.41 9.895 6 8.557 6 7.105s.354-1.743 3.608-4.96c.314-.312.852-.092.852.347v3.312c0 .84.689 1.523 1.54 1.523c.85 0 1.54-.681 1.54-1.522V2.494c0-.44.54-.659.852-.347C17.646 5.363 18 5.654 18 7.106Z"/><path stroke-linecap="round" stroke-width="1.5" d="M15 12v7.165C15 20.731 13.657 22 12 22s-3-1.27-3-2.835V12"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m12.006 19l-.006.006"/></g></svg>
</template>

CSS

.icon-wrench-02 {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M18%207.106c0%201.452-1.41%202.79-3.53%204.884a3.525%203.525%200%200%201-4.94%200C7.41%209.895%206%208.557%206%207.105s.354-1.743%203.608-4.96c.314-.312.852-.092.852.347v3.312c0%20.84.689%201.523%201.54%201.523c.85%200%201.54-.681%201.54-1.522V2.494c0-.44.54-.659.852-.347C17.646%205.363%2018%205.654%2018%207.106Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15%2012v7.165C15%2020.731%2013.657%2022%2012%2022s-3-1.27-3-2.835V12%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m12.006%2019l-.006.006%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M18%207.106c0%201.452-1.41%202.79-3.53%204.884a3.525%203.525%200%200%201-4.94%200C7.41%209.895%206%208.557%206%207.105s.354-1.743%203.608-4.96c.314-.312.852-.092.852.347v3.312c0%20.84.689%201.523%201.54%201.523c.85%200%201.54-.681%201.54-1.522V2.494c0-.44.54-.659.852-.347C17.646%205.363%2018%205.654%2018%207.106Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15%2012v7.165C15%2020.731%2013.657%2022%2012%2022s-3-1.27-3-2.835V12%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m12.006%2019l-.006.006%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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