vehicle car collision icon
vehicle-car-collision-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- vehicle-car-collision-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
vehicle-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-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 16 16"><path fill="currentColor" d="M8.9 1.199A.5.5 0 0 0 8 1.5v2a.5.5 0 0 0 1 0v-.508l.61.81a.5.5 0 0 0 .586.162l1.488-.598l-.658 1.976A.5.5 0 0 0 11.5 6h1.577l-1.385 1.11a.5.5 0 0 0 0 .78L13.077 9H11.5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .313-.89L12.804 7.5l2.009-1.61A.5.5 0 0 0 14.5 5h-2.306l.78-2.342a.5.5 0 0 0-.66-.622l-2.136.858zM1.637 8l-.09.624A2 2 0 0 0 1 10v3a1 1 0 0 0 2 0h5a1 1 0 0 0 2 0v-3c0-.533-.209-1.017-.549-1.376L9.362 8H10a.5.5 0 0 0 0-1h-.75l-.03.001l-.102-.713A1.5 1.5 0 0 0 7.633 5H3.367a1.5 1.5 0 0 0-1.485 1.288L1.781 7H1a.5.5 0 0 0 0 1zm1.73-2h4.265a.5.5 0 0 1 .495.43l.229 1.602A2 2 0 0 0 8 8H3q-.183 0-.356.032l.228-1.603A.5.5 0 0 1 3.367 6M8 10.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-4.5.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCarCollision16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.9 1.199A.5.5 0 0 0 8 1.5v2a.5.5 0 0 0 1 0v-.508l.61.81a.5.5 0 0 0 .586.162l1.488-.598l-.658 1.976A.5.5 0 0 0 11.5 6h1.577l-1.385 1.11a.5.5 0 0 0 0 .78L13.077 9H11.5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .313-.89L12.804 7.5l2.009-1.61A.5.5 0 0 0 14.5 5h-2.306l.78-2.342a.5.5 0 0 0-.66-.622l-2.136.858zM1.637 8l-.09.624A2 2 0 0 0 1 10v3a1 1 0 0 0 2 0h5a1 1 0 0 0 2 0v-3c0-.533-.209-1.017-.549-1.376L9.362 8H10a.5.5 0 0 0 0-1h-.75l-.03.001l-.102-.713A1.5 1.5 0 0 0 7.633 5H3.367a1.5 1.5 0 0 0-1.485 1.288L1.781 7H1a.5.5 0 0 0 0 1zm1.73-2h4.265a.5.5 0 0 1 .495.43l.229 1.602A2 2 0 0 0 8 8H3q-.183 0-.356.032l.228-1.603A.5.5 0 0 1 3.367 6M8 10.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-4.5.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.9 1.199A.5.5 0 0 0 8 1.5v2a.5.5 0 0 0 1 0v-.508l.61.81a.5.5 0 0 0 .586.162l1.488-.598l-.658 1.976A.5.5 0 0 0 11.5 6h1.577l-1.385 1.11a.5.5 0 0 0 0 .78L13.077 9H11.5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .313-.89L12.804 7.5l2.009-1.61A.5.5 0 0 0 14.5 5h-2.306l.78-2.342a.5.5 0 0 0-.66-.622l-2.136.858zM1.637 8l-.09.624A2 2 0 0 0 1 10v3a1 1 0 0 0 2 0h5a1 1 0 0 0 2 0v-3c0-.533-.209-1.017-.549-1.376L9.362 8H10a.5.5 0 0 0 0-1h-.75l-.03.001l-.102-.713A1.5 1.5 0 0 0 7.633 5H3.367a1.5 1.5 0 0 0-1.485 1.288L1.781 7H1a.5.5 0 0 0 0 1zm1.73-2h4.265a.5.5 0 0 1 .495.43l.229 1.602A2 2 0 0 0 8 8H3q-.183 0-.356.032l.228-1.603A.5.5 0 0 1 3.367 6M8 10.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-4.5.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg> </template>
CSS
.icon-vehicle-car-collision-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.9%201.199A.5.5%200%200%200%208%201.5v2a.5.5%200%200%200%201%200v-.508l.61.81a.5.5%200%200%200%20.586.162l1.488-.598l-.658%201.976A.5.5%200%200%200%2011.5%206h1.577l-1.385%201.11a.5.5%200%200%200%200%20.78L13.077%209H11.5a.5.5%200%200%200%200%201h3a.5.5%200%200%200%20.313-.89L12.804%207.5l2.009-1.61A.5.5%200%200%200%2014.5%205h-2.306l.78-2.342a.5.5%200%200%200-.66-.622l-2.136.858zM1.637%208l-.09.624A2%202%200%200%200%201%2010v3a1%201%200%200%200%202%200h5a1%201%200%200%200%202%200v-3c0-.533-.209-1.017-.549-1.376L9.362%208H10a.5.5%200%200%200%200-1h-.75l-.03.001l-.102-.713A1.5%201.5%200%200%200%207.633%205H3.367a1.5%201.5%200%200%200-1.485%201.288L1.781%207H1a.5.5%200%200%200%200%201zm1.73-2h4.265a.5.5%200%200%201%20.495.43l.229%201.602A2%202%200%200%200%208%208H3q-.183%200-.356.032l.228-1.603A.5.5%200%200%201%203.367%206M8%2010.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-4.5.5a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.9%201.199A.5.5%200%200%200%208%201.5v2a.5.5%200%200%200%201%200v-.508l.61.81a.5.5%200%200%200%20.586.162l1.488-.598l-.658%201.976A.5.5%200%200%200%2011.5%206h1.577l-1.385%201.11a.5.5%200%200%200%200%20.78L13.077%209H11.5a.5.5%200%200%200%200%201h3a.5.5%200%200%200%20.313-.89L12.804%207.5l2.009-1.61A.5.5%200%200%200%2014.5%205h-2.306l.78-2.342a.5.5%200%200%200-.66-.622l-2.136.858zM1.637%208l-.09.624A2%202%200%200%200%201%2010v3a1%201%200%200%200%202%200h5a1%201%200%200%200%202%200v-3c0-.533-.209-1.017-.549-1.376L9.362%208H10a.5.5%200%200%200%200-1h-.75l-.03.001l-.102-.713A1.5%201.5%200%200%200%207.633%205H3.367a1.5%201.5%200%200%200-1.485%201.288L1.781%207H1a.5.5%200%200%200%200%201zm1.73-2h4.265a.5.5%200%200%201%20.495.43l.229%201.602A2%202%200%200%200%208%208H3q-.183%200-.356.032l.228-1.603A.5.5%200%200%201%203.367%206M8%2010.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-4.5.5a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%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-16-filled.svg?color=%231a73e8&size=48