error circle hint icon
error-circle-hint-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- error-circle-hint-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the error circle hint icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.367 16.867a.5.5 0 0 1 .194.981c-1.01.2-2.112.2-3.122 0a.5.5 0 0 1 .194-.981c.884.174 1.85.174 2.734 0M3.485 13.75a.5.5 0 0 1 .693.138a7 7 0 0 0 1.933 1.932a.5.5 0 0 1-.557.83a8 8 0 0 1-2.206-2.206a.5.5 0 0 1 .137-.694m12.336.138a.5.5 0 0 1 .83.556a8 8 0 0 1-2.206 2.207a.5.5 0 1 1-.556-.831a7 7 0 0 0 1.932-1.932M10 12.5a.75.75 0 1 1-.001 1.5a.75.75 0 0 1 0-1.5M2.74 8.046a.5.5 0 0 1 .393.588a7.2 7.2 0 0 0 0 2.734a.5.5 0 0 1-.981.194c-.2-1.01-.2-2.112 0-3.122a.5.5 0 0 1 .588-.394m14.52 0a.5.5 0 0 1 .588.394c.2 1.01.2 2.112 0 3.122a.5.5 0 0 1-.981-.194a7.2 7.2 0 0 0 0-2.734a.5.5 0 0 1 .393-.588M10 6a.5.5 0 0 1 .492.41l.007.09V11a.5.5 0 0 1-.99.09l-.01-.09V6.5A.5.5 0 0 1 10 6M5.554 3.348a.5.5 0 0 1 .557.83a7 7 0 0 0-1.933 1.933a.5.5 0 1 1-.83-.557a8 8 0 0 1 2.206-2.206m8.197.137a.5.5 0 0 1 .694-.137a8 8 0 0 1 2.207 2.206a.5.5 0 0 1-.831.557a7 7 0 0 0-1.932-1.933a.5.5 0 0 1-.137-.693M8.44 2.152c1.01-.2 2.112-.2 3.122 0a.5.5 0 0 1-.194.981a7.2 7.2 0 0 0-2.734 0a.5.5 0 0 1-.194-.981"/></svg>
React
import type { SVGProps } from "react";
export function FluentErrorCircleHint20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.367 16.867a.5.5 0 0 1 .194.981c-1.01.2-2.112.2-3.122 0a.5.5 0 0 1 .194-.981c.884.174 1.85.174 2.734 0M3.485 13.75a.5.5 0 0 1 .693.138a7 7 0 0 0 1.933 1.932a.5.5 0 0 1-.557.83a8 8 0 0 1-2.206-2.206a.5.5 0 0 1 .137-.694m12.336.138a.5.5 0 0 1 .83.556a8 8 0 0 1-2.206 2.207a.5.5 0 1 1-.556-.831a7 7 0 0 0 1.932-1.932M10 12.5a.75.75 0 1 1-.001 1.5a.75.75 0 0 1 0-1.5M2.74 8.046a.5.5 0 0 1 .393.588a7.2 7.2 0 0 0 0 2.734a.5.5 0 0 1-.981.194c-.2-1.01-.2-2.112 0-3.122a.5.5 0 0 1 .588-.394m14.52 0a.5.5 0 0 1 .588.394c.2 1.01.2 2.112 0 3.122a.5.5 0 0 1-.981-.194a7.2 7.2 0 0 0 0-2.734a.5.5 0 0 1 .393-.588M10 6a.5.5 0 0 1 .492.41l.007.09V11a.5.5 0 0 1-.99.09l-.01-.09V6.5A.5.5 0 0 1 10 6M5.554 3.348a.5.5 0 0 1 .557.83a7 7 0 0 0-1.933 1.933a.5.5 0 1 1-.83-.557a8 8 0 0 1 2.206-2.206m8.197.137a.5.5 0 0 1 .694-.137a8 8 0 0 1 2.207 2.206a.5.5 0 0 1-.831.557a7 7 0 0 0-1.932-1.933a.5.5 0 0 1-.137-.693M8.44 2.152c1.01-.2 2.112-.2 3.122 0a.5.5 0 0 1-.194.981a7.2 7.2 0 0 0-2.734 0a.5.5 0 0 1-.194-.981"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.367 16.867a.5.5 0 0 1 .194.981c-1.01.2-2.112.2-3.122 0a.5.5 0 0 1 .194-.981c.884.174 1.85.174 2.734 0M3.485 13.75a.5.5 0 0 1 .693.138a7 7 0 0 0 1.933 1.932a.5.5 0 0 1-.557.83a8 8 0 0 1-2.206-2.206a.5.5 0 0 1 .137-.694m12.336.138a.5.5 0 0 1 .83.556a8 8 0 0 1-2.206 2.207a.5.5 0 1 1-.556-.831a7 7 0 0 0 1.932-1.932M10 12.5a.75.75 0 1 1-.001 1.5a.75.75 0 0 1 0-1.5M2.74 8.046a.5.5 0 0 1 .393.588a7.2 7.2 0 0 0 0 2.734a.5.5 0 0 1-.981.194c-.2-1.01-.2-2.112 0-3.122a.5.5 0 0 1 .588-.394m14.52 0a.5.5 0 0 1 .588.394c.2 1.01.2 2.112 0 3.122a.5.5 0 0 1-.981-.194a7.2 7.2 0 0 0 0-2.734a.5.5 0 0 1 .393-.588M10 6a.5.5 0 0 1 .492.41l.007.09V11a.5.5 0 0 1-.99.09l-.01-.09V6.5A.5.5 0 0 1 10 6M5.554 3.348a.5.5 0 0 1 .557.83a7 7 0 0 0-1.933 1.933a.5.5 0 1 1-.83-.557a8 8 0 0 1 2.206-2.206m8.197.137a.5.5 0 0 1 .694-.137a8 8 0 0 1 2.207 2.206a.5.5 0 0 1-.831.557a7 7 0 0 0-1.932-1.933a.5.5 0 0 1-.137-.693M8.44 2.152c1.01-.2 2.112-.2 3.122 0a.5.5 0 0 1-.194.981a7.2 7.2 0 0 0-2.734 0a.5.5 0 0 1-.194-.981"/></svg> </template>
CSS
.icon-error-circle-hint-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.367%2016.867a.5.5%200%200%201%20.194.981c-1.01.2-2.112.2-3.122%200a.5.5%200%200%201%20.194-.981c.884.174%201.85.174%202.734%200M3.485%2013.75a.5.5%200%200%201%20.693.138a7%207%200%200%200%201.933%201.932a.5.5%200%200%201-.557.83a8%208%200%200%201-2.206-2.206a.5.5%200%200%201%20.137-.694m12.336.138a.5.5%200%200%201%20.83.556a8%208%200%200%201-2.206%202.207a.5.5%200%201%201-.556-.831a7%207%200%200%200%201.932-1.932M10%2012.5a.75.75%200%201%201-.001%201.5a.75.75%200%200%201%200-1.5M2.74%208.046a.5.5%200%200%201%20.393.588a7.2%207.2%200%200%200%200%202.734a.5.5%200%200%201-.981.194c-.2-1.01-.2-2.112%200-3.122a.5.5%200%200%201%20.588-.394m14.52%200a.5.5%200%200%201%20.588.394c.2%201.01.2%202.112%200%203.122a.5.5%200%200%201-.981-.194a7.2%207.2%200%200%200%200-2.734a.5.5%200%200%201%20.393-.588M10%206a.5.5%200%200%201%20.492.41l.007.09V11a.5.5%200%200%201-.99.09l-.01-.09V6.5A.5.5%200%200%201%2010%206M5.554%203.348a.5.5%200%200%201%20.557.83a7%207%200%200%200-1.933%201.933a.5.5%200%201%201-.83-.557a8%208%200%200%201%202.206-2.206m8.197.137a.5.5%200%200%201%20.694-.137a8%208%200%200%201%202.207%202.206a.5.5%200%200%201-.831.557a7%207%200%200%200-1.932-1.933a.5.5%200%200%201-.137-.693M8.44%202.152c1.01-.2%202.112-.2%203.122%200a.5.5%200%200%201-.194.981a7.2%207.2%200%200%200-2.734%200a.5.5%200%200%201-.194-.981%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.367%2016.867a.5.5%200%200%201%20.194.981c-1.01.2-2.112.2-3.122%200a.5.5%200%200%201%20.194-.981c.884.174%201.85.174%202.734%200M3.485%2013.75a.5.5%200%200%201%20.693.138a7%207%200%200%200%201.933%201.932a.5.5%200%200%201-.557.83a8%208%200%200%201-2.206-2.206a.5.5%200%200%201%20.137-.694m12.336.138a.5.5%200%200%201%20.83.556a8%208%200%200%201-2.206%202.207a.5.5%200%201%201-.556-.831a7%207%200%200%200%201.932-1.932M10%2012.5a.75.75%200%201%201-.001%201.5a.75.75%200%200%201%200-1.5M2.74%208.046a.5.5%200%200%201%20.393.588a7.2%207.2%200%200%200%200%202.734a.5.5%200%200%201-.981.194c-.2-1.01-.2-2.112%200-3.122a.5.5%200%200%201%20.588-.394m14.52%200a.5.5%200%200%201%20.588.394c.2%201.01.2%202.112%200%203.122a.5.5%200%200%201-.981-.194a7.2%207.2%200%200%200%200-2.734a.5.5%200%200%201%20.393-.588M10%206a.5.5%200%200%201%20.492.41l.007.09V11a.5.5%200%200%201-.99.09l-.01-.09V6.5A.5.5%200%200%201%2010%206M5.554%203.348a.5.5%200%200%201%20.557.83a7%207%200%200%200-1.933%201.933a.5.5%200%201%201-.83-.557a8%208%200%200%201%202.206-2.206m8.197.137a.5.5%200%200%201%20.694-.137a8%208%200%200%201%202.207%202.206a.5.5%200%200%201-.831.557a7%207%200%200%200-1.932-1.933a.5.5%200%200%201-.137-.693M8.44%202.152c1.01-.2%202.112-.2%203.122%200a.5.5%200%200%201-.194.981a7.2%207.2%200%200%200-2.734%200a.5.5%200%200%201-.194-.981%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/error-circle-hint-20-regular.svg?color=%231a73e8&size=48