Tools Power Drill icon

Tools Power Drill is a Google Material Symbol from the Home category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

tools_power_drill_outlined_fill0_wght400.svg

Tools Power Drill icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=tools_power_drill" />

<span class="material-symbols-outlined">tools_power_drill</span>

Tools Power Drill icon in React

// With the font from the HTML tab:
export function ToolsPowerDrillIcon() {
  return (
    <span className="material-symbols-outlined">
      tools_power_drill
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import ToolsPowerDrillIcon from "@material-symbols/svg-400/outlined/tools_power_drill.svg?react";

Tools Power Drill icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">tools_power_drill</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import ToolsPowerDrillIcon from "@material-symbols/svg-400/outlined/tools_power_drill.svg?component"; -->

Tools Power Drill icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">tools_power_drill</mat-icon>

Tools Power Drill icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.tools_power_drill, fill: 0, weight: 400)

Tools Power Drill icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/tools_power_drill.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M6 19.5h6.5v-1.75H6v1.75Zm.5-9.75h5q.2 0 .35-.15t.15-.35q0-.2-.15-.35t-.35-.15H6.5q-.2 0-.35 .15t-.15 .35q0 .2 .15 .35t.35 .15Zm0-2.5h5q.2 0 .35-.15t.15-.35q0-.2-.15-.35t-.35-.15H6.5q-.2 0-.35 .15t-.15 .35q0 .2 .15 .35t.35 .15Zm9.5 3.75v-1.5h2.5v-3H16v-1.5h2.5q.619 0 1.06 .441Q20 5.881 20 6.5v.75h2.25q.319 0 .535 .216Q23 7.681 23 8q0 .3-.215 .525-.216 .225-.535 .225h-2.25v.75q0 .619-.44 1.059Q19.119 11 18.5 11H16ZM12 16.25h-1.5v-4.75h4v-7H6q-1.05 0-1.775 .725t-.725 1.775v2q0 1.05 .725 1.775t1.775 .725h2v4.75h-1.5v-3.25h-.5q-1.65 0-2.825-1.175T2 9v-2q0-1.65 1.175-2.825t2.825-1.175h8.5q.619 0 1.06 .441Q16 3.881 16 4.5v7q0 .619-.44 1.059Q15.119 13 14.5 13H12v3.25ZM5.625 21q-.469 0-.797-.328Q4.5 20.344 4.5 19.875v-2.5q0-.469 .328-.797Q5.156 16.25 5.625 16.25h7.25q.469 0 .797 .328Q14 16.906 14 17.375v2.5q0 .469-.328 .797Q13.344 21 12.875 21H5.625Zm3.375-13Zm3.5 11.5H6h6.5Z" />
</vector>

Tools Power Drill icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/tools_power_drill.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/tools_power_drill.svg" width="24" height="24" alt="Tools Power Drill">

Tools Power Drill icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameTools Power Drill
Ligaturetools_power_drill
Code pointU+E1E9
CategoryHome
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/tools_power_drill.svg, tools_power_drill-fill.svg
FlutterSymbols.tools_power_drill
LicenseApache License 2.0 (© Google LLC)

Keywords

homehardwarenesttoolbuildingrotateequipmentworkengineeringmaintenanceconstructionrepair

Related icons