electric car icon
electric-car from Material Symbols Light by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- electric-car
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
Use the electric car icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.23 14v1.5q0 .213-.143.356T4.731 16H4.5q-.213 0-.356-.144T4 15.5V8.154L5.985 2.5q.073-.238.281-.37q.209-.13.465-.13h10.615q.227 0 .413.138t.257.362L20 8.154V15.5q0 .213-.144.356T19.5 16h-.23q-.213 0-.357-.144t-.144-.356V14zm.186-6.846h13.169L17.112 3H6.889zm2.012 4.538q.466 0 .788-.326q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.321.793.321m9.155 0q.466 0 .788-.326q.322-.327.322-.794q0-.466-.326-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.321.794.321m-3.716 10.962L7.75 20.077h3.385v-1.73l5.115 2.576h-3.384z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightElectricCar(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="M5.23 14v1.5q0 .213-.143.356T4.731 16H4.5q-.213 0-.356-.144T4 15.5V8.154L5.985 2.5q.073-.238.281-.37q.209-.13.465-.13h10.615q.227 0 .413.138t.257.362L20 8.154V15.5q0 .213-.144.356T19.5 16h-.23q-.213 0-.357-.144t-.144-.356V14zm.186-6.846h13.169L17.112 3H6.889zm2.012 4.538q.466 0 .788-.326q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.321.793.321m9.155 0q.466 0 .788-.326q.322-.327.322-.794q0-.466-.326-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.321.794.321m-3.716 10.962L7.75 20.077h3.385v-1.73l5.115 2.576h-3.384z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.23 14v1.5q0 .213-.143.356T4.731 16H4.5q-.213 0-.356-.144T4 15.5V8.154L5.985 2.5q.073-.238.281-.37q.209-.13.465-.13h10.615q.227 0 .413.138t.257.362L20 8.154V15.5q0 .213-.144.356T19.5 16h-.23q-.213 0-.357-.144t-.144-.356V14zm.186-6.846h13.169L17.112 3H6.889zm2.012 4.538q.466 0 .788-.326q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.321.793.321m9.155 0q.466 0 .788-.326q.322-.327.322-.794q0-.466-.326-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.321.794.321m-3.716 10.962L7.75 20.077h3.385v-1.73l5.115 2.576h-3.384z"/></svg> </template>
CSS
.icon-electric-car {
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%22M5.23%2014v1.5q0%20.213-.143.356T4.731%2016H4.5q-.213%200-.356-.144T4%2015.5V8.154L5.985%202.5q.073-.238.281-.37q.209-.13.465-.13h10.615q.227%200%20.413.138t.257.362L20%208.154V15.5q0%20.213-.144.356T19.5%2016h-.23q-.213%200-.357-.144t-.144-.356V14zm.186-6.846h13.169L17.112%203H6.889zm2.012%204.538q.466%200%20.788-.326q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.321.793.321m9.155%200q.466%200%20.788-.326q.322-.327.322-.794q0-.466-.326-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.321.794.321m-3.716%2010.962L7.75%2020.077h3.385v-1.73l5.115%202.576h-3.384z%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%22M5.23%2014v1.5q0%20.213-.143.356T4.731%2016H4.5q-.213%200-.356-.144T4%2015.5V8.154L5.985%202.5q.073-.238.281-.37q.209-.13.465-.13h10.615q.227%200%20.413.138t.257.362L20%208.154V15.5q0%20.213-.144.356T19.5%2016h-.23q-.213%200-.357-.144t-.144-.356V14zm.186-6.846h13.169L17.112%203H6.889zm2.012%204.538q.466%200%20.788-.326q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.321.793.321m9.155%200q.466%200%20.788-.326q.322-.327.322-.794q0-.466-.326-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.321.794.321m-3.716%2010.962L7.75%2020.077h3.385v-1.73l5.115%202.576h-3.384z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/electric-car.svg?color=%231a73e8&size=48