wrench 01 icon
wrench-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- wrench-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the wrench 01 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="M20.358 13.357c-1.19 1.189-3.427 1.143-6.859 1.143a4 4 0 0 1-3.999-4c0-3.43-.046-5.67 1.143-6.859s1.715-1.14 6.984-1.14a.57.57 0 0 1 .406.973L15.32 6.187a1.763 1.763 0 1 0 2.492 2.494l2.714-2.712a.57.57 0 0 1 .974.405c0 5.268.048 5.794-1.142 6.983Z"/><path stroke-linecap="round" stroke-width="1.5" d="m13.5 14.5l-6.172 6.172a2.829 2.829 0 0 1-4-4L9.5 10.5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.509 18.5H5.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWrench01(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="M20.358 13.357c-1.19 1.189-3.427 1.143-6.859 1.143a4 4 0 0 1-3.999-4c0-3.43-.046-5.67 1.143-6.859s1.715-1.14 6.984-1.14a.57.57 0 0 1 .406.973L15.32 6.187a1.763 1.763 0 1 0 2.492 2.494l2.714-2.712a.57.57 0 0 1 .974.405c0 5.268.048 5.794-1.142 6.983Z"/><path strokeLinecap="round" strokeWidth="1.5" d="m13.5 14.5l-6.172 6.172a2.829 2.829 0 0 1-4-4L9.5 10.5"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5.509 18.5H5.5"/></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="M20.358 13.357c-1.19 1.189-3.427 1.143-6.859 1.143a4 4 0 0 1-3.999-4c0-3.43-.046-5.67 1.143-6.859s1.715-1.14 6.984-1.14a.57.57 0 0 1 .406.973L15.32 6.187a1.763 1.763 0 1 0 2.492 2.494l2.714-2.712a.57.57 0 0 1 .974.405c0 5.268.048 5.794-1.142 6.983Z"/><path stroke-linecap="round" stroke-width="1.5" d="m13.5 14.5l-6.172 6.172a2.829 2.829 0 0 1-4-4L9.5 10.5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.509 18.5H5.5"/></g></svg> </template>
CSS
.icon-wrench-01 {
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%22M20.358%2013.357c-1.19%201.189-3.427%201.143-6.859%201.143a4%204%200%200%201-3.999-4c0-3.43-.046-5.67%201.143-6.859s1.715-1.14%206.984-1.14a.57.57%200%200%201%20.406.973L15.32%206.187a1.763%201.763%200%201%200%202.492%202.494l2.714-2.712a.57.57%200%200%201%20.974.405c0%205.268.048%205.794-1.142%206.983Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m13.5%2014.5l-6.172%206.172a2.829%202.829%200%200%201-4-4L9.5%2010.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5.509%2018.5H5.5%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%22M20.358%2013.357c-1.19%201.189-3.427%201.143-6.859%201.143a4%204%200%200%201-3.999-4c0-3.43-.046-5.67%201.143-6.859s1.715-1.14%206.984-1.14a.57.57%200%200%201%20.406.973L15.32%206.187a1.763%201.763%200%201%200%202.492%202.494l2.714-2.712a.57.57%200%200%201%20.974.405c0%205.268.048%205.794-1.142%206.983Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m13.5%2014.5l-6.172%206.172a2.829%202.829%200%200%201-4-4L9.5%2010.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5.509%2018.5H5.5%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-01.svg?color=%231a73e8&size=48