drill icon
drill from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- drill
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the drill 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="1.5" d="M10 11H6c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.122C2 8.395 2 7.93 2 7s0-1.395.102-1.776a3 3 0 0 1 2.122-2.122C4.605 3 5.07 3 6 3h4c1.886 0 2.828 0 3.414.586S14 5.114 14 7s0 2.828-.586 3.414S11.886 11 10 11m-8 9v-1a1 1 0 0 1 1-1h6a2 2 0 0 1 2 2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1m9-9v1a2 2 0 0 0 2 2M3 18l2-7h4l-2 7zM18 7h4m-8 2h2c.465 0 .698 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C18 7.696 18 7.464 18 7s0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C16.697 5 16.464 5 16 5h-2z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsDrill(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="1.5" d="M10 11H6c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.122C2 8.395 2 7.93 2 7s0-1.395.102-1.776a3 3 0 0 1 2.122-2.122C4.605 3 5.07 3 6 3h4c1.886 0 2.828 0 3.414.586S14 5.114 14 7s0 2.828-.586 3.414S11.886 11 10 11m-8 9v-1a1 1 0 0 1 1-1h6a2 2 0 0 1 2 2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1m9-9v1a2 2 0 0 0 2 2M3 18l2-7h4l-2 7zM18 7h4m-8 2h2c.465 0 .698 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C18 7.696 18 7.464 18 7s0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C16.697 5 16.464 5 16 5h-2z"/></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="1.5" d="M10 11H6c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.122C2 8.395 2 7.93 2 7s0-1.395.102-1.776a3 3 0 0 1 2.122-2.122C4.605 3 5.07 3 6 3h4c1.886 0 2.828 0 3.414.586S14 5.114 14 7s0 2.828-.586 3.414S11.886 11 10 11m-8 9v-1a1 1 0 0 1 1-1h6a2 2 0 0 1 2 2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1m9-9v1a2 2 0 0 0 2 2M3 18l2-7h4l-2 7zM18 7h4m-8 2h2c.465 0 .698 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C18 7.696 18 7.464 18 7s0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C16.697 5 16.464 5 16 5h-2z"/></svg> </template>
CSS
.icon-drill {
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%221.5%22%20d%3D%22M10%2011H6c-.93%200-1.395%200-1.776-.102a3%203%200%200%201-2.122-2.122C2%208.395%202%207.93%202%207s0-1.395.102-1.776a3%203%200%200%201%202.122-2.122C4.605%203%205.07%203%206%203h4c1.886%200%202.828%200%203.414.586S14%205.114%2014%207s0%202.828-.586%203.414S11.886%2011%2010%2011m-8%209v-1a1%201%200%200%201%201-1h6a2%202%200%200%201%202%202a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1m9-9v1a2%202%200%200%200%202%202M3%2018l2-7h4l-2%207zM18%207h4m-8%202h2c.465%200%20.698%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C18%207.696%2018%207.464%2018%207s0-.697-.051-.888a1.5%201.5%200%200%200-1.06-1.06C16.697%205%2016.464%205%2016%205h-2z%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%221.5%22%20d%3D%22M10%2011H6c-.93%200-1.395%200-1.776-.102a3%203%200%200%201-2.122-2.122C2%208.395%202%207.93%202%207s0-1.395.102-1.776a3%203%200%200%201%202.122-2.122C4.605%203%205.07%203%206%203h4c1.886%200%202.828%200%203.414.586S14%205.114%2014%207s0%202.828-.586%203.414S11.886%2011%2010%2011m-8%209v-1a1%201%200%200%201%201-1h6a2%202%200%200%201%202%202a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1m9-9v1a2%202%200%200%200%202%202M3%2018l2-7h4l-2%207zM18%207h4m-8%202h2c.465%200%20.698%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C18%207.696%2018%207.464%2018%207s0-.697-.051-.888a1.5%201.5%200%200%200-1.06-1.06C16.697%205%2016.464%205%2016%205h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/drill.svg?color=%231a73e8&size=48