screwdriver icon

screwdriver-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
screwdriver-thin
Set
Phosphor
Style
Thin
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="M202.83 53.15a4 4 0 0 1 0 5.66l-56 56a4 4 0 0 1-5.66-5.66l56-56a4 4 0 0 1 5.66 0M244 58.41a46.13 46.13 0 0 1-13.6 32.83l-53.23 53.24a11.93 11.93 0 0 1-8.48 3.51H152a4 4 0 0 0-4 4v16.83a12.08 12.08 0 0 1-2.44 7.25c-.11.14-.23.28-.35.41l-8 8a12 12 0 0 1-17 0L98.7 163l-79.87 79.83a4 4 0 0 1-5.66-5.66l79.88-79.88l-21.54-21.54a12 12 0 0 1 0-17l8-8a3.6 3.6 0 0 1 .42-.36a12 12 0 0 1 7.24-2.39H104a4 4 0 0 0 4-4V87.3a12 12 0 0 1 3.51-8.49l53.24-53.23A46.43 46.43 0 0 1 244 58.41m-8 0a38.43 38.43 0 0 0-65.6-27.18l-53.23 53.24A4 4 0 0 0 116 87.3V104a12 12 0 0 1-12 12H87.17a4 4 0 0 0-2.23.68l-7.77 7.77a4 4 0 0 0 0 5.66l48.72 48.72a4 4 0 0 0 5.66 0l7.77-7.77a4 4 0 0 0 .68-2.23V152a12 12 0 0 1 12-12h16.69a4 4 0 0 0 2.82-1.17l53.24-53.24A38.2 38.2 0 0 0 236 58.41"/></svg>

React

import type { SVGProps } from "react";

