round-no-crash from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
round-no-crash
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the round no 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.5M16.24.71c.39.39.39 1.02 0 1.41L12.7 5.66a.996.996 0 0 1-1.41 0L9.88 4.24a.996.996 0 1 1 1.41-1.41l.71.71L14.83.71a.996.996 0 0 1 1.41 0"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundNoCrash(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.5M16.24.71c.39.39.39 1.02 0 1.41L12.7 5.66a.996.996 0 0 1-1.41 0L9.88 4.24a.996.996 0 1 1 1.41-1.41l.71.71L14.83.71a.996.996 0 0 1 1.41 0"/></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.5M16.24.71c.39.39.39 1.02 0 1.41L12.7 5.66a.996.996 0 0 1-1.41 0L9.88 4.24a.996.996 0 1 1 1.41-1.41l.71.71L14.83.71a.996.996 0 0 1 1.41 0"/></svg>
</template>

CSS

.icon-round-no-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.5M16.24.71c.39.39.39%201.02%200%201.41L12.7%205.66a.996.996%200%200%201-1.41%200L9.88%204.24a.996.996%200%201%201%201.41-1.41l.71.71L14.83.71a.996.996%200%200%201%201.41%200%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.5M16.24.71c.39.39.39%201.02%200%201.41L12.7%205.66a.996.996%200%200%201-1.41%200L9.88%204.24a.996.996%200%201%201%201.41-1.41l.71.71L14.83.71a.996.996%200%200%201%201.41%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-no-crash.svg?color=%231a73e8&size=48