ev-station from Material Design Icons by Pictogrammers · Filled · Automotive · Apache-2.0 Free for personal and commercial use.

Name
ev-station
Set
Material Design Icons
Style
Filled
Category
Automotive
Viewbox
24×24
License
Apache 2.0
Aliases
charging-station, electric-charger, electric-vehicle-charger, ev-charger, evse, wall-charger, wallbox

The same icon in other sets

More automotive icons from Material Design Icons

Use the ev station icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.77 7.23l.01-.01l-3.72-3.72L15 4.56l2.11 2.11c-.94.36-1.61 1.26-1.61 2.33a2.5 2.5 0 0 0 2.5 2.5c.36 0 .69-.08 1-.21v7.21a1 1 0 0 1-1 1a1 1 0 0 1-1-1V14a2 2 0 0 0-2-2h-1V5a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v16h10v-7.5h1.5v5A2.5 2.5 0 0 0 18 21a2.5 2.5 0 0 0 2.5-2.5V9c0-.69-.28-1.32-.73-1.77M18 10a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1a1 1 0 0 1-1 1M8 18v-4.5H6L10 6v5h2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiEvStation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.77 7.23l.01-.01l-3.72-3.72L15 4.56l2.11 2.11c-.94.36-1.61 1.26-1.61 2.33a2.5 2.5 0 0 0 2.5 2.5c.36 0 .69-.08 1-.21v7.21a1 1 0 0 1-1 1a1 1 0 0 1-1-1V14a2 2 0 0 0-2-2h-1V5a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v16h10v-7.5h1.5v5A2.5 2.5 0 0 0 18 21a2.5 2.5 0 0 0 2.5-2.5V9c0-.69-.28-1.32-.73-1.77M18 10a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1a1 1 0 0 1-1 1M8 18v-4.5H6L10 6v5h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.77 7.23l.01-.01l-3.72-3.72L15 4.56l2.11 2.11c-.94.36-1.61 1.26-1.61 2.33a2.5 2.5 0 0 0 2.5 2.5c.36 0 .69-.08 1-.21v7.21a1 1 0 0 1-1 1a1 1 0 0 1-1-1V14a2 2 0 0 0-2-2h-1V5a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v16h10v-7.5h1.5v5A2.5 2.5 0 0 0 18 21a2.5 2.5 0 0 0 2.5-2.5V9c0-.69-.28-1.32-.73-1.77M18 10a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1a1 1 0 0 1-1 1M8 18v-4.5H6L10 6v5h2z"/></svg>
</template>

CSS

.icon-ev-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.77%207.23l.01-.01l-3.72-3.72L15%204.56l2.11%202.11c-.94.36-1.61%201.26-1.61%202.33a2.5%202.5%200%200%200%202.5%202.5c.36%200%20.69-.08%201-.21v7.21a1%201%200%200%201-1%201a1%201%200%200%201-1-1V14a2%202%200%200%200-2-2h-1V5a2%202%200%200%200-2-2H6a2%202%200%200%200-2%202v16h10v-7.5h1.5v5A2.5%202.5%200%200%200%2018%2021a2.5%202.5%200%200%200%202.5-2.5V9c0-.69-.28-1.32-.73-1.77M18%2010a1%201%200%200%201-1-1a1%201%200%200%201%201-1a1%201%200%200%201%201%201a1%201%200%200%201-1%201M8%2018v-4.5H6L10%206v5h2z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.77%207.23l.01-.01l-3.72-3.72L15%204.56l2.11%202.11c-.94.36-1.61%201.26-1.61%202.33a2.5%202.5%200%200%200%202.5%202.5c.36%200%20.69-.08%201-.21v7.21a1%201%200%200%201-1%201a1%201%200%200%201-1-1V14a2%202%200%200%200-2-2h-1V5a2%202%200%200%200-2-2H6a2%202%200%200%200-2%202v16h10v-7.5h1.5v5A2.5%202.5%200%200%200%2018%2021a2.5%202.5%200%200%200%202.5-2.5V9c0-.69-.28-1.32-.73-1.77M18%2010a1%201%200%200%201-1-1a1%201%200%200%201%201-1a1%201%200%200%201%201%201a1%201%200%200%201-1%201M8%2018v-4.5H6L10%206v5h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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