wrench icon
wrench-sharp-fill from Keyline Icons by Keyline Icons · Sharp Fill · MIT Free for personal and commercial use.
- Name
- wrench-sharp-fill
- Set
- Keyline Icons
- Style
- Sharp Fill
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline 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 AwesomewrenchLucidewrenchMage IconswrenchMaterial Design IconswrenchMyna UI IconswrenchNoto EmojiwrenchOpenMoji
Use the wrench icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M17.9749 8.1464L20.8034 5.318C21.0398 5.0816 21.3788 4.9789 21.7066 5.0445C22.0345 5.1101 22.3079 5.3352 22.4352 5.6444C23.7963 8.9502 22.6349 12.7573 19.6602 14.7404C16.6856 16.7235 12.7247 16.3313 10.1967 13.8033C7.6687 11.2753 7.2765 7.3144 9.2596 4.3398C11.2427 1.3651 15.0498 0.2037 18.3556 1.5649C18.6648 1.6921 18.8899 1.9655 18.9555 2.2934C19.0211 2.6212 18.9184 2.9602 18.682 3.1966L14.7929 7.0858L16.9142 9.2072Z" stroke="none"/><path d="M15.3955 14.9992C15.3688 14.9987 15.342 14.9985 15.3152 14.9985C13.9891 14.9985 12.7173 15.5253 11.7797 16.463L7.1213 21.1213C6.5587 21.6839 5.7956 22 5 22C3.3431 22 2 20.6569 2 19C2 18.2044 2.3161 17.4413 2.8787 16.8787L7.537 12.2203C8.4747 11.2827 9.0015 10.0109 9.0015 8.6848C9.0015 8.658 9.0013 8.6312 9.0008 8.6045"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsWrenchSharpFill(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" d="M17.9749 8.1464L20.8034 5.318C21.0398 5.0816 21.3788 4.9789 21.7066 5.0445C22.0345 5.1101 22.3079 5.3352 22.4352 5.6444C23.7963 8.9502 22.6349 12.7573 19.6602 14.7404C16.6856 16.7235 12.7247 16.3313 10.1967 13.8033C7.6687 11.2753 7.2765 7.3144 9.2596 4.3398C11.2427 1.3651 15.0498 0.2037 18.3556 1.5649C18.6648 1.6921 18.8899 1.9655 18.9555 2.2934C19.0211 2.6212 18.9184 2.9602 18.682 3.1966L14.7929 7.0858L16.9142 9.2072Z" stroke="none"/><path d="M15.3955 14.9992C15.3688 14.9987 15.342 14.9985 15.3152 14.9985C13.9891 14.9985 12.7173 15.5253 11.7797 16.463L7.1213 21.1213C6.5587 21.6839 5.7956 22 5 22C3.3431 22 2 20.6569 2 19C2 18.2044 2.3161 17.4413 2.8787 16.8787L7.537 12.2203C8.4747 11.2827 9.0015 10.0109 9.0015 8.6848C9.0015 8.658 9.0013 8.6312 9.0008 8.6045"/></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" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M17.9749 8.1464L20.8034 5.318C21.0398 5.0816 21.3788 4.9789 21.7066 5.0445C22.0345 5.1101 22.3079 5.3352 22.4352 5.6444C23.7963 8.9502 22.6349 12.7573 19.6602 14.7404C16.6856 16.7235 12.7247 16.3313 10.1967 13.8033C7.6687 11.2753 7.2765 7.3144 9.2596 4.3398C11.2427 1.3651 15.0498 0.2037 18.3556 1.5649C18.6648 1.6921 18.8899 1.9655 18.9555 2.2934C19.0211 2.6212 18.9184 2.9602 18.682 3.1966L14.7929 7.0858L16.9142 9.2072Z" stroke="none"/><path d="M15.3955 14.9992C15.3688 14.9987 15.342 14.9985 15.3152 14.9985C13.9891 14.9985 12.7173 15.5253 11.7797 16.463L7.1213 21.1213C6.5587 21.6839 5.7956 22 5 22C3.3431 22 2 20.6569 2 19C2 18.2044 2.3161 17.4413 2.8787 16.8787L7.537 12.2203C8.4747 11.2827 9.0015 10.0109 9.0015 8.6848C9.0015 8.658 9.0013 8.6312 9.0008 8.6045"/></g></svg> </template>
CSS
.icon-wrench-sharp-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.9749%208.1464L20.8034%205.318C21.0398%205.0816%2021.3788%204.9789%2021.7066%205.0445C22.0345%205.1101%2022.3079%205.3352%2022.4352%205.6444C23.7963%208.9502%2022.6349%2012.7573%2019.6602%2014.7404C16.6856%2016.7235%2012.7247%2016.3313%2010.1967%2013.8033C7.6687%2011.2753%207.2765%207.3144%209.2596%204.3398C11.2427%201.3651%2015.0498%200.2037%2018.3556%201.5649C18.6648%201.6921%2018.8899%201.9655%2018.9555%202.2934C19.0211%202.6212%2018.9184%202.9602%2018.682%203.1966L14.7929%207.0858L16.9142%209.2072Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M15.3955%2014.9992C15.3688%2014.9987%2015.342%2014.9985%2015.3152%2014.9985C13.9891%2014.9985%2012.7173%2015.5253%2011.7797%2016.463L7.1213%2021.1213C6.5587%2021.6839%205.7956%2022%205%2022C3.3431%2022%202%2020.6569%202%2019C2%2018.2044%202.3161%2017.4413%202.8787%2016.8787L7.537%2012.2203C8.4747%2011.2827%209.0015%2010.0109%209.0015%208.6848C9.0015%208.658%209.0013%208.6312%209.0008%208.6045%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%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.9749%208.1464L20.8034%205.318C21.0398%205.0816%2021.3788%204.9789%2021.7066%205.0445C22.0345%205.1101%2022.3079%205.3352%2022.4352%205.6444C23.7963%208.9502%2022.6349%2012.7573%2019.6602%2014.7404C16.6856%2016.7235%2012.7247%2016.3313%2010.1967%2013.8033C7.6687%2011.2753%207.2765%207.3144%209.2596%204.3398C11.2427%201.3651%2015.0498%200.2037%2018.3556%201.5649C18.6648%201.6921%2018.8899%201.9655%2018.9555%202.2934C19.0211%202.6212%2018.9184%202.9602%2018.682%203.1966L14.7929%207.0858L16.9142%209.2072Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M15.3955%2014.9992C15.3688%2014.9987%2015.342%2014.9985%2015.3152%2014.9985C13.9891%2014.9985%2012.7173%2015.5253%2011.7797%2016.463L7.1213%2021.1213C6.5587%2021.6839%205.7956%2022%205%2022C3.3431%2022%202%2020.6569%202%2019C2%2018.2044%202.3161%2017.4413%202.8787%2016.8787L7.537%2012.2203C8.4747%2011.2827%209.0015%2010.0109%209.0015%208.6848C9.0015%208.658%209.0013%208.6312%209.0008%208.6045%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/wrench-sharp-fill.svg?color=%231a73e8&size=48