vehicle car collision icon

vehicle-car-collision-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
vehicle-car-collision-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 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-.479M4.75 14.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m6.25-.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M12 11c.607.456 1 1.182 1 2v4a1 1 0 1 1-2 0v-.5H4v.5a1 1 0 1 1-2 0v-4c0-.818.393-1.544 1-2h-.5a.5.5 0 1 1 0-1h.66l.138-.829A2 2 0 0 1 5.27 7.5h4.458a2 2 0 0 1 1.973 1.671l.138.829h.66a.5.5 0 0 1 0 1zM5.27 8.5a1 1 0 0 0-.986.836l-.2 1.198q.204-.034.416-.034h6q.213 0 .415.034l-.2-1.198A1 1 0 0 0 9.73 8.5zM3 13v2.5h9V13a1.5 1.5 0 0 0-1.5-1.5h-6A1.5 1.5 0 0 0 3 13"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleCarCollision20Regular(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-.479M4.75 14.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m6.25-.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M12 11c.607.456 1 1.182 1 2v4a1 1 0 1 1-2 0v-.5H4v.5a1 1 0 1 1-2 0v-4c0-.818.393-1.544 1-2h-.5a.5.5 0 1 1 0-1h.66l.138-.829A2 2 0 0 1 5.27 7.5h4.458a2 2 0 0 1 1.973 1.671l.138.829h.66a.5.5 0 0 1 0 1zM5.27 8.5a1 1 0 0 0-.986.836l-.2 1.198q.204-.034.416-.034h6q.213 0 .415.034l-.2-1.198A1 1 0 0 0 9.73 8.5zM3 13v2.5h9V13a1.5 1.5 0 0 0-1.5-1.5h-6A1.5 1.5 0 0 0 3 13"/></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-.479M4.75 14.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m6.25-.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M12 11c.607.456 1 1.182 1 2v4a1 1 0 1 1-2 0v-.5H4v.5a1 1 0 1 1-2 0v-4c0-.818.393-1.544 1-2h-.5a.5.5 0 1 1 0-1h.66l.138-.829A2 2 0 0 1 5.27 7.5h4.458a2 2 0 0 1 1.973 1.671l.138.829h.66a.5.5 0 0 1 0 1zM5.27 8.5a1 1 0 0 0-.986.836l-.2 1.198q.204-.034.416-.034h6q.213 0 .415.034l-.2-1.198A1 1 0 0 0 9.73 8.5zM3 13v2.5h9V13a1.5 1.5 0 0 0-1.5-1.5h-6A1.5 1.5 0 0 0 3 13"/></svg>
</template>

CSS

.icon-vehicle-car-collision-20-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%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-.479M4.75%2014.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m6.25-.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M12%2011c.607.456%201%201.182%201%202v4a1%201%200%201%201-2%200v-.5H4v.5a1%201%200%201%201-2%200v-4c0-.818.393-1.544%201-2h-.5a.5.5%200%201%201%200-1h.66l.138-.829A2%202%200%200%201%205.27%207.5h4.458a2%202%200%200%201%201.973%201.671l.138.829h.66a.5.5%200%200%201%200%201zM5.27%208.5a1%201%200%200%200-.986.836l-.2%201.198q.204-.034.416-.034h6q.213%200%20.415.034l-.2-1.198A1%201%200%200%200%209.73%208.5zM3%2013v2.5h9V13a1.5%201.5%200%200%200-1.5-1.5h-6A1.5%201.5%200%200%200%203%2013%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-.479M4.75%2014.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m6.25-.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M12%2011c.607.456%201%201.182%201%202v4a1%201%200%201%201-2%200v-.5H4v.5a1%201%200%201%201-2%200v-4c0-.818.393-1.544%201-2h-.5a.5.5%200%201%201%200-1h.66l.138-.829A2%202%200%200%201%205.27%207.5h4.458a2%202%200%200%201%201.973%201.671l.138.829h.66a.5.5%200%200%201%200%201zM5.27%208.5a1%201%200%200%200-.986.836l-.2%201.198q.204-.034.416-.034h6q.213%200%20.415.034l-.2-1.198A1%201%200%200%200%209.73%208.5zM3%2013v2.5h9V13a1.5%201.5%200%200%200-1.5-1.5h-6A1.5%201.5%200%200%200%203%2013%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-regular.svg?color=%231a73e8&size=48