screwdriver icon

screwdriver-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
screwdriver-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

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 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m18.364 5.637l-4.95 4.95m-4.95 4.95l-2.12 2.12M19.777 4.224l.007.007l-1.067 1.76l-.707-.707zm-6.224 9.9a1.37 1.37 0 0 0-1.226.757l-.89 1.78a2 2 0 0 1-.375.52l-3.306 3.306a2 2 0 0 1-2.828 0l-1.414-1.414a2 2 0 0 1 0-2.828l3.306-3.307q.23-.229.52-.374l1.78-.89a1.37 1.37 0 0 0 .758-1.226c0-.363.148-.716.405-.972a1.425 1.425 0 0 1 2.009-.01l2.243 2.243a1.425 1.425 0 0 1-.01 2.01a1.4 1.4 0 0 1-.972.404"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteScrewdriverLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m18.364 5.637l-4.95 4.95m-4.95 4.95l-2.12 2.12M19.777 4.224l.007.007l-1.067 1.76l-.707-.707zm-6.224 9.9a1.37 1.37 0 0 0-1.226.757l-.89 1.78a2 2 0 0 1-.375.52l-3.306 3.306a2 2 0 0 1-2.828 0l-1.414-1.414a2 2 0 0 1 0-2.828l3.306-3.307q.23-.229.52-.374l1.78-.89a1.37 1.37 0 0 0 .758-1.226c0-.363.148-.716.405-.972a1.425 1.425 0 0 1 2.009-.01l2.243 2.243a1.425 1.425 0 0 1-.01 2.01a1.4 1.4 0 0 1-.972.404"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m18.364 5.637l-4.95 4.95m-4.95 4.95l-2.12 2.12M19.777 4.224l.007.007l-1.067 1.76l-.707-.707zm-6.224 9.9a1.37 1.37 0 0 0-1.226.757l-.89 1.78a2 2 0 0 1-.375.52l-3.306 3.306a2 2 0 0 1-2.828 0l-1.414-1.414a2 2 0 0 1 0-2.828l3.306-3.307q.23-.229.52-.374l1.78-.89a1.37 1.37 0 0 0 .758-1.226c0-.363.148-.716.405-.972a1.425 1.425 0 0 1 2.009-.01l2.243 2.243a1.425 1.425 0 0 1-.01 2.01a1.4 1.4 0 0 1-.972.404"/></svg>
</template>

CSS

.icon-screwdriver-line {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m18.364%205.637l-4.95%204.95m-4.95%204.95l-2.12%202.12M19.777%204.224l.007.007l-1.067%201.76l-.707-.707zm-6.224%209.9a1.37%201.37%200%200%200-1.226.757l-.89%201.78a2%202%200%200%201-.375.52l-3.306%203.306a2%202%200%200%201-2.828%200l-1.414-1.414a2%202%200%200%201%200-2.828l3.306-3.307q.23-.229.52-.374l1.78-.89a1.37%201.37%200%200%200%20.758-1.226c0-.363.148-.716.405-.972a1.425%201.425%200%200%201%202.009-.01l2.243%202.243a1.425%201.425%200%200%201-.01%202.01a1.4%201.4%200%200%201-.972.404%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m18.364%205.637l-4.95%204.95m-4.95%204.95l-2.12%202.12M19.777%204.224l.007.007l-1.067%201.76l-.707-.707zm-6.224%209.9a1.37%201.37%200%200%200-1.226.757l-.89%201.78a2%202%200%200%201-.375.52l-3.306%203.306a2%202%200%200%201-2.828%200l-1.414-1.414a2%202%200%200%201%200-2.828l3.306-3.307q.23-.229.52-.374l1.78-.89a1.37%201.37%200%200%200%20.758-1.226c0-.363.148-.716.405-.972a1.425%201.425%200%200%201%202.009-.01l2.243%202.243a1.425%201.425%200%200%201-.01%202.01a1.4%201.4%200%200%201-.972.404%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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