wrench screwdriver icon

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

Name
wrench-screwdriver-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M10.308 2.416a.75.75 0 0 1 .67-.11a6.499 6.499 0 0 1 .521 12.192V23.5a2.5 2.5 0 0 1-4.999 0v-9.001a6.499 6.499 0 0 1 .521-12.192A.75.75 0 0 1 8 3.02V7.5l.005.103A1 1 0 0 0 10 7.5V3.021a.75.75 0 0 1 .308-.605m11.793-.41a.75.75 0 0 1 .554.38l1.25 2.25a.75.75 0 0 1 .03.669L23 7.409V14h1.25a.75.75 0 0 1 .75.75v6.75a4.5 4.5 0 1 1-9 0v-6.75a.75.75 0 0 1 .75-.75H18V7.41l-.936-2.105a.75.75 0 0 1 .03-.67l1.25-2.25l.055-.084A.75.75 0 0 1 19 2h3zM11.5 7.5l-.013.256A2.5 2.5 0 0 1 6.5 7.5V4.17A5 5 0 0 0 4 8.5l.004.208a5 5 0 0 0 3.475 4.555a.75.75 0 0 1 .521.714V23.5a1 1 0 1 0 2 0v-9.522a.75.75 0 0 1 .521-.715a5 5 0 0 0 3.475-4.555L14 8.5a5 5 0 0 0-2.5-4.33zm6 14a3 3 0 1 0 6 0v-3h-6zm0-4.5h6v-1.5h-6zm1.087-11.964l.849 1.91c.042.095.064.2.064.304V14h2V7.25q0-.16.064-.305l.848-1.909L21.56 3.5h-2.12z"/></svg>

React

import type { SVGProps } from "react";

export function FluentWrenchScrewdriver28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.308 2.416a.75.75 0 0 1 .67-.11a6.499 6.499 0 0 1 .521 12.192V23.5a2.5 2.5 0 0 1-4.999 0v-9.001a6.499 6.499 0 0 1 .521-12.192A.75.75 0 0 1 8 3.02V7.5l.005.103A1 1 0 0 0 10 7.5V3.021a.75.75 0 0 1 .308-.605m11.793-.41a.75.75 0 0 1 .554.38l1.25 2.25a.75.75 0 0 1 .03.669L23 7.409V14h1.25a.75.75 0 0 1 .75.75v6.75a4.5 4.5 0 1 1-9 0v-6.75a.75.75 0 0 1 .75-.75H18V7.41l-.936-2.105a.75.75 0 0 1 .03-.67l1.25-2.25l.055-.084A.75.75 0 0 1 19 2h3zM11.5 7.5l-.013.256A2.5 2.5 0 0 1 6.5 7.5V4.17A5 5 0 0 0 4 8.5l.004.208a5 5 0 0 0 3.475 4.555a.75.75 0 0 1 .521.714V23.5a1 1 0 1 0 2 0v-9.522a.75.75 0 0 1 .521-.715a5 5 0 0 0 3.475-4.555L14 8.5a5 5 0 0 0-2.5-4.33zm6 14a3 3 0 1 0 6 0v-3h-6zm0-4.5h6v-1.5h-6zm1.087-11.964l.849 1.91c.042.095.064.2.064.304V14h2V7.25q0-.16.064-.305l.848-1.909L21.56 3.5h-2.12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.308 2.416a.75.75 0 0 1 .67-.11a6.499 6.499 0 0 1 .521 12.192V23.5a2.5 2.5 0 0 1-4.999 0v-9.001a6.499 6.499 0 0 1 .521-12.192A.75.75 0 0 1 8 3.02V7.5l.005.103A1 1 0 0 0 10 7.5V3.021a.75.75 0 0 1 .308-.605m11.793-.41a.75.75 0 0 1 .554.38l1.25 2.25a.75.75 0 0 1 .03.669L23 7.409V14h1.25a.75.75 0 0 1 .75.75v6.75a4.5 4.5 0 1 1-9 0v-6.75a.75.75 0 0 1 .75-.75H18V7.41l-.936-2.105a.75.75 0 0 1 .03-.67l1.25-2.25l.055-.084A.75.75 0 0 1 19 2h3zM11.5 7.5l-.013.256A2.5 2.5 0 0 1 6.5 7.5V4.17A5 5 0 0 0 4 8.5l.004.208a5 5 0 0 0 3.475 4.555a.75.75 0 0 1 .521.714V23.5a1 1 0 1 0 2 0v-9.522a.75.75 0 0 1 .521-.715a5 5 0 0 0 3.475-4.555L14 8.5a5 5 0 0 0-2.5-4.33zm6 14a3 3 0 1 0 6 0v-3h-6zm0-4.5h6v-1.5h-6zm1.087-11.964l.849 1.91c.042.095.064.2.064.304V14h2V7.25q0-.16.064-.305l.848-1.909L21.56 3.5h-2.12z"/></svg>
</template>

