screwdriver icon

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

Name
screwdriver-f
Set
Jam Icons
Style
Filled
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="m18.778 7.464l-4.95 4.95a2 2 0 0 1-2.828 0l-5.657 5.657a1 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.828l4.95-4.95zm1.414-1.414L15.95 1.808l.707-.707a2 2 0 0 1 2.828 0L20.9 2.515a2 2 0 0 1 0 2.828z"/></svg>

React

import type { SVGProps } from "react";

export function JamScrewdriverF(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="m18.778 7.464l-4.95 4.95a2 2 0 0 1-2.828 0l-5.657 5.657a1 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.828l4.95-4.95zm1.414-1.414L15.95 1.808l.707-.707a2 2 0 0 1 2.828 0L20.9 2.515a2 2 0 0 1 0 2.828z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -1 24 24"><path fill="currentColor" d="m18.778 7.464l-4.95 4.95a2 2 0 0 1-2.828 0l-5.657 5.657a1 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.828l4.95-4.95zm1.414-1.414L15.95 1.808l.707-.707a2 2 0 0 1 2.828 0L20.9 2.515a2 2 0 0 1 0 2.828z"/></svg>
</template>

CSS

.icon-screwdriver-f {
  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%22m18.778%207.464l-4.95%204.95a2%202%200%200%201-2.828%200l-5.657%205.657a1%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.828l4.95-4.95zm1.414-1.414L15.95%201.808l.707-.707a2%202%200%200%201%202.828%200L20.9%202.515a2%202%200%200%201%200%202.828z%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%22m18.778%207.464l-4.95%204.95a2%202%200%200%201-2.828%200l-5.657%205.657a1%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.828l4.95-4.95zm1.414-1.414L15.95%201.808l.707-.707a2%202%200%200%201%202.828%200L20.9%202.515a2%202%200%200%201%200%202.828z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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