vehicle car collision icon

vehicle-car-collision-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
vehicle-car-collision-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the vehicle car collision icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.88 2.056a1.25 1.25 0 0 1 1.4.486l4.78 6.951l5.964-4.26a1.25 1.25 0 0 1 1.918 1.394L35.456 14.5h6.294a1.25 1.25 0 0 1 .954 2.058l-4.634 5.477l6.42 4.707A1.25 1.25 0 0 1 43.75 29h-7.5a1.25 1.25 0 0 1 0-2.5h3.682l-4.421-3.242a1.25 1.25 0 0 1-.215-1.815L39.055 17H33.75a1.25 1.25 0 0 1-1.192-1.626l1.873-5.931l-3.954 2.824a1.25 1.25 0 0 1-1.757-.309L25.5 7.275v6.475a1.25 1.25 0 0 1-2.5 0V3.25c0-.547.356-1.031.88-1.194M6.381 27.258l.163-.758H5.25a1.25 1.25 0 0 1 0-2.5h1.836l.51-2.36a5.25 5.25 0 0 1 5.132-4.14h11.544a5.25 5.25 0 0 1 5.132 4.14l.52 2.403q.156-.042.326-.043h1.5a1.25 1.25 0 1 1 0 2.5h-1.295l.163.758A3.75 3.75 0 0 1 33 30.75v9q0 .063-.006.125q.006.062.006.125v2.25a3.25 3.25 0 0 1-3.25 3.25h-2.5A3.25 3.25 0 0 1 24 42.25V41H13v1.25a3.25 3.25 0 0 1-3.25 3.25h-2.5A3.25 3.25 0 0 1 4 42.25V40q0-.063.006-.125A1 1 0 0 1 4 39.75v-9a3.75 3.75 0 0 1 2.382-3.492m3.658-5.09L8.995 27h19.01l-1.045-4.83A2.75 2.75 0 0 0 24.272 20H12.728a2.75 2.75 0 0 0-2.688 2.169M26.5 42.25c0 .414.336.75.75.75h2.5a.75.75 0 0 0 .75-.75V41h-4zM10.5 41h-4v1.25c0 .414.336.75.75.75h2.5a.75.75 0 0 0 .75-.75zm.5-6a2 2 0 1 0 0-4a2 2 0 0 0 0 4m17-2a2 2 0 1 0-4 0a2 2 0 0 0 4 0m-11.75 1a1.25 1.25 0 1 0 0 2.5h4.5a1.25 1.25 0 0 0 0-2.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleCarCollision48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.88 2.056a1.25 1.25 0 0 1 1.4.486l4.78 6.951l5.964-4.26a1.25 1.25 0 0 1 1.918 1.394L35.456 14.5h6.294a1.25 1.25 0 0 1 .954 2.058l-4.634 5.477l6.42 4.707A1.25 1.25 0 0 1 43.75 29h-7.5a1.25 1.25 0 0 1 0-2.5h3.682l-4.421-3.242a1.25 1.25 0 0 1-.215-1.815L39.055 17H33.75a1.25 1.25 0 0 1-1.192-1.626l1.873-5.931l-3.954 2.824a1.25 1.25 0 0 1-1.757-.309L25.5 7.275v6.475a1.25 1.25 0 0 1-2.5 0V3.25c0-.547.356-1.031.88-1.194M6.381 27.258l.163-.758H5.25a1.25 1.25 0 0 1 0-2.5h1.836l.51-2.36a5.25 5.25 0 0 1 5.132-4.14h11.544a5.25 5.25 0 0 1 5.132 4.14l.52 2.403q.156-.042.326-.043h1.5a1.25 1.25 0 1 1 0 2.5h-1.295l.163.758A3.75 3.75 0 0 1 33 30.75v9q0 .063-.006.125q.006.062.006.125v2.25a3.25 3.25 0 0 1-3.25 3.25h-2.5A3.25 3.25 0 0 1 24 42.25V41H13v1.25a3.25 3.25 0 0 1-3.25 3.25h-2.5A3.25 3.25 0 0 1 4 42.25V40q0-.063.006-.125A1 1 0 0 1 4 39.75v-9a3.75 3.75 0 0 1 2.382-3.492m3.658-5.09L8.995 27h19.01l-1.045-4.83A2.75 2.75 0 0 0 24.272 20H12.728a2.75 2.75 0 0 0-2.688 2.169M26.5 42.25c0 .414.336.75.75.75h2.5a.75.75 0 0 0 .75-.75V41h-4zM10.5 41h-4v1.25c0 .414.336.75.75.75h2.5a.75.75 0 0 0 .75-.75zm.5-6a2 2 0 1 0 0-4a2 2 0 0 0 0 4m17-2a2 2 0 1 0-4 0a2 2 0 0 0 4 0m-11.75 1a1.25 1.25 0 1 0 0 2.5h4.5a1.25 1.25 0 0 0 0-2.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.88 2.056a1.25 1.25 0 0 1 1.4.486l4.78 6.951l5.964-4.26a1.25 1.25 0 0 1 1.918 1.394L35.456 14.5h6.294a1.25 1.25 0 0 1 .954 2.058l-4.634 5.477l6.42 4.707A1.25 1.25 0 0 1 43.75 29h-7.5a1.25 1.25 0 0 1 0-2.5h3.682l-4.421-3.242a1.25 1.25 0 0 1-.215-1.815L39.055 17H33.75a1.25 1.25 0 0 1-1.192-1.626l1.873-5.931l-3.954 2.824a1.25 1.25 0 0 1-1.757-.309L25.5 7.275v6.475a1.25 1.25 0 0 1-2.5 0V3.25c0-.547.356-1.031.88-1.194M6.381 27.258l.163-.758H5.25a1.25 1.25 0 0 1 0-2.5h1.836l.51-2.36a5.25 5.25 0 0 1 5.132-4.14h11.544a5.25 5.25 0 0 1 5.132 4.14l.52 2.403q.156-.042.326-.043h1.5a1.25 1.25 0 1 1 0 2.5h-1.295l.163.758A3.75 3.75 0 0 1 33 30.75v9q0 .063-.006.125q.006.062.006.125v2.25a3.25 3.25 0 0 1-3.25 3.25h-2.5A3.25 3.25 0 0 1 24 42.25V41H13v1.25a3.25 3.25 0 0 1-3.25 3.25h-2.5A3.25 3.25 0 0 1 4 42.25V40q0-.063.006-.125A1 1 0 0 1 4 39.75v-9a3.75 3.75 0 0 1 2.382-3.492m3.658-5.09L8.995 27h19.01l-1.045-4.83A2.75 2.75 0 0 0 24.272 20H12.728a2.75 2.75 0 0 0-2.688 2.169M26.5 42.25c0 .414.336.75.75.75h2.5a.75.75 0 0 0 .75-.75V41h-4zM10.5 41h-4v1.25c0 .414.336.75.75.75h2.5a.75.75 0 0 0 .75-.75zm.5-6a2 2 0 1 0 0-4a2 2 0 0 0 0 4m17-2a2 2 0 1 0-4 0a2 2 0 0 0 4 0m-11.75 1a1.25 1.25 0 1 0 0 2.5h4.5a1.25 1.25 0 0 0 0-2.5z"/></svg>
</template>

