electric drill icon

electric-drill from IconPark by ByteDance · Color · Industry · Apache-2.0 Free for personal and commercial use.

Name
electric-drill
Set
IconPark
Style
Color
Category
Industry
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More industry icons from IconPark

Use the electric drill icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M20 9H39.6977C42.0214 9 43.8561 10.9733 43.6871 13.2909L43.1038 21.2909C42.9513 23.3816 41.2107 25 39.1144 25H20V9Z"/><path d="M30.0909 25H39L34.9112 36.2443C34.3096 37.8987 32.7372 39 30.9769 39V39C28.0717 39 26.0497 36.1133 27.0425 33.383L30.0909 25Z"/><rect width="6" height="10" x="14" y="12" fill="#2F88FF"/><path stroke-linecap="round" d="M14 17H4"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkElectricDrill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M20 9H39.6977C42.0214 9 43.8561 10.9733 43.6871 13.2909L43.1038 21.2909C42.9513 23.3816 41.2107 25 39.1144 25H20V9Z"/><path d="M30.0909 25H39L34.9112 36.2443C34.3096 37.8987 32.7372 39 30.9769 39V39C28.0717 39 26.0497 36.1133 27.0425 33.383L30.0909 25Z"/><rect width="6" height="10" x="14" y="12" fill="#2F88FF"/><path strokeLinecap="round" d="M14 17H4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M20 9H39.6977C42.0214 9 43.8561 10.9733 43.6871 13.2909L43.1038 21.2909C42.9513 23.3816 41.2107 25 39.1144 25H20V9Z"/><path d="M30.0909 25H39L34.9112 36.2443C34.3096 37.8987 32.7372 39 30.9769 39V39C28.0717 39 26.0497 36.1133 27.0425 33.383L30.0909 25Z"/><rect width="6" height="10" x="14" y="12" fill="#2F88FF"/><path stroke-linecap="round" d="M14 17H4"/></g></svg>
</template>

CSS

.icon-electric-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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M20%209H39.6977C42.0214%209%2043.8561%2010.9733%2043.6871%2013.2909L43.1038%2021.2909C42.9513%2023.3816%2041.2107%2025%2039.1144%2025H20V9Z%22%2F%3E%3Cpath%20d%3D%22M30.0909%2025H39L34.9112%2036.2443C34.3096%2037.8987%2032.7372%2039%2030.9769%2039V39C28.0717%2039%2026.0497%2036.1133%2027.0425%2033.383L30.0909%2025Z%22%2F%3E%3Crect%20width%3D%226%22%20height%3D%2210%22%20x%3D%2214%22%20y%3D%2212%22%20fill%3D%22%232F88FF%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2017H4%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M20%209H39.6977C42.0214%209%2043.8561%2010.9733%2043.6871%2013.2909L43.1038%2021.2909C42.9513%2023.3816%2041.2107%2025%2039.1144%2025H20V9Z%22%2F%3E%3Cpath%20d%3D%22M30.0909%2025H39L34.9112%2036.2443C34.3096%2037.8987%2032.7372%2039%2030.9769%2039V39C28.0717%2039%2026.0497%2036.1133%2027.0425%2033.383L30.0909%2025Z%22%2F%3E%3Crect%20width%3D%226%22%20height%3D%2210%22%20x%3D%2214%22%20y%3D%2212%22%20fill%3D%22%232F88FF%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2017H4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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