car crash icon
car-crash from Font Awesome Solid by Dave Gandy · Solid · Automotive · CC-BY-4.0 Attribution required.
- Name
- car-crash
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Automotive
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More automotive icons from Font Awesome Solid
Use the car crash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M232 80.1v-48c0-13.3-10.7-24-24-24s-24 10.7-24 24v48c0 13.3 10.7 24 24 24s24-10.7 24-24m-200 152h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H32c-13.3 0-24 10.7-24 24s10.7 24 24 24m249.5-97.5c9.4 9.4 24.6 9.4 33.9 0l33.9-33.9c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-33.9 33.8c-9.4 9.4-9.4 24.6 0 33.9zm-181 215l33.9-33.9c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-33.9 33.8c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0zM66.6 66.7c-9.4 9.4-9.4 24.6 0 33.9l33.9 33.9c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-33.9-33.9c-9.4-9.4-24.5-9.4-33.9 0m286.3 172.7L505 280.2c6.4 1.7 11.1 7.3 11.8 13.9l7.2 74l-231.5-62l43.2-60.5c3.9-5.4 10.7-7.9 17.2-6.2m-129.3 53.1l-2.1 2.9c-21.7 5.5-39.9 22.3-46.1 45.5c-4.1 15.5-12.4 46.4-24.8 92.7l-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.9l278.2 74.5l-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.6c4.1-15.5 12.4-46.4 24.8-92.7l8.3-30.9c6.2-23.2-1.1-46.8-17.2-62.5l-.3-3.6l-10-103c-3.2-33.2-26.7-60.9-58.9-69.5l-152.3-40.6c-32.2-8.6-66.4 3.6-85.8 30.8l-60.2 84.2zm48.7 57.8c11.2 2.8 20 11.4 23.1 22.6c3 11.2-.2 23.1-8.4 31.2s-20.2 11.2-31.3 8c-11.2-2.8-20-11.4-23.1-22.6c-3-11.2.2-23.1 8.4-31.2s20.2-11.2 31.3-8m208.1 88.9c2.8-11.2 11.4-20 22.6-23.1c11.2-3 23.1.2 31.2 8.4s11.2 20.2 8 31.3c-2.8 11.2-11.4 20-22.6 23.1c-11.2 3-23.1-.2-31.2-8.4s-11.2-20.2-8-31.3"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidCarCrash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M232 80.1v-48c0-13.3-10.7-24-24-24s-24 10.7-24 24v48c0 13.3 10.7 24 24 24s24-10.7 24-24m-200 152h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H32c-13.3 0-24 10.7-24 24s10.7 24 24 24m249.5-97.5c9.4 9.4 24.6 9.4 33.9 0l33.9-33.9c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-33.9 33.8c-9.4 9.4-9.4 24.6 0 33.9zm-181 215l33.9-33.9c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-33.9 33.8c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0zM66.6 66.7c-9.4 9.4-9.4 24.6 0 33.9l33.9 33.9c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-33.9-33.9c-9.4-9.4-24.5-9.4-33.9 0m286.3 172.7L505 280.2c6.4 1.7 11.1 7.3 11.8 13.9l7.2 74l-231.5-62l43.2-60.5c3.9-5.4 10.7-7.9 17.2-6.2m-129.3 53.1l-2.1 2.9c-21.7 5.5-39.9 22.3-46.1 45.5c-4.1 15.5-12.4 46.4-24.8 92.7l-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.9l278.2 74.5l-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.6c4.1-15.5 12.4-46.4 24.8-92.7l8.3-30.9c6.2-23.2-1.1-46.8-17.2-62.5l-.3-3.6l-10-103c-3.2-33.2-26.7-60.9-58.9-69.5l-152.3-40.6c-32.2-8.6-66.4 3.6-85.8 30.8l-60.2 84.2zm48.7 57.8c11.2 2.8 20 11.4 23.1 22.6c3 11.2-.2 23.1-8.4 31.2s-20.2 11.2-31.3 8c-11.2-2.8-20-11.4-23.1-22.6c-3-11.2.2-23.1 8.4-31.2s20.2-11.2 31.3-8m208.1 88.9c2.8-11.2 11.4-20 22.6-23.1c11.2-3 23.1.2 31.2 8.4s11.2 20.2 8 31.3c-2.8 11.2-11.4 20-22.6 23.1c-11.2 3-23.1-.2-31.2-8.4s-11.2-20.2-8-31.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M232 80.1v-48c0-13.3-10.7-24-24-24s-24 10.7-24 24v48c0 13.3 10.7 24 24 24s24-10.7 24-24m-200 152h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H32c-13.3 0-24 10.7-24 24s10.7 24 24 24m249.5-97.5c9.4 9.4 24.6 9.4 33.9 0l33.9-33.9c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-33.9 33.8c-9.4 9.4-9.4 24.6 0 33.9zm-181 215l33.9-33.9c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-33.9 33.8c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0zM66.6 66.7c-9.4 9.4-9.4 24.6 0 33.9l33.9 33.9c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-33.9-33.9c-9.4-9.4-24.5-9.4-33.9 0m286.3 172.7L505 280.2c6.4 1.7 11.1 7.3 11.8 13.9l7.2 74l-231.5-62l43.2-60.5c3.9-5.4 10.7-7.9 17.2-6.2m-129.3 53.1l-2.1 2.9c-21.7 5.5-39.9 22.3-46.1 45.5c-4.1 15.5-12.4 46.4-24.8 92.7l-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.9l278.2 74.5l-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.6c4.1-15.5 12.4-46.4 24.8-92.7l8.3-30.9c6.2-23.2-1.1-46.8-17.2-62.5l-.3-3.6l-10-103c-3.2-33.2-26.7-60.9-58.9-69.5l-152.3-40.6c-32.2-8.6-66.4 3.6-85.8 30.8l-60.2 84.2zm48.7 57.8c11.2 2.8 20 11.4 23.1 22.6c3 11.2-.2 23.1-8.4 31.2s-20.2 11.2-31.3 8c-11.2-2.8-20-11.4-23.1-22.6c-3-11.2.2-23.1 8.4-31.2s20.2-11.2 31.3-8m208.1 88.9c2.8-11.2 11.4-20 22.6-23.1c11.2-3 23.1.2 31.2 8.4s11.2 20.2 8 31.3c-2.8 11.2-11.4 20-22.6 23.1c-11.2 3-23.1-.2-31.2-8.4s-11.2-20.2-8-31.3"/></svg> </template>
CSS
.icon-car-crash {
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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%2080.1v-48c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v48c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24m-200%20152h48c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H32c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024m249.5-97.5c9.4%209.4%2024.6%209.4%2033.9%200l33.9-33.9c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-33.9%2033.8c-9.4%209.4-9.4%2024.6%200%2033.9zm-181%20215l33.9-33.9c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-33.9%2033.8c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200zM66.6%2066.7c-9.4%209.4-9.4%2024.6%200%2033.9l33.9%2033.9c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-33.9-33.9c-9.4-9.4-24.5-9.4-33.9%200m286.3%20172.7L505%20280.2c6.4%201.7%2011.1%207.3%2011.8%2013.9l7.2%2074l-231.5-62l43.2-60.5c3.9-5.4%2010.7-7.9%2017.2-6.2m-129.3%2053.1l-2.1%202.9c-21.7%205.5-39.9%2022.3-46.1%2045.5c-4.1%2015.5-12.4%2046.4-24.8%2092.7l-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.9l278.2%2074.5l-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.6c4.1-15.5%2012.4-46.4%2024.8-92.7l8.3-30.9c6.2-23.2-1.1-46.8-17.2-62.5l-.3-3.6l-10-103c-3.2-33.2-26.7-60.9-58.9-69.5l-152.3-40.6c-32.2-8.6-66.4%203.6-85.8%2030.8l-60.2%2084.2zm48.7%2057.8c11.2%202.8%2020%2011.4%2023.1%2022.6c3%2011.2-.2%2023.1-8.4%2031.2s-20.2%2011.2-31.3%208c-11.2-2.8-20-11.4-23.1-22.6c-3-11.2.2-23.1%208.4-31.2s20.2-11.2%2031.3-8m208.1%2088.9c2.8-11.2%2011.4-20%2022.6-23.1c11.2-3%2023.1.2%2031.2%208.4s11.2%2020.2%208%2031.3c-2.8%2011.2-11.4%2020-22.6%2023.1c-11.2%203-23.1-.2-31.2-8.4s-11.2-20.2-8-31.3%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%2080.1v-48c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v48c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24m-200%20152h48c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H32c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024m249.5-97.5c9.4%209.4%2024.6%209.4%2033.9%200l33.9-33.9c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-33.9%2033.8c-9.4%209.4-9.4%2024.6%200%2033.9zm-181%20215l33.9-33.9c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-33.9%2033.8c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200zM66.6%2066.7c-9.4%209.4-9.4%2024.6%200%2033.9l33.9%2033.9c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-33.9-33.9c-9.4-9.4-24.5-9.4-33.9%200m286.3%20172.7L505%20280.2c6.4%201.7%2011.1%207.3%2011.8%2013.9l7.2%2074l-231.5-62l43.2-60.5c3.9-5.4%2010.7-7.9%2017.2-6.2m-129.3%2053.1l-2.1%202.9c-21.7%205.5-39.9%2022.3-46.1%2045.5c-4.1%2015.5-12.4%2046.4-24.8%2092.7l-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.9l278.2%2074.5l-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.6c4.1-15.5%2012.4-46.4%2024.8-92.7l8.3-30.9c6.2-23.2-1.1-46.8-17.2-62.5l-.3-3.6l-10-103c-3.2-33.2-26.7-60.9-58.9-69.5l-152.3-40.6c-32.2-8.6-66.4%203.6-85.8%2030.8l-60.2%2084.2zm48.7%2057.8c11.2%202.8%2020%2011.4%2023.1%2022.6c3%2011.2-.2%2023.1-8.4%2031.2s-20.2%2011.2-31.3%208c-11.2-2.8-20-11.4-23.1-22.6c-3-11.2.2-23.1%208.4-31.2s20.2-11.2%2031.3-8m208.1%2088.9c2.8-11.2%2011.4-20%2022.6-23.1c11.2-3%2023.1.2%2031.2%208.4s11.2%2020.2%208%2031.3c-2.8%2011.2-11.4%2020-22.6%2023.1c-11.2%203-23.1-.2-31.2-8.4s-11.2-20.2-8-31.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/car-crash.svg?color=%231a73e8&size=48