wrench icon
wrench from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- wrench
- Set
- Mage Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
wrenchBootstrap IconswrenchBoxIcons v2wrenchBoxIcons v2 SolidwrenchEmoji One (Colored)wrenchFramework7 IconswrenchFont Awesome 6 SolidwrenchFont Awesome Solidwrench-16-filledFluent UI System Iconswrench-16Fluent UI System Color IconswrenchFluent EmojiwrenchFluent Emoji FlatwrenchFluent Emoji High ContrastwrenchFirefox OS EmojiwrenchHeroIconswrenchIconoirwrenchIonIconswrenchJam IconswrenchLine AwesomewrenchLucidewrenchMaterial Design IconswrenchMyna UI IconswrenchNoto EmojiwrenchOpenMojiwrenchPhosphor
Use the wrench icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.252 14.407a6.82 6.82 0 0 1-6.532 1.776a2.02 2.02 0 0 0-1.95.487l-4.28 4.294a.974.974 0 0 1-1.385 0l-2.067-2.069a.976.976 0 0 1 0-1.385l4.28-4.284a1.95 1.95 0 0 0 .488-1.951a6.84 6.84 0 0 1 1.912-6.65a6.82 6.82 0 0 1 6.736-1.566l-2.925 2.927c-.75.752-1.112 2.342-.341 3.103l1.715 1.727c.76.761 2.35.41 3.11-.351l2.925-2.927a6.84 6.84 0 0 1-1.686 6.869"/></svg>
React
import type { SVGProps } from "react";
export function MageWrench(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M19.252 14.407a6.82 6.82 0 0 1-6.532 1.776a2.02 2.02 0 0 0-1.95.487l-4.28 4.294a.974.974 0 0 1-1.385 0l-2.067-2.069a.976.976 0 0 1 0-1.385l4.28-4.284a1.95 1.95 0 0 0 .488-1.951a6.84 6.84 0 0 1 1.912-6.65a6.82 6.82 0 0 1 6.736-1.566l-2.925 2.927c-.75.752-1.112 2.342-.341 3.103l1.715 1.727c.76.761 2.35.41 3.11-.351l2.925-2.927a6.84 6.84 0 0 1-1.686 6.869"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.252 14.407a6.82 6.82 0 0 1-6.532 1.776a2.02 2.02 0 0 0-1.95.487l-4.28 4.294a.974.974 0 0 1-1.385 0l-2.067-2.069a.976.976 0 0 1 0-1.385l4.28-4.284a1.95 1.95 0 0 0 .488-1.951a6.84 6.84 0 0 1 1.912-6.65a6.82 6.82 0 0 1 6.736-1.566l-2.925 2.927c-.75.752-1.112 2.342-.341 3.103l1.715 1.727c.76.761 2.35.41 3.11-.351l2.925-2.927a6.84 6.84 0 0 1-1.686 6.869"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19.252%2014.407a6.82%206.82%200%200%201-6.532%201.776a2.02%202.02%200%200%200-1.95.487l-4.28%204.294a.974.974%200%200%201-1.385%200l-2.067-2.069a.976.976%200%200%201%200-1.385l4.28-4.284a1.95%201.95%200%200%200%20.488-1.951a6.84%206.84%200%200%201%201.912-6.65a6.82%206.82%200%200%201%206.736-1.566l-2.925%202.927c-.75.752-1.112%202.342-.341%203.103l1.715%201.727c.76.761%202.35.41%203.11-.351l2.925-2.927a6.84%206.84%200%200%201-1.686%206.869%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19.252%2014.407a6.82%206.82%200%200%201-6.532%201.776a2.02%202.02%200%200%200-1.95.487l-4.28%204.294a.974.974%200%200%201-1.385%200l-2.067-2.069a.976.976%200%200%201%200-1.385l4.28-4.284a1.95%201.95%200%200%200%20.488-1.951a6.84%206.84%200%200%201%201.912-6.65a6.82%206.82%200%200%201%206.736-1.566l-2.925%202.927c-.75.752-1.112%202.342-.341%203.103l1.715%201.727c.76.761%202.35.41%203.11-.351l2.925-2.927a6.84%206.84%200%200%201-1.686%206.869%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/wrench.svg?color=%231a73e8&size=48