round minor crash icon
round-minor-crash from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- round-minor-crash
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
More maps icons from Google Material Icons
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the round minor crash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 24c.82 0 1.5-.67 1.5-1.5v-7.16c0-.22-.04-.45-.11-.66l-1.97-5.67C18.72 8.42 18.16 8 17.5 8h-11c-.66 0-1.21.42-1.42 1.01l-1.97 5.67c-.07.21-.11.43-.11.66v7.16c0 .83.68 1.5 1.5 1.5S6 23.33 6 22.5V22h12v.5c0 .83.67 1.5 1.5 1.5M6.85 10h10.29l1.04 3H5.81zM6 17.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S8.33 19 7.5 19S6 18.33 6 17.5m9 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5M8.71 5.71a.996.996 0 0 1-1.41 0L5.71 4.12a.996.996 0 1 1 1.41-1.41L8.71 4.3c.39.38.39 1.02 0 1.41m9.58-3c.39.39.39 1.02 0 1.41L16.7 5.71a.996.996 0 1 1-1.41-1.41l1.59-1.59a.996.996 0 0 1 1.41 0M12 5c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundMinorCrash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 24c.82 0 1.5-.67 1.5-1.5v-7.16c0-.22-.04-.45-.11-.66l-1.97-5.67C18.72 8.42 18.16 8 17.5 8h-11c-.66 0-1.21.42-1.42 1.01l-1.97 5.67c-.07.21-.11.43-.11.66v7.16c0 .83.68 1.5 1.5 1.5S6 23.33 6 22.5V22h12v.5c0 .83.67 1.5 1.5 1.5M6.85 10h10.29l1.04 3H5.81zM6 17.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S8.33 19 7.5 19S6 18.33 6 17.5m9 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5M8.71 5.71a.996.996 0 0 1-1.41 0L5.71 4.12a.996.996 0 1 1 1.41-1.41L8.71 4.3c.39.38.39 1.02 0 1.41m9.58-3c.39.39.39 1.02 0 1.41L16.7 5.71a.996.996 0 1 1-1.41-1.41l1.59-1.59a.996.996 0 0 1 1.41 0M12 5c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 24c.82 0 1.5-.67 1.5-1.5v-7.16c0-.22-.04-.45-.11-.66l-1.97-5.67C18.72 8.42 18.16 8 17.5 8h-11c-.66 0-1.21.42-1.42 1.01l-1.97 5.67c-.07.21-.11.43-.11.66v7.16c0 .83.68 1.5 1.5 1.5S6 23.33 6 22.5V22h12v.5c0 .83.67 1.5 1.5 1.5M6.85 10h10.29l1.04 3H5.81zM6 17.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S8.33 19 7.5 19S6 18.33 6 17.5m9 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5M8.71 5.71a.996.996 0 0 1-1.41 0L5.71 4.12a.996.996 0 1 1 1.41-1.41L8.71 4.3c.39.38.39 1.02 0 1.41m9.58-3c.39.39.39 1.02 0 1.41L16.7 5.71a.996.996 0 1 1-1.41-1.41l1.59-1.59a.996.996 0 0 1 1.41 0M12 5c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1"/></svg> </template>
CSS
.icon-round-minor-crash {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.5%2024c.82%200%201.5-.67%201.5-1.5v-7.16c0-.22-.04-.45-.11-.66l-1.97-5.67C18.72%208.42%2018.16%208%2017.5%208h-11c-.66%200-1.21.42-1.42%201.01l-1.97%205.67c-.07.21-.11.43-.11.66v7.16c0%20.83.68%201.5%201.5%201.5S6%2023.33%206%2022.5V22h12v.5c0%20.83.67%201.5%201.5%201.5M6.85%2010h10.29l1.04%203H5.81zM6%2017.5c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5S8.33%2019%207.5%2019S6%2018.33%206%2017.5m9%200c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5M8.71%205.71a.996.996%200%200%201-1.41%200L5.71%204.12a.996.996%200%201%201%201.41-1.41L8.71%204.3c.39.38.39%201.02%200%201.41m9.58-3c.39.39.39%201.02%200%201.41L16.7%205.71a.996.996%200%201%201-1.41-1.41l1.59-1.59a.996.996%200%200%201%201.41%200M12%205c-.55%200-1-.45-1-1V1c0-.55.45-1%201-1s1%20.45%201%201v3c0%20.55-.45%201-1%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.5%2024c.82%200%201.5-.67%201.5-1.5v-7.16c0-.22-.04-.45-.11-.66l-1.97-5.67C18.72%208.42%2018.16%208%2017.5%208h-11c-.66%200-1.21.42-1.42%201.01l-1.97%205.67c-.07.21-.11.43-.11.66v7.16c0%20.83.68%201.5%201.5%201.5S6%2023.33%206%2022.5V22h12v.5c0%20.83.67%201.5%201.5%201.5M6.85%2010h10.29l1.04%203H5.81zM6%2017.5c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5S8.33%2019%207.5%2019S6%2018.33%206%2017.5m9%200c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5M8.71%205.71a.996.996%200%200%201-1.41%200L5.71%204.12a.996.996%200%201%201%201.41-1.41L8.71%204.3c.39.38.39%201.02%200%201.41m9.58-3c.39.39.39%201.02%200%201.41L16.7%205.71a.996.996%200%201%201-1.41-1.41l1.59-1.59a.996.996%200%200%201%201.41%200M12%205c-.55%200-1-.45-1-1V1c0-.55.45-1%201-1s1%20.45%201%201v3c0%20.55-.45%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-minor-crash.svg?color=%231a73e8&size=48