vehicle car collision icon
vehicle-car-collision-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- vehicle-car-collision-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
vehicle-car-collision-16-filledvehicle-car-collision-16-regularvehicle-car-collision-20-filledvehicle-car-collision-20-regularvehicle-car-collision-24-filledvehicle-car-collision-24-regularvehicle-car-collision-28-filledvehicle-car-collision-28-regularvehicle-car-collision-32-regularvehicle-car-collision-48-filledvehicle-car-collision-48-regular
Related icons in Fluent UI System Icons
vehicle-bicycle-16-filledvehicle-bus-16-filledvehicle-cab-16-filledvehicle-cable-car-20-filledvehicle-car-16-filledvehicle-car-parking-16-filledvehicle-car-profile-16-filledvehicle-car-profile-ltr-16-filledvehicle-car-profile-ltr-clock-16-filledvehicle-car-profile-rtl-16-filledvehicle-motorcycle-16-filledvehicle-rv-16-filledvehicle-ship-16-filledvehicle-subway-16-filledvehicle-subway-clock-16-filledvehicle-tractor-20-filledvehicle-trailer-16-filledvehicle-trailer-arrow-down-16-filledvehicle-truck-16-filledvehicle-truck-bag-20-filledvehicle-truck-checkmark-16-filledvehicle-truck-cube-20-filledvehicle-truck-profile-16-filled
Use the vehicle car collision icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.72 3.306A1 1 0 0 0 15 4v5a1 1 0 1 0 2 0V6.479l2.28 2.365a1 1 0 0 0 1.339.092l1.376-1.085l-.944 2.833A1 1 0 0 0 22 12h3l-1.8 2.4a1 1 0 0 0 .175 1.38L26.15 18H24a1 1 0 1 0 0 2h5a1 1 0 0 0 .625-1.78l-4.244-3.395L27.8 11.6A1 1 0 0 0 27 10h-3.613l1.562-4.684a1 1 0 0 0-1.568-1.102l-3.289 2.59zM4.507 16H3a1 1 0 1 0 0 2h1.062A4 4 0 0 0 2 21.5v6A2.5 2.5 0 0 0 4.5 30H6a2.5 2.5 0 0 0 2.5-2.5v-1h6v1A2.5 2.5 0 0 0 17 30h1.5a2.5 2.5 0 0 0 2.5-2.5v-6a4 4 0 0 0-2.062-3.5H20a1 1 0 1 0 0-2h-1.507l-.169-1.053A3.5 3.5 0 0 0 14.868 12H8.132a3.5 3.5 0 0 0-3.456 2.947zm12.2 1.5H6.293l.358-2.237A1.5 1.5 0 0 1 8.13 14h6.737a1.5 1.5 0 0 1 1.481 1.263zm2.293 9v1a.5.5 0 0 1-.5.5H17a.5.5 0 0 1-.5-.5v-1zm-12.5 0v1a.5.5 0 0 1-.5.5H4.5a.5.5 0 0 1-.5-.5v-1zM17 23a1 1 0 1 1 0-2a1 1 0 0 1 0 2M7 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2.75 0h3.5a1 1 0 1 1 0 2h-3.5a1 1 0 1 1 0-2"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCarCollision32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.72 3.306A1 1 0 0 0 15 4v5a1 1 0 1 0 2 0V6.479l2.28 2.365a1 1 0 0 0 1.339.092l1.376-1.085l-.944 2.833A1 1 0 0 0 22 12h3l-1.8 2.4a1 1 0 0 0 .175 1.38L26.15 18H24a1 1 0 1 0 0 2h5a1 1 0 0 0 .625-1.78l-4.244-3.395L27.8 11.6A1 1 0 0 0 27 10h-3.613l1.562-4.684a1 1 0 0 0-1.568-1.102l-3.289 2.59zM4.507 16H3a1 1 0 1 0 0 2h1.062A4 4 0 0 0 2 21.5v6A2.5 2.5 0 0 0 4.5 30H6a2.5 2.5 0 0 0 2.5-2.5v-1h6v1A2.5 2.5 0 0 0 17 30h1.5a2.5 2.5 0 0 0 2.5-2.5v-6a4 4 0 0 0-2.062-3.5H20a1 1 0 1 0 0-2h-1.507l-.169-1.053A3.5 3.5 0 0 0 14.868 12H8.132a3.5 3.5 0 0 0-3.456 2.947zm12.2 1.5H6.293l.358-2.237A1.5 1.5 0 0 1 8.13 14h6.737a1.5 1.5 0 0 1 1.481 1.263zm2.293 9v1a.5.5 0 0 1-.5.5H17a.5.5 0 0 1-.5-.5v-1zm-12.5 0v1a.5.5 0 0 1-.5.5H4.5a.5.5 0 0 1-.5-.5v-1zM17 23a1 1 0 1 1 0-2a1 1 0 0 1 0 2M7 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2.75 0h3.5a1 1 0 1 1 0 2h-3.5a1 1 0 1 1 0-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.72 3.306A1 1 0 0 0 15 4v5a1 1 0 1 0 2 0V6.479l2.28 2.365a1 1 0 0 0 1.339.092l1.376-1.085l-.944 2.833A1 1 0 0 0 22 12h3l-1.8 2.4a1 1 0 0 0 .175 1.38L26.15 18H24a1 1 0 1 0 0 2h5a1 1 0 0 0 .625-1.78l-4.244-3.395L27.8 11.6A1 1 0 0 0 27 10h-3.613l1.562-4.684a1 1 0 0 0-1.568-1.102l-3.289 2.59zM4.507 16H3a1 1 0 1 0 0 2h1.062A4 4 0 0 0 2 21.5v6A2.5 2.5 0 0 0 4.5 30H6a2.5 2.5 0 0 0 2.5-2.5v-1h6v1A2.5 2.5 0 0 0 17 30h1.5a2.5 2.5 0 0 0 2.5-2.5v-6a4 4 0 0 0-2.062-3.5H20a1 1 0 1 0 0-2h-1.507l-.169-1.053A3.5 3.5 0 0 0 14.868 12H8.132a3.5 3.5 0 0 0-3.456 2.947zm12.2 1.5H6.293l.358-2.237A1.5 1.5 0 0 1 8.13 14h6.737a1.5 1.5 0 0 1 1.481 1.263zm2.293 9v1a.5.5 0 0 1-.5.5H17a.5.5 0 0 1-.5-.5v-1zm-12.5 0v1a.5.5 0 0 1-.5.5H4.5a.5.5 0 0 1-.5-.5v-1zM17 23a1 1 0 1 1 0-2a1 1 0 0 1 0 2M7 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2.75 0h3.5a1 1 0 1 1 0 2h-3.5a1 1 0 1 1 0-2"/></svg> </template>
CSS
.icon-vehicle-car-collision-32-filled {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.72%203.306A1%201%200%200%200%2015%204v5a1%201%200%201%200%202%200V6.479l2.28%202.365a1%201%200%200%200%201.339.092l1.376-1.085l-.944%202.833A1%201%200%200%200%2022%2012h3l-1.8%202.4a1%201%200%200%200%20.175%201.38L26.15%2018H24a1%201%200%201%200%200%202h5a1%201%200%200%200%20.625-1.78l-4.244-3.395L27.8%2011.6A1%201%200%200%200%2027%2010h-3.613l1.562-4.684a1%201%200%200%200-1.568-1.102l-3.289%202.59zM4.507%2016H3a1%201%200%201%200%200%202h1.062A4%204%200%200%200%202%2021.5v6A2.5%202.5%200%200%200%204.5%2030H6a2.5%202.5%200%200%200%202.5-2.5v-1h6v1A2.5%202.5%200%200%200%2017%2030h1.5a2.5%202.5%200%200%200%202.5-2.5v-6a4%204%200%200%200-2.062-3.5H20a1%201%200%201%200%200-2h-1.507l-.169-1.053A3.5%203.5%200%200%200%2014.868%2012H8.132a3.5%203.5%200%200%200-3.456%202.947zm12.2%201.5H6.293l.358-2.237A1.5%201.5%200%200%201%208.13%2014h6.737a1.5%201.5%200%200%201%201.481%201.263zm2.293%209v1a.5.5%200%200%201-.5.5H17a.5.5%200%200%201-.5-.5v-1zm-12.5%200v1a.5.5%200%200%201-.5.5H4.5a.5.5%200%200%201-.5-.5v-1zM17%2023a1%201%200%201%201%200-2a1%201%200%200%201%200%202M7%2022a1%201%200%201%201-2%200a1%201%200%200%201%202%200m2.75%200h3.5a1%201%200%201%201%200%202h-3.5a1%201%200%201%201%200-2%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.72%203.306A1%201%200%200%200%2015%204v5a1%201%200%201%200%202%200V6.479l2.28%202.365a1%201%200%200%200%201.339.092l1.376-1.085l-.944%202.833A1%201%200%200%200%2022%2012h3l-1.8%202.4a1%201%200%200%200%20.175%201.38L26.15%2018H24a1%201%200%201%200%200%202h5a1%201%200%200%200%20.625-1.78l-4.244-3.395L27.8%2011.6A1%201%200%200%200%2027%2010h-3.613l1.562-4.684a1%201%200%200%200-1.568-1.102l-3.289%202.59zM4.507%2016H3a1%201%200%201%200%200%202h1.062A4%204%200%200%200%202%2021.5v6A2.5%202.5%200%200%200%204.5%2030H6a2.5%202.5%200%200%200%202.5-2.5v-1h6v1A2.5%202.5%200%200%200%2017%2030h1.5a2.5%202.5%200%200%200%202.5-2.5v-6a4%204%200%200%200-2.062-3.5H20a1%201%200%201%200%200-2h-1.507l-.169-1.053A3.5%203.5%200%200%200%2014.868%2012H8.132a3.5%203.5%200%200%200-3.456%202.947zm12.2%201.5H6.293l.358-2.237A1.5%201.5%200%200%201%208.13%2014h6.737a1.5%201.5%200%200%201%201.481%201.263zm2.293%209v1a.5.5%200%200%201-.5.5H17a.5.5%200%200%201-.5-.5v-1zm-12.5%200v1a.5.5%200%200%201-.5.5H4.5a.5.5%200%200%201-.5-.5v-1zM17%2023a1%201%200%201%201%200-2a1%201%200%200%201%200%202M7%2022a1%201%200%201%201-2%200a1%201%200%200%201%202%200m2.75%200h3.5a1%201%200%201%201%200%202h-3.5a1%201%200%201%201%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-car-collision-32-filled.svg?color=%231a73e8&size=48