vehicle car collision icon
vehicle-car-collision-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-car-collision-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
vehicle-car-collision-16-filledvehicle-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.858zM7.5 11a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M4 10.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M9.362 8l.09.624c.34.358.548.843.548 1.376v3a1 1 0 1 1-2 0H3a1 1 0 1 1-2 0v-3c0-.533.209-1.018.549-1.376L1.638 8H1a.5.5 0 0 1 0-1h.78l.102-.712A1.5 1.5 0 0 1 3.367 5h4.266a1.5 1.5 0 0 1 1.485 1.288L9.219 7H10a.5.5 0 0 1 0 1zm-6.49-1.57l-.229 1.602Q2.817 8 3 8h5q.182 0 .357.032l-.23-1.603A.5.5 0 0 0 7.634 6H3.367a.5.5 0 0 0-.495.43M9 10a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2h7z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCarCollision16Regular(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.858zM7.5 11a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M4 10.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M9.362 8l.09.624c.34.358.548.843.548 1.376v3a1 1 0 1 1-2 0H3a1 1 0 1 1-2 0v-3c0-.533.209-1.018.549-1.376L1.638 8H1a.5.5 0 0 1 0-1h.78l.102-.712A1.5 1.5 0 0 1 3.367 5h4.266a1.5 1.5 0 0 1 1.485 1.288L9.219 7H10a.5.5 0 0 1 0 1zm-6.49-1.57l-.229 1.602Q2.817 8 3 8h5q.182 0 .357.032l-.23-1.603A.5.5 0 0 0 7.634 6H3.367a.5.5 0 0 0-.495.43M9 10a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2h7z"/></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.858zM7.5 11a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M4 10.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M9.362 8l.09.624c.34.358.548.843.548 1.376v3a1 1 0 1 1-2 0H3a1 1 0 1 1-2 0v-3c0-.533.209-1.018.549-1.376L1.638 8H1a.5.5 0 0 1 0-1h.78l.102-.712A1.5 1.5 0 0 1 3.367 5h4.266a1.5 1.5 0 0 1 1.485 1.288L9.219 7H10a.5.5 0 0 1 0 1zm-6.49-1.57l-.229 1.602Q2.817 8 3 8h5q.182 0 .357.032l-.23-1.603A.5.5 0 0 0 7.634 6H3.367a.5.5 0 0 0-.495.43M9 10a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2h7z"/></svg> </template>
CSS
.icon-vehicle-car-collision-16-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%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.858zM7.5%2011a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M4%2010.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M9.362%208l.09.624c.34.358.548.843.548%201.376v3a1%201%200%201%201-2%200H3a1%201%200%201%201-2%200v-3c0-.533.209-1.018.549-1.376L1.638%208H1a.5.5%200%200%201%200-1h.78l.102-.712A1.5%201.5%200%200%201%203.367%205h4.266a1.5%201.5%200%200%201%201.485%201.288L9.219%207H10a.5.5%200%200%201%200%201zm-6.49-1.57l-.229%201.602Q2.817%208%203%208h5q.182%200%20.357.032l-.23-1.603A.5.5%200%200%200%207.634%206H3.367a.5.5%200%200%200-.495.43M9%2010a1%201%200%200%200-1-1H3a1%201%200%200%200-1%201v2h7z%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.858zM7.5%2011a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M4%2010.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M9.362%208l.09.624c.34.358.548.843.548%201.376v3a1%201%200%201%201-2%200H3a1%201%200%201%201-2%200v-3c0-.533.209-1.018.549-1.376L1.638%208H1a.5.5%200%200%201%200-1h.78l.102-.712A1.5%201.5%200%200%201%203.367%205h4.266a1.5%201.5%200%200%201%201.485%201.288L9.219%207H10a.5.5%200%200%201%200%201zm-6.49-1.57l-.229%201.602Q2.817%208%203%208h5q.182%200%20.357.032l-.23-1.603A.5.5%200%200%200%207.634%206H3.367a.5.5%200%200%200-.495.43M9%2010a1%201%200%200%200-1-1H3a1%201%200%200%200-1%201v2h7z%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-regular.svg?color=%231a73e8&size=48