tools pliers wire stripper icon

tools-pliers-wire-stripper-outline from Material Symbols Light by Google · Outline · Home · Apache-2.0 Free for personal and commercial use.

Name
tools-pliers-wire-stripper-outline
Set
Material Symbols Light
Style
Outline
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
tools-pliers-wire-stripper-outline-rounded, tools-pliers-wire-stripper-outline-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

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="M8.077 20.904q-.346-.673-.567-2.046t-.221-2.816q0-2.013.453-3.5Q8.196 11.053 9 10V6.27L11.5 2h1L15 6.27V10q.829 1.054 1.27 2.541q.442 1.488.442 3.501q0 1.423-.212 2.806t-.558 2.056q-.78-.248-1.146-.986q-.365-.737-.36-1.587q0-.606.138-1.312t.137-1.373q0-1.45-.7-2.752T12 10.384q-1.304 1.247-2.008 2.51q-.704 1.264-.704 2.637q0 .744.15 1.479q.15.734.156 1.36q0 .83-.368 1.551t-1.149.983m3.297-13.268q-.258-.25-.258-.617q0-.255.125-.471t.375-.34V3.775L10 6.55V9h4V6.55l-1.616-2.775v2.433q.25.125.375.34t.125.471q0 .368-.258.617q-.259.249-.626.249t-.626-.25m1.01-3.86h-.768zm-.768 0h.769z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightToolsPliersWireStripperOutline(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="M8.077 20.904q-.346-.673-.567-2.046t-.221-2.816q0-2.013.453-3.5Q8.196 11.053 9 10V6.27L11.5 2h1L15 6.27V10q.829 1.054 1.27 2.541q.442 1.488.442 3.501q0 1.423-.212 2.806t-.558 2.056q-.78-.248-1.146-.986q-.365-.737-.36-1.587q0-.606.138-1.312t.137-1.373q0-1.45-.7-2.752T12 10.384q-1.304 1.247-2.008 2.51q-.704 1.264-.704 2.637q0 .744.15 1.479q.15.734.156 1.36q0 .83-.368 1.551t-1.149.983m3.297-13.268q-.258-.25-.258-.617q0-.255.125-.471t.375-.34V3.775L10 6.55V9h4V6.55l-1.616-2.775v2.433q.25.125.375.34t.125.471q0 .368-.258.617q-.259.249-.626.249t-.626-.25m1.01-3.86h-.768zm-.768 0h.769z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.077 20.904q-.346-.673-.567-2.046t-.221-2.816q0-2.013.453-3.5Q8.196 11.053 9 10V6.27L11.5 2h1L15 6.27V10q.829 1.054 1.27 2.541q.442 1.488.442 3.501q0 1.423-.212 2.806t-.558 2.056q-.78-.248-1.146-.986q-.365-.737-.36-1.587q0-.606.138-1.312t.137-1.373q0-1.45-.7-2.752T12 10.384q-1.304 1.247-2.008 2.51q-.704 1.264-.704 2.637q0 .744.15 1.479q.15.734.156 1.36q0 .83-.368 1.551t-1.149.983m3.297-13.268q-.258-.25-.258-.617q0-.255.125-.471t.375-.34V3.775L10 6.55V9h4V6.55l-1.616-2.775v2.433q.25.125.375.34t.125.471q0 .368-.258.617q-.259.249-.626.249t-.626-.25m1.01-3.86h-.768zm-.768 0h.769z"/></svg>
</template>

CSS

.icon-tools-pliers-wire-stripper-outline {
  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%22M8.077%2020.904q-.346-.673-.567-2.046t-.221-2.816q0-2.013.453-3.5Q8.196%2011.053%209%2010V6.27L11.5%202h1L15%206.27V10q.829%201.054%201.27%202.541q.442%201.488.442%203.501q0%201.423-.212%202.806t-.558%202.056q-.78-.248-1.146-.986q-.365-.737-.36-1.587q0-.606.138-1.312t.137-1.373q0-1.45-.7-2.752T12%2010.384q-1.304%201.247-2.008%202.51q-.704%201.264-.704%202.637q0%20.744.15%201.479q.15.734.156%201.36q0%20.83-.368%201.551t-1.149.983m3.297-13.268q-.258-.25-.258-.617q0-.255.125-.471t.375-.34V3.775L10%206.55V9h4V6.55l-1.616-2.775v2.433q.25.125.375.34t.125.471q0%20.368-.258.617q-.259.249-.626.249t-.626-.25m1.01-3.86h-.768zm-.768%200h.769z%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%22M8.077%2020.904q-.346-.673-.567-2.046t-.221-2.816q0-2.013.453-3.5Q8.196%2011.053%209%2010V6.27L11.5%202h1L15%206.27V10q.829%201.054%201.27%202.541q.442%201.488.442%203.501q0%201.423-.212%202.806t-.558%202.056q-.78-.248-1.146-.986q-.365-.737-.36-1.587q0-.606.138-1.312t.137-1.373q0-1.45-.7-2.752T12%2010.384q-1.304%201.247-2.008%202.51q-.704%201.264-.704%202.637q0%20.744.15%201.479q.15.734.156%201.36q0%20.83-.368%201.551t-1.149.983m3.297-13.268q-.258-.25-.258-.617q0-.255.125-.471t.375-.34V3.775L10%206.55V9h4V6.55l-1.616-2.775v2.433q.25.125.375.34t.125.471q0%20.368-.258.617q-.259.249-.626.249t-.626-.25m1.01-3.86h-.768zm-.768%200h.769z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/tools-pliers-wire-stripper-outline.svg?color=%231a73e8&size=48