wrench screwdriver icon
wrench-screwdriver-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- wrench-screwdriver-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
8 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the wrench screwdriver icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.072 3.629A1 1 0 0 1 22 3h3a1 1 0 0 1 .928.629l1 2.5a1 1 0 0 1 0 .742L26 9.193V16h2a1 1 0 0 1 1 1v3H18v-3a1 1 0 0 1 1-1h2V9.193l-.928-2.322a1 1 0 0 1 0-.742zM8.577 3.525A1 1 0 0 1 9 4.341V9a1 1 0 0 0 2 0V4.341a1 1 0 0 1 1.333-.942A7.002 7.002 0 0 1 13 16.326V26a3 3 0 1 1-6 0v-9.674a7.002 7.002 0 0 1 .667-12.928a1 1 0 0 1 .91.127M18 22v1.5a5.5 5.5 0 1 0 11 0V22z"/></svg>
React
import type { SVGProps } from "react";
export function FluentWrenchScrewdriver32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.072 3.629A1 1 0 0 1 22 3h3a1 1 0 0 1 .928.629l1 2.5a1 1 0 0 1 0 .742L26 9.193V16h2a1 1 0 0 1 1 1v3H18v-3a1 1 0 0 1 1-1h2V9.193l-.928-2.322a1 1 0 0 1 0-.742zM8.577 3.525A1 1 0 0 1 9 4.341V9a1 1 0 0 0 2 0V4.341a1 1 0 0 1 1.333-.942A7.002 7.002 0 0 1 13 16.326V26a3 3 0 1 1-6 0v-9.674a7.002 7.002 0 0 1 .667-12.928a1 1 0 0 1 .91.127M18 22v1.5a5.5 5.5 0 1 0 11 0V22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.072 3.629A1 1 0 0 1 22 3h3a1 1 0 0 1 .928.629l1 2.5a1 1 0 0 1 0 .742L26 9.193V16h2a1 1 0 0 1 1 1v3H18v-3a1 1 0 0 1 1-1h2V9.193l-.928-2.322a1 1 0 0 1 0-.742zM8.577 3.525A1 1 0 0 1 9 4.341V9a1 1 0 0 0 2 0V4.341a1 1 0 0 1 1.333-.942A7.002 7.002 0 0 1 13 16.326V26a3 3 0 1 1-6 0v-9.674a7.002 7.002 0 0 1 .667-12.928a1 1 0 0 1 .91.127M18 22v1.5a5.5 5.5 0 1 0 11 0V22z"/></svg> </template>
CSS
.icon-wrench-screwdriver-32-filled {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.072%203.629A1%201%200%200%201%2022%203h3a1%201%200%200%201%20.928.629l1%202.5a1%201%200%200%201%200%20.742L26%209.193V16h2a1%201%200%200%201%201%201v3H18v-3a1%201%200%200%201%201-1h2V9.193l-.928-2.322a1%201%200%200%201%200-.742zM8.577%203.525A1%201%200%200%201%209%204.341V9a1%201%200%200%200%202%200V4.341a1%201%200%200%201%201.333-.942A7.002%207.002%200%200%201%2013%2016.326V26a3%203%200%201%201-6%200v-9.674a7.002%207.002%200%200%201%20.667-12.928a1%201%200%200%201%20.91.127M18%2022v1.5a5.5%205.5%200%201%200%2011%200V22z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.072%203.629A1%201%200%200%201%2022%203h3a1%201%200%200%201%20.928.629l1%202.5a1%201%200%200%201%200%20.742L26%209.193V16h2a1%201%200%200%201%201%201v3H18v-3a1%201%200%200%201%201-1h2V9.193l-.928-2.322a1%201%200%200%201%200-.742zM8.577%203.525A1%201%200%200%201%209%204.341V9a1%201%200%200%200%202%200V4.341a1%201%200%200%201%201.333-.942A7.002%207.002%200%200%201%2013%2016.326V26a3%203%200%201%201-6%200v-9.674a7.002%207.002%200%200%201%20.667-12.928a1%201%200%200%201%20.91.127M18%2022v1.5a5.5%205.5%200%201%200%2011%200V22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/wrench-screwdriver-32-filled.svg?color=%231a73e8&size=48