screwdriver from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
screwdriver
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

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 16 16"><path fill="currentColor" d="M0 .995L.995 0l3.064 2.19a1 1 0 0 1 .417.809v.07c0 .264.105.517.291.704l5.677 5.676l.909-.303a1 1 0 0 1 1.018.24l3.338 3.339a.995.995 0 0 1 0 1.406L14.13 15.71a.995.995 0 0 1-1.406 0l-3.337-3.34a1 1 0 0 1-.24-1.018l.302-.909l-5.676-5.677a1 1 0 0 0-.704-.291H3a1 1 0 0 1-.81-.417zm11.293 9.595a.497.497 0 1 0-.703.703l2.984 2.984a.497.497 0 0 0 .703-.703z"/></svg>

React

import type { SVGProps } from "react";

export function BiScrewdriver(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M0 .995L.995 0l3.064 2.19a1 1 0 0 1 .417.809v.07c0 .264.105.517.291.704l5.677 5.676l.909-.303a1 1 0 0 1 1.018.24l3.338 3.339a.995.995 0 0 1 0 1.406L14.13 15.71a.995.995 0 0 1-1.406 0l-3.337-3.34a1 1 0 0 1-.24-1.018l.302-.909l-5.676-5.677a1 1 0 0 0-.704-.291H3a1 1 0 0 1-.81-.417zm11.293 9.595a.497.497 0 1 0-.703.703l2.984 2.984a.497.497 0 0 0 .703-.703z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M0 .995L.995 0l3.064 2.19a1 1 0 0 1 .417.809v.07c0 .264.105.517.291.704l5.677 5.676l.909-.303a1 1 0 0 1 1.018.24l3.338 3.339a.995.995 0 0 1 0 1.406L14.13 15.71a.995.995 0 0 1-1.406 0l-3.337-3.34a1 1 0 0 1-.24-1.018l.302-.909l-5.676-5.677a1 1 0 0 0-.704-.291H3a1 1 0 0 1-.81-.417zm11.293 9.595a.497.497 0 1 0-.703.703l2.984 2.984a.497.497 0 0 0 .703-.703z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%20.995L.995%200l3.064%202.19a1%201%200%200%201%20.417.809v.07c0%20.264.105.517.291.704l5.677%205.676l.909-.303a1%201%200%200%201%201.018.24l3.338%203.339a.995.995%200%200%201%200%201.406L14.13%2015.71a.995.995%200%200%201-1.406%200l-3.337-3.34a1%201%200%200%201-.24-1.018l.302-.909l-5.676-5.677a1%201%200%200%200-.704-.291H3a1%201%200%200%201-.81-.417zm11.293%209.595a.497.497%200%201%200-.703.703l2.984%202.984a.497.497%200%200%200%20.703-.703z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%20.995L.995%200l3.064%202.19a1%201%200%200%201%20.417.809v.07c0%20.264.105.517.291.704l5.677%205.676l.909-.303a1%201%200%200%201%201.018.24l3.338%203.339a.995.995%200%200%201%200%201.406L14.13%2015.71a.995.995%200%200%201-1.406%200l-3.337-3.34a1%201%200%200%201-.24-1.018l.302-.909l-5.676-5.677a1%201%200%200%200-.704-.291H3a1%201%200%200%201-.81-.417zm11.293%209.595a.497.497%200%201%200-.703.703l2.984%202.984a.497.497%200%200%200%20.703-.703z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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