plug charging icon
plug-charging-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- plug-charging-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the plug charging icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 58h-50V16a6 6 0 0 0-12 0v42H94V16a6 6 0 0 0-12 0v42H32.55A6.1 6.1 0 0 0 26 64a6 6 0 0 0 6 6h18v90a38 38 0 0 0 38 38h34v42a6 6 0 0 0 12 0v-42h34a38 38 0 0 0 38-38V70h18a6 6 0 0 0 0-12m-30 102a26 26 0 0 1-26 26H88a26 26 0 0 1-26-26V70h132Zm-86.93-28.58a6 6 0 0 1-.69-5.53l12-32a6 6 0 1 1 11.24 4.22l-9 23.89H144a6 6 0 0 1 5.62 8.11l-12 32a6 6 0 0 1-11.24-4.22l9-23.89H112a6 6 0 0 1-4.93-2.58"/></svg>
React
import type { SVGProps } from "react";
export function PhPlugChargingLight(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="M224 58h-50V16a6 6 0 0 0-12 0v42H94V16a6 6 0 0 0-12 0v42H32.55A6.1 6.1 0 0 0 26 64a6 6 0 0 0 6 6h18v90a38 38 0 0 0 38 38h34v42a6 6 0 0 0 12 0v-42h34a38 38 0 0 0 38-38V70h18a6 6 0 0 0 0-12m-30 102a26 26 0 0 1-26 26H88a26 26 0 0 1-26-26V70h132Zm-86.93-28.58a6 6 0 0 1-.69-5.53l12-32a6 6 0 1 1 11.24 4.22l-9 23.89H144a6 6 0 0 1 5.62 8.11l-12 32a6 6 0 0 1-11.24-4.22l9-23.89H112a6 6 0 0 1-4.93-2.58"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 58h-50V16a6 6 0 0 0-12 0v42H94V16a6 6 0 0 0-12 0v42H32.55A6.1 6.1 0 0 0 26 64a6 6 0 0 0 6 6h18v90a38 38 0 0 0 38 38h34v42a6 6 0 0 0 12 0v-42h34a38 38 0 0 0 38-38V70h18a6 6 0 0 0 0-12m-30 102a26 26 0 0 1-26 26H88a26 26 0 0 1-26-26V70h132Zm-86.93-28.58a6 6 0 0 1-.69-5.53l12-32a6 6 0 1 1 11.24 4.22l-9 23.89H144a6 6 0 0 1 5.62 8.11l-12 32a6 6 0 0 1-11.24-4.22l9-23.89H112a6 6 0 0 1-4.93-2.58"/></svg> </template>
CSS
.icon-plug-charging-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%22M224%2058h-50V16a6%206%200%200%200-12%200v42H94V16a6%206%200%200%200-12%200v42H32.55A6.1%206.1%200%200%200%2026%2064a6%206%200%200%200%206%206h18v90a38%2038%200%200%200%2038%2038h34v42a6%206%200%200%200%2012%200v-42h34a38%2038%200%200%200%2038-38V70h18a6%206%200%200%200%200-12m-30%20102a26%2026%200%200%201-26%2026H88a26%2026%200%200%201-26-26V70h132Zm-86.93-28.58a6%206%200%200%201-.69-5.53l12-32a6%206%200%201%201%2011.24%204.22l-9%2023.89H144a6%206%200%200%201%205.62%208.11l-12%2032a6%206%200%200%201-11.24-4.22l9-23.89H112a6%206%200%200%201-4.93-2.58%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%22M224%2058h-50V16a6%206%200%200%200-12%200v42H94V16a6%206%200%200%200-12%200v42H32.55A6.1%206.1%200%200%200%2026%2064a6%206%200%200%200%206%206h18v90a38%2038%200%200%200%2038%2038h34v42a6%206%200%200%200%2012%200v-42h34a38%2038%200%200%200%2038-38V70h18a6%206%200%200%200%200-12m-30%20102a26%2026%200%200%201-26%2026H88a26%2026%200%200%201-26-26V70h132Zm-86.93-28.58a6%206%200%200%201-.69-5.53l12-32a6%206%200%201%201%2011.24%204.22l-9%2023.89H144a6%206%200%200%201%205.62%208.11l-12%2032a6%206%200%200%201-11.24-4.22l9-23.89H112a6%206%200%200%201-4.93-2.58%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/plug-charging-light.svg?color=%231a73e8&size=48