screwdriver from Font Awesome 6 Solid by Dave Gandy · Regular · Construction · CC-BY-4.0 Attribution required.

Name
screwdriver
Set
Font Awesome 6 Solid
Style
Regular
Category
Construction
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More construction icons from Font Awesome 6 Solid

Use the screwdriver icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M465 7c-8.5-8.5-22-9.4-31.6-2.1l-104 80c-5.9 4.5-9.4 11.6-9.4 19V158l-85.6 85.6c6.7 4.2 13 9.3 18.8 15.1s10.9 12.2 15.1 18.8l85.6-85.5H408c7.5 0 14.5-3.5 19-9.4l80-104c7.4-9.6 6.5-23.1-2.1-31.6zM121.4 281.4l-112 112c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0l112-112c30.2-30.2 30.2-79.1 0-109.3s-79.1-30.2-109.3 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidScrewdriver(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M465 7c-8.5-8.5-22-9.4-31.6-2.1l-104 80c-5.9 4.5-9.4 11.6-9.4 19V158l-85.6 85.6c6.7 4.2 13 9.3 18.8 15.1s10.9 12.2 15.1 18.8l85.6-85.5H408c7.5 0 14.5-3.5 19-9.4l80-104c7.4-9.6 6.5-23.1-2.1-31.6zM121.4 281.4l-112 112c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0l112-112c30.2-30.2 30.2-79.1 0-109.3s-79.1-30.2-109.3 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M465 7c-8.5-8.5-22-9.4-31.6-2.1l-104 80c-5.9 4.5-9.4 11.6-9.4 19V158l-85.6 85.6c6.7 4.2 13 9.3 18.8 15.1s10.9 12.2 15.1 18.8l85.6-85.5H408c7.5 0 14.5-3.5 19-9.4l80-104c7.4-9.6 6.5-23.1-2.1-31.6zM121.4 281.4l-112 112c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0l112-112c30.2-30.2 30.2-79.1 0-109.3s-79.1-30.2-109.3 0"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M465%207c-8.5-8.5-22-9.4-31.6-2.1l-104%2080c-5.9%204.5-9.4%2011.6-9.4%2019V158l-85.6%2085.6c6.7%204.2%2013%209.3%2018.8%2015.1s10.9%2012.2%2015.1%2018.8l85.6-85.5H408c7.5%200%2014.5-3.5%2019-9.4l80-104c7.4-9.6%206.5-23.1-2.1-31.6zM121.4%20281.4l-112%20112c-12.5%2012.5-12.5%2032.8%200%2045.3l64%2064c12.5%2012.5%2032.8%2012.5%2045.3%200l112-112c30.2-30.2%2030.2-79.1%200-109.3s-79.1-30.2-109.3%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M465%207c-8.5-8.5-22-9.4-31.6-2.1l-104%2080c-5.9%204.5-9.4%2011.6-9.4%2019V158l-85.6%2085.6c6.7%204.2%2013%209.3%2018.8%2015.1s10.9%2012.2%2015.1%2018.8l85.6-85.5H408c7.5%200%2014.5-3.5%2019-9.4l80-104c7.4-9.6%206.5-23.1-2.1-31.6zM121.4%20281.4l-112%20112c-12.5%2012.5-12.5%2032.8%200%2045.3l64%2064c12.5%2012.5%2032.8%2012.5%2045.3%200l112-112c30.2-30.2%2030.2-79.1%200-109.3s-79.1-30.2-109.3%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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