tools pliers wire stripper icon
tools-pliers-wire-stripper from Material Symbols by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.
- Name
- tools-pliers-wire-stripper
- Set
- Material Symbols
- Style
- Regular
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- tools-pliers-wire-stripper-rounded, tools-pliers-wire-stripper-sharp
1 other variant in Material Symbols
The same icon in other sets
More home icons from Material Symbols
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
Use the tools pliers wire stripper icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 23q-.5-1-.75-2.45T6 17.6q0-2.475.55-4.088T8 11V6l3-5h.5v5.15q-.25.125-.375.35T11 7q0 .425.288.713T12 8t.713-.288T13 7q0-.275-.125-.5t-.375-.35V1h.5l3 5v5q.925.9 1.463 2.513T18 17.6q0 1.5-.25 2.95T17 23q-1.05-.325-1.675-1.187t-.6-1.963q0-.625.138-1.35T15 17.05q0-1.45-.788-3.05T12 11q-1.4 1.4-2.2 3T9 17.05q0 .725.15 1.45t.175 1.35q0 1.1-.637 1.975T7 23"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsToolsPliersWireStripper(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 23q-.5-1-.75-2.45T6 17.6q0-2.475.55-4.088T8 11V6l3-5h.5v5.15q-.25.125-.375.35T11 7q0 .425.288.713T12 8t.713-.288T13 7q0-.275-.125-.5t-.375-.35V1h.5l3 5v5q.925.9 1.463 2.513T18 17.6q0 1.5-.25 2.95T17 23q-1.05-.325-1.675-1.187t-.6-1.963q0-.625.138-1.35T15 17.05q0-1.45-.788-3.05T12 11q-1.4 1.4-2.2 3T9 17.05q0 .725.15 1.45t.175 1.35q0 1.1-.637 1.975T7 23"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 23q-.5-1-.75-2.45T6 17.6q0-2.475.55-4.088T8 11V6l3-5h.5v5.15q-.25.125-.375.35T11 7q0 .425.288.713T12 8t.713-.288T13 7q0-.275-.125-.5t-.375-.35V1h.5l3 5v5q.925.9 1.463 2.513T18 17.6q0 1.5-.25 2.95T17 23q-1.05-.325-1.675-1.187t-.6-1.963q0-.625.138-1.35T15 17.05q0-1.45-.788-3.05T12 11q-1.4 1.4-2.2 3T9 17.05q0 .725.15 1.45t.175 1.35q0 1.1-.637 1.975T7 23"/></svg> </template>
CSS
.icon-tools-pliers-wire-stripper {
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%22currentColor%22%20d%3D%22M7%2023q-.5-1-.75-2.45T6%2017.6q0-2.475.55-4.088T8%2011V6l3-5h.5v5.15q-.25.125-.375.35T11%207q0%20.425.288.713T12%208t.713-.288T13%207q0-.275-.125-.5t-.375-.35V1h.5l3%205v5q.925.9%201.463%202.513T18%2017.6q0%201.5-.25%202.95T17%2023q-1.05-.325-1.675-1.187t-.6-1.963q0-.625.138-1.35T15%2017.05q0-1.45-.788-3.05T12%2011q-1.4%201.4-2.2%203T9%2017.05q0%20.725.15%201.45t.175%201.35q0%201.1-.637%201.975T7%2023%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%22currentColor%22%20d%3D%22M7%2023q-.5-1-.75-2.45T6%2017.6q0-2.475.55-4.088T8%2011V6l3-5h.5v5.15q-.25.125-.375.35T11%207q0%20.425.288.713T12%208t.713-.288T13%207q0-.275-.125-.5t-.375-.35V1h.5l3%205v5q.925.9%201.463%202.513T18%2017.6q0%201.5-.25%202.95T17%2023q-1.05-.325-1.675-1.187t-.6-1.963q0-.625.138-1.35T15%2017.05q0-1.45-.788-3.05T12%2011q-1.4%201.4-2.2%203T9%2017.05q0%20.725.15%201.45t.175%201.35q0%201.1-.637%201.975T7%2023%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/tools-pliers-wire-stripper.svg?color=%231a73e8&size=48