ev station icon
ev-station-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- ev-station-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- ev-charger-rounded
5 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
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="M6 10h6V5H6zm7 11H5q-.425 0-.712-.288T4 20V5q0-.825.588-1.412T6 3h6q.825 0 1.413.588T14 5v7h1.25q.725 0 1.238.513T17 13.75v4.625q0 .425.35.775t.775.35q.45 0 .788-.35t.337-.775V9H19q-.425 0-.712-.288T18 8V6.5q0-.2.15-.35T18.5 6V5q0-.2.15-.35T19 4.5t.35.15t.15.35v1h1V5q0-.2.15-.35T21 4.5t.35.15t.15.35v1q.2 0 .35.15t.15.35V8q0 .425-.288.713T21 9h-.25v9.375q0 1.05-.763 1.838T18.126 21q-1.075 0-1.85-.788t-.775-1.837V13.75q0-.125-.062-.187t-.188-.063H14V20q0 .425-.288.713T13 21m-4.5-2l2.5-4H9.5v-3L7 16h1.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEvStationRounded(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="M6 10h6V5H6zm7 11H5q-.425 0-.712-.288T4 20V5q0-.825.588-1.412T6 3h6q.825 0 1.413.588T14 5v7h1.25q.725 0 1.238.513T17 13.75v4.625q0 .425.35.775t.775.35q.45 0 .788-.35t.337-.775V9H19q-.425 0-.712-.288T18 8V6.5q0-.2.15-.35T18.5 6V5q0-.2.15-.35T19 4.5t.35.15t.15.35v1h1V5q0-.2.15-.35T21 4.5t.35.15t.15.35v1q.2 0 .35.15t.15.35V8q0 .425-.288.713T21 9h-.25v9.375q0 1.05-.763 1.838T18.126 21q-1.075 0-1.85-.788t-.775-1.837V13.75q0-.125-.062-.187t-.188-.063H14V20q0 .425-.288.713T13 21m-4.5-2l2.5-4H9.5v-3L7 16h1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 10h6V5H6zm7 11H5q-.425 0-.712-.288T4 20V5q0-.825.588-1.412T6 3h6q.825 0 1.413.588T14 5v7h1.25q.725 0 1.238.513T17 13.75v4.625q0 .425.35.775t.775.35q.45 0 .788-.35t.337-.775V9H19q-.425 0-.712-.288T18 8V6.5q0-.2.15-.35T18.5 6V5q0-.2.15-.35T19 4.5t.35.15t.15.35v1h1V5q0-.2.15-.35T21 4.5t.35.15t.15.35v1q.2 0 .35.15t.15.35V8q0 .425-.288.713T21 9h-.25v9.375q0 1.05-.763 1.838T18.126 21q-1.075 0-1.85-.788t-.775-1.837V13.75q0-.125-.062-.187t-.188-.063H14V20q0 .425-.288.713T13 21m-4.5-2l2.5-4H9.5v-3L7 16h1.5z"/></svg> </template>
CSS
.icon-ev-station-rounded {
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%22M6%2010h6V5H6zm7%2011H5q-.425%200-.712-.288T4%2020V5q0-.825.588-1.412T6%203h6q.825%200%201.413.588T14%205v7h1.25q.725%200%201.238.513T17%2013.75v4.625q0%20.425.35.775t.775.35q.45%200%20.788-.35t.337-.775V9H19q-.425%200-.712-.288T18%208V6.5q0-.2.15-.35T18.5%206V5q0-.2.15-.35T19%204.5t.35.15t.15.35v1h1V5q0-.2.15-.35T21%204.5t.35.15t.15.35v1q.2%200%20.35.15t.15.35V8q0%20.425-.288.713T21%209h-.25v9.375q0%201.05-.763%201.838T18.126%2021q-1.075%200-1.85-.788t-.775-1.837V13.75q0-.125-.062-.187t-.188-.063H14V20q0%20.425-.288.713T13%2021m-4.5-2l2.5-4H9.5v-3L7%2016h1.5z%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%22M6%2010h6V5H6zm7%2011H5q-.425%200-.712-.288T4%2020V5q0-.825.588-1.412T6%203h6q.825%200%201.413.588T14%205v7h1.25q.725%200%201.238.513T17%2013.75v4.625q0%20.425.35.775t.775.35q.45%200%20.788-.35t.337-.775V9H19q-.425%200-.712-.288T18%208V6.5q0-.2.15-.35T18.5%206V5q0-.2.15-.35T19%204.5t.35.15t.15.35v1h1V5q0-.2.15-.35T21%204.5t.35.15t.15.35v1q.2%200%20.35.15t.15.35V8q0%20.425-.288.713T21%209h-.25v9.375q0%201.05-.763%201.838T18.126%2021q-1.075%200-1.85-.788t-.775-1.837V13.75q0-.125-.062-.187t-.188-.063H14V20q0%20.425-.288.713T13%2021m-4.5-2l2.5-4H9.5v-3L7%2016h1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/ev-station-rounded.svg?color=%231a73e8&size=48