electric wire icon
electric-wire from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- electric-wire
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the electric wire 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="M12 21V9h-2c-.943 0-1.414 0-1.707.293S8 10.057 8 11v10m8 0V11c0-.943 0-1.414-.293-1.707S14.943 9 14 9h-2v12m8-16v4m2-2h-4M6 7H2m8 2V6c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C8.398 3 7.932 3 7 3m7 6V6c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C15.602 3 16.068 3 17 3"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsElectricWire(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="M12 21V9h-2c-.943 0-1.414 0-1.707.293S8 10.057 8 11v10m8 0V11c0-.943 0-1.414-.293-1.707S14.943 9 14 9h-2v12m8-16v4m2-2h-4M6 7H2m8 2V6c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C8.398 3 7.932 3 7 3m7 6V6c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C15.602 3 16.068 3 17 3"/></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="M12 21V9h-2c-.943 0-1.414 0-1.707.293S8 10.057 8 11v10m8 0V11c0-.943 0-1.414-.293-1.707S14.943 9 14 9h-2v12m8-16v4m2-2h-4M6 7H2m8 2V6c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C8.398 3 7.932 3 7 3m7 6V6c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C15.602 3 16.068 3 17 3"/></svg> </template>
CSS
.icon-electric-wire {
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%22M12%2021V9h-2c-.943%200-1.414%200-1.707.293S8%2010.057%208%2011v10m8%200V11c0-.943%200-1.414-.293-1.707S14.943%209%2014%209h-2v12m8-16v4m2-2h-4M6%207H2m8%202V6c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C8.398%203%207.932%203%207%203m7%206V6c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C15.602%203%2016.068%203%2017%203%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%22M12%2021V9h-2c-.943%200-1.414%200-1.707.293S8%2010.057%208%2011v10m8%200V11c0-.943%200-1.414-.293-1.707S14.943%209%2014%209h-2v12m8-16v4m2-2h-4M6%207H2m8%202V6c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C8.398%203%207.932%203%207%203m7%206V6c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C15.602%203%2016.068%203%2017%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/electric-wire.svg?color=%231a73e8&size=48