vehicle car collision icon
vehicle-car-collision-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-car-collision-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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-28-filledvehicle-car-collision-28-regularvehicle-car-collision-32-filledvehicle-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 24 24"><path fill="currentColor" d="M11.509 2.04a.75.75 0 0 1 .835.253l2.08 2.703l2.92-1.877a.75.75 0 0 1 1.117.868L17.292 7.5h3.959a.75.75 0 0 1 .53 1.28l-2.05 2.051l2.13 2.983A.75.75 0 0 1 21.25 15h-3a.75.75 0 1 1 0-1.5h1.543l-1.653-2.314a.75.75 0 0 1 .08-.966L19.44 9h-3.19a.75.75 0 0 1-.711-.987l.827-2.481l-1.71 1.099a.75.75 0 0 1-1-.174L12.5 4.955V7.25a.75.75 0 0 1-1.5 0v-4.5a.75.75 0 0 1 .508-.71M12 17.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-5-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m8.137-2.75h.113a.75.75 0 1 0 0-1.5h-.602l-.386-1.546A2.25 2.25 0 0 0 12.079 9H5.995a2.25 2.25 0 0 0-2.212 1.835l-.265 1.415H2.75a.75.75 0 0 0 0 1.5h.113a2.74 2.74 0 0 0-.863 2v4.75a1.5 1.5 0 1 0 3 0V20h8v.5a1.5 1.5 0 1 0 3 0v-4.75c0-.788-.331-1.499-.863-2M5.996 10.5h6.084a.75.75 0 0 1 .727.568l.454 1.812a1 1 0 0 0-.01.12H4.904l.354-1.888a.75.75 0 0 1 .737-.612m8.505 8h-11v-2.75c0-.69.56-1.25 1.25-1.25h8.5c.69 0 1.25.56 1.25 1.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCarCollision24Regular(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="M11.509 2.04a.75.75 0 0 1 .835.253l2.08 2.703l2.92-1.877a.75.75 0 0 1 1.117.868L17.292 7.5h3.959a.75.75 0 0 1 .53 1.28l-2.05 2.051l2.13 2.983A.75.75 0 0 1 21.25 15h-3a.75.75 0 1 1 0-1.5h1.543l-1.653-2.314a.75.75 0 0 1 .08-.966L19.44 9h-3.19a.75.75 0 0 1-.711-.987l.827-2.481l-1.71 1.099a.75.75 0 0 1-1-.174L12.5 4.955V7.25a.75.75 0 0 1-1.5 0v-4.5a.75.75 0 0 1 .508-.71M12 17.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-5-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m8.137-2.75h.113a.75.75 0 1 0 0-1.5h-.602l-.386-1.546A2.25 2.25 0 0 0 12.079 9H5.995a2.25 2.25 0 0 0-2.212 1.835l-.265 1.415H2.75a.75.75 0 0 0 0 1.5h.113a2.74 2.74 0 0 0-.863 2v4.75a1.5 1.5 0 1 0 3 0V20h8v.5a1.5 1.5 0 1 0 3 0v-4.75c0-.788-.331-1.499-.863-2M5.996 10.5h6.084a.75.75 0 0 1 .727.568l.454 1.812a1 1 0 0 0-.01.12H4.904l.354-1.888a.75.75 0 0 1 .737-.612m8.505 8h-11v-2.75c0-.69.56-1.25 1.25-1.25h8.5c.69 0 1.25.56 1.25 1.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.509 2.04a.75.75 0 0 1 .835.253l2.08 2.703l2.92-1.877a.75.75 0 0 1 1.117.868L17.292 7.5h3.959a.75.75 0 0 1 .53 1.28l-2.05 2.051l2.13 2.983A.75.75 0 0 1 21.25 15h-3a.75.75 0 1 1 0-1.5h1.543l-1.653-2.314a.75.75 0 0 1 .08-.966L19.44 9h-3.19a.75.75 0 0 1-.711-.987l.827-2.481l-1.71 1.099a.75.75 0 0 1-1-.174L12.5 4.955V7.25a.75.75 0 0 1-1.5 0v-4.5a.75.75 0 0 1 .508-.71M12 17.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-5-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m8.137-2.75h.113a.75.75 0 1 0 0-1.5h-.602l-.386-1.546A2.25 2.25 0 0 0 12.079 9H5.995a2.25 2.25 0 0 0-2.212 1.835l-.265 1.415H2.75a.75.75 0 0 0 0 1.5h.113a2.74 2.74 0 0 0-.863 2v4.75a1.5 1.5 0 1 0 3 0V20h8v.5a1.5 1.5 0 1 0 3 0v-4.75c0-.788-.331-1.499-.863-2M5.996 10.5h6.084a.75.75 0 0 1 .727.568l.454 1.812a1 1 0 0 0-.01.12H4.904l.354-1.888a.75.75 0 0 1 .737-.612m8.505 8h-11v-2.75c0-.69.56-1.25 1.25-1.25h8.5c.69 0 1.25.56 1.25 1.25z"/></svg> </template>
CSS
.icon-vehicle-car-collision-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.509%202.04a.75.75%200%200%201%20.835.253l2.08%202.703l2.92-1.877a.75.75%200%200%201%201.117.868L17.292%207.5h3.959a.75.75%200%200%201%20.53%201.28l-2.05%202.051l2.13%202.983A.75.75%200%200%201%2021.25%2015h-3a.75.75%200%201%201%200-1.5h1.543l-1.653-2.314a.75.75%200%200%201%20.08-.966L19.44%209h-3.19a.75.75%200%200%201-.711-.987l.827-2.481l-1.71%201.099a.75.75%200%200%201-1-.174L12.5%204.955V7.25a.75.75%200%200%201-1.5%200v-4.5a.75.75%200%200%201%20.508-.71M12%2017.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-5-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200m8.137-2.75h.113a.75.75%200%201%200%200-1.5h-.602l-.386-1.546A2.25%202.25%200%200%200%2012.079%209H5.995a2.25%202.25%200%200%200-2.212%201.835l-.265%201.415H2.75a.75.75%200%200%200%200%201.5h.113a2.74%202.74%200%200%200-.863%202v4.75a1.5%201.5%200%201%200%203%200V20h8v.5a1.5%201.5%200%201%200%203%200v-4.75c0-.788-.331-1.499-.863-2M5.996%2010.5h6.084a.75.75%200%200%201%20.727.568l.454%201.812a1%201%200%200%200-.01.12H4.904l.354-1.888a.75.75%200%200%201%20.737-.612m8.505%208h-11v-2.75c0-.69.56-1.25%201.25-1.25h8.5c.69%200%201.25.56%201.25%201.25z%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%22M11.509%202.04a.75.75%200%200%201%20.835.253l2.08%202.703l2.92-1.877a.75.75%200%200%201%201.117.868L17.292%207.5h3.959a.75.75%200%200%201%20.53%201.28l-2.05%202.051l2.13%202.983A.75.75%200%200%201%2021.25%2015h-3a.75.75%200%201%201%200-1.5h1.543l-1.653-2.314a.75.75%200%200%201%20.08-.966L19.44%209h-3.19a.75.75%200%200%201-.711-.987l.827-2.481l-1.71%201.099a.75.75%200%200%201-1-.174L12.5%204.955V7.25a.75.75%200%200%201-1.5%200v-4.5a.75.75%200%200%201%20.508-.71M12%2017.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-5-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200m8.137-2.75h.113a.75.75%200%201%200%200-1.5h-.602l-.386-1.546A2.25%202.25%200%200%200%2012.079%209H5.995a2.25%202.25%200%200%200-2.212%201.835l-.265%201.415H2.75a.75.75%200%200%200%200%201.5h.113a2.74%202.74%200%200%200-.863%202v4.75a1.5%201.5%200%201%200%203%200V20h8v.5a1.5%201.5%200%201%200%203%200v-4.75c0-.788-.331-1.499-.863-2M5.996%2010.5h6.084a.75.75%200%200%201%20.727.568l.454%201.812a1%201%200%200%200-.01.12H4.904l.354-1.888a.75.75%200%200%201%20.737-.612m8.505%208h-11v-2.75c0-.69.56-1.25%201.25-1.25h8.5c.69%200%201.25.56%201.25%201.25z%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-24-regular.svg?color=%231a73e8&size=48