screwdriver from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
screwdriver
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

The same logo in other sets

Use the screwdriver logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0288d1" d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 8.185 9.815A10 10 0 0 0 20 30a10 10 0 0 0 10-10a10 10 0 0 0-8.17-9.83A10 10 0 0 0 12 2m0 4a6 6 0 0 1 5.654 4H10v7.652A6 6 0 0 1 6 12a6 6 0 0 1 6-6m2 8h4v4h-4zm8 .346A6 6 0 0 1 26 20a6 6 0 0 1-6 6a6 6 0 0 1-5.652-4H22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeScrewdriver(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0288d1" d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 8.185 9.815A10 10 0 0 0 20 30a10 10 0 0 0 10-10a10 10 0 0 0-8.17-9.83A10 10 0 0 0 12 2m0 4a6 6 0 0 1 5.654 4H10v7.652A6 6 0 0 1 6 12a6 6 0 0 1 6-6m2 8h4v4h-4zm8 .346A6 6 0 0 1 26 20a6 6 0 0 1-6 6a6 6 0 0 1-5.652-4H22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0288d1" d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 8.185 9.815A10 10 0 0 0 20 30a10 10 0 0 0 10-10a10 10 0 0 0-8.17-9.83A10 10 0 0 0 12 2m0 4a6 6 0 0 1 5.654 4H10v7.652A6 6 0 0 1 6 12a6 6 0 0 1 6-6m2 8h4v4h-4zm8 .346A6 6 0 0 1 26 20a6 6 0 0 1-6 6a6 6 0 0 1-5.652-4H22z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22%230288d1%22%20d%3D%22M12%202A10%2010%200%200%200%202%2012a10%2010%200%200%200%208.185%209.815A10%2010%200%200%200%2020%2030a10%2010%200%200%200%2010-10a10%2010%200%200%200-8.17-9.83A10%2010%200%200%200%2012%202m0%204a6%206%200%200%201%205.654%204H10v7.652A6%206%200%200%201%206%2012a6%206%200%200%201%206-6m2%208h4v4h-4zm8%20.346A6%206%200%200%201%2026%2020a6%206%200%200%201-6%206a6%206%200%200%201-5.652-4H22z%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%2032%2032%22%3E%3Cpath%20fill%3D%22%230288d1%22%20d%3D%22M12%202A10%2010%200%200%200%202%2012a10%2010%200%200%200%208.185%209.815A10%2010%200%200%200%2020%2030a10%2010%200%200%200%2010-10a10%2010%200%200%200-8.17-9.83A10%2010%200%200%200%2012%202m0%204a6%206%200%200%201%205.654%204H10v7.652A6%206%200%200%201%206%2012a6%206%200%200%201%206-6m2%208h4v4h-4zm8%20.346A6%206%200%200%201%2026%2020a6%206%200%200%201-6%206a6%206%200%200%201-5.652-4H22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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