vehicle car collision icon
vehicle-car-collision-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- vehicle-car-collision-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
vehicle-car-collision-16-filledvehicle-car-collision-16-regularvehicle-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 20 20"><path fill="currentColor" d="M9.355 2.021a.5.5 0 0 1 .561.202l1.723 2.584l2.584-1.723a.5.5 0 0 1 .762.537L14.14 7h3.36a.5.5 0 0 1 .354.854l-2.57 2.568l2.493 1.662A.5.5 0 0 1 17.5 13h-3a.5.5 0 1 1 0-1h1.349l-1.626-1.084a.5.5 0 0 1-.077-.77L16.293 8H13.5a.5.5 0 0 1-.485-.621l.686-2.746l-1.924 1.283a.5.5 0 0 1-.693-.139L10 4.151V5.5a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .355-.479M2.5 10.001a.5.5 0 1 0 0 1H3c-.607.455-1 1.181-1 2v4a1 1 0 0 0 2 0v-.5h7v.5a1 1 0 0 0 2 0v-4c0-.819-.393-1.545-1-2h.5a.5.5 0 0 0 0-1h-.66l-.138-.83a2 2 0 0 0-1.973-1.67H5.271a2 2 0 0 0-1.973 1.67l-.138.83zm1.585.533l.2-1.198A1 1 0 0 1 5.27 8.5h4.458a1 1 0 0 1 .987.836l.2 1.198a2.5 2.5 0 0 0-.416-.034h-6q-.213 0-.415.034M5.5 13.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m4.75.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCarCollision20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.355 2.021a.5.5 0 0 1 .561.202l1.723 2.584l2.584-1.723a.5.5 0 0 1 .762.537L14.14 7h3.36a.5.5 0 0 1 .354.854l-2.57 2.568l2.493 1.662A.5.5 0 0 1 17.5 13h-3a.5.5 0 1 1 0-1h1.349l-1.626-1.084a.5.5 0 0 1-.077-.77L16.293 8H13.5a.5.5 0 0 1-.485-.621l.686-2.746l-1.924 1.283a.5.5 0 0 1-.693-.139L10 4.151V5.5a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .355-.479M2.5 10.001a.5.5 0 1 0 0 1H3c-.607.455-1 1.181-1 2v4a1 1 0 0 0 2 0v-.5h7v.5a1 1 0 0 0 2 0v-4c0-.819-.393-1.545-1-2h.5a.5.5 0 0 0 0-1h-.66l-.138-.83a2 2 0 0 0-1.973-1.67H5.271a2 2 0 0 0-1.973 1.67l-.138.83zm1.585.533l.2-1.198A1 1 0 0 1 5.27 8.5h4.458a1 1 0 0 1 .987.836l.2 1.198a2.5 2.5 0 0 0-.416-.034h-6q-.213 0-.415.034M5.5 13.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m4.75.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.355 2.021a.5.5 0 0 1 .561.202l1.723 2.584l2.584-1.723a.5.5 0 0 1 .762.537L14.14 7h3.36a.5.5 0 0 1 .354.854l-2.57 2.568l2.493 1.662A.5.5 0 0 1 17.5 13h-3a.5.5 0 1 1 0-1h1.349l-1.626-1.084a.5.5 0 0 1-.077-.77L16.293 8H13.5a.5.5 0 0 1-.485-.621l.686-2.746l-1.924 1.283a.5.5 0 0 1-.693-.139L10 4.151V5.5a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .355-.479M2.5 10.001a.5.5 0 1 0 0 1H3c-.607.455-1 1.181-1 2v4a1 1 0 0 0 2 0v-.5h7v.5a1 1 0 0 0 2 0v-4c0-.819-.393-1.545-1-2h.5a.5.5 0 0 0 0-1h-.66l-.138-.83a2 2 0 0 0-1.973-1.67H5.271a2 2 0 0 0-1.973 1.67l-.138.83zm1.585.533l.2-1.198A1 1 0 0 1 5.27 8.5h4.458a1 1 0 0 1 .987.836l.2 1.198a2.5 2.5 0 0 0-.416-.034h-6q-.213 0-.415.034M5.5 13.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m4.75.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5"/></svg> </template>
CSS
.icon-vehicle-car-collision-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.355%202.021a.5.5%200%200%201%20.561.202l1.723%202.584l2.584-1.723a.5.5%200%200%201%20.762.537L14.14%207h3.36a.5.5%200%200%201%20.354.854l-2.57%202.568l2.493%201.662A.5.5%200%200%201%2017.5%2013h-3a.5.5%200%201%201%200-1h1.349l-1.626-1.084a.5.5%200%200%201-.077-.77L16.293%208H13.5a.5.5%200%200%201-.485-.621l.686-2.746l-1.924%201.283a.5.5%200%200%201-.693-.139L10%204.151V5.5a.5.5%200%200%201-1%200v-3a.5.5%200%200%201%20.355-.479M2.5%2010.001a.5.5%200%201%200%200%201H3c-.607.455-1%201.181-1%202v4a1%201%200%200%200%202%200v-.5h7v.5a1%201%200%200%200%202%200v-4c0-.819-.393-1.545-1-2h.5a.5.5%200%200%200%200-1h-.66l-.138-.83a2%202%200%200%200-1.973-1.67H5.271a2%202%200%200%200-1.973%201.67l-.138.83zm1.585.533l.2-1.198A1%201%200%200%201%205.27%208.5h4.458a1%201%200%200%201%20.987.836l.2%201.198a2.5%202.5%200%200%200-.416-.034h-6q-.213%200-.415.034M5.5%2013.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m4.75.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.355%202.021a.5.5%200%200%201%20.561.202l1.723%202.584l2.584-1.723a.5.5%200%200%201%20.762.537L14.14%207h3.36a.5.5%200%200%201%20.354.854l-2.57%202.568l2.493%201.662A.5.5%200%200%201%2017.5%2013h-3a.5.5%200%201%201%200-1h1.349l-1.626-1.084a.5.5%200%200%201-.077-.77L16.293%208H13.5a.5.5%200%200%201-.485-.621l.686-2.746l-1.924%201.283a.5.5%200%200%201-.693-.139L10%204.151V5.5a.5.5%200%200%201-1%200v-3a.5.5%200%200%201%20.355-.479M2.5%2010.001a.5.5%200%201%200%200%201H3c-.607.455-1%201.181-1%202v4a1%201%200%200%200%202%200v-.5h7v.5a1%201%200%200%200%202%200v-4c0-.819-.393-1.545-1-2h.5a.5.5%200%200%200%200-1h-.66l-.138-.83a2%202%200%200%200-1.973-1.67H5.271a2%202%200%200%200-1.973%201.67l-.138.83zm1.585.533l.2-1.198A1%201%200%200%201%205.27%208.5h4.458a1%201%200%200%201%20.987.836l.2%201.198a2.5%202.5%200%200%200-.416-.034h-6q-.213%200-.415.034M5.5%2013.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m4.75.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5%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-20-filled.svg?color=%231a73e8&size=48