vehicle car collision icon
vehicle-car-collision-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-car-collision-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- 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-filledvehicle-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.59zM17 23a1 1 0 1 0 0-2a1 1 0 0 0 0 2M7 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2.75 0a1 1 0 1 0 0 2h3.5a1 1 0 1 0 0-2zM20 18h-1.062A4 4 0 0 1 21 21.5v6a2.5 2.5 0 0 1-2.5 2.5H17a2.5 2.5 0 0 1-2.5-2.5v-1h-6v1A2.5 2.5 0 0 1 6 30H4.5A2.5 2.5 0 0 1 2 27.5v-6c0-1.506.832-2.818 2.062-3.5H3a1 1 0 1 1 0-2h1.486l.214-1.284A3.25 3.25 0 0 1 7.906 12h7.188a3.25 3.25 0 0 1 3.206 2.716L18.514 16H20a1 1 0 1 1 0 2M6.673 15.044l-.41 2.456h10.473l-.409-2.456A1.25 1.25 0 0 0 15.094 14H7.906a1.25 1.25 0 0 0-1.233 1.044M16.5 26.5v1a.5.5 0 0 0 .5.5h1.5a.5.5 0 0 0 .5-.5v-1zM4 26.5v1a.5.5 0 0 0 .5.5H6a.5.5 0 0 0 .5-.5v-1zm2-7a2 2 0 0 0-2 2v3h15v-3a2 2 0 0 0-2-2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCarCollision32Regular(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.59zM17 23a1 1 0 1 0 0-2a1 1 0 0 0 0 2M7 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2.75 0a1 1 0 1 0 0 2h3.5a1 1 0 1 0 0-2zM20 18h-1.062A4 4 0 0 1 21 21.5v6a2.5 2.5 0 0 1-2.5 2.5H17a2.5 2.5 0 0 1-2.5-2.5v-1h-6v1A2.5 2.5 0 0 1 6 30H4.5A2.5 2.5 0 0 1 2 27.5v-6c0-1.506.832-2.818 2.062-3.5H3a1 1 0 1 1 0-2h1.486l.214-1.284A3.25 3.25 0 0 1 7.906 12h7.188a3.25 3.25 0 0 1 3.206 2.716L18.514 16H20a1 1 0 1 1 0 2M6.673 15.044l-.41 2.456h10.473l-.409-2.456A1.25 1.25 0 0 0 15.094 14H7.906a1.25 1.25 0 0 0-1.233 1.044M16.5 26.5v1a.5.5 0 0 0 .5.5h1.5a.5.5 0 0 0 .5-.5v-1zM4 26.5v1a.5.5 0 0 0 .5.5H6a.5.5 0 0 0 .5-.5v-1zm2-7a2 2 0 0 0-2 2v3h15v-3a2 2 0 0 0-2-2z"/></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.59zM17 23a1 1 0 1 0 0-2a1 1 0 0 0 0 2M7 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2.75 0a1 1 0 1 0 0 2h3.5a1 1 0 1 0 0-2zM20 18h-1.062A4 4 0 0 1 21 21.5v6a2.5 2.5 0 0 1-2.5 2.5H17a2.5 2.5 0 0 1-2.5-2.5v-1h-6v1A2.5 2.5 0 0 1 6 30H4.5A2.5 2.5 0 0 1 2 27.5v-6c0-1.506.832-2.818 2.062-3.5H3a1 1 0 1 1 0-2h1.486l.214-1.284A3.25 3.25 0 0 1 7.906 12h7.188a3.25 3.25 0 0 1 3.206 2.716L18.514 16H20a1 1 0 1 1 0 2M6.673 15.044l-.41 2.456h10.473l-.409-2.456A1.25 1.25 0 0 0 15.094 14H7.906a1.25 1.25 0 0 0-1.233 1.044M16.5 26.5v1a.5.5 0 0 0 .5.5h1.5a.5.5 0 0 0 .5-.5v-1zM4 26.5v1a.5.5 0 0 0 .5.5H6a.5.5 0 0 0 .5-.5v-1zm2-7a2 2 0 0 0-2 2v3h15v-3a2 2 0 0 0-2-2z"/></svg> </template>
CSS
.icon-vehicle-car-collision-32-regular {
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.59zM17%2023a1%201%200%201%200%200-2a1%201%200%200%200%200%202M7%2022a1%201%200%201%201-2%200a1%201%200%200%201%202%200m2.75%200a1%201%200%201%200%200%202h3.5a1%201%200%201%200%200-2zM20%2018h-1.062A4%204%200%200%201%2021%2021.5v6a2.5%202.5%200%200%201-2.5%202.5H17a2.5%202.5%200%200%201-2.5-2.5v-1h-6v1A2.5%202.5%200%200%201%206%2030H4.5A2.5%202.5%200%200%201%202%2027.5v-6c0-1.506.832-2.818%202.062-3.5H3a1%201%200%201%201%200-2h1.486l.214-1.284A3.25%203.25%200%200%201%207.906%2012h7.188a3.25%203.25%200%200%201%203.206%202.716L18.514%2016H20a1%201%200%201%201%200%202M6.673%2015.044l-.41%202.456h10.473l-.409-2.456A1.25%201.25%200%200%200%2015.094%2014H7.906a1.25%201.25%200%200%200-1.233%201.044M16.5%2026.5v1a.5.5%200%200%200%20.5.5h1.5a.5.5%200%200%200%20.5-.5v-1zM4%2026.5v1a.5.5%200%200%200%20.5.5H6a.5.5%200%200%200%20.5-.5v-1zm2-7a2%202%200%200%200-2%202v3h15v-3a2%202%200%200%200-2-2z%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.59zM17%2023a1%201%200%201%200%200-2a1%201%200%200%200%200%202M7%2022a1%201%200%201%201-2%200a1%201%200%200%201%202%200m2.75%200a1%201%200%201%200%200%202h3.5a1%201%200%201%200%200-2zM20%2018h-1.062A4%204%200%200%201%2021%2021.5v6a2.5%202.5%200%200%201-2.5%202.5H17a2.5%202.5%200%200%201-2.5-2.5v-1h-6v1A2.5%202.5%200%200%201%206%2030H4.5A2.5%202.5%200%200%201%202%2027.5v-6c0-1.506.832-2.818%202.062-3.5H3a1%201%200%201%201%200-2h1.486l.214-1.284A3.25%203.25%200%200%201%207.906%2012h7.188a3.25%203.25%200%200%201%203.206%202.716L18.514%2016H20a1%201%200%201%201%200%202M6.673%2015.044l-.41%202.456h10.473l-.409-2.456A1.25%201.25%200%200%200%2015.094%2014H7.906a1.25%201.25%200%200%200-1.233%201.044M16.5%2026.5v1a.5.5%200%200%200%20.5.5h1.5a.5.5%200%200%200%20.5-.5v-1zM4%2026.5v1a.5.5%200%200%200%20.5.5H6a.5.5%200%200%200%20.5-.5v-1zm2-7a2%202%200%200%200-2%202v3h15v-3a2%202%200%200%200-2-2z%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-regular.svg?color=%231a73e8&size=48