screwdriver icon

screwdriver from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
screwdriver
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the screwdriver icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -1 24 24"><path fill="currentColor" d="M5.343 18.071a1 1 0 0 1 0 1.414L3.93 20.9a1 1 0 0 1-1.414 0L1.1 19.485a1 1 0 0 1 0-1.414l1.414-1.414a1 1 0 0 1 1.414 0L9.586 11a2 2 0 0 1 0-2.828l7.07-7.071a2 2 0 0 1 2.83 0l1.413 1.414a2 2 0 0 1 0 2.828l-7.07 7.071a2 2 0 0 1-2.829 0zM12.414 11l7.071-7.071l-1.414-1.414L11 9.585z"/></svg>

React

import type { SVGProps } from "react";

export function JamScrewdriver(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -1 24 24"><path fill="currentColor" d="M5.343 18.071a1 1 0 0 1 0 1.414L3.93 20.9a1 1 0 0 1-1.414 0L1.1 19.485a1 1 0 0 1 0-1.414l1.414-1.414a1 1 0 0 1 1.414 0L9.586 11a2 2 0 0 1 0-2.828l7.07-7.071a2 2 0 0 1 2.83 0l1.413 1.414a2 2 0 0 1 0 2.828l-7.07 7.071a2 2 0 0 1-2.829 0zM12.414 11l7.071-7.071l-1.414-1.414L11 9.585z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -1 24 24"><path fill="currentColor" d="M5.343 18.071a1 1 0 0 1 0 1.414L3.93 20.9a1 1 0 0 1-1.414 0L1.1 19.485a1 1 0 0 1 0-1.414l1.414-1.414a1 1 0 0 1 1.414 0L9.586 11a2 2 0 0 1 0-2.828l7.07-7.071a2 2 0 0 1 2.83 0l1.413 1.414a2 2 0 0 1 0 2.828l-7.07 7.071a2 2 0 0 1-2.829 0zM12.414 11l7.071-7.071l-1.414-1.414L11 9.585z"/></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%22-1%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.343%2018.071a1%201%200%200%201%200%201.414L3.93%2020.9a1%201%200%200%201-1.414%200L1.1%2019.485a1%201%200%200%201%200-1.414l1.414-1.414a1%201%200%200%201%201.414%200L9.586%2011a2%202%200%200%201%200-2.828l7.07-7.071a2%202%200%200%201%202.83%200l1.413%201.414a2%202%200%200%201%200%202.828l-7.07%207.071a2%202%200%200%201-2.829%200zM12.414%2011l7.071-7.071l-1.414-1.414L11%209.585z%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%22-1%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.343%2018.071a1%201%200%200%201%200%201.414L3.93%2020.9a1%201%200%200%201-1.414%200L1.1%2019.485a1%201%200%200%201%200-1.414l1.414-1.414a1%201%200%200%201%201.414%200L9.586%2011a2%202%200%200%201%200-2.828l7.07-7.071a2%202%200%200%201%202.83%200l1.413%201.414a2%202%200%200%201%200%202.828l-7.07%207.071a2%202%200%200%201-2.829%200zM12.414%2011l7.071-7.071l-1.414-1.414L11%209.585z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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