charging station icon

charging-station from Font Awesome Solid by Dave Gandy · Solid · Automotive · CC-BY-4.0 Attribution required.

Name
charging-station
Set
Font Awesome Solid
Style
Solid
Category
Automotive
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More automotive icons from Font Awesome Solid

Use the charging station icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 128c0-35.3 28.7-64 64-64h160c35.3 0 64 28.7 64 64v224c44.2 0 80 35.8 80 80v12c0 11 9 20 20 20s20-9 20-20V316.3c-32.5-10.2-56-40.5-56-76.3v-32c0-8.8 7.2-16 16-16h16v-48c0-8.8 7.2-16 16-16s16 7.2 16 16v48h32v-48c0-8.8 7.2-16 16-16s16 7.2 16 16v48h16c8.8 0 16 7.2 16 16v32c0 35.8-23.5 66.1-56 76.3V444c0 37.6-30.4 68-68 68s-68-30.4-68-68v-12c0-17.7-14.3-32-32-32v129.4c9.3 3.3 16 12.2 16 22.6c0 13.3-10.7 24-24 24H104c-13.3 0-24-10.7-24-24c0-10.5 6.7-19.3 16-22.6zm82.7 125.7h39l-20.9 66.9c-2.4 7.6 3.3 15.4 11.3 15.4c2.9 0 5.6-1 7.8-2.9l94.6-82c3.1-2.7 4.9-6.6 4.9-10.7c0-7.8-6.3-14.1-14.1-14.1h-39l20.9-66.9c2.4-7.6-3.3-15.4-11.3-15.4c-2.9 0-5.6 1-7.8 2.9l-94.6 82c-3.1 2.7-4.9 6.6-4.9 10.7c0 7.8 6.3 14.1 14.1 14.1"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidChargingStation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 128c0-35.3 28.7-64 64-64h160c35.3 0 64 28.7 64 64v224c44.2 0 80 35.8 80 80v12c0 11 9 20 20 20s20-9 20-20V316.3c-32.5-10.2-56-40.5-56-76.3v-32c0-8.8 7.2-16 16-16h16v-48c0-8.8 7.2-16 16-16s16 7.2 16 16v48h32v-48c0-8.8 7.2-16 16-16s16 7.2 16 16v48h16c8.8 0 16 7.2 16 16v32c0 35.8-23.5 66.1-56 76.3V444c0 37.6-30.4 68-68 68s-68-30.4-68-68v-12c0-17.7-14.3-32-32-32v129.4c9.3 3.3 16 12.2 16 22.6c0 13.3-10.7 24-24 24H104c-13.3 0-24-10.7-24-24c0-10.5 6.7-19.3 16-22.6zm82.7 125.7h39l-20.9 66.9c-2.4 7.6 3.3 15.4 11.3 15.4c2.9 0 5.6-1 7.8-2.9l94.6-82c3.1-2.7 4.9-6.6 4.9-10.7c0-7.8-6.3-14.1-14.1-14.1h-39l20.9-66.9c2.4-7.6-3.3-15.4-11.3-15.4c-2.9 0-5.6 1-7.8 2.9l-94.6 82c-3.1 2.7-4.9 6.6-4.9 10.7c0 7.8 6.3 14.1 14.1 14.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 128c0-35.3 28.7-64 64-64h160c35.3 0 64 28.7 64 64v224c44.2 0 80 35.8 80 80v12c0 11 9 20 20 20s20-9 20-20V316.3c-32.5-10.2-56-40.5-56-76.3v-32c0-8.8 7.2-16 16-16h16v-48c0-8.8 7.2-16 16-16s16 7.2 16 16v48h32v-48c0-8.8 7.2-16 16-16s16 7.2 16 16v48h16c8.8 0 16 7.2 16 16v32c0 35.8-23.5 66.1-56 76.3V444c0 37.6-30.4 68-68 68s-68-30.4-68-68v-12c0-17.7-14.3-32-32-32v129.4c9.3 3.3 16 12.2 16 22.6c0 13.3-10.7 24-24 24H104c-13.3 0-24-10.7-24-24c0-10.5 6.7-19.3 16-22.6zm82.7 125.7h39l-20.9 66.9c-2.4 7.6 3.3 15.4 11.3 15.4c2.9 0 5.6-1 7.8-2.9l94.6-82c3.1-2.7 4.9-6.6 4.9-10.7c0-7.8-6.3-14.1-14.1-14.1h-39l20.9-66.9c2.4-7.6-3.3-15.4-11.3-15.4c-2.9 0-5.6 1-7.8 2.9l-94.6 82c-3.1 2.7-4.9 6.6-4.9 10.7c0 7.8 6.3 14.1 14.1 14.1"/></svg>
</template>

CSS

.icon-charging-station {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20128c0-35.3%2028.7-64%2064-64h160c35.3%200%2064%2028.7%2064%2064v224c44.2%200%2080%2035.8%2080%2080v12c0%2011%209%2020%2020%2020s20-9%2020-20V316.3c-32.5-10.2-56-40.5-56-76.3v-32c0-8.8%207.2-16%2016-16h16v-48c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v48h32v-48c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v48h16c8.8%200%2016%207.2%2016%2016v32c0%2035.8-23.5%2066.1-56%2076.3V444c0%2037.6-30.4%2068-68%2068s-68-30.4-68-68v-12c0-17.7-14.3-32-32-32v129.4c9.3%203.3%2016%2012.2%2016%2022.6c0%2013.3-10.7%2024-24%2024H104c-13.3%200-24-10.7-24-24c0-10.5%206.7-19.3%2016-22.6zm82.7%20125.7h39l-20.9%2066.9c-2.4%207.6%203.3%2015.4%2011.3%2015.4c2.9%200%205.6-1%207.8-2.9l94.6-82c3.1-2.7%204.9-6.6%204.9-10.7c0-7.8-6.3-14.1-14.1-14.1h-39l20.9-66.9c2.4-7.6-3.3-15.4-11.3-15.4c-2.9%200-5.6%201-7.8%202.9l-94.6%2082c-3.1%202.7-4.9%206.6-4.9%2010.7c0%207.8%206.3%2014.1%2014.1%2014.1%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20128c0-35.3%2028.7-64%2064-64h160c35.3%200%2064%2028.7%2064%2064v224c44.2%200%2080%2035.8%2080%2080v12c0%2011%209%2020%2020%2020s20-9%2020-20V316.3c-32.5-10.2-56-40.5-56-76.3v-32c0-8.8%207.2-16%2016-16h16v-48c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v48h32v-48c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v48h16c8.8%200%2016%207.2%2016%2016v32c0%2035.8-23.5%2066.1-56%2076.3V444c0%2037.6-30.4%2068-68%2068s-68-30.4-68-68v-12c0-17.7-14.3-32-32-32v129.4c9.3%203.3%2016%2012.2%2016%2022.6c0%2013.3-10.7%2024-24%2024H104c-13.3%200-24-10.7-24-24c0-10.5%206.7-19.3%2016-22.6zm82.7%20125.7h39l-20.9%2066.9c-2.4%207.6%203.3%2015.4%2011.3%2015.4c2.9%200%205.6-1%207.8-2.9l94.6-82c3.1-2.7%204.9-6.6%204.9-10.7c0-7.8-6.3-14.1-14.1-14.1h-39l20.9-66.9c2.4-7.6-3.3-15.4-11.3-15.4c-2.9%200-5.6%201-7.8%202.9l-94.6%2082c-3.1%202.7-4.9%206.6-4.9%2010.7c0%207.8%206.3%2014.1%2014.1%2014.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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