CSS

.icon-wrench-screwdriver-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.308%202.416a.75.75%200%200%201%20.67-.11a6.499%206.499%200%200%201%20.521%2012.192V23.5a2.5%202.5%200%200%201-4.999%200v-9.001a6.499%206.499%200%200%201%20.521-12.192A.75.75%200%200%201%208%203.02V7.5l.005.103A1%201%200%200%200%2010%207.5V3.021a.75.75%200%200%201%20.308-.605m11.793-.41a.75.75%200%200%201%20.554.38l1.25%202.25a.75.75%200%200%201%20.03.669L23%207.409V14h1.25a.75.75%200%200%201%20.75.75v6.75a4.5%204.5%200%201%201-9%200v-6.75a.75.75%200%200%201%20.75-.75H18V7.41l-.936-2.105a.75.75%200%200%201%20.03-.67l1.25-2.25l.055-.084A.75.75%200%200%201%2019%202h3zM11.5%207.5l-.013.256A2.5%202.5%200%200%201%206.5%207.5V4.17A5%205%200%200%200%204%208.5l.004.208a5%205%200%200%200%203.475%204.555a.75.75%200%200%201%20.521.714V23.5a1%201%200%201%200%202%200v-9.522a.75.75%200%200%201%20.521-.715a5%205%200%200%200%203.475-4.555L14%208.5a5%205%200%200%200-2.5-4.33zm6%2014a3%203%200%201%200%206%200v-3h-6zm0-4.5h6v-1.5h-6zm1.087-11.964l.849%201.91c.042.095.064.2.064.304V14h2V7.25q0-.16.064-.305l.848-1.909L21.56%203.5h-2.12z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.308%202.416a.75.75%200%200%201%20.67-.11a6.499%206.499%200%200%201%20.521%2012.192V23.5a2.5%202.5%200%200%201-4.999%200v-9.001a6.499%206.499%200%200%201%20.521-12.192A.75.75%200%200%201%208%203.02V7.5l.005.103A1%201%200%200%200%2010%207.5V3.021a.75.75%200%200%201%20.308-.605m11.793-.41a.75.75%200%200%201%20.554.38l1.25%202.25a.75.75%200%200%201%20.03.669L23%207.409V14h1.25a.75.75%200%200%201%20.75.75v6.75a4.5%204.5%200%201%201-9%200v-6.75a.75.75%200%200%201%20.75-.75H18V7.41l-.936-2.105a.75.75%200%200%201%20.03-.67l1.25-2.25l.055-.084A.75.75%200%200%201%2019%202h3zM11.5%207.5l-.013.256A2.5%202.5%200%200%201%206.5%207.5V4.17A5%205%200%200%200%204%208.5l.004.208a5%205%200%200%200%203.475%204.555a.75.75%200%200%201%20.521.714V23.5a1%201%200%201%200%202%200v-9.522a.75.75%200%200%201%20.521-.715a5%205%200%200%200%203.475-4.555L14%208.5a5%205%200%200%200-2.5-4.33zm6%2014a3%203%200%201%200%206%200v-3h-6zm0-4.5h6v-1.5h-6zm1.087-11.964l.849%201.91c.042.095.064.2.064.304V14h2V7.25q0-.16.064-.305l.848-1.909L21.56%203.5h-2.12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/wrench-screwdriver-28-regular.svg?color=%231a73e8&size=48