charging station icon
charging-station-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- charging-station-light
- Set
- Phosphor
- Style
- Light
- 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="M133 124.64a6 6 0 0 1 .6 5.59l-16 40a6 6 0 1 1-11.14-4.46L119.14 134H96a6 6 0 0 1-5.57-8.23l16-40a6 6 0 0 1 11.14 4.46L104.86 122H128a6 6 0 0 1 5 2.64m113-38V168a22 22 0 0 1-44 0v-40a10 10 0 0 0-10-10h-18v92h18a6 6 0 0 1 0 12H32a6 6 0 0 1 0-12h18V56a22 22 0 0 1 22-22h80a22 22 0 0 1 22 22v50h18a22 22 0 0 1 22 22v40a10 10 0 0 0 20 0V86.63a9.93 9.93 0 0 0-2.93-7.07l-19.31-19.32a6 6 0 0 1 8.48-8.48l19.32 19.31A21.88 21.88 0 0 1 246 86.63ZM162 210V56a10 10 0 0 0-10-10H72a10 10 0 0 0-10 10v154Z"/></svg>
React
import type { SVGProps } from "react";
export function PhChargingStationLight(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="M133 124.64a6 6 0 0 1 .6 5.59l-16 40a6 6 0 1 1-11.14-4.46L119.14 134H96a6 6 0 0 1-5.57-8.23l16-40a6 6 0 0 1 11.14 4.46L104.86 122H128a6 6 0 0 1 5 2.64m113-38V168a22 22 0 0 1-44 0v-40a10 10 0 0 0-10-10h-18v92h18a6 6 0 0 1 0 12H32a6 6 0 0 1 0-12h18V56a22 22 0 0 1 22-22h80a22 22 0 0 1 22 22v50h18a22 22 0 0 1 22 22v40a10 10 0 0 0 20 0V86.63a9.93 9.93 0 0 0-2.93-7.07l-19.31-19.32a6 6 0 0 1 8.48-8.48l19.32 19.31A21.88 21.88 0 0 1 246 86.63ZM162 210V56a10 10 0 0 0-10-10H72a10 10 0 0 0-10 10v154Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M133 124.64a6 6 0 0 1 .6 5.59l-16 40a6 6 0 1 1-11.14-4.46L119.14 134H96a6 6 0 0 1-5.57-8.23l16-40a6 6 0 0 1 11.14 4.46L104.86 122H128a6 6 0 0 1 5 2.64m113-38V168a22 22 0 0 1-44 0v-40a10 10 0 0 0-10-10h-18v92h18a6 6 0 0 1 0 12H32a6 6 0 0 1 0-12h18V56a22 22 0 0 1 22-22h80a22 22 0 0 1 22 22v50h18a22 22 0 0 1 22 22v40a10 10 0 0 0 20 0V86.63a9.93 9.93 0 0 0-2.93-7.07l-19.31-19.32a6 6 0 0 1 8.48-8.48l19.32 19.31A21.88 21.88 0 0 1 246 86.63ZM162 210V56a10 10 0 0 0-10-10H72a10 10 0 0 0-10 10v154Z"/></svg> </template>
CSS
.icon-charging-station-light {
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%22M133%20124.64a6%206%200%200%201%20.6%205.59l-16%2040a6%206%200%201%201-11.14-4.46L119.14%20134H96a6%206%200%200%201-5.57-8.23l16-40a6%206%200%200%201%2011.14%204.46L104.86%20122H128a6%206%200%200%201%205%202.64m113-38V168a22%2022%200%200%201-44%200v-40a10%2010%200%200%200-10-10h-18v92h18a6%206%200%200%201%200%2012H32a6%206%200%200%201%200-12h18V56a22%2022%200%200%201%2022-22h80a22%2022%200%200%201%2022%2022v50h18a22%2022%200%200%201%2022%2022v40a10%2010%200%200%200%2020%200V86.63a9.93%209.93%200%200%200-2.93-7.07l-19.31-19.32a6%206%200%200%201%208.48-8.48l19.32%2019.31A21.88%2021.88%200%200%201%20246%2086.63ZM162%20210V56a10%2010%200%200%200-10-10H72a10%2010%200%200%200-10%2010v154Z%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%22M133%20124.64a6%206%200%200%201%20.6%205.59l-16%2040a6%206%200%201%201-11.14-4.46L119.14%20134H96a6%206%200%200%201-5.57-8.23l16-40a6%206%200%200%201%2011.14%204.46L104.86%20122H128a6%206%200%200%201%205%202.64m113-38V168a22%2022%200%200%201-44%200v-40a10%2010%200%200%200-10-10h-18v92h18a6%206%200%200%201%200%2012H32a6%206%200%200%201%200-12h18V56a22%2022%200%200%201%2022-22h80a22%2022%200%200%201%2022%2022v50h18a22%2022%200%200%201%2022%2022v40a10%2010%200%200%200%2020%200V86.63a9.93%209.93%200%200%200-2.93-7.07l-19.31-19.32a6%206%200%200%201%208.48-8.48l19.32%2019.31A21.88%2021.88%200%200%201%20246%2086.63ZM162%20210V56a10%2010%200%200%200-10-10H72a10%2010%200%200%200-10%2010v154Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/charging-station-light.svg?color=%231a73e8&size=48