vehicle car collision icon
vehicle-car-collision-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- vehicle-car-collision-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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-regularvehicle-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="M12.345 2.293A.75.75 0 0 0 11 2.75v4.5a.75.75 0 0 0 1.5 0V4.955l1.156 1.502a.75.75 0 0 0 1 .174l1.71-1.1l-.827 2.482A.75.75 0 0 0 16.25 9h3.19l-1.22 1.22a.75.75 0 0 0-.08.966l1.653 2.314H18.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 .61-1.186l-2.13-2.983l2.05-2.05a.75.75 0 0 0-.53-1.281h-3.96l1.172-3.513a.75.75 0 0 0-1.118-.868l-2.92 1.877zM2.863 13.75H2.75a.75.75 0 0 1 0-1.5h.768l.266-1.415A2.25 2.25 0 0 1 5.995 9h6.084a2.25 2.25 0 0 1 2.183 1.704l.386 1.546h.602a.75.75 0 1 1 0 1.5h-.113c.532.501.863 1.212.863 2v4.75a1.5 1.5 0 1 1-3 0V20H5v.5a1.5 1.5 0 1 1-3 0v-4.75c0-.788.331-1.499.863-2m2.395-2.638L4.904 13h8.346q0-.06.01-.12l-.453-1.812a.75.75 0 0 0-.728-.568H5.995a.75.75 0 0 0-.737.612M13 16.5a1 1 0 1 0-2 0a1 1 0 0 0 2 0m-7 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCarCollision24Filled(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="M12.345 2.293A.75.75 0 0 0 11 2.75v4.5a.75.75 0 0 0 1.5 0V4.955l1.156 1.502a.75.75 0 0 0 1 .174l1.71-1.1l-.827 2.482A.75.75 0 0 0 16.25 9h3.19l-1.22 1.22a.75.75 0 0 0-.08.966l1.653 2.314H18.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 .61-1.186l-2.13-2.983l2.05-2.05a.75.75 0 0 0-.53-1.281h-3.96l1.172-3.513a.75.75 0 0 0-1.118-.868l-2.92 1.877zM2.863 13.75H2.75a.75.75 0 0 1 0-1.5h.768l.266-1.415A2.25 2.25 0 0 1 5.995 9h6.084a2.25 2.25 0 0 1 2.183 1.704l.386 1.546h.602a.75.75 0 1 1 0 1.5h-.113c.532.501.863 1.212.863 2v4.75a1.5 1.5 0 1 1-3 0V20H5v.5a1.5 1.5 0 1 1-3 0v-4.75c0-.788.331-1.499.863-2m2.395-2.638L4.904 13h8.346q0-.06.01-.12l-.453-1.812a.75.75 0 0 0-.728-.568H5.995a.75.75 0 0 0-.737.612M13 16.5a1 1 0 1 0-2 0a1 1 0 0 0 2 0m-7 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.345 2.293A.75.75 0 0 0 11 2.75v4.5a.75.75 0 0 0 1.5 0V4.955l1.156 1.502a.75.75 0 0 0 1 .174l1.71-1.1l-.827 2.482A.75.75 0 0 0 16.25 9h3.19l-1.22 1.22a.75.75 0 0 0-.08.966l1.653 2.314H18.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 .61-1.186l-2.13-2.983l2.05-2.05a.75.75 0 0 0-.53-1.281h-3.96l1.172-3.513a.75.75 0 0 0-1.118-.868l-2.92 1.877zM2.863 13.75H2.75a.75.75 0 0 1 0-1.5h.768l.266-1.415A2.25 2.25 0 0 1 5.995 9h6.084a2.25 2.25 0 0 1 2.183 1.704l.386 1.546h.602a.75.75 0 1 1 0 1.5h-.113c.532.501.863 1.212.863 2v4.75a1.5 1.5 0 1 1-3 0V20H5v.5a1.5 1.5 0 1 1-3 0v-4.75c0-.788.331-1.499.863-2m2.395-2.638L4.904 13h8.346q0-.06.01-.12l-.453-1.812a.75.75 0 0 0-.728-.568H5.995a.75.75 0 0 0-.737.612M13 16.5a1 1 0 1 0-2 0a1 1 0 0 0 2 0m-7 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg> </template>
CSS
.icon-vehicle-car-collision-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.345%202.293A.75.75%200%200%200%2011%202.75v4.5a.75.75%200%200%200%201.5%200V4.955l1.156%201.502a.75.75%200%200%200%201%20.174l1.71-1.1l-.827%202.482A.75.75%200%200%200%2016.25%209h3.19l-1.22%201.22a.75.75%200%200%200-.08.966l1.653%202.314H18.25a.75.75%200%200%200%200%201.5h3a.75.75%200%200%200%20.61-1.186l-2.13-2.983l2.05-2.05a.75.75%200%200%200-.53-1.281h-3.96l1.172-3.513a.75.75%200%200%200-1.118-.868l-2.92%201.877zM2.863%2013.75H2.75a.75.75%200%200%201%200-1.5h.768l.266-1.415A2.25%202.25%200%200%201%205.995%209h6.084a2.25%202.25%200%200%201%202.183%201.704l.386%201.546h.602a.75.75%200%201%201%200%201.5h-.113c.532.501.863%201.212.863%202v4.75a1.5%201.5%200%201%201-3%200V20H5v.5a1.5%201.5%200%201%201-3%200v-4.75c0-.788.331-1.499.863-2m2.395-2.638L4.904%2013h8.346q0-.06.01-.12l-.453-1.812a.75.75%200%200%200-.728-.568H5.995a.75.75%200%200%200-.737.612M13%2016.5a1%201%200%201%200-2%200a1%201%200%200%200%202%200m-7%201a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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%22M12.345%202.293A.75.75%200%200%200%2011%202.75v4.5a.75.75%200%200%200%201.5%200V4.955l1.156%201.502a.75.75%200%200%200%201%20.174l1.71-1.1l-.827%202.482A.75.75%200%200%200%2016.25%209h3.19l-1.22%201.22a.75.75%200%200%200-.08.966l1.653%202.314H18.25a.75.75%200%200%200%200%201.5h3a.75.75%200%200%200%20.61-1.186l-2.13-2.983l2.05-2.05a.75.75%200%200%200-.53-1.281h-3.96l1.172-3.513a.75.75%200%200%200-1.118-.868l-2.92%201.877zM2.863%2013.75H2.75a.75.75%200%200%201%200-1.5h.768l.266-1.415A2.25%202.25%200%200%201%205.995%209h6.084a2.25%202.25%200%200%201%202.183%201.704l.386%201.546h.602a.75.75%200%201%201%200%201.5h-.113c.532.501.863%201.212.863%202v4.75a1.5%201.5%200%201%201-3%200V20H5v.5a1.5%201.5%200%201%201-3%200v-4.75c0-.788.331-1.499.863-2m2.395-2.638L4.904%2013h8.346q0-.06.01-.12l-.453-1.812a.75.75%200%200%200-.728-.568H5.995a.75.75%200%200%200-.737.612M13%2016.5a1%201%200%201%200-2%200a1%201%200%200%200%202%200m-7%201a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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-filled.svg?color=%231a73e8&size=48