charging station icon

charging-station-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
charging-station-thin
Set
Phosphor
Style
Thin
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="M131.31 125.76a4 4 0 0 1 .4 3.73l-16 40A4 4 0 0 1 112 172a3.9 3.9 0 0 1-1.49-.29a4 4 0 0 1-2.22-5.2l13.8-34.51H96a4 4 0 0 1-3.71-5.49l16-40a4 4 0 1 1 7.42 3L101.91 124H128a4 4 0 0 1 3.31 1.76M244 86.63V168a20 20 0 0 1-40 0v-40a12 12 0 0 0-12-12h-20v96h20a4 4 0 0 1 0 8H32a4 4 0 0 1 0-8h20V56a20 20 0 0 1 20-20h80a20 20 0 0 1 20 20v52h20a20 20 0 0 1 20 20v40a12 12 0 0 0 24 0V86.63a12 12 0 0 0-3.51-8.49l-19.32-19.31a4 4 0 0 1 5.66-5.66l19.31 19.32A19.85 19.85 0 0 1 244 86.63M164 212V56a12 12 0 0 0-12-12H72a12 12 0 0 0-12 12v156Z"/></svg>

React

import type { SVGProps } from "react";

export function PhChargingStationThin(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="M131.31 125.76a4 4 0 0 1 .4 3.73l-16 40A4 4 0 0 1 112 172a3.9 3.9 0 0 1-1.49-.29a4 4 0 0 1-2.22-5.2l13.8-34.51H96a4 4 0 0 1-3.71-5.49l16-40a4 4 0 1 1 7.42 3L101.91 124H128a4 4 0 0 1 3.31 1.76M244 86.63V168a20 20 0 0 1-40 0v-40a12 12 0 0 0-12-12h-20v96h20a4 4 0 0 1 0 8H32a4 4 0 0 1 0-8h20V56a20 20 0 0 1 20-20h80a20 20 0 0 1 20 20v52h20a20 20 0 0 1 20 20v40a12 12 0 0 0 24 0V86.63a12 12 0 0 0-3.51-8.49l-19.32-19.31a4 4 0 0 1 5.66-5.66l19.31 19.32A19.85 19.85 0 0 1 244 86.63M164 212V56a12 12 0 0 0-12-12H72a12 12 0 0 0-12 12v156Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M131.31 125.76a4 4 0 0 1 .4 3.73l-16 40A4 4 0 0 1 112 172a3.9 3.9 0 0 1-1.49-.29a4 4 0 0 1-2.22-5.2l13.8-34.51H96a4 4 0 0 1-3.71-5.49l16-40a4 4 0 1 1 7.42 3L101.91 124H128a4 4 0 0 1 3.31 1.76M244 86.63V168a20 20 0 0 1-40 0v-40a12 12 0 0 0-12-12h-20v96h20a4 4 0 0 1 0 8H32a4 4 0 0 1 0-8h20V56a20 20 0 0 1 20-20h80a20 20 0 0 1 20 20v52h20a20 20 0 0 1 20 20v40a12 12 0 0 0 24 0V86.63a12 12 0 0 0-3.51-8.49l-19.32-19.31a4 4 0 0 1 5.66-5.66l19.31 19.32A19.85 19.85 0 0 1 244 86.63M164 212V56a12 12 0 0 0-12-12H72a12 12 0 0 0-12 12v156Z"/></svg>
</template>

CSS

.icon-charging-station-thin {
  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%22M131.31%20125.76a4%204%200%200%201%20.4%203.73l-16%2040A4%204%200%200%201%20112%20172a3.9%203.9%200%200%201-1.49-.29a4%204%200%200%201-2.22-5.2l13.8-34.51H96a4%204%200%200%201-3.71-5.49l16-40a4%204%200%201%201%207.42%203L101.91%20124H128a4%204%200%200%201%203.31%201.76M244%2086.63V168a20%2020%200%200%201-40%200v-40a12%2012%200%200%200-12-12h-20v96h20a4%204%200%200%201%200%208H32a4%204%200%200%201%200-8h20V56a20%2020%200%200%201%2020-20h80a20%2020%200%200%201%2020%2020v52h20a20%2020%200%200%201%2020%2020v40a12%2012%200%200%200%2024%200V86.63a12%2012%200%200%200-3.51-8.49l-19.32-19.31a4%204%200%200%201%205.66-5.66l19.31%2019.32A19.85%2019.85%200%200%201%20244%2086.63M164%20212V56a12%2012%200%200%200-12-12H72a12%2012%200%200%200-12%2012v156Z%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%22M131.31%20125.76a4%204%200%200%201%20.4%203.73l-16%2040A4%204%200%200%201%20112%20172a3.9%203.9%200%200%201-1.49-.29a4%204%200%200%201-2.22-5.2l13.8-34.51H96a4%204%200%200%201-3.71-5.49l16-40a4%204%200%201%201%207.42%203L101.91%20124H128a4%204%200%200%201%203.31%201.76M244%2086.63V168a20%2020%200%200%201-40%200v-40a12%2012%200%200%200-12-12h-20v96h20a4%204%200%200%201%200%208H32a4%204%200%200%201%200-8h20V56a20%2020%200%200%201%2020-20h80a20%2020%200%200%201%2020%2020v52h20a20%2020%200%200%201%2020%2020v40a12%2012%200%200%200%2024%200V86.63a12%2012%200%200%200-3.51-8.49l-19.32-19.31a4%204%200%200%201%205.66-5.66l19.31%2019.32A19.85%2019.85%200%200%201%20244%2086.63M164%20212V56a12%2012%200%200%200-12-12H72a12%2012%200%200%200-12%2012v156Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/charging-station-thin.svg?color=%231a73e8&size=48