wrench screwdriver icon

wrench-screwdriver-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
wrench-screwdriver-32-regular
Set
Fluent UI System Icons
Style
32 Regular
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 3a1 1 0 0 0-.928.629l-1 2.5a1 1 0 0 0 0 .742L20 9.193V16h-1a1 1 0 0 0-1 1v6.5a5.5 5.5 0 1 0 11 0V17a1 1 0 0 0-1-1h-1V9.193l.928-2.322a1 1 0 0 0 0-.742l-1-2.5A1 1 0 0 0 26 3zm4 13h-3V9a1 1 0 0 0-.072-.371l-.85-2.129l.6-1.5h3.646l.6 1.5l-.851 2.129A1 1 0 0 0 25 9zm-5 2h7v2h-7zM8.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.127M7 5.999a5.003 5.003 0 0 0 1.333 8.716A1 1 0 0 1 9 15.66V26a1 1 0 1 0 2 0V15.659a1 1 0 0 1 .667-.943A5.003 5.003 0 0 0 13 5.999V9a3 3 0 1 1-6 0zM20 22h7v1.5a3.5 3.5 0 1 1-7 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentWrenchScrewdriver32Regular(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 3a1 1 0 0 0-.928.629l-1 2.5a1 1 0 0 0 0 .742L20 9.193V16h-1a1 1 0 0 0-1 1v6.5a5.5 5.5 0 1 0 11 0V17a1 1 0 0 0-1-1h-1V9.193l.928-2.322a1 1 0 0 0 0-.742l-1-2.5A1 1 0 0 0 26 3zm4 13h-3V9a1 1 0 0 0-.072-.371l-.85-2.129l.6-1.5h3.646l.6 1.5l-.851 2.129A1 1 0 0 0 25 9zm-5 2h7v2h-7zM8.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.127M7 5.999a5.003 5.003 0 0 0 1.333 8.716A1 1 0 0 1 9 15.66V26a1 1 0 1 0 2 0V15.659a1 1 0 0 1 .667-.943A5.003 5.003 0 0 0 13 5.999V9a3 3 0 1 1-6 0zM20 22h7v1.5a3.5 3.5 0 1 1-7 0z"/></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 3a1 1 0 0 0-.928.629l-1 2.5a1 1 0 0 0 0 .742L20 9.193V16h-1a1 1 0 0 0-1 1v6.5a5.5 5.5 0 1 0 11 0V17a1 1 0 0 0-1-1h-1V9.193l.928-2.322a1 1 0 0 0 0-.742l-1-2.5A1 1 0 0 0 26 3zm4 13h-3V9a1 1 0 0 0-.072-.371l-.85-2.129l.6-1.5h3.646l.6 1.5l-.851 2.129A1 1 0 0 0 25 9zm-5 2h7v2h-7zM8.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.127M7 5.999a5.003 5.003 0 0 0 1.333 8.716A1 1 0 0 1 9 15.66V26a1 1 0 1 0 2 0V15.659a1 1 0 0 1 .667-.943A5.003 5.003 0 0 0 13 5.999V9a3 3 0 1 1-6 0zM20 22h7v1.5a3.5 3.5 0 1 1-7 0z"/></svg>
</template>

CSS

.icon-wrench-screwdriver-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%203a1%201%200%200%200-.928.629l-1%202.5a1%201%200%200%200%200%20.742L20%209.193V16h-1a1%201%200%200%200-1%201v6.5a5.5%205.5%200%201%200%2011%200V17a1%201%200%200%200-1-1h-1V9.193l.928-2.322a1%201%200%200%200%200-.742l-1-2.5A1%201%200%200%200%2026%203zm4%2013h-3V9a1%201%200%200%200-.072-.371l-.85-2.129l.6-1.5h3.646l.6%201.5l-.851%202.129A1%201%200%200%200%2025%209zm-5%202h7v2h-7zM8.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.127M7%205.999a5.003%205.003%200%200%200%201.333%208.716A1%201%200%200%201%209%2015.66V26a1%201%200%201%200%202%200V15.659a1%201%200%200%201%20.667-.943A5.003%205.003%200%200%200%2013%205.999V9a3%203%200%201%201-6%200zM20%2022h7v1.5a3.5%203.5%200%201%201-7%200z%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%203a1%201%200%200%200-.928.629l-1%202.5a1%201%200%200%200%200%20.742L20%209.193V16h-1a1%201%200%200%200-1%201v6.5a5.5%205.5%200%201%200%2011%200V17a1%201%200%200%200-1-1h-1V9.193l.928-2.322a1%201%200%200%200%200-.742l-1-2.5A1%201%200%200%200%2026%203zm4%2013h-3V9a1%201%200%200%200-.072-.371l-.85-2.129l.6-1.5h3.646l.6%201.5l-.851%202.129A1%201%200%200%200%2025%209zm-5%202h7v2h-7zM8.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.127M7%205.999a5.003%205.003%200%200%200%201.333%208.716A1%201%200%200%201%209%2015.66V26a1%201%200%201%200%202%200V15.659a1%201%200%200%201%20.667-.943A5.003%205.003%200%200%200%2013%205.999V9a3%203%200%201%201-6%200zM20%2022h7v1.5a3.5%203.5%200%201%201-7%200z%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-regular.svg?color=%231a73e8&size=48