car spark icon
car-spark-rounded from Material Symbols Light by Google · Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- car-spark-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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
car-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-rightcar-fan-low-leftcar-fan-low-mid-leftcar-fan-low-rightcar-fan-mid-leftcar-fan-mid-low-rightcar-fan-mid-rightcar-fan-recirculatecar-fan-recirculate-2car-gearcar-lockcar-mirror-heatcar-rentalcar-repaircar-seat-offcar-tag
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="M17.98 10.116q-.15 0-.2-.15q-.36-1.391-1.358-2.388q-.997-.997-2.387-1.359q-.15-.05-.15-.2q0-.175.15-.2q1.39-.361 2.387-1.358t1.359-2.388q.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.15m-1.398 5.576q.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.322m-9.154 0q.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.322M4.732 20H4.5q-.213 0-.356-.144T4 19.5v-7.073q0-.136.016-.273q.015-.137.065-.268L5.985 6.5q.073-.238.281-.37q.209-.13.465-.13h4.348q.212 0 .356.144t.144.357t-.144.356t-.356.143h-4.19l-1.473 4.154h8.678q.829.662 1.827 1.004t2.06.342q.292-.006.55-.024t.544-.068q.373-.062.649.159t.276.562V19.5q0 .213-.144.356T19.5 20h-.23q-.213 0-.357-.144t-.144-.356V18H5.231v1.5q0 .213-.144.356T4.731 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCarSparkRounded(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="M17.98 10.116q-.15 0-.2-.15q-.36-1.391-1.358-2.388q-.997-.997-2.387-1.359q-.15-.05-.15-.2q0-.175.15-.2q1.39-.361 2.387-1.358t1.359-2.388q.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.15m-1.398 5.576q.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.322m-9.154 0q.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.322M4.732 20H4.5q-.213 0-.356-.144T4 19.5v-7.073q0-.136.016-.273q.015-.137.065-.268L5.985 6.5q.073-.238.281-.37q.209-.13.465-.13h4.348q.212 0 .356.144t.144.357t-.144.356t-.356.143h-4.19l-1.473 4.154h8.678q.829.662 1.827 1.004t2.06.342q.292-.006.55-.024t.544-.068q.373-.062.649.159t.276.562V19.5q0 .213-.144.356T19.5 20h-.23q-.213 0-.357-.144t-.144-.356V18H5.231v1.5q0 .213-.144.356T4.731 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.98 10.116q-.15 0-.2-.15q-.36-1.391-1.358-2.388q-.997-.997-2.387-1.359q-.15-.05-.15-.2q0-.175.15-.2q1.39-.361 2.387-1.358t1.359-2.388q.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.15m-1.398 5.576q.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.322m-9.154 0q.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.322M4.732 20H4.5q-.213 0-.356-.144T4 19.5v-7.073q0-.136.016-.273q.015-.137.065-.268L5.985 6.5q.073-.238.281-.37q.209-.13.465-.13h4.348q.212 0 .356.144t.144.357t-.144.356t-.356.143h-4.19l-1.473 4.154h8.678q.829.662 1.827 1.004t2.06.342q.292-.006.55-.024t.544-.068q.373-.062.649.159t.276.562V19.5q0 .213-.144.356T19.5 20h-.23q-.213 0-.357-.144t-.144-.356V18H5.231v1.5q0 .213-.144.356T4.731 20"/></svg> </template>
CSS
.icon-car-spark-rounded {
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%22M17.98%2010.116q-.15%200-.2-.15q-.36-1.391-1.358-2.388q-.997-.997-2.387-1.359q-.15-.05-.15-.2q0-.175.15-.2q1.39-.361%202.387-1.358t1.359-2.388q.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.15m-1.398%205.576q.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.322m-9.154%200q.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.322M4.732%2020H4.5q-.213%200-.356-.144T4%2019.5v-7.073q0-.136.016-.273q.015-.137.065-.268L5.985%206.5q.073-.238.281-.37q.209-.13.465-.13h4.348q.212%200%20.356.144t.144.357t-.144.356t-.356.143h-4.19l-1.473%204.154h8.678q.829.662%201.827%201.004t2.06.342q.292-.006.55-.024t.544-.068q.373-.062.649.159t.276.562V19.5q0%20.213-.144.356T19.5%2020h-.23q-.213%200-.357-.144t-.144-.356V18H5.231v1.5q0%20.213-.144.356T4.731%2020%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%22M17.98%2010.116q-.15%200-.2-.15q-.36-1.391-1.358-2.388q-.997-.997-2.387-1.359q-.15-.05-.15-.2q0-.175.15-.2q1.39-.361%202.387-1.358t1.359-2.388q.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.15m-1.398%205.576q.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.322m-9.154%200q.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.322M4.732%2020H4.5q-.213%200-.356-.144T4%2019.5v-7.073q0-.136.016-.273q.015-.137.065-.268L5.985%206.5q.073-.238.281-.37q.209-.13.465-.13h4.348q.212%200%20.356.144t.144.357t-.144.356t-.356.143h-4.19l-1.473%204.154h8.678q.829.662%201.827%201.004t2.06.342q.292-.006.55-.024t.544-.068q.373-.062.649.159t.276.562V19.5q0%20.213-.144.356T19.5%2020h-.23q-.213%200-.357-.144t-.144-.356V18H5.231v1.5q0%20.213-.144.356T4.731%2020%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-rounded.svg?color=%231a73e8&size=48