round nearby error icon
round-nearby-error from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- round-nearby-error
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
More device icons from Google Material Icons
baseline-1x-mobiledatabaseline-30fpsbaseline-3g-mobiledatabaseline-4g-mobiledatabaseline-4g-plus-mobiledatabaseline-60fpsbaseline-access-alarmbaseline-access-alarmsbaseline-access-timebaseline-access-time-filledbaseline-ad-unitsbaseline-add-alarmbaseline-add-to-home-screenbaseline-airbaseline-airplane-ticketbaseline-airplanemode-activebaseline-airplanemode-inactivebaseline-aodbaseline-battery-0-barbaseline-battery-1-barbaseline-battery-2-barbaseline-battery-20baseline-battery-3-barbaseline-battery-30
Use the round 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="m11.29 8.28l-3.01 3.01a.996.996 0 0 0 0 1.41l3.01 3.01c.39.39 1.02.39 1.41 0l3.01-3.01a.996.996 0 0 0 0-1.41L12.7 8.28a.996.996 0 0 0-1.41 0"/><path fill="currentColor" d="m10.59 2.59l-8.01 8c-.78.78-.78 2.05 0 2.83l8.01 8c.78.78 2.05.78 2.83 0l4.58-4.6V13.2l-6 6L4.79 12L12 4.79l6 6V7.17l-4.58-4.58c-.78-.79-2.05-.79-2.83 0M20 11v6c0 .55.45 1 1 1s1-.45 1-1v-6c0-.55-.45-1-1-1s-1 .45-1 1"/><circle cx="21" cy="21" r="1" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundNearbyError(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="m11.29 8.28l-3.01 3.01a.996.996 0 0 0 0 1.41l3.01 3.01c.39.39 1.02.39 1.41 0l3.01-3.01a.996.996 0 0 0 0-1.41L12.7 8.28a.996.996 0 0 0-1.41 0"/><path fill="currentColor" d="m10.59 2.59l-8.01 8c-.78.78-.78 2.05 0 2.83l8.01 8c.78.78 2.05.78 2.83 0l4.58-4.6V13.2l-6 6L4.79 12L12 4.79l6 6V7.17l-4.58-4.58c-.78-.79-2.05-.79-2.83 0M20 11v6c0 .55.45 1 1 1s1-.45 1-1v-6c0-.55-.45-1-1-1s-1 .45-1 1"/><circle cx="21" cy="21" r="1" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.29 8.28l-3.01 3.01a.996.996 0 0 0 0 1.41l3.01 3.01c.39.39 1.02.39 1.41 0l3.01-3.01a.996.996 0 0 0 0-1.41L12.7 8.28a.996.996 0 0 0-1.41 0"/><path fill="currentColor" d="m10.59 2.59l-8.01 8c-.78.78-.78 2.05 0 2.83l8.01 8c.78.78 2.05.78 2.83 0l4.58-4.6V13.2l-6 6L4.79 12L12 4.79l6 6V7.17l-4.58-4.58c-.78-.79-2.05-.79-2.83 0M20 11v6c0 .55.45 1 1 1s1-.45 1-1v-6c0-.55-.45-1-1-1s-1 .45-1 1"/><circle cx="21" cy="21" r="1" fill="currentColor"/></svg> </template>
CSS
.icon-round-nearby-error {
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%22m11.29%208.28l-3.01%203.01a.996.996%200%200%200%200%201.41l3.01%203.01c.39.39%201.02.39%201.41%200l3.01-3.01a.996.996%200%200%200%200-1.41L12.7%208.28a.996.996%200%200%200-1.41%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.59%202.59l-8.01%208c-.78.78-.78%202.05%200%202.83l8.01%208c.78.78%202.05.78%202.83%200l4.58-4.6V13.2l-6%206L4.79%2012L12%204.79l6%206V7.17l-4.58-4.58c-.78-.79-2.05-.79-2.83%200M20%2011v6c0%20.55.45%201%201%201s1-.45%201-1v-6c0-.55-.45-1-1-1s-1%20.45-1%201%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2221%22%20r%3D%221%22%20fill%3D%22currentColor%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%22m11.29%208.28l-3.01%203.01a.996.996%200%200%200%200%201.41l3.01%203.01c.39.39%201.02.39%201.41%200l3.01-3.01a.996.996%200%200%200%200-1.41L12.7%208.28a.996.996%200%200%200-1.41%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.59%202.59l-8.01%208c-.78.78-.78%202.05%200%202.83l8.01%208c.78.78%202.05.78%202.83%200l4.58-4.6V13.2l-6%206L4.79%2012L12%204.79l6%206V7.17l-4.58-4.58c-.78-.79-2.05-.79-2.83%200M20%2011v6c0%20.55.45%201%201%201s1-.45%201-1v-6c0-.55-.45-1-1-1s-1%20.45-1%201%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2221%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-nearby-error.svg?color=%231a73e8&size=48