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

Name
car-spark-sharp
Set
Material Symbols
Style
Sharp
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

Related icons in Material Symbols

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="M18.5 10q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15m-2 6q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16m-9 0q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16M3 21v-9l2.45-7h6.575q-.05.5-.012 1t.162 1H6.85L5.8 10h8.025q.925.95 2.125 1.475T18.5 12q.675-.05 1.263-.137T21 11.5V21h-3v-2H6v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCarSparkSharp(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="M18.5 10q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15m-2 6q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16m-9 0q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16M3 21v-9l2.45-7h6.575q-.05.5-.012 1t.162 1H6.85L5.8 10h8.025q.925.95 2.125 1.475T18.5 12q.675-.05 1.263-.137T21 11.5V21h-3v-2H6v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 10q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15m-2 6q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16m-9 0q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16M3 21v-9l2.45-7h6.575q-.05.5-.012 1t.162 1H6.85L5.8 10h8.025q.925.95 2.125 1.475T18.5 12q.675-.05 1.263-.137T21 11.5V21h-3v-2H6v2z"/></svg>
</template>

CSS

.icon-car-spark-sharp {
  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%22M18.5%2010q-.15%200-.2-.15q-.4-1.525-1.513-2.637T14.15%205.7Q14%205.65%2014%205.5q0-.175.15-.2q1.525-.4%202.638-1.513T18.3%201.15q.05-.15.2-.15t.2.15q.4%201.525%201.513%202.638T22.85%205.3q.15.025.15.2q0%20.15-.15.2q-1.525.4-2.637%201.513T18.7%209.85q-.025.15-.2.15m-2%206q.625%200%201.063-.437T18%2014.5t-.437-1.062T16.5%2013t-1.062.438T15%2014.5t.438%201.063T16.5%2016m-9%200q.625%200%201.063-.437T9%2014.5t-.437-1.062T7.5%2013t-1.062.438T6%2014.5t.438%201.063T7.5%2016M3%2021v-9l2.45-7h6.575q-.05.5-.012%201t.162%201H6.85L5.8%2010h8.025q.925.95%202.125%201.475T18.5%2012q.675-.05%201.263-.137T21%2011.5V21h-3v-2H6v2z%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%22M18.5%2010q-.15%200-.2-.15q-.4-1.525-1.513-2.637T14.15%205.7Q14%205.65%2014%205.5q0-.175.15-.2q1.525-.4%202.638-1.513T18.3%201.15q.05-.15.2-.15t.2.15q.4%201.525%201.513%202.638T22.85%205.3q.15.025.15.2q0%20.15-.15.2q-1.525.4-2.637%201.513T18.7%209.85q-.025.15-.2.15m-2%206q.625%200%201.063-.437T18%2014.5t-.437-1.062T16.5%2013t-1.062.438T15%2014.5t.438%201.063T16.5%2016m-9%200q.625%200%201.063-.437T9%2014.5t-.437-1.062T7.5%2013t-1.062.438T6%2014.5t.438%201.063T7.5%2016M3%2021v-9l2.45-7h6.575q-.05.5-.012%201t.162%201H6.85L5.8%2010h8.025q.925.95%202.125%201.475T18.5%2012q.675-.05%201.263-.137T21%2011.5V21h-3v-2H6v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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