charging station icon
charging-station-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- charging-station-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the charging station icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M137.94 121.27a12 12 0 0 1 1.2 11.19l-16 40A12 12 0 0 1 112 180a11.9 11.9 0 0 1-4.46-.86a12 12 0 0 1-6.68-15.6l9.42-23.54H96a12 12 0 0 1-11.14-16.46l16-40a12 12 0 0 1 22.28 8.92L113.72 116H128a12 12 0 0 1 9.94 5.27M256 86.63V166a30 30 0 0 1-60 0v-38a4 4 0 0 0-4-4h-12v80h12a12 12 0 0 1 0 24H32a12 12 0 0 1 0-24h12V56a28 28 0 0 1 28-28h80a28 28 0 0 1 28 28v44h12a28 28 0 0 1 28 28v38a6 6 0 0 0 12 0V86.63a4 4 0 0 0-1.17-2.83l-19.32-19.31a12 12 0 0 1 17-17l19.29 19.34a27.8 27.8 0 0 1 8.2 19.8M156 204V56a4 4 0 0 0-4-4H72a4 4 0 0 0-4 4v148Z"/></svg>
React
import type { SVGProps } from "react";
export function PhChargingStationBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M137.94 121.27a12 12 0 0 1 1.2 11.19l-16 40A12 12 0 0 1 112 180a11.9 11.9 0 0 1-4.46-.86a12 12 0 0 1-6.68-15.6l9.42-23.54H96a12 12 0 0 1-11.14-16.46l16-40a12 12 0 0 1 22.28 8.92L113.72 116H128a12 12 0 0 1 9.94 5.27M256 86.63V166a30 30 0 0 1-60 0v-38a4 4 0 0 0-4-4h-12v80h12a12 12 0 0 1 0 24H32a12 12 0 0 1 0-24h12V56a28 28 0 0 1 28-28h80a28 28 0 0 1 28 28v44h12a28 28 0 0 1 28 28v38a6 6 0 0 0 12 0V86.63a4 4 0 0 0-1.17-2.83l-19.32-19.31a12 12 0 0 1 17-17l19.29 19.34a27.8 27.8 0 0 1 8.2 19.8M156 204V56a4 4 0 0 0-4-4H72a4 4 0 0 0-4 4v148Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M137.94 121.27a12 12 0 0 1 1.2 11.19l-16 40A12 12 0 0 1 112 180a11.9 11.9 0 0 1-4.46-.86a12 12 0 0 1-6.68-15.6l9.42-23.54H96a12 12 0 0 1-11.14-16.46l16-40a12 12 0 0 1 22.28 8.92L113.72 116H128a12 12 0 0 1 9.94 5.27M256 86.63V166a30 30 0 0 1-60 0v-38a4 4 0 0 0-4-4h-12v80h12a12 12 0 0 1 0 24H32a12 12 0 0 1 0-24h12V56a28 28 0 0 1 28-28h80a28 28 0 0 1 28 28v44h12a28 28 0 0 1 28 28v38a6 6 0 0 0 12 0V86.63a4 4 0 0 0-1.17-2.83l-19.32-19.31a12 12 0 0 1 17-17l19.29 19.34a27.8 27.8 0 0 1 8.2 19.8M156 204V56a4 4 0 0 0-4-4H72a4 4 0 0 0-4 4v148Z"/></svg> </template>
CSS
.icon-charging-station-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M137.94%20121.27a12%2012%200%200%201%201.2%2011.19l-16%2040A12%2012%200%200%201%20112%20180a11.9%2011.9%200%200%201-4.46-.86a12%2012%200%200%201-6.68-15.6l9.42-23.54H96a12%2012%200%200%201-11.14-16.46l16-40a12%2012%200%200%201%2022.28%208.92L113.72%20116H128a12%2012%200%200%201%209.94%205.27M256%2086.63V166a30%2030%200%200%201-60%200v-38a4%204%200%200%200-4-4h-12v80h12a12%2012%200%200%201%200%2024H32a12%2012%200%200%201%200-24h12V56a28%2028%200%200%201%2028-28h80a28%2028%200%200%201%2028%2028v44h12a28%2028%200%200%201%2028%2028v38a6%206%200%200%200%2012%200V86.63a4%204%200%200%200-1.17-2.83l-19.32-19.31a12%2012%200%200%201%2017-17l19.29%2019.34a27.8%2027.8%200%200%201%208.2%2019.8M156%20204V56a4%204%200%200%200-4-4H72a4%204%200%200%200-4%204v148Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M137.94%20121.27a12%2012%200%200%201%201.2%2011.19l-16%2040A12%2012%200%200%201%20112%20180a11.9%2011.9%200%200%201-4.46-.86a12%2012%200%200%201-6.68-15.6l9.42-23.54H96a12%2012%200%200%201-11.14-16.46l16-40a12%2012%200%200%201%2022.28%208.92L113.72%20116H128a12%2012%200%200%201%209.94%205.27M256%2086.63V166a30%2030%200%200%201-60%200v-38a4%204%200%200%200-4-4h-12v80h12a12%2012%200%200%201%200%2024H32a12%2012%200%200%201%200-24h12V56a28%2028%200%200%201%2028-28h80a28%2028%200%200%201%2028%2028v44h12a28%2028%200%200%201%2028%2028v38a6%206%200%200%200%2012%200V86.63a4%204%200%200%200-1.17-2.83l-19.32-19.31a12%2012%200%200%201%2017-17l19.29%2019.34a27.8%2027.8%200%200%201%208.2%2019.8M156%20204V56a4%204%200%200%200-4-4H72a4%204%200%200%200-4%204v148Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/charging-station-bold.svg?color=%231a73e8&size=48