ev charger icon

ev-charger from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
ev-charger
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the ev charger icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2.75 21h13M15 21V8.5c0-2.346 0-3.518-.62-4.326a3 3 0 0 0-.554-.554C13.018 3 11.846 3 9.5 3s-3.518 0-4.326.62a3 3 0 0 0-.554.554C4 4.982 4 6.154 4 8.5V21"/><path d="m9.25 7l-.955 1.915c-.243.486-.364.73-.254.907s.38.178.923.178h.572c.542 0 .814 0 .923.178s-.011.42-.254.907L9.25 13m8.5-8c.464 0 .697 0 .892.026a3 3 0 0 1 2.582 2.582c.026.195.026.428.026.892v8.75a1.75 1.75 0 1 1-3.5 0v-1.5c0-.698 0-1.047-.086-1.33a2 2 0 0 0-1.333-1.334C16.047 13 15.698 13 15 13m-7.5 4h4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsEvCharger(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M2.75 21h13M15 21V8.5c0-2.346 0-3.518-.62-4.326a3 3 0 0 0-.554-.554C13.018 3 11.846 3 9.5 3s-3.518 0-4.326.62a3 3 0 0 0-.554.554C4 4.982 4 6.154 4 8.5V21"/><path d="m9.25 7l-.955 1.915c-.243.486-.364.73-.254.907s.38.178.923.178h.572c.542 0 .814 0 .923.178s-.011.42-.254.907L9.25 13m8.5-8c.464 0 .697 0 .892.026a3 3 0 0 1 2.582 2.582c.026.195.026.428.026.892v8.75a1.75 1.75 0 1 1-3.5 0v-1.5c0-.698 0-1.047-.086-1.33a2 2 0 0 0-1.333-1.334C16.047 13 15.698 13 15 13m-7.5 4h4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2.75 21h13M15 21V8.5c0-2.346 0-3.518-.62-4.326a3 3 0 0 0-.554-.554C13.018 3 11.846 3 9.5 3s-3.518 0-4.326.62a3 3 0 0 0-.554.554C4 4.982 4 6.154 4 8.5V21"/><path d="m9.25 7l-.955 1.915c-.243.486-.364.73-.254.907s.38.178.923.178h.572c.542 0 .814 0 .923.178s-.011.42-.254.907L9.25 13m8.5-8c.464 0 .697 0 .892.026a3 3 0 0 1 2.582 2.582c.026.195.026.428.026.892v8.75a1.75 1.75 0 1 1-3.5 0v-1.5c0-.698 0-1.047-.086-1.33a2 2 0 0 0-1.333-1.334C16.047 13 15.698 13 15 13m-7.5 4h4"/></g></svg>
</template>

CSS

.icon-ev-charger {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.75%2021h13M15%2021V8.5c0-2.346%200-3.518-.62-4.326a3%203%200%200%200-.554-.554C13.018%203%2011.846%203%209.5%203s-3.518%200-4.326.62a3%203%200%200%200-.554.554C4%204.982%204%206.154%204%208.5V21%22%2F%3E%3Cpath%20d%3D%22m9.25%207l-.955%201.915c-.243.486-.364.73-.254.907s.38.178.923.178h.572c.542%200%20.814%200%20.923.178s-.011.42-.254.907L9.25%2013m8.5-8c.464%200%20.697%200%20.892.026a3%203%200%200%201%202.582%202.582c.026.195.026.428.026.892v8.75a1.75%201.75%200%201%201-3.5%200v-1.5c0-.698%200-1.047-.086-1.33a2%202%200%200%200-1.333-1.334C16.047%2013%2015.698%2013%2015%2013m-7.5%204h4%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.75%2021h13M15%2021V8.5c0-2.346%200-3.518-.62-4.326a3%203%200%200%200-.554-.554C13.018%203%2011.846%203%209.5%203s-3.518%200-4.326.62a3%203%200%200%200-.554.554C4%204.982%204%206.154%204%208.5V21%22%2F%3E%3Cpath%20d%3D%22m9.25%207l-.955%201.915c-.243.486-.364.73-.254.907s.38.178.923.178h.572c.542%200%20.814%200%20.923.178s-.011.42-.254.907L9.25%2013m8.5-8c.464%200%20.697%200%20.892.026a3%203%200%200%201%202.582%202.582c.026.195.026.428.026.892v8.75a1.75%201.75%200%201%201-3.5%200v-1.5c0-.698%200-1.047-.086-1.33a2%202%200%200%200-1.333-1.334C16.047%2013%2015.698%2013%2015%2013m-7.5%204h4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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