export function PhScrewdriverThin(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="M202.83 53.15a4 4 0 0 1 0 5.66l-56 56a4 4 0 0 1-5.66-5.66l56-56a4 4 0 0 1 5.66 0M244 58.41a46.13 46.13 0 0 1-13.6 32.83l-53.23 53.24a11.93 11.93 0 0 1-8.48 3.51H152a4 4 0 0 0-4 4v16.83a12.08 12.08 0 0 1-2.44 7.25c-.11.14-.23.28-.35.41l-8 8a12 12 0 0 1-17 0L98.7 163l-79.87 79.83a4 4 0 0 1-5.66-5.66l79.88-79.88l-21.54-21.54a12 12 0 0 1 0-17l8-8a3.6 3.6 0 0 1 .42-.36a12 12 0 0 1 7.24-2.39H104a4 4 0 0 0 4-4V87.3a12 12 0 0 1 3.51-8.49l53.24-53.23A46.43 46.43 0 0 1 244 58.41m-8 0a38.43 38.43 0 0 0-65.6-27.18l-53.23 53.24A4 4 0 0 0 116 87.3V104a12 12 0 0 1-12 12H87.17a4 4 0 0 0-2.23.68l-7.77 7.77a4 4 0 0 0 0 5.66l48.72 48.72a4 4 0 0 0 5.66 0l7.77-7.77a4 4 0 0 0 .68-2.23V152a12 12 0 0 1 12-12h16.69a4 4 0 0 0 2.82-1.17l53.24-53.24A38.2 38.2 0 0 0 236 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="M202.83 53.15a4 4 0 0 1 0 5.66l-56 56a4 4 0 0 1-5.66-5.66l56-56a4 4 0 0 1 5.66 0M244 58.41a46.13 46.13 0 0 1-13.6 32.83l-53.23 53.24a11.93 11.93 0 0 1-8.48 3.51H152a4 4 0 0 0-4 4v16.83a12.08 12.08 0 0 1-2.44 7.25c-.11.14-.23.28-.35.41l-8 8a12 12 0 0 1-17 0L98.7 163l-79.87 79.83a4 4 0 0 1-5.66-5.66l79.88-79.88l-21.54-21.54a12 12 0 0 1 0-17l8-8a3.6 3.6 0 0 1 .42-.36a12 12 0 0 1 7.24-2.39H104a4 4 0 0 0 4-4V87.3a12 12 0 0 1 3.51-8.49l53.24-53.23A46.43 46.43 0 0 1 244 58.41m-8 0a38.43 38.43 0 0 0-65.6-27.18l-53.23 53.24A4 4 0 0 0 116 87.3V104a12 12 0 0 1-12 12H87.17a4 4 0 0 0-2.23.68l-7.77 7.77a4 4 0 0 0 0 5.66l48.72 48.72a4 4 0 0 0 5.66 0l7.77-7.77a4 4 0 0 0 .68-2.23V152a12 12 0 0 1 12-12h16.69a4 4 0 0 0 2.82-1.17l53.24-53.24A38.2 38.2 0 0 0 236 58.41"/></svg>
</template>

CSS

.icon-screwdriver-thin {
  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%22M202.83%2053.15a4%204%200%200%201%200%205.66l-56%2056a4%204%200%200%201-5.66-5.66l56-56a4%204%200%200%201%205.66%200M244%2058.41a46.13%2046.13%200%200%201-13.6%2032.83l-53.23%2053.24a11.93%2011.93%200%200%201-8.48%203.51H152a4%204%200%200%200-4%204v16.83a12.08%2012.08%200%200%201-2.44%207.25c-.11.14-.23.28-.35.41l-8%208a12%2012%200%200%201-17%200L98.7%20163l-79.87%2079.83a4%204%200%200%201-5.66-5.66l79.88-79.88l-21.54-21.54a12%2012%200%200%201%200-17l8-8a3.6%203.6%200%200%201%20.42-.36a12%2012%200%200%201%207.24-2.39H104a4%204%200%200%200%204-4V87.3a12%2012%200%200%201%203.51-8.49l53.24-53.23A46.43%2046.43%200%200%201%20244%2058.41m-8%200a38.43%2038.43%200%200%200-65.6-27.18l-53.23%2053.24A4%204%200%200%200%20116%2087.3V104a12%2012%200%200%201-12%2012H87.17a4%204%200%200%200-2.23.68l-7.77%207.77a4%204%200%200%200%200%205.66l48.72%2048.72a4%204%200%200%200%205.66%200l7.77-7.77a4%204%200%200%200%20.68-2.23V152a12%2012%200%200%201%2012-12h16.69a4%204%200%200%200%202.82-1.17l53.24-53.24A38.2%2038.2%200%200%200%20236%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%22M202.83%2053.15a4%204%200%200%201%200%205.66l-56%2056a4%204%200%200%201-5.66-5.66l56-56a4%204%200%200%201%205.66%200M244%2058.41a46.13%2046.13%200%200%201-13.6%2032.83l-53.23%2053.24a11.93%2011.93%200%200%201-8.48%203.51H152a4%204%200%200%200-4%204v16.83a12.08%2012.08%200%200%201-2.44%207.25c-.11.14-.23.28-.35.41l-8%208a12%2012%200%200%201-17%200L98.7%20163l-79.87%2079.83a4%204%200%200%201-5.66-5.66l79.88-79.88l-21.54-21.54a12%2012%200%200%201%200-17l8-8a3.6%203.6%200%200%201%20.42-.36a12%2012%200%200%201%207.24-2.39H104a4%204%200%200%200%204-4V87.3a12%2012%200%200%201%203.51-8.49l53.24-53.23A46.43%2046.43%200%200%201%20244%2058.41m-8%200a38.43%2038.43%200%200%200-65.6-27.18l-53.23%2053.24A4%204%200%200%200%20116%2087.3V104a12%2012%200%200%201-12%2012H87.17a4%204%200%200%200-2.23.68l-7.77%207.77a4%204%200%200%200%200%205.66l48.72%2048.72a4%204%200%200%200%205.66%200l7.77-7.77a4%204%200%200%200%20.68-2.23V152a12%2012%200%200%201%2012-12h16.69a4%204%200%200%200%202.82-1.17l53.24-53.24A38.2%2038.2%200%200%200%20236%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-thin.svg?color=%231a73e8&size=48