nearby-error-sharp from Material Symbols by Google · Sharp · Android · Apache-2.0 Free for personal and commercial use.

Name
nearby-error-sharp
Set
Material Symbols
Style
Sharp
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
nearby-error-outline-sharp

2 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the nearby error icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 18v-8h2v8zm1 4q-.425 0-.712-.288T20 21t.288-.712T21 20t.713.288T22 21t-.288.713T21 22m-9 .8L1.2 12L12 1.2l6 6v3.6l-6-6L4.8 12l7.2 7.2l6-6v3.6zm0-6.4L7.6 12L12 7.6l4.4 4.4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNearbyErrorSharp(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="M20 18v-8h2v8zm1 4q-.425 0-.712-.288T20 21t.288-.712T21 20t.713.288T22 21t-.288.713T21 22m-9 .8L1.2 12L12 1.2l6 6v3.6l-6-6L4.8 12l7.2 7.2l6-6v3.6zm0-6.4L7.6 12L12 7.6l4.4 4.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 18v-8h2v8zm1 4q-.425 0-.712-.288T20 21t.288-.712T21 20t.713.288T22 21t-.288.713T21 22m-9 .8L1.2 12L12 1.2l6 6v3.6l-6-6L4.8 12l7.2 7.2l6-6v3.6zm0-6.4L7.6 12L12 7.6l4.4 4.4z"/></svg>
</template>

CSS

.icon-nearby-error-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%22M20%2018v-8h2v8zm1%204q-.425%200-.712-.288T20%2021t.288-.712T21%2020t.713.288T22%2021t-.288.713T21%2022m-9%20.8L1.2%2012L12%201.2l6%206v3.6l-6-6L4.8%2012l7.2%207.2l6-6v3.6zm0-6.4L7.6%2012L12%207.6l4.4%204.4z%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%22M20%2018v-8h2v8zm1%204q-.425%200-.712-.288T20%2021t.288-.712T21%2020t.713.288T22%2021t-.288.713T21%2022m-9%20.8L1.2%2012L12%201.2l6%206v3.6l-6-6L4.8%2012l7.2%207.2l6-6v3.6zm0-6.4L7.6%2012L12%207.6l4.4%204.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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