screwdriver icon

screwdriver-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
screwdriver-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the screwdriver icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208.49 47.49a12 12 0 0 1 0 17l-52 52a12 12 0 0 1-17-17l52-52a12 12 0 0 1 17 0M252 58.41a54.1 54.1 0 0 1-15.94 38.49l-53.23 53.23a19.86 19.86 0 0 1-14.14 5.87H156v12.83a20.13 20.13 0 0 1-4.06 12.08a11.5 11.5 0 0 1-1.08 1.23l-8 8a20 20 0 0 1-28.28 0L98.7 174.26l-74.21 74.22a12 12 0 1 1-17-17l74.22-74.22l-15.85-15.85a20 20 0 0 1 0-28.29l8-8A11.6 11.6 0 0 1 75.1 104a20.08 20.08 0 0 1 12.07-4H100V87.3a19.9 19.9 0 0 1 5.86-14.15l53.23-53.23A54.43 54.43 0 0 1 252 58.41m-24 0a30.43 30.43 0 0 0-51.94-21.52L124 89v15a20 20 0 0 1-20 20H88.94l-3.28 3.28l21.52 21.53l21.53 21.52l3.28-3.28V152a20 20 0 0 1 20-20h15l52.06-52.07A30.24 30.24 0 0 0 228 58.41"/></svg>

React

import type { SVGProps } from "react";

export function PhScrewdriverBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208.49 47.49a12 12 0 0 1 0 17l-52 52a12 12 0 0 1-17-17l52-52a12 12 0 0 1 17 0M252 58.41a54.1 54.1 0 0 1-15.94 38.49l-53.23 53.23a19.86 19.86 0 0 1-14.14 5.87H156v12.83a20.13 20.13 0 0 1-4.06 12.08a11.5 11.5 0 0 1-1.08 1.23l-8 8a20 20 0 0 1-28.28 0L98.7 174.26l-74.21 74.22a12 12 0 1 1-17-17l74.22-74.22l-15.85-15.85a20 20 0 0 1 0-28.29l8-8A11.6 11.6 0 0 1 75.1 104a20.08 20.08 0 0 1 12.07-4H100V87.3a19.9 19.9 0 0 1 5.86-14.15l53.23-53.23A54.43 54.43 0 0 1 252 58.41m-24 0a30.43 30.43 0 0 0-51.94-21.52L124 89v15a20 20 0 0 1-20 20H88.94l-3.28 3.28l21.52 21.53l21.53 21.52l3.28-3.28V152a20 20 0 0 1 20-20h15l52.06-52.07A30.24 30.24 0 0 0 228 58.41"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208.49 47.49a12 12 0 0 1 0 17l-52 52a12 12 0 0 1-17-17l52-52a12 12 0 0 1 17 0M252 58.41a54.1 54.1 0 0 1-15.94 38.49l-53.23 53.23a19.86 19.86 0 0 1-14.14 5.87H156v12.83a20.13 20.13 0 0 1-4.06 12.08a11.5 11.5 0 0 1-1.08 1.23l-8 8a20 20 0 0 1-28.28 0L98.7 174.26l-74.21 74.22a12 12 0 1 1-17-17l74.22-74.22l-15.85-15.85a20 20 0 0 1 0-28.29l8-8A11.6 11.6 0 0 1 75.1 104a20.08 20.08 0 0 1 12.07-4H100V87.3a19.9 19.9 0 0 1 5.86-14.15l53.23-53.23A54.43 54.43 0 0 1 252 58.41m-24 0a30.43 30.43 0 0 0-51.94-21.52L124 89v15a20 20 0 0 1-20 20H88.94l-3.28 3.28l21.52 21.53l21.53 21.52l3.28-3.28V152a20 20 0 0 1 20-20h15l52.06-52.07A30.24 30.24 0 0 0 228 58.41"/></svg>
</template>

CSS

.icon-screwdriver-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208.49%2047.49a12%2012%200%200%201%200%2017l-52%2052a12%2012%200%200%201-17-17l52-52a12%2012%200%200%201%2017%200M252%2058.41a54.1%2054.1%200%200%201-15.94%2038.49l-53.23%2053.23a19.86%2019.86%200%200%201-14.14%205.87H156v12.83a20.13%2020.13%200%200%201-4.06%2012.08a11.5%2011.5%200%200%201-1.08%201.23l-8%208a20%2020%200%200%201-28.28%200L98.7%20174.26l-74.21%2074.22a12%2012%200%201%201-17-17l74.22-74.22l-15.85-15.85a20%2020%200%200%201%200-28.29l8-8A11.6%2011.6%200%200%201%2075.1%20104a20.08%2020.08%200%200%201%2012.07-4H100V87.3a19.9%2019.9%200%200%201%205.86-14.15l53.23-53.23A54.43%2054.43%200%200%201%20252%2058.41m-24%200a30.43%2030.43%200%200%200-51.94-21.52L124%2089v15a20%2020%200%200%201-20%2020H88.94l-3.28%203.28l21.52%2021.53l21.53%2021.52l3.28-3.28V152a20%2020%200%200%201%2020-20h15l52.06-52.07A30.24%2030.24%200%200%200%20228%2058.41%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208.49%2047.49a12%2012%200%200%201%200%2017l-52%2052a12%2012%200%200%201-17-17l52-52a12%2012%200%200%201%2017%200M252%2058.41a54.1%2054.1%200%200%201-15.94%2038.49l-53.23%2053.23a19.86%2019.86%200%200%201-14.14%205.87H156v12.83a20.13%2020.13%200%200%201-4.06%2012.08a11.5%2011.5%200%200%201-1.08%201.23l-8%208a20%2020%200%200%201-28.28%200L98.7%20174.26l-74.21%2074.22a12%2012%200%201%201-17-17l74.22-74.22l-15.85-15.85a20%2020%200%200%201%200-28.29l8-8A11.6%2011.6%200%200%201%2075.1%20104a20.08%2020.08%200%200%201%2012.07-4H100V87.3a19.9%2019.9%200%200%201%205.86-14.15l53.23-53.23A54.43%2054.43%200%200%201%20252%2058.41m-24%200a30.43%2030.43%200%200%200-51.94-21.52L124%2089v15a20%2020%200%200%201-20%2020H88.94l-3.28%203.28l21.52%2021.53l21.53%2021.52l3.28-3.28V152a20%2020%200%200%201%2020-20h15l52.06-52.07A30.24%2030.24%200%200%200%20228%2058.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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