screwdriver icon
screwdriver from Font Awesome Solid by Dave Gandy · Solid · Construction · CC-BY-4.0 Attribution required.
- Name
- screwdriver
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Construction
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
screwdriverBootstrap IconsscrewdriverFont Awesome 6 SolidscrewdriverFluent EmojiscrewdriverFluent Emoji FlatscrewdriverFluent Emoji High ContrastscrewdriverIconParkscrewdriverIconPark OutlinescrewdriverIconPark SolidscrewdriverIconPark TwoTonescrewdriverJam IconsscrewdriverLine AwesomescrewdriverMaterial Icon ThemescrewdriverMaterial Design Iconsscrewdriver-fillMingCute IconscrewdriverNoto EmojiscrewdriverOpenMojiscrewdriverPhosphorscrewdriverTwitter Emoji
More construction icons from Font Awesome Solid
Use the screwdriver icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M384.1 210.7v-49.6c0-10.7 5.3-20.7 14.2-26.6l118.9-79.2c6.3-4.2 14.8-3.4 20.2 2l45.4 45.5c5.4 5.4 6.2 13.8 2 20.2l-79.2 118.8c-5.9 8.9-15.9 14.2-26.6 14.2h-49.6l-90.7 90.7c15 33.3 8.9 73.9-18.5 101.3L194.1 574.1c-18.7 18.7-49.1 18.7-67.9 0l-60.1-60.2c-18.7-18.7-18.7-49.1 0-67.9l126-126c27.4-27.4 67.9-33.6 101.3-18.5l90.7-90.7z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidScrewdriver(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M384.1 210.7v-49.6c0-10.7 5.3-20.7 14.2-26.6l118.9-79.2c6.3-4.2 14.8-3.4 20.2 2l45.4 45.5c5.4 5.4 6.2 13.8 2 20.2l-79.2 118.8c-5.9 8.9-15.9 14.2-26.6 14.2h-49.6l-90.7 90.7c15 33.3 8.9 73.9-18.5 101.3L194.1 574.1c-18.7 18.7-49.1 18.7-67.9 0l-60.1-60.2c-18.7-18.7-18.7-49.1 0-67.9l126-126c27.4-27.4 67.9-33.6 101.3-18.5l90.7-90.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M384.1 210.7v-49.6c0-10.7 5.3-20.7 14.2-26.6l118.9-79.2c6.3-4.2 14.8-3.4 20.2 2l45.4 45.5c5.4 5.4 6.2 13.8 2 20.2l-79.2 118.8c-5.9 8.9-15.9 14.2-26.6 14.2h-49.6l-90.7 90.7c15 33.3 8.9 73.9-18.5 101.3L194.1 574.1c-18.7 18.7-49.1 18.7-67.9 0l-60.1-60.2c-18.7-18.7-18.7-49.1 0-67.9l126-126c27.4-27.4 67.9-33.6 101.3-18.5l90.7-90.7z"/></svg> </template>
CSS
.icon-screwdriver {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M384.1%20210.7v-49.6c0-10.7%205.3-20.7%2014.2-26.6l118.9-79.2c6.3-4.2%2014.8-3.4%2020.2%202l45.4%2045.5c5.4%205.4%206.2%2013.8%202%2020.2l-79.2%20118.8c-5.9%208.9-15.9%2014.2-26.6%2014.2h-49.6l-90.7%2090.7c15%2033.3%208.9%2073.9-18.5%20101.3L194.1%20574.1c-18.7%2018.7-49.1%2018.7-67.9%200l-60.1-60.2c-18.7-18.7-18.7-49.1%200-67.9l126-126c27.4-27.4%2067.9-33.6%20101.3-18.5l90.7-90.7z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M384.1%20210.7v-49.6c0-10.7%205.3-20.7%2014.2-26.6l118.9-79.2c6.3-4.2%2014.8-3.4%2020.2%202l45.4%2045.5c5.4%205.4%206.2%2013.8%202%2020.2l-79.2%20118.8c-5.9%208.9-15.9%2014.2-26.6%2014.2h-49.6l-90.7%2090.7c15%2033.3%208.9%2073.9-18.5%20101.3L194.1%20574.1c-18.7%2018.7-49.1%2018.7-67.9%200l-60.1-60.2c-18.7-18.7-18.7-49.1%200-67.9l126-126c27.4-27.4%2067.9-33.6%20101.3-18.5l90.7-90.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/screwdriver.svg?color=%231a73e8&size=48