ev charging icon
ev-charging from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- ev-charging
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the ev charging 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-width="1.5"><path d="M3 22V7c0-2.357 0-3.536.732-4.268S5.643 2 8 2h3c2.357 0 3.536 0 4.268.732S16 4.643 16 7v15"/><path stroke-linecap="round" d="M2 22h15M3 11h13"/><path stroke-linejoin="round" d="m21 8.527l.447-.222c.27-.133.404-.2.478-.319c.075-.12.075-.268.075-.566v-.694c0-.643 0-.965-.174-1.113a.5.5 0 0 0-.19-.101c-.222-.062-.493.117-1.034.474c-.695.458-1.042.687-1.264 1.014a2 2 0 0 0-.186.345C19 7.708 19 8.12 19 8.947v1.633c0 .232.19.42.425.42a.85.85 0 0 0 .789-.528z"/><path stroke-linejoin="round" d="M19.478 11c.2 1.386.667 2.97.477 4.38c-.171 1.277-1.182 2.308-2.512 2.561C17.133 18 16.755 18 16 18"/><path stroke-linecap="round" stroke-linejoin="round" d="m10.25 14l-1.946 1.917c-.237.257-.356.385-.282.484c.073.099.287.099.715.099h1.525c.429 0 .643 0 .716.099c.074.1-.045.227-.282.484L8.737 19"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsEvCharging(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" strokeWidth="1.5"><path d="M3 22V7c0-2.357 0-3.536.732-4.268S5.643 2 8 2h3c2.357 0 3.536 0 4.268.732S16 4.643 16 7v15"/><path strokeLinecap="round" d="M2 22h15M3 11h13"/><path strokeLinejoin="round" d="m21 8.527l.447-.222c.27-.133.404-.2.478-.319c.075-.12.075-.268.075-.566v-.694c0-.643 0-.965-.174-1.113a.5.5 0 0 0-.19-.101c-.222-.062-.493.117-1.034.474c-.695.458-1.042.687-1.264 1.014a2 2 0 0 0-.186.345C19 7.708 19 8.12 19 8.947v1.633c0 .232.19.42.425.42a.85.85 0 0 0 .789-.528z"/><path strokeLinejoin="round" d="M19.478 11c.2 1.386.667 2.97.477 4.38c-.171 1.277-1.182 2.308-2.512 2.561C17.133 18 16.755 18 16 18"/><path strokeLinecap="round" strokeLinejoin="round" d="m10.25 14l-1.946 1.917c-.237.257-.356.385-.282.484c.073.099.287.099.715.099h1.525c.429 0 .643 0 .716.099c.074.1-.045.227-.282.484L8.737 19"/></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-width="1.5"><path d="M3 22V7c0-2.357 0-3.536.732-4.268S5.643 2 8 2h3c2.357 0 3.536 0 4.268.732S16 4.643 16 7v15"/><path stroke-linecap="round" d="M2 22h15M3 11h13"/><path stroke-linejoin="round" d="m21 8.527l.447-.222c.27-.133.404-.2.478-.319c.075-.12.075-.268.075-.566v-.694c0-.643 0-.965-.174-1.113a.5.5 0 0 0-.19-.101c-.222-.062-.493.117-1.034.474c-.695.458-1.042.687-1.264 1.014a2 2 0 0 0-.186.345C19 7.708 19 8.12 19 8.947v1.633c0 .232.19.42.425.42a.85.85 0 0 0 .789-.528z"/><path stroke-linejoin="round" d="M19.478 11c.2 1.386.667 2.97.477 4.38c-.171 1.277-1.182 2.308-2.512 2.561C17.133 18 16.755 18 16 18"/><path stroke-linecap="round" stroke-linejoin="round" d="m10.25 14l-1.946 1.917c-.237.257-.356.385-.282.484c.073.099.287.099.715.099h1.525c.429 0 .643 0 .716.099c.074.1-.045.227-.282.484L8.737 19"/></g></svg> </template>
CSS
.icon-ev-charging {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2022V7c0-2.357%200-3.536.732-4.268S5.643%202%208%202h3c2.357%200%203.536%200%204.268.732S16%204.643%2016%207v15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2022h15M3%2011h13%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m21%208.527l.447-.222c.27-.133.404-.2.478-.319c.075-.12.075-.268.075-.566v-.694c0-.643%200-.965-.174-1.113a.5.5%200%200%200-.19-.101c-.222-.062-.493.117-1.034.474c-.695.458-1.042.687-1.264%201.014a2%202%200%200%200-.186.345C19%207.708%2019%208.12%2019%208.947v1.633c0%20.232.19.42.425.42a.85.85%200%200%200%20.789-.528z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19.478%2011c.2%201.386.667%202.97.477%204.38c-.171%201.277-1.182%202.308-2.512%202.561C17.133%2018%2016.755%2018%2016%2018%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m10.25%2014l-1.946%201.917c-.237.257-.356.385-.282.484c.073.099.287.099.715.099h1.525c.429%200%20.643%200%20.716.099c.074.1-.045.227-.282.484L8.737%2019%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2022V7c0-2.357%200-3.536.732-4.268S5.643%202%208%202h3c2.357%200%203.536%200%204.268.732S16%204.643%2016%207v15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2022h15M3%2011h13%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m21%208.527l.447-.222c.27-.133.404-.2.478-.319c.075-.12.075-.268.075-.566v-.694c0-.643%200-.965-.174-1.113a.5.5%200%200%200-.19-.101c-.222-.062-.493.117-1.034.474c-.695.458-1.042.687-1.264%201.014a2%202%200%200%200-.186.345C19%207.708%2019%208.12%2019%208.947v1.633c0%20.232.19.42.425.42a.85.85%200%200%200%20.789-.528z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19.478%2011c.2%201.386.667%202.97.477%204.38c-.171%201.277-1.182%202.308-2.512%202.561C17.133%2018%2016.755%2018%2016%2018%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m10.25%2014l-1.946%201.917c-.237.257-.356.385-.282.484c.073.099.287.099.715.099h1.525c.429%200%20.643%200%20.716.099c.074.1-.045.227-.282.484L8.737%2019%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-charging.svg?color=%231a73e8&size=48