CSS

.icon-vehicle-car-collision-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.88%202.056a1.25%201.25%200%200%201%201.4.486l4.78%206.951l5.964-4.26a1.25%201.25%200%200%201%201.918%201.394L35.456%2014.5h6.294a1.25%201.25%200%200%201%20.954%202.058l-4.634%205.477l6.42%204.707A1.25%201.25%200%200%201%2043.75%2029h-7.5a1.25%201.25%200%200%201%200-2.5h3.682l-4.421-3.242a1.25%201.25%200%200%201-.215-1.815L39.055%2017H33.75a1.25%201.25%200%200%201-1.192-1.626l1.873-5.931l-3.954%202.824a1.25%201.25%200%200%201-1.757-.309L25.5%207.275v6.475a1.25%201.25%200%200%201-2.5%200V3.25c0-.547.356-1.031.88-1.194M6.381%2027.258l.163-.758H5.25a1.25%201.25%200%200%201%200-2.5h1.836l.51-2.36a5.25%205.25%200%200%201%205.132-4.14h11.544a5.25%205.25%200%200%201%205.132%204.14l.52%202.403q.156-.042.326-.043h1.5a1.25%201.25%200%201%201%200%202.5h-1.295l.163.758A3.75%203.75%200%200%201%2033%2030.75v9q0%20.063-.006.125q.006.062.006.125v2.25a3.25%203.25%200%200%201-3.25%203.25h-2.5A3.25%203.25%200%200%201%2024%2042.25V41H13v1.25a3.25%203.25%200%200%201-3.25%203.25h-2.5A3.25%203.25%200%200%201%204%2042.25V40q0-.063.006-.125A1%201%200%200%201%204%2039.75v-9a3.75%203.75%200%200%201%202.382-3.492m3.658-5.09L8.995%2027h19.01l-1.045-4.83A2.75%202.75%200%200%200%2024.272%2020H12.728a2.75%202.75%200%200%200-2.688%202.169M26.5%2042.25c0%20.414.336.75.75.75h2.5a.75.75%200%200%200%20.75-.75V41h-4zM10.5%2041h-4v1.25c0%20.414.336.75.75.75h2.5a.75.75%200%200%200%20.75-.75zm.5-6a2%202%200%201%200%200-4a2%202%200%200%200%200%204m17-2a2%202%200%201%200-4%200a2%202%200%200%200%204%200m-11.75%201a1.25%201.25%200%201%200%200%202.5h4.5a1.25%201.25%200%200%200%200-2.5z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.88%202.056a1.25%201.25%200%200%201%201.4.486l4.78%206.951l5.964-4.26a1.25%201.25%200%200%201%201.918%201.394L35.456%2014.5h6.294a1.25%201.25%200%200%201%20.954%202.058l-4.634%205.477l6.42%204.707A1.25%201.25%200%200%201%2043.75%2029h-7.5a1.25%201.25%200%200%201%200-2.5h3.682l-4.421-3.242a1.25%201.25%200%200%201-.215-1.815L39.055%2017H33.75a1.25%201.25%200%200%201-1.192-1.626l1.873-5.931l-3.954%202.824a1.25%201.25%200%200%201-1.757-.309L25.5%207.275v6.475a1.25%201.25%200%200%201-2.5%200V3.25c0-.547.356-1.031.88-1.194M6.381%2027.258l.163-.758H5.25a1.25%201.25%200%200%201%200-2.5h1.836l.51-2.36a5.25%205.25%200%200%201%205.132-4.14h11.544a5.25%205.25%200%200%201%205.132%204.14l.52%202.403q.156-.042.326-.043h1.5a1.25%201.25%200%201%201%200%202.5h-1.295l.163.758A3.75%203.75%200%200%201%2033%2030.75v9q0%20.063-.006.125q.006.062.006.125v2.25a3.25%203.25%200%200%201-3.25%203.25h-2.5A3.25%203.25%200%200%201%2024%2042.25V41H13v1.25a3.25%203.25%200%200%201-3.25%203.25h-2.5A3.25%203.25%200%200%201%204%2042.25V40q0-.063.006-.125A1%201%200%200%201%204%2039.75v-9a3.75%203.75%200%200%201%202.382-3.492m3.658-5.09L8.995%2027h19.01l-1.045-4.83A2.75%202.75%200%200%200%2024.272%2020H12.728a2.75%202.75%200%200%200-2.688%202.169M26.5%2042.25c0%20.414.336.75.75.75h2.5a.75.75%200%200%200%20.75-.75V41h-4zM10.5%2041h-4v1.25c0%20.414.336.75.75.75h2.5a.75.75%200%200%200%20.75-.75zm.5-6a2%202%200%201%200%200-4a2%202%200%200%200%200%204m17-2a2%202%200%201%200-4%200a2%202%200%200%200%204%200m-11.75%201a1.25%201.25%200%201%200%200%202.5h4.5a1.25%201.25%200%200%200%200-2.5z%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-48-filled.svg?color=%231a73e8&size=48