wrench icon
wrench-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- wrench-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
wrenchBootstrap IconswrenchBoxIcons v2wrenchBoxIcons v2 SolidwrenchEmoji One (Colored)wrenchFramework7 IconswrenchFont Awesome 6 Solidwrench-16-filledFluent UI System IconswrenchFluent EmojiwrenchFluent Emoji FlatwrenchFluent Emoji High ContrastwrenchHeroIconswrenchIconoirwrenchIonIconswrenchJam IconswrenchLine AwesomewrenchLucidewrenchMage IconswrenchMaterial Design IconswrenchNoto EmojiwrenchOpenMojiwrench-fillRemix IconwrenchStreamline EmojiswrenchTwitter EmojiwrenchUnicons
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="M223.05 70.5a4 4 0 0 0-6.42-1.44l-41.82 38.6L153 103l-4.68-21.79l38.6-41.82a4 4 0 0 0-1.44-6.43A68 68 0 0 0 98.94 126L36.4 180l-.21.2a28 28 0 0 0 39.6 39.6l.2-.21l54-62.54A68 68 0 0 0 228 96a67.5 67.5 0 0 0-4.95-25.5M160 156a60 60 0 0 1-29-7.47a4 4 0 0 0-5 .89l-56 64.83A20 20 0 0 1 41.75 186l64.82-56a4 4 0 0 0 .89-5a60 60 0 0 1 69.46-86.59l-35.87 38.88a4 4 0 0 0-1 3.55l5.66 26.35a4 4 0 0 0 3.07 3.07l26.35 5.66a4 4 0 0 0 3.55-1l38.87-35.87A60.05 60.05 0 0 1 160 156"/></svg>
React
import type { SVGProps } from "react";
export function PhWrenchThin(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="M223.05 70.5a4 4 0 0 0-6.42-1.44l-41.82 38.6L153 103l-4.68-21.79l38.6-41.82a4 4 0 0 0-1.44-6.43A68 68 0 0 0 98.94 126L36.4 180l-.21.2a28 28 0 0 0 39.6 39.6l.2-.21l54-62.54A68 68 0 0 0 228 96a67.5 67.5 0 0 0-4.95-25.5M160 156a60 60 0 0 1-29-7.47a4 4 0 0 0-5 .89l-56 64.83A20 20 0 0 1 41.75 186l64.82-56a4 4 0 0 0 .89-5a60 60 0 0 1 69.46-86.59l-35.87 38.88a4 4 0 0 0-1 3.55l5.66 26.35a4 4 0 0 0 3.07 3.07l26.35 5.66a4 4 0 0 0 3.55-1l38.87-35.87A60.05 60.05 0 0 1 160 156"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M223.05 70.5a4 4 0 0 0-6.42-1.44l-41.82 38.6L153 103l-4.68-21.79l38.6-41.82a4 4 0 0 0-1.44-6.43A68 68 0 0 0 98.94 126L36.4 180l-.21.2a28 28 0 0 0 39.6 39.6l.2-.21l54-62.54A68 68 0 0 0 228 96a67.5 67.5 0 0 0-4.95-25.5M160 156a60 60 0 0 1-29-7.47a4 4 0 0 0-5 .89l-56 64.83A20 20 0 0 1 41.75 186l64.82-56a4 4 0 0 0 .89-5a60 60 0 0 1 69.46-86.59l-35.87 38.88a4 4 0 0 0-1 3.55l5.66 26.35a4 4 0 0 0 3.07 3.07l26.35 5.66a4 4 0 0 0 3.55-1l38.87-35.87A60.05 60.05 0 0 1 160 156"/></svg> </template>
CSS
.icon-wrench-thin {
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%22M223.05%2070.5a4%204%200%200%200-6.42-1.44l-41.82%2038.6L153%20103l-4.68-21.79l38.6-41.82a4%204%200%200%200-1.44-6.43A68%2068%200%200%200%2098.94%20126L36.4%20180l-.21.2a28%2028%200%200%200%2039.6%2039.6l.2-.21l54-62.54A68%2068%200%200%200%20228%2096a67.5%2067.5%200%200%200-4.95-25.5M160%20156a60%2060%200%200%201-29-7.47a4%204%200%200%200-5%20.89l-56%2064.83A20%2020%200%200%201%2041.75%20186l64.82-56a4%204%200%200%200%20.89-5a60%2060%200%200%201%2069.46-86.59l-35.87%2038.88a4%204%200%200%200-1%203.55l5.66%2026.35a4%204%200%200%200%203.07%203.07l26.35%205.66a4%204%200%200%200%203.55-1l38.87-35.87A60.05%2060.05%200%200%201%20160%20156%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%22M223.05%2070.5a4%204%200%200%200-6.42-1.44l-41.82%2038.6L153%20103l-4.68-21.79l38.6-41.82a4%204%200%200%200-1.44-6.43A68%2068%200%200%200%2098.94%20126L36.4%20180l-.21.2a28%2028%200%200%200%2039.6%2039.6l.2-.21l54-62.54A68%2068%200%200%200%20228%2096a67.5%2067.5%200%200%200-4.95-25.5M160%20156a60%2060%200%200%201-29-7.47a4%204%200%200%200-5%20.89l-56%2064.83A20%2020%200%200%201%2041.75%20186l64.82-56a4%204%200%200%200%20.89-5a60%2060%200%200%201%2069.46-86.59l-35.87%2038.88a4%204%200%200%200-1%203.55l5.66%2026.35a4%204%200%200%200%203.07%203.07l26.35%205.66a4%204%200%200%200%203.55-1l38.87-35.87A60.05%2060.05%200%200%201%20160%20156%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/wrench-thin.svg?color=%231a73e8&size=48