minor-crash-outline-sharp from Material Symbols by Google · Outline Sharp · Maps · Apache-2.0 Free for personal and commercial use.

Name
minor-crash-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the 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="m8 6.4l-3-3L6.4 2l3 3zm8 0L14.6 5l3-3L19 3.4zM11 5V0h2v5zM3 24v-9l2.45-7h13.1L21 15v9h-3v-2H6v2zm2.8-11h12.4l-1.05-3H6.85zm1.7 6q.625 0 1.063-.437T9 17.5t-.437-1.062T7.5 16t-1.062.438T6 17.5t.438 1.063T7.5 19m9 0q.625 0 1.063-.437T18 17.5t-.437-1.062T16.5 16t-1.062.438T15 17.5t.438 1.063T16.5 19M5 20h14v-5H5zm0 0v-5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMinorCrashOutlineSharp(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="m8 6.4l-3-3L6.4 2l3 3zm8 0L14.6 5l3-3L19 3.4zM11 5V0h2v5zM3 24v-9l2.45-7h13.1L21 15v9h-3v-2H6v2zm2.8-11h12.4l-1.05-3H6.85zm1.7 6q.625 0 1.063-.437T9 17.5t-.437-1.062T7.5 16t-1.062.438T6 17.5t.438 1.063T7.5 19m9 0q.625 0 1.063-.437T18 17.5t-.437-1.062T16.5 16t-1.062.438T15 17.5t.438 1.063T16.5 19M5 20h14v-5H5zm0 0v-5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8 6.4l-3-3L6.4 2l3 3zm8 0L14.6 5l3-3L19 3.4zM11 5V0h2v5zM3 24v-9l2.45-7h13.1L21 15v9h-3v-2H6v2zm2.8-11h12.4l-1.05-3H6.85zm1.7 6q.625 0 1.063-.437T9 17.5t-.437-1.062T7.5 16t-1.062.438T6 17.5t.438 1.063T7.5 19m9 0q.625 0 1.063-.437T18 17.5t-.437-1.062T16.5 16t-1.062.438T15 17.5t.438 1.063T16.5 19M5 20h14v-5H5zm0 0v-5z"/></svg>
</template>

CSS

.icon-minor-crash-outline-sharp {
  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%22m8%206.4l-3-3L6.4%202l3%203zm8%200L14.6%205l3-3L19%203.4zM11%205V0h2v5zM3%2024v-9l2.45-7h13.1L21%2015v9h-3v-2H6v2zm2.8-11h12.4l-1.05-3H6.85zm1.7%206q.625%200%201.063-.437T9%2017.5t-.437-1.062T7.5%2016t-1.062.438T6%2017.5t.438%201.063T7.5%2019m9%200q.625%200%201.063-.437T18%2017.5t-.437-1.062T16.5%2016t-1.062.438T15%2017.5t.438%201.063T16.5%2019M5%2020h14v-5H5zm0%200v-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8%206.4l-3-3L6.4%202l3%203zm8%200L14.6%205l3-3L19%203.4zM11%205V0h2v5zM3%2024v-9l2.45-7h13.1L21%2015v9h-3v-2H6v2zm2.8-11h12.4l-1.05-3H6.85zm1.7%206q.625%200%201.063-.437T9%2017.5t-.437-1.062T7.5%2016t-1.062.438T6%2017.5t.438%201.063T7.5%2019m9%200q.625%200%201.063-.437T18%2017.5t-.437-1.062T16.5%2016t-1.062.438T15%2017.5t.438%201.063T16.5%2019M5%2020h14v-5H5zm0%200v-5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/minor-crash-outline-sharp.svg?color=%231a73e8&size=48