charging station icon

charging-station from Line Awesome by Icons8 · Line · Energy · Apache-2.0 Free for personal and commercial use.

Name
charging-station
Set
Line Awesome
Style
Line
Category
Energy
Viewbox
32×32
License
Apache 2.0
Aliases
charging-station-solid

The same icon in other sets

More energy icons from Line Awesome

Use the charging station icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 5C7.355 5 6 6.355 6 8v19h14v-7h2v4c0 1.645 1.355 3 3 3s3-1.355 3-3V13.812c0-.796-.313-1.531-.875-2.093L22.406 7L21 8.406l2.844 2.844C22.77 11.707 22 12.766 22 14c0 1.645 1.355 3 3 3a2.9 2.9 0 0 0 1-.188V24c0 .566-.434 1-1 1s-1-.434-1-1v-4c0-1.094-.906-2-2-2h-2V8c0-1.645-1.355-3-3-3zm0 2h8c.566 0 1 .434 1 1v17H8V8c0-.566.434-1 1-1m4.09 3.56l-2.43 4.88l.9.47l1.1.53l-1.57 3.12l1.82.88l2.43-4.88l-.9-.47l-1.1-.53l1.57-3.12zM25 13c.562 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.437-1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function LaChargingStation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 5C7.355 5 6 6.355 6 8v19h14v-7h2v4c0 1.645 1.355 3 3 3s3-1.355 3-3V13.812c0-.796-.313-1.531-.875-2.093L22.406 7L21 8.406l2.844 2.844C22.77 11.707 22 12.766 22 14c0 1.645 1.355 3 3 3a2.9 2.9 0 0 0 1-.188V24c0 .566-.434 1-1 1s-1-.434-1-1v-4c0-1.094-.906-2-2-2h-2V8c0-1.645-1.355-3-3-3zm0 2h8c.566 0 1 .434 1 1v17H8V8c0-.566.434-1 1-1m4.09 3.56l-2.43 4.88l.9.47l1.1.53l-1.57 3.12l1.82.88l2.43-4.88l-.9-.47l-1.1-.53l1.57-3.12zM25 13c.562 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.437-1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 5C7.355 5 6 6.355 6 8v19h14v-7h2v4c0 1.645 1.355 3 3 3s3-1.355 3-3V13.812c0-.796-.313-1.531-.875-2.093L22.406 7L21 8.406l2.844 2.844C22.77 11.707 22 12.766 22 14c0 1.645 1.355 3 3 3a2.9 2.9 0 0 0 1-.188V24c0 .566-.434 1-1 1s-1-.434-1-1v-4c0-1.094-.906-2-2-2h-2V8c0-1.645-1.355-3-3-3zm0 2h8c.566 0 1 .434 1 1v17H8V8c0-.566.434-1 1-1m4.09 3.56l-2.43 4.88l.9.47l1.1.53l-1.57 3.12l1.82.88l2.43-4.88l-.9-.47l-1.1-.53l1.57-3.12zM25 13c.562 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.437-1 1-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%205C7.355%205%206%206.355%206%208v19h14v-7h2v4c0%201.645%201.355%203%203%203s3-1.355%203-3V13.812c0-.796-.313-1.531-.875-2.093L22.406%207L21%208.406l2.844%202.844C22.77%2011.707%2022%2012.766%2022%2014c0%201.645%201.355%203%203%203a2.9%202.9%200%200%200%201-.188V24c0%20.566-.434%201-1%201s-1-.434-1-1v-4c0-1.094-.906-2-2-2h-2V8c0-1.645-1.355-3-3-3zm0%202h8c.566%200%201%20.434%201%201v17H8V8c0-.566.434-1%201-1m4.09%203.56l-2.43%204.88l.9.47l1.1.53l-1.57%203.12l1.82.88l2.43-4.88l-.9-.47l-1.1-.53l1.57-3.12zM25%2013c.562%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.437-1%201-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%205C7.355%205%206%206.355%206%208v19h14v-7h2v4c0%201.645%201.355%203%203%203s3-1.355%203-3V13.812c0-.796-.313-1.531-.875-2.093L22.406%207L21%208.406l2.844%202.844C22.77%2011.707%2022%2012.766%2022%2014c0%201.645%201.355%203%203%203a2.9%202.9%200%200%200%201-.188V24c0%20.566-.434%201-1%201s-1-.434-1-1v-4c0-1.094-.906-2-2-2h-2V8c0-1.645-1.355-3-3-3zm0%202h8c.566%200%201%20.434%201%201v17H8V8c0-.566.434-1%201-1m4.09%203.56l-2.43%204.88l.9.47l1.1.53l-1.57%203.12l1.82.88l2.43-4.88l-.9-.47l-1.1-.53l1.57-3.12zM25%2013c.562%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.437-1%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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