round ev station icon

round-ev-station from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
round-ev-station
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the round 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.19-3.19a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.58 1.58c-1.05.4-1.76 1.47-1.58 2.71c.16 1.1 1.1 1.99 2.2 2.11c.47.05.88-.03 1.27-.2v7.21c0 .55-.45 1-1 1s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v15c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-6.5h1.5v4.86c0 1.31.94 2.5 2.24 2.63a2.5 2.5 0 0 0 2.76-2.49V9c0-.69-.28-1.32-.73-1.77M18 10c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1M8 16.12V13.5H6.83a.5.5 0 0 1-.44-.74l2.67-5c.24-.45.94-.28.94.24v3h1.14a.5.5 0 0 1 .43.75l-2.64 4.62c-.25.44-.93.26-.93-.25"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundEvStation(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.19-3.19a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.58 1.58c-1.05.4-1.76 1.47-1.58 2.71c.16 1.1 1.1 1.99 2.2 2.11c.47.05.88-.03 1.27-.2v7.21c0 .55-.45 1-1 1s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v15c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-6.5h1.5v4.86c0 1.31.94 2.5 2.24 2.63a2.5 2.5 0 0 0 2.76-2.49V9c0-.69-.28-1.32-.73-1.77M18 10c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1M8 16.12V13.5H6.83a.5.5 0 0 1-.44-.74l2.67-5c.24-.45.94-.28.94.24v3h1.14a.5.5 0 0 1 .43.75l-2.64 4.62c-.25.44-.93.26-.93-.25"/></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.19-3.19a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.58 1.58c-1.05.4-1.76 1.47-1.58 2.71c.16 1.1 1.1 1.99 2.2 2.11c.47.05.88-.03 1.27-.2v7.21c0 .55-.45 1-1 1s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v15c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-6.5h1.5v4.86c0 1.31.94 2.5 2.24 2.63a2.5 2.5 0 0 0 2.76-2.49V9c0-.69-.28-1.32-.73-1.77M18 10c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1M8 16.12V13.5H6.83a.5.5 0 0 1-.44-.74l2.67-5c.24-.45.94-.28.94.24v3h1.14a.5.5 0 0 1 .43.75l-2.64 4.62c-.25.44-.93.26-.93-.25"/></svg>
</template>

CSS

.icon-round-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.19-3.19a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l1.58%201.58c-1.05.4-1.76%201.47-1.58%202.71c.16%201.1%201.1%201.99%202.2%202.11c.47.05.88-.03%201.27-.2v7.21c0%20.55-.45%201-1%201s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2H6c-1.1%200-2%20.9-2%202v15c0%20.55.45%201%201%201h8c.55%200%201-.45%201-1v-6.5h1.5v4.86c0%201.31.94%202.5%202.24%202.63a2.5%202.5%200%200%200%202.76-2.49V9c0-.69-.28-1.32-.73-1.77M18%2010c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201M8%2016.12V13.5H6.83a.5.5%200%200%201-.44-.74l2.67-5c.24-.45.94-.28.94.24v3h1.14a.5.5%200%200%201%20.43.75l-2.64%204.62c-.25.44-.93.26-.93-.25%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.19-3.19a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l1.58%201.58c-1.05.4-1.76%201.47-1.58%202.71c.16%201.1%201.1%201.99%202.2%202.11c.47.05.88-.03%201.27-.2v7.21c0%20.55-.45%201-1%201s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2H6c-1.1%200-2%20.9-2%202v15c0%20.55.45%201%201%201h8c.55%200%201-.45%201-1v-6.5h1.5v4.86c0%201.31.94%202.5%202.24%202.63a2.5%202.5%200%200%200%202.76-2.49V9c0-.69-.28-1.32-.73-1.77M18%2010c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201M8%2016.12V13.5H6.83a.5.5%200%200%201-.44-.74l2.67-5c.24-.45.94-.28.94.24v3h1.14a.5.5%200%200%201%20.43.75l-2.64%204.62c-.25.44-.93.26-.93-.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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