car-spark from Material Symbols Light by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
car-spark
Set
Material Symbols Light
Style
Regular
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

Related icons in Material Symbols Light

Use the car spark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.73 20H4.5q-.213 0-.356-.144T4 19.5v-7.346L5.985 6.5q.073-.238.281-.37q.209-.13.465-.13h4.775q-.012.25.004.5t.069.5h-4.69l-1.473 4.154h8.678q.829.662 1.827 1.004t2.053.342q.528-.012 1.029-.09q.5-.077.997-.237V19.5q0 .213-.144.356T19.5 20h-.23q-.213 0-.357-.144t-.144-.356V18H5.231v1.5q0 .213-.144.356T4.731 20m2.697-4.308q.466 0 .788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.321.327-.321.794q0 .466.326.788q.327.322.793.322m9.155 0q.466 0 .788-.326q.322-.327.322-.793q0-.467-.326-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.321.327-.321.794q0 .466.326.788q.327.322.794.322m1.399-5.576q-.15 0-.2-.15q-.362-1.391-1.359-2.388t-2.387-1.359q-.15-.05-.15-.2q0-.169.15-.2q1.39-.355 2.387-1.355t1.359-2.391q.05-.15.2-.15q.169 0 .2.15q.361 1.39 1.358 2.387t2.388 1.36q.15.024.15.2q0 .15-.15.2q-1.39.36-2.387 1.358q-.998.997-1.36 2.388q-.024.15-.2.15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCarSpark(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="M4.73 20H4.5q-.213 0-.356-.144T4 19.5v-7.346L5.985 6.5q.073-.238.281-.37q.209-.13.465-.13h4.775q-.012.25.004.5t.069.5h-4.69l-1.473 4.154h8.678q.829.662 1.827 1.004t2.053.342q.528-.012 1.029-.09q.5-.077.997-.237V19.5q0 .213-.144.356T19.5 20h-.23q-.213 0-.357-.144t-.144-.356V18H5.231v1.5q0 .213-.144.356T4.731 20m2.697-4.308q.466 0 .788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.321.327-.321.794q0 .466.326.788q.327.322.793.322m9.155 0q.466 0 .788-.326q.322-.327.322-.793q0-.467-.326-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.321.327-.321.794q0 .466.326.788q.327.322.794.322m1.399-5.576q-.15 0-.2-.15q-.362-1.391-1.359-2.388t-2.387-1.359q-.15-.05-.15-.2q0-.169.15-.2q1.39-.355 2.387-1.355t1.359-2.391q.05-.15.2-.15q.169 0 .2.15q.361 1.39 1.358 2.387t2.388 1.36q.15.024.15.2q0 .15-.15.2q-1.39.36-2.387 1.358q-.998.997-1.36 2.388q-.024.15-.2.15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.73 20H4.5q-.213 0-.356-.144T4 19.5v-7.346L5.985 6.5q.073-.238.281-.37q.209-.13.465-.13h4.775q-.012.25.004.5t.069.5h-4.69l-1.473 4.154h8.678q.829.662 1.827 1.004t2.053.342q.528-.012 1.029-.09q.5-.077.997-.237V19.5q0 .213-.144.356T19.5 20h-.23q-.213 0-.357-.144t-.144-.356V18H5.231v1.5q0 .213-.144.356T4.731 20m2.697-4.308q.466 0 .788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.321.327-.321.794q0 .466.326.788q.327.322.793.322m9.155 0q.466 0 .788-.326q.322-.327.322-.793q0-.467-.326-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.321.327-.321.794q0 .466.326.788q.327.322.794.322m1.399-5.576q-.15 0-.2-.15q-.362-1.391-1.359-2.388t-2.387-1.359q-.15-.05-.15-.2q0-.169.15-.2q1.39-.355 2.387-1.355t1.359-2.391q.05-.15.2-.15q.169 0 .2.15q.361 1.39 1.358 2.387t2.388 1.36q.15.024.15.2q0 .15-.15.2q-1.39.36-2.387 1.358q-.998.997-1.36 2.388q-.024.15-.2.15"/></svg>
</template>

CSS

.icon-car-spark {
  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%22M4.73%2020H4.5q-.213%200-.356-.144T4%2019.5v-7.346L5.985%206.5q.073-.238.281-.37q.209-.13.465-.13h4.775q-.012.25.004.5t.069.5h-4.69l-1.473%204.154h8.678q.829.662%201.827%201.004t2.053.342q.528-.012%201.029-.09q.5-.077.997-.237V19.5q0%20.213-.144.356T19.5%2020h-.23q-.213%200-.357-.144t-.144-.356V18H5.231v1.5q0%20.213-.144.356T4.731%2020m2.697-4.308q.466%200%20.788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467%200-.79.326q-.321.327-.321.794q0%20.466.326.788q.327.322.793.322m9.155%200q.466%200%20.788-.326q.322-.327.322-.793q0-.467-.326-.79q-.327-.321-.793-.321q-.467%200-.79.326q-.321.327-.321.794q0%20.466.326.788q.327.322.794.322m1.399-5.576q-.15%200-.2-.15q-.362-1.391-1.359-2.388t-2.387-1.359q-.15-.05-.15-.2q0-.169.15-.2q1.39-.355%202.387-1.355t1.359-2.391q.05-.15.2-.15q.169%200%20.2.15q.361%201.39%201.358%202.387t2.388%201.36q.15.024.15.2q0%20.15-.15.2q-1.39.36-2.387%201.358q-.998.997-1.36%202.388q-.024.15-.2.15%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%22M4.73%2020H4.5q-.213%200-.356-.144T4%2019.5v-7.346L5.985%206.5q.073-.238.281-.37q.209-.13.465-.13h4.775q-.012.25.004.5t.069.5h-4.69l-1.473%204.154h8.678q.829.662%201.827%201.004t2.053.342q.528-.012%201.029-.09q.5-.077.997-.237V19.5q0%20.213-.144.356T19.5%2020h-.23q-.213%200-.357-.144t-.144-.356V18H5.231v1.5q0%20.213-.144.356T4.731%2020m2.697-4.308q.466%200%20.788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467%200-.79.326q-.321.327-.321.794q0%20.466.326.788q.327.322.793.322m9.155%200q.466%200%20.788-.326q.322-.327.322-.793q0-.467-.326-.79q-.327-.321-.793-.321q-.467%200-.79.326q-.321.327-.321.794q0%20.466.326.788q.327.322.794.322m1.399-5.576q-.15%200-.2-.15q-.362-1.391-1.359-2.388t-2.387-1.359q-.15-.05-.15-.2q0-.169.15-.2q1.39-.355%202.387-1.355t1.359-2.391q.05-.15.2-.15q.169%200%20.2.15q.361%201.39%201.358%202.387t2.388%201.36q.15.024.15.2q0%20.15-.15.2q-1.39.36-2.387%201.358q-.998.997-1.36%202.388q-.024.15-.2.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/car-spark.svg?color=%231a73e8&size=48