electrical services icon
electrical-services from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- electrical-services
- Set
- Material Symbols
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- electrical-services-outline
2 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
Use the electrical services icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 15v-2h2q.425 0 .713.288T21 14t-.288.713T20 15zm0 4v-2h2q.425 0 .713.288T21 18t-.288.713T20 19zm-4 1q-.825 0-1.412-.587T12 18h-2v-4h2q0-.825.588-1.412T14 12h3v8zm-7-3q-1.65 0-2.825-1.175T3 13t1.175-2.825T7 9h1.5q.625 0 1.063-.437T10 7.5t-.437-1.062T8.5 6H5q-.425 0-.712-.288T4 5t.288-.712T5 4h3.5q1.45 0 2.475 1.025T12 7.5t-1.025 2.475T8.5 11H7q-.825 0-1.412.588T5 13t.588 1.413T7 15h2v2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsElectricalServices(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="M18 15v-2h2q.425 0 .713.288T21 14t-.288.713T20 15zm0 4v-2h2q.425 0 .713.288T21 18t-.288.713T20 19zm-4 1q-.825 0-1.412-.587T12 18h-2v-4h2q0-.825.588-1.412T14 12h3v8zm-7-3q-1.65 0-2.825-1.175T3 13t1.175-2.825T7 9h1.5q.625 0 1.063-.437T10 7.5t-.437-1.062T8.5 6H5q-.425 0-.712-.288T4 5t.288-.712T5 4h3.5q1.45 0 2.475 1.025T12 7.5t-1.025 2.475T8.5 11H7q-.825 0-1.412.588T5 13t.588 1.413T7 15h2v2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 15v-2h2q.425 0 .713.288T21 14t-.288.713T20 15zm0 4v-2h2q.425 0 .713.288T21 18t-.288.713T20 19zm-4 1q-.825 0-1.412-.587T12 18h-2v-4h2q0-.825.588-1.412T14 12h3v8zm-7-3q-1.65 0-2.825-1.175T3 13t1.175-2.825T7 9h1.5q.625 0 1.063-.437T10 7.5t-.437-1.062T8.5 6H5q-.425 0-.712-.288T4 5t.288-.712T5 4h3.5q1.45 0 2.475 1.025T12 7.5t-1.025 2.475T8.5 11H7q-.825 0-1.412.588T5 13t.588 1.413T7 15h2v2z"/></svg> </template>
CSS
.icon-electrical-services {
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%22M18%2015v-2h2q.425%200%20.713.288T21%2014t-.288.713T20%2015zm0%204v-2h2q.425%200%20.713.288T21%2018t-.288.713T20%2019zm-4%201q-.825%200-1.412-.587T12%2018h-2v-4h2q0-.825.588-1.412T14%2012h3v8zm-7-3q-1.65%200-2.825-1.175T3%2013t1.175-2.825T7%209h1.5q.625%200%201.063-.437T10%207.5t-.437-1.062T8.5%206H5q-.425%200-.712-.288T4%205t.288-.712T5%204h3.5q1.45%200%202.475%201.025T12%207.5t-1.025%202.475T8.5%2011H7q-.825%200-1.412.588T5%2013t.588%201.413T7%2015h2v2z%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%22M18%2015v-2h2q.425%200%20.713.288T21%2014t-.288.713T20%2015zm0%204v-2h2q.425%200%20.713.288T21%2018t-.288.713T20%2019zm-4%201q-.825%200-1.412-.587T12%2018h-2v-4h2q0-.825.588-1.412T14%2012h3v8zm-7-3q-1.65%200-2.825-1.175T3%2013t1.175-2.825T7%209h1.5q.625%200%201.063-.437T10%207.5t-.437-1.062T8.5%206H5q-.425%200-.712-.288T4%205t.288-.712T5%204h3.5q1.45%200%202.475%201.025T12%207.5t-1.025%202.475T8.5%2011H7q-.825%200-1.412.588T5%2013t.588%201.413T7%2015h2v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/electrical-services.svg?color=%231a73e8&size=48