car-spark-outline-rounded from Material Symbols by Google · Outline Rounded · Apache-2.0 Free for personal and commercial use.

Name
car-spark-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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="M5 17v-5zm2.5-1q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16m9 0q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16M5 21H4q-.425 0-.712-.288T3 20v-7.65q0-.175.025-.35t.075-.325L5.1 6q.15-.45.538-.725T6.5 5h4.675q.425 0 .712.288t.288.712t-.288.713t-.712.287H6.85L5.8 10h9.375q.425 0 .713.288t.287.712t-.288.713t-.712.287H5v5h14v-4.025q0-.425.288-.712t.712-.288t.713.288t.287.712V20q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21m13.5-11q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5t.15-.2q1.525-.375 2.638-1.5T18.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.15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCarSparkOutlineRounded(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 17v-5zm2.5-1q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16m9 0q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16M5 21H4q-.425 0-.712-.288T3 20v-7.65q0-.175.025-.35t.075-.325L5.1 6q.15-.45.538-.725T6.5 5h4.675q.425 0 .712.288t.288.712t-.288.713t-.712.287H6.85L5.8 10h9.375q.425 0 .713.288t.287.712t-.288.713t-.712.287H5v5h14v-4.025q0-.425.288-.712t.712-.288t.713.288t.287.712V20q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21m13.5-11q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5t.15-.2q1.525-.375 2.638-1.5T18.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.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="M5 17v-5zm2.5-1q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16m9 0q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16M5 21H4q-.425 0-.712-.288T3 20v-7.65q0-.175.025-.35t.075-.325L5.1 6q.15-.45.538-.725T6.5 5h4.675q.425 0 .712.288t.288.712t-.288.713t-.712.287H6.85L5.8 10h9.375q.425 0 .713.288t.287.712t-.288.713t-.712.287H5v5h14v-4.025q0-.425.288-.712t.712-.288t.713.288t.287.712V20q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21m13.5-11q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5t.15-.2q1.525-.375 2.638-1.5T18.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.15"/></svg>
</template>

CSS

.icon-car-spark-outline-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%22M5%2017v-5zm2.5-1q.625%200%201.063-.437T9%2014.5t-.437-1.062T7.5%2013t-1.062.438T6%2014.5t.438%201.063T7.5%2016m9%200q.625%200%201.063-.437T18%2014.5t-.437-1.062T16.5%2013t-1.062.438T15%2014.5t.438%201.063T16.5%2016M5%2021H4q-.425%200-.712-.288T3%2020v-7.65q0-.175.025-.35t.075-.325L5.1%206q.15-.45.538-.725T6.5%205h4.675q.425%200%20.712.288t.288.712t-.288.713t-.712.287H6.85L5.8%2010h9.375q.425%200%20.713.288t.287.712t-.288.713t-.712.287H5v5h14v-4.025q0-.425.288-.712t.712-.288t.713.288t.287.712V20q0%20.425-.288.713T20%2021h-1q-.425%200-.712-.288T18%2020v-1H6v1q0%20.425-.288.713T5%2021m13.5-11q-.15%200-.2-.15q-.4-1.525-1.513-2.637T14.15%205.7Q14%205.65%2014%205.5t.15-.2q1.525-.375%202.638-1.5T18.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.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%22M5%2017v-5zm2.5-1q.625%200%201.063-.437T9%2014.5t-.437-1.062T7.5%2013t-1.062.438T6%2014.5t.438%201.063T7.5%2016m9%200q.625%200%201.063-.437T18%2014.5t-.437-1.062T16.5%2013t-1.062.438T15%2014.5t.438%201.063T16.5%2016M5%2021H4q-.425%200-.712-.288T3%2020v-7.65q0-.175.025-.35t.075-.325L5.1%206q.15-.45.538-.725T6.5%205h4.675q.425%200%20.712.288t.288.712t-.288.713t-.712.287H6.85L5.8%2010h9.375q.425%200%20.713.288t.287.712t-.288.713t-.712.287H5v5h14v-4.025q0-.425.288-.712t.712-.288t.713.288t.287.712V20q0%20.425-.288.713T20%2021h-1q-.425%200-.712-.288T18%2020v-1H6v1q0%20.425-.288.713T5%2021m13.5-11q-.15%200-.2-.15q-.4-1.525-1.513-2.637T14.15%205.7Q14%205.65%2014%205.5t.15-.2q1.525-.375%202.638-1.5T18.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.15%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-outline-rounded.svg?color=%231a73e8&size=48