car-burst from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
car-burst
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the car burst icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M176 8c-6.6 0-12.4 4-14.9 10.1l-29.4 74l-76.1-23.2c-6.3-1.9-13.1.2-17.2 5.3S33.8 86.4 37 92.1l39.5 69.1l-65.6 45.2c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2l-5.6 79.5c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l35.3-32.5l9.5-35.4l10.4-38.6c8-29.9 30.5-52.1 57.9-60.9l41-59.2C282.8 97 297.9 84.4 315 76.1c-.4-.6-.8-1.2-1.3-1.8c-4.1-5.1-10.9-7.2-17.2-5.3l-76.2 23.1l-29.4-74C188.4 12 182.6 8 176 8m191.7 153.5l135.6 36.3c6.5 1.8 11.3 7.4 11.8 14.2l4.6 56.5l-201.5-54l32.2-46.6c3.8-5.6 10.8-8.1 17.3-6.4m-69.9-30l-47.9 69.3c-21.6 3-40.3 18.6-46.3 41l-10.4 38.6l-16.6 61.8l-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9l247.3 66.3l-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9L595 388l10.4-38.6c6-22.4-2.5-45.2-19.6-58.7l-6.8-84c-2.7-33.7-26.4-62-59-70.8L384.2 99.7c-32.7-8.8-67.3 4-86.5 31.8zm-17 131a24 24 0 1 1-12.4 46.4a24 24 0 1 1 12.4-46.4m217.9 83.2a24 24 0 1 1 46.3 12.4a24 24 0 1 1-46.4-12.4z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidCarBurst(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M176 8c-6.6 0-12.4 4-14.9 10.1l-29.4 74l-76.1-23.2c-6.3-1.9-13.1.2-17.2 5.3S33.8 86.4 37 92.1l39.5 69.1l-65.6 45.2c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2l-5.6 79.5c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l35.3-32.5l9.5-35.4l10.4-38.6c8-29.9 30.5-52.1 57.9-60.9l41-59.2C282.8 97 297.9 84.4 315 76.1c-.4-.6-.8-1.2-1.3-1.8c-4.1-5.1-10.9-7.2-17.2-5.3l-76.2 23.1l-29.4-74C188.4 12 182.6 8 176 8m191.7 153.5l135.6 36.3c6.5 1.8 11.3 7.4 11.8 14.2l4.6 56.5l-201.5-54l32.2-46.6c3.8-5.6 10.8-8.1 17.3-6.4m-69.9-30l-47.9 69.3c-21.6 3-40.3 18.6-46.3 41l-10.4 38.6l-16.6 61.8l-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9l247.3 66.3l-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9L595 388l10.4-38.6c6-22.4-2.5-45.2-19.6-58.7l-6.8-84c-2.7-33.7-26.4-62-59-70.8L384.2 99.7c-32.7-8.8-67.3 4-86.5 31.8zm-17 131a24 24 0 1 1-12.4 46.4a24 24 0 1 1 12.4-46.4m217.9 83.2a24 24 0 1 1 46.3 12.4a24 24 0 1 1-46.4-12.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M176 8c-6.6 0-12.4 4-14.9 10.1l-29.4 74l-76.1-23.2c-6.3-1.9-13.1.2-17.2 5.3S33.8 86.4 37 92.1l39.5 69.1l-65.6 45.2c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2l-5.6 79.5c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l35.3-32.5l9.5-35.4l10.4-38.6c8-29.9 30.5-52.1 57.9-60.9l41-59.2C282.8 97 297.9 84.4 315 76.1c-.4-.6-.8-1.2-1.3-1.8c-4.1-5.1-10.9-7.2-17.2-5.3l-76.2 23.1l-29.4-74C188.4 12 182.6 8 176 8m191.7 153.5l135.6 36.3c6.5 1.8 11.3 7.4 11.8 14.2l4.6 56.5l-201.5-54l32.2-46.6c3.8-5.6 10.8-8.1 17.3-6.4m-69.9-30l-47.9 69.3c-21.6 3-40.3 18.6-46.3 41l-10.4 38.6l-16.6 61.8l-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9l247.3 66.3l-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9L595 388l10.4-38.6c6-22.4-2.5-45.2-19.6-58.7l-6.8-84c-2.7-33.7-26.4-62-59-70.8L384.2 99.7c-32.7-8.8-67.3 4-86.5 31.8zm-17 131a24 24 0 1 1-12.4 46.4a24 24 0 1 1 12.4-46.4m217.9 83.2a24 24 0 1 1 46.3 12.4a24 24 0 1 1-46.4-12.4z"/></svg>
</template>

CSS

.icon-car-burst {
  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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M176%208c-6.6%200-12.4%204-14.9%2010.1l-29.4%2074l-76.1-23.2c-6.3-1.9-13.1.2-17.2%205.3S33.8%2086.4%2037%2092.1l39.5%2069.1l-65.6%2045.2c-5.4%203.7-8%2010.3-6.5%2016.7s6.7%2011.2%2013.1%2012.2l78.7%2012.2l-5.6%2079.5c-.5%206.5%203.1%2012.7%209%2015.5s12.9%201.8%2017.8-2.6l35.3-32.5l9.5-35.4l10.4-38.6c8-29.9%2030.5-52.1%2057.9-60.9l41-59.2C282.8%2097%20297.9%2084.4%20315%2076.1c-.4-.6-.8-1.2-1.3-1.8c-4.1-5.1-10.9-7.2-17.2-5.3l-76.2%2023.1l-29.4-74C188.4%2012%20182.6%208%20176%208m191.7%20153.5l135.6%2036.3c6.5%201.8%2011.3%207.4%2011.8%2014.2l4.6%2056.5l-201.5-54l32.2-46.6c3.8-5.6%2010.8-8.1%2017.3-6.4m-69.9-30l-47.9%2069.3c-21.6%203-40.3%2018.6-46.3%2041l-10.4%2038.6l-16.6%2061.8l-8.3%2030.9c-4.6%2017.1%205.6%2034.6%2022.6%2039.2l15.5%204.1c17.1%204.6%2034.6-5.6%2039.2-22.6l8.3-30.9l247.3%2066.3l-8.3%2030.9c-4.6%2017.1%205.6%2034.6%2022.6%2039.2l15.5%204.1c17.1%204.6%2034.6-5.6%2039.2-22.6l8.3-30.9L595%20388l10.4-38.6c6-22.4-2.5-45.2-19.6-58.7l-6.8-84c-2.7-33.7-26.4-62-59-70.8L384.2%2099.7c-32.7-8.8-67.3%204-86.5%2031.8zm-17%20131a24%2024%200%201%201-12.4%2046.4a24%2024%200%201%201%2012.4-46.4m217.9%2083.2a24%2024%200%201%201%2046.3%2012.4a24%2024%200%201%201-46.4-12.4z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M176%208c-6.6%200-12.4%204-14.9%2010.1l-29.4%2074l-76.1-23.2c-6.3-1.9-13.1.2-17.2%205.3S33.8%2086.4%2037%2092.1l39.5%2069.1l-65.6%2045.2c-5.4%203.7-8%2010.3-6.5%2016.7s6.7%2011.2%2013.1%2012.2l78.7%2012.2l-5.6%2079.5c-.5%206.5%203.1%2012.7%209%2015.5s12.9%201.8%2017.8-2.6l35.3-32.5l9.5-35.4l10.4-38.6c8-29.9%2030.5-52.1%2057.9-60.9l41-59.2C282.8%2097%20297.9%2084.4%20315%2076.1c-.4-.6-.8-1.2-1.3-1.8c-4.1-5.1-10.9-7.2-17.2-5.3l-76.2%2023.1l-29.4-74C188.4%2012%20182.6%208%20176%208m191.7%20153.5l135.6%2036.3c6.5%201.8%2011.3%207.4%2011.8%2014.2l4.6%2056.5l-201.5-54l32.2-46.6c3.8-5.6%2010.8-8.1%2017.3-6.4m-69.9-30l-47.9%2069.3c-21.6%203-40.3%2018.6-46.3%2041l-10.4%2038.6l-16.6%2061.8l-8.3%2030.9c-4.6%2017.1%205.6%2034.6%2022.6%2039.2l15.5%204.1c17.1%204.6%2034.6-5.6%2039.2-22.6l8.3-30.9l247.3%2066.3l-8.3%2030.9c-4.6%2017.1%205.6%2034.6%2022.6%2039.2l15.5%204.1c17.1%204.6%2034.6-5.6%2039.2-22.6l8.3-30.9L595%20388l10.4-38.6c6-22.4-2.5-45.2-19.6-58.7l-6.8-84c-2.7-33.7-26.4-62-59-70.8L384.2%2099.7c-32.7-8.8-67.3%204-86.5%2031.8zm-17%20131a24%2024%200%201%201-12.4%2046.4a24%2024%200%201%201%2012.4-46.4m217.9%2083.2a24%2024%200%201%201%2046.3%2012.4a24%2024%200%201%201-46.4-12.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/car-burst.svg?color=%231a73e8&size=48