round car crash icon
round-car-crash from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- round-car-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 car crash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m0 6c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5s.5.22.5.5v3c0 .28-.22.5-.5.5m.5 1.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5m1 11.5c.82 0 1.5-.67 1.5-1.5v-6.18c-1.05.51-2.16.69-3.09.68c.06.16.09.33.09.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.39.15-.74.39-1.01A7.03 7.03 0 0 1 11.68 9H5.81l1.04-3H11c0-.69.1-1.37.29-2H6.5c-.66 0-1.21.42-1.42 1.01l-1.97 5.67c-.07.21-.11.43-.11.66v7.16c0 .83.67 1.5 1.5 1.5S6 19.33 6 18.5V18h12v.5c0 .83.68 1.5 1.5 1.5m-12-5c-.83 0-1.5-.67-1.5-1.5S6.67 12 7.5 12s1.5.67 1.5 1.5S8.33 15 7.5 15"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundCarCrash(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="M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m0 6c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5s.5.22.5.5v3c0 .28-.22.5-.5.5m.5 1.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5m1 11.5c.82 0 1.5-.67 1.5-1.5v-6.18c-1.05.51-2.16.69-3.09.68c.06.16.09.33.09.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.39.15-.74.39-1.01A7.03 7.03 0 0 1 11.68 9H5.81l1.04-3H11c0-.69.1-1.37.29-2H6.5c-.66 0-1.21.42-1.42 1.01l-1.97 5.67c-.07.21-.11.43-.11.66v7.16c0 .83.67 1.5 1.5 1.5S6 19.33 6 18.5V18h12v.5c0 .83.68 1.5 1.5 1.5m-12-5c-.83 0-1.5-.67-1.5-1.5S6.67 12 7.5 12s1.5.67 1.5 1.5S8.33 15 7.5 15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m0 6c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5s.5.22.5.5v3c0 .28-.22.5-.5.5m.5 1.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5m1 11.5c.82 0 1.5-.67 1.5-1.5v-6.18c-1.05.51-2.16.69-3.09.68c.06.16.09.33.09.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.39.15-.74.39-1.01A7.03 7.03 0 0 1 11.68 9H5.81l1.04-3H11c0-.69.1-1.37.29-2H6.5c-.66 0-1.21.42-1.42 1.01l-1.97 5.67c-.07.21-.11.43-.11.66v7.16c0 .83.67 1.5 1.5 1.5S6 19.33 6 18.5V18h12v.5c0 .83.68 1.5 1.5 1.5m-12-5c-.83 0-1.5-.67-1.5-1.5S6.67 12 7.5 12s1.5.67 1.5 1.5S8.33 15 7.5 15"/></svg> </template>
CSS
.icon-round-car-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%22M18%201c-2.76%200-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5s-2.24-5-5-5m0%206c-.28%200-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5s.5.22.5.5v3c0%20.28-.22.5-.5.5m.5%201.5c0%20.28-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5m1%2011.5c.82%200%201.5-.67%201.5-1.5v-6.18c-1.05.51-2.16.69-3.09.68c.06.16.09.33.09.5c0%20.83-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5c0-.39.15-.74.39-1.01A7.03%207.03%200%200%201%2011.68%209H5.81l1.04-3H11c0-.69.1-1.37.29-2H6.5c-.66%200-1.21.42-1.42%201.01l-1.97%205.67c-.07.21-.11.43-.11.66v7.16c0%20.83.67%201.5%201.5%201.5S6%2019.33%206%2018.5V18h12v.5c0%20.83.68%201.5%201.5%201.5m-12-5c-.83%200-1.5-.67-1.5-1.5S6.67%2012%207.5%2012s1.5.67%201.5%201.5S8.33%2015%207.5%2015%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%22M18%201c-2.76%200-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5s-2.24-5-5-5m0%206c-.28%200-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5s.5.22.5.5v3c0%20.28-.22.5-.5.5m.5%201.5c0%20.28-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5m1%2011.5c.82%200%201.5-.67%201.5-1.5v-6.18c-1.05.51-2.16.69-3.09.68c.06.16.09.33.09.5c0%20.83-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5c0-.39.15-.74.39-1.01A7.03%207.03%200%200%201%2011.68%209H5.81l1.04-3H11c0-.69.1-1.37.29-2H6.5c-.66%200-1.21.42-1.42%201.01l-1.97%205.67c-.07.21-.11.43-.11.66v7.16c0%20.83.67%201.5%201.5%201.5S6%2019.33%206%2018.5V18h12v.5c0%20.83.68%201.5%201.5%201.5m-12-5c-.83%200-1.5-.67-1.5-1.5S6.67%2012%207.5%2012s1.5.67%201.5%201.5S8.33%2015%207.5%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-car-crash.svg?color=%231a73e8&size=48