wrench icon
wrench-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- wrench-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
wrenchBootstrap IconswrenchBoxIcons v2wrenchBoxIcons v2 SolidwrenchEmoji One (Colored)wrenchFont Awesome 6 SolidwrenchFont Awesome Solidwrench-16-filledFluent UI System Iconswrench-16Fluent UI System Color IconswrenchFluent EmojiwrenchFluent Emoji FlatwrenchFluent Emoji High ContrastwrenchFirefox OS EmojiwrenchHeroIconswrenchIconoirwrenchIonIconswrenchJam IconswrenchLine AwesomewrenchLucidewrenchMage IconswrenchMaterial 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 56 56"><path fill="currentColor" d="M4.71 52.307c3.693 3.693 8.797 3.491 12.803-.492c3.2-3.201 9.848-14.504 15.623-20.279c3.85-3.85 8.102-1.813 12.377-3.558L41.708 14.1c-.47-1.724.224-3.156 2.216-3.693l8.393-2.238c-.269-.784-1.007-1.858-1.925-2.798C45.222.2 36.672 0 31.57 4.835c-7.43 7.095-1.79 14.593-6.692 19.494C18.723 30.484 9.77 34.827 5.204 39.482c-4.007 4.029-4.23 9.087-.493 12.825m27.821-33.931c-.492.134-.895-.112-1.074-.65c-.134-.402.157-.895.627-1.029l5.215-1.41c.425-.112.917.157 1.052.627c.134.515-.157.962-.627 1.096Zm15.467 8.527a15.6 15.6 0 0 0 2.663-2.059c2.82-2.551 4.275-6.401 3.693-9.132l-6.782 1.858c-.76.201-1.387.246-2.104.134ZM33.203 21.04c-.493.134-.918-.112-1.097-.649c-.134-.403.157-.895.627-1.007l5.215-1.432c.425-.09.917.156 1.052.626c.156.515-.157.963-.627 1.097Zm.649 2.664c-.47.134-.94-.112-1.052-.627c-.112-.47.157-.895.627-1.03l5.192-1.387a.83.83 0 0 1 1.075.582c.09.447-.18.94-.605 1.052ZM8.224 48.815c-1.522-1.522-1.544-4.073-.044-5.595c1.522-1.567 4.05-1.5 5.618-.023c1.611 1.522 1.454 4.03-.023 5.618c-1.41 1.545-4.051 1.5-5.55 0"/></svg>
React
import type { SVGProps } from "react";
export function F7WrenchFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M4.71 52.307c3.693 3.693 8.797 3.491 12.803-.492c3.2-3.201 9.848-14.504 15.623-20.279c3.85-3.85 8.102-1.813 12.377-3.558L41.708 14.1c-.47-1.724.224-3.156 2.216-3.693l8.393-2.238c-.269-.784-1.007-1.858-1.925-2.798C45.222.2 36.672 0 31.57 4.835c-7.43 7.095-1.79 14.593-6.692 19.494C18.723 30.484 9.77 34.827 5.204 39.482c-4.007 4.029-4.23 9.087-.493 12.825m27.821-33.931c-.492.134-.895-.112-1.074-.65c-.134-.402.157-.895.627-1.029l5.215-1.41c.425-.112.917.157 1.052.627c.134.515-.157.962-.627 1.096Zm15.467 8.527a15.6 15.6 0 0 0 2.663-2.059c2.82-2.551 4.275-6.401 3.693-9.132l-6.782 1.858c-.76.201-1.387.246-2.104.134ZM33.203 21.04c-.493.134-.918-.112-1.097-.649c-.134-.403.157-.895.627-1.007l5.215-1.432c.425-.09.917.156 1.052.626c.156.515-.157.963-.627 1.097Zm.649 2.664c-.47.134-.94-.112-1.052-.627c-.112-.47.157-.895.627-1.03l5.192-1.387a.83.83 0 0 1 1.075.582c.09.447-.18.94-.605 1.052ZM8.224 48.815c-1.522-1.522-1.544-4.073-.044-5.595c1.522-1.567 4.05-1.5 5.618-.023c1.611 1.522 1.454 4.03-.023 5.618c-1.41 1.545-4.051 1.5-5.55 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M4.71 52.307c3.693 3.693 8.797 3.491 12.803-.492c3.2-3.201 9.848-14.504 15.623-20.279c3.85-3.85 8.102-1.813 12.377-3.558L41.708 14.1c-.47-1.724.224-3.156 2.216-3.693l8.393-2.238c-.269-.784-1.007-1.858-1.925-2.798C45.222.2 36.672 0 31.57 4.835c-7.43 7.095-1.79 14.593-6.692 19.494C18.723 30.484 9.77 34.827 5.204 39.482c-4.007 4.029-4.23 9.087-.493 12.825m27.821-33.931c-.492.134-.895-.112-1.074-.65c-.134-.402.157-.895.627-1.029l5.215-1.41c.425-.112.917.157 1.052.627c.134.515-.157.962-.627 1.096Zm15.467 8.527a15.6 15.6 0 0 0 2.663-2.059c2.82-2.551 4.275-6.401 3.693-9.132l-6.782 1.858c-.76.201-1.387.246-2.104.134ZM33.203 21.04c-.493.134-.918-.112-1.097-.649c-.134-.403.157-.895.627-1.007l5.215-1.432c.425-.09.917.156 1.052.626c.156.515-.157.963-.627 1.097Zm.649 2.664c-.47.134-.94-.112-1.052-.627c-.112-.47.157-.895.627-1.03l5.192-1.387a.83.83 0 0 1 1.075.582c.09.447-.18.94-.605 1.052ZM8.224 48.815c-1.522-1.522-1.544-4.073-.044-5.595c1.522-1.567 4.05-1.5 5.618-.023c1.611 1.522 1.454 4.03-.023 5.618c-1.41 1.545-4.051 1.5-5.55 0"/></svg> </template>
CSS
.icon-wrench-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.71%2052.307c3.693%203.693%208.797%203.491%2012.803-.492c3.2-3.201%209.848-14.504%2015.623-20.279c3.85-3.85%208.102-1.813%2012.377-3.558L41.708%2014.1c-.47-1.724.224-3.156%202.216-3.693l8.393-2.238c-.269-.784-1.007-1.858-1.925-2.798C45.222.2%2036.672%200%2031.57%204.835c-7.43%207.095-1.79%2014.593-6.692%2019.494C18.723%2030.484%209.77%2034.827%205.204%2039.482c-4.007%204.029-4.23%209.087-.493%2012.825m27.821-33.931c-.492.134-.895-.112-1.074-.65c-.134-.402.157-.895.627-1.029l5.215-1.41c.425-.112.917.157%201.052.627c.134.515-.157.962-.627%201.096Zm15.467%208.527a15.6%2015.6%200%200%200%202.663-2.059c2.82-2.551%204.275-6.401%203.693-9.132l-6.782%201.858c-.76.201-1.387.246-2.104.134ZM33.203%2021.04c-.493.134-.918-.112-1.097-.649c-.134-.403.157-.895.627-1.007l5.215-1.432c.425-.09.917.156%201.052.626c.156.515-.157.963-.627%201.097Zm.649%202.664c-.47.134-.94-.112-1.052-.627c-.112-.47.157-.895.627-1.03l5.192-1.387a.83.83%200%200%201%201.075.582c.09.447-.18.94-.605%201.052ZM8.224%2048.815c-1.522-1.522-1.544-4.073-.044-5.595c1.522-1.567%204.05-1.5%205.618-.023c1.611%201.522%201.454%204.03-.023%205.618c-1.41%201.545-4.051%201.5-5.55%200%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.71%2052.307c3.693%203.693%208.797%203.491%2012.803-.492c3.2-3.201%209.848-14.504%2015.623-20.279c3.85-3.85%208.102-1.813%2012.377-3.558L41.708%2014.1c-.47-1.724.224-3.156%202.216-3.693l8.393-2.238c-.269-.784-1.007-1.858-1.925-2.798C45.222.2%2036.672%200%2031.57%204.835c-7.43%207.095-1.79%2014.593-6.692%2019.494C18.723%2030.484%209.77%2034.827%205.204%2039.482c-4.007%204.029-4.23%209.087-.493%2012.825m27.821-33.931c-.492.134-.895-.112-1.074-.65c-.134-.402.157-.895.627-1.029l5.215-1.41c.425-.112.917.157%201.052.627c.134.515-.157.962-.627%201.096Zm15.467%208.527a15.6%2015.6%200%200%200%202.663-2.059c2.82-2.551%204.275-6.401%203.693-9.132l-6.782%201.858c-.76.201-1.387.246-2.104.134ZM33.203%2021.04c-.493.134-.918-.112-1.097-.649c-.134-.403.157-.895.627-1.007l5.215-1.432c.425-.09.917.156%201.052.626c.156.515-.157.963-.627%201.097Zm.649%202.664c-.47.134-.94-.112-1.052-.627c-.112-.47.157-.895.627-1.03l5.192-1.387a.83.83%200%200%201%201.075.582c.09.447-.18.94-.605%201.052ZM8.224%2048.815c-1.522-1.522-1.544-4.073-.044-5.595c1.522-1.567%204.05-1.5%205.618-.023c1.611%201.522%201.454%204.03-.023%205.618c-1.41%201.545-4.051%201.5-5.55%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/wrench-fill.svg?color=%231a73e8&size=48