wrench screwdriver icon
wrench-screwdriver-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- wrench-screwdriver-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M16.25 2a.75.75 0 0 0-.67.415l-1 2a.75.75 0 0 0 .019.707L15.5 6.7V12h-.75a.75.75 0 0 0-.75.75v5.75a3.5 3.5 0 1 0 7 0v-5.75a.75.75 0 0 0-.75-.75h-.75V6.7l.901-1.578a.75.75 0 0 0 .02-.707l-1-2A.75.75 0 0 0 18.75 2zM18 12h-1V6.5a.75.75 0 0 0-.099-.372l-.8-1.402l.613-1.226h1.573l.613 1.226l-.801 1.402A.75.75 0 0 0 18 6.5zm-2.5 6.5V16h4v2.5a2 2 0 1 1-4 0m4-4h-4v-1h4zM9.526 2.136a.75.75 0 0 0-1.026.697V6.5a1 1 0 0 1-2 0V2.833a.75.75 0 0 0-1.027-.697a5.502 5.502 0 0 0-.509 9.996v7.332a2.536 2.536 0 0 0 5.072 0v-7.332a5.502 5.502 0 0 0-.51-9.996M10 6.5V4.127a4.002 4.002 0 0 1-.996 6.831a.75.75 0 0 0-.468.695v7.811a1.036 1.036 0 0 1-2.072 0v-7.811a.75.75 0 0 0-.468-.695A4.002 4.002 0 0 1 5 4.128V6.5a2.5 2.5 0 1 0 5 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentWrenchScrewdriver24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.25 2a.75.75 0 0 0-.67.415l-1 2a.75.75 0 0 0 .019.707L15.5 6.7V12h-.75a.75.75 0 0 0-.75.75v5.75a3.5 3.5 0 1 0 7 0v-5.75a.75.75 0 0 0-.75-.75h-.75V6.7l.901-1.578a.75.75 0 0 0 .02-.707l-1-2A.75.75 0 0 0 18.75 2zM18 12h-1V6.5a.75.75 0 0 0-.099-.372l-.8-1.402l.613-1.226h1.573l.613 1.226l-.801 1.402A.75.75 0 0 0 18 6.5zm-2.5 6.5V16h4v2.5a2 2 0 1 1-4 0m4-4h-4v-1h4zM9.526 2.136a.75.75 0 0 0-1.026.697V6.5a1 1 0 0 1-2 0V2.833a.75.75 0 0 0-1.027-.697a5.502 5.502 0 0 0-.509 9.996v7.332a2.536 2.536 0 0 0 5.072 0v-7.332a5.502 5.502 0 0 0-.51-9.996M10 6.5V4.127a4.002 4.002 0 0 1-.996 6.831a.75.75 0 0 0-.468.695v7.811a1.036 1.036 0 0 1-2.072 0v-7.811a.75.75 0 0 0-.468-.695A4.002 4.002 0 0 1 5 4.128V6.5a2.5 2.5 0 1 0 5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.25 2a.75.75 0 0 0-.67.415l-1 2a.75.75 0 0 0 .019.707L15.5 6.7V12h-.75a.75.75 0 0 0-.75.75v5.75a3.5 3.5 0 1 0 7 0v-5.75a.75.75 0 0 0-.75-.75h-.75V6.7l.901-1.578a.75.75 0 0 0 .02-.707l-1-2A.75.75 0 0 0 18.75 2zM18 12h-1V6.5a.75.75 0 0 0-.099-.372l-.8-1.402l.613-1.226h1.573l.613 1.226l-.801 1.402A.75.75 0 0 0 18 6.5zm-2.5 6.5V16h4v2.5a2 2 0 1 1-4 0m4-4h-4v-1h4zM9.526 2.136a.75.75 0 0 0-1.026.697V6.5a1 1 0 0 1-2 0V2.833a.75.75 0 0 0-1.027-.697a5.502 5.502 0 0 0-.509 9.996v7.332a2.536 2.536 0 0 0 5.072 0v-7.332a5.502 5.502 0 0 0-.51-9.996M10 6.5V4.127a4.002 4.002 0 0 1-.996 6.831a.75.75 0 0 0-.468.695v7.811a1.036 1.036 0 0 1-2.072 0v-7.811a.75.75 0 0 0-.468-.695A4.002 4.002 0 0 1 5 4.128V6.5a2.5 2.5 0 1 0 5 0"/></svg> </template>
CSS
.icon-wrench-screwdriver-24-regular {
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%22currentColor%22%20d%3D%22M16.25%202a.75.75%200%200%200-.67.415l-1%202a.75.75%200%200%200%20.019.707L15.5%206.7V12h-.75a.75.75%200%200%200-.75.75v5.75a3.5%203.5%200%201%200%207%200v-5.75a.75.75%200%200%200-.75-.75h-.75V6.7l.901-1.578a.75.75%200%200%200%20.02-.707l-1-2A.75.75%200%200%200%2018.75%202zM18%2012h-1V6.5a.75.75%200%200%200-.099-.372l-.8-1.402l.613-1.226h1.573l.613%201.226l-.801%201.402A.75.75%200%200%200%2018%206.5zm-2.5%206.5V16h4v2.5a2%202%200%201%201-4%200m4-4h-4v-1h4zM9.526%202.136a.75.75%200%200%200-1.026.697V6.5a1%201%200%200%201-2%200V2.833a.75.75%200%200%200-1.027-.697a5.502%205.502%200%200%200-.509%209.996v7.332a2.536%202.536%200%200%200%205.072%200v-7.332a5.502%205.502%200%200%200-.51-9.996M10%206.5V4.127a4.002%204.002%200%200%201-.996%206.831a.75.75%200%200%200-.468.695v7.811a1.036%201.036%200%200%201-2.072%200v-7.811a.75.75%200%200%200-.468-.695A4.002%204.002%200%200%201%205%204.128V6.5a2.5%202.5%200%201%200%205%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.25%202a.75.75%200%200%200-.67.415l-1%202a.75.75%200%200%200%20.019.707L15.5%206.7V12h-.75a.75.75%200%200%200-.75.75v5.75a3.5%203.5%200%201%200%207%200v-5.75a.75.75%200%200%200-.75-.75h-.75V6.7l.901-1.578a.75.75%200%200%200%20.02-.707l-1-2A.75.75%200%200%200%2018.75%202zM18%2012h-1V6.5a.75.75%200%200%200-.099-.372l-.8-1.402l.613-1.226h1.573l.613%201.226l-.801%201.402A.75.75%200%200%200%2018%206.5zm-2.5%206.5V16h4v2.5a2%202%200%201%201-4%200m4-4h-4v-1h4zM9.526%202.136a.75.75%200%200%200-1.026.697V6.5a1%201%200%200%201-2%200V2.833a.75.75%200%200%200-1.027-.697a5.502%205.502%200%200%200-.509%209.996v7.332a2.536%202.536%200%200%200%205.072%200v-7.332a5.502%205.502%200%200%200-.51-9.996M10%206.5V4.127a4.002%204.002%200%200%201-.996%206.831a.75.75%200%200%200-.468.695v7.811a1.036%201.036%200%200%201-2.072%200v-7.811a.75.75%200%200%200-.468-.695A4.002%204.002%200%200%201%205%204.128V6.5a2.5%202.5%200%201%200%205%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/wrench-screwdriver-24-regular.svg?color=%231a73e8&size=48