circle hint dismiss icon
circle-hint-dismiss-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- circle-hint-dismiss-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
circle-edit-20-filledcircle-eraser-20-filledcircle-half-fill-12-filledcircle-highlight-20-filledcircle-hint-12-filledcircle-hint-cursor-16-filledcircle-hint-half-vertical-16-filledcircle-image-16-filledcircle-line-12-filledcircle-multiple-concentric-16-filledcircle-multiple-hint-checkmark-16-filledcircle-multiple-subtract-checkmark-20-filledcircle-off-16-filledcircle-shadow-20-filledcircle-small-20-filledcircle-sparkle-16-filled
Use the circle hint dismiss icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.369 3.847c-.176-.424-.685-.6-1.057-.33a8 8 0 0 0-1.796 1.796c-.269.37-.093.88.33 1.056c.347.143.742.01.969-.289A6.5 6.5 0 0 1 6.08 4.815c.299-.227.432-.622.289-.968m2.736-.286c-.371.051-.745-.134-.889-.48c-.175-.424.06-.908.513-.98a8 8 0 0 1 2.542 0c.452.072.688.556.513.98c-.143.346-.518.531-.889.48a6.6 6.6 0 0 0-1.79 0m7.049 2.808c-.347.143-.742.01-.969-.29a6.5 6.5 0 0 0-1.265-1.264c-.299-.227-.432-.622-.288-.968c.175-.424.684-.6 1.056-.33c.69.5 1.296 1.106 1.795 1.795c.27.372.094.881-.33 1.057m-5.9 11.627a5.5 5.5 0 0 1-.891-1.527a7 7 0 0 1-.257-.03c-.372-.051-.746.134-.89.48c-.175.424.061.909.514.98a8 8 0 0 0 1.524.097m6.215-8.633a5.5 5.5 0 0 1 1.527.89A8 8 0 0 0 17.9 8.73c-.073-.452-.557-.688-.98-.513c-.347.144-.532.518-.481.89q.018.127.03.257M3.846 13.631c.347-.143.742-.01.969.289c.361.478.787.904 1.265 1.265c.3.227.432.622.289.969c-.175.423-.685.599-1.056.33a8 8 0 0 1-1.797-1.797c-.269-.37-.093-.88.33-1.056M3.08 8.216c.347.144.532.518.481.89a6.6 6.6 0 0 0 0 1.789c.051.371-.134.745-.48.889c-.424.175-.908-.06-.98-.514a8 8 0 0 1 0-2.54c.072-.453.556-.69.98-.514M19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.646-1.146a.5.5 0 0 0-.708-.708L14.5 13.793l-1.146-1.147a.5.5 0 0 0-.708.707l1.147 1.147l-1.147 1.146a.5.5 0 0 0 .708.707l1.146-1.146l1.146 1.146a.5.5 0 0 0 .708-.707L15.207 14.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCircleHintDismiss20Filled(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="M6.369 3.847c-.176-.424-.685-.6-1.057-.33a8 8 0 0 0-1.796 1.796c-.269.37-.093.88.33 1.056c.347.143.742.01.969-.289A6.5 6.5 0 0 1 6.08 4.815c.299-.227.432-.622.289-.968m2.736-.286c-.371.051-.745-.134-.889-.48c-.175-.424.06-.908.513-.98a8 8 0 0 1 2.542 0c.452.072.688.556.513.98c-.143.346-.518.531-.889.48a6.6 6.6 0 0 0-1.79 0m7.049 2.808c-.347.143-.742.01-.969-.29a6.5 6.5 0 0 0-1.265-1.264c-.299-.227-.432-.622-.288-.968c.175-.424.684-.6 1.056-.33c.69.5 1.296 1.106 1.795 1.795c.27.372.094.881-.33 1.057m-5.9 11.627a5.5 5.5 0 0 1-.891-1.527a7 7 0 0 1-.257-.03c-.372-.051-.746.134-.89.48c-.175.424.061.909.514.98a8 8 0 0 0 1.524.097m6.215-8.633a5.5 5.5 0 0 1 1.527.89A8 8 0 0 0 17.9 8.73c-.073-.452-.557-.688-.98-.513c-.347.144-.532.518-.481.89q.018.127.03.257M3.846 13.631c.347-.143.742-.01.969.289c.361.478.787.904 1.265 1.265c.3.227.432.622.289.969c-.175.423-.685.599-1.056.33a8 8 0 0 1-1.797-1.797c-.269-.37-.093-.88.33-1.056M3.08 8.216c.347.144.532.518.481.89a6.6 6.6 0 0 0 0 1.789c.051.371-.134.745-.48.889c-.424.175-.908-.06-.98-.514a8 8 0 0 1 0-2.54c.072-.453.556-.69.98-.514M19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.646-1.146a.5.5 0 0 0-.708-.708L14.5 13.793l-1.146-1.147a.5.5 0 0 0-.708.707l1.147 1.147l-1.147 1.146a.5.5 0 0 0 .708.707l1.146-1.146l1.146 1.146a.5.5 0 0 0 .708-.707L15.207 14.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.369 3.847c-.176-.424-.685-.6-1.057-.33a8 8 0 0 0-1.796 1.796c-.269.37-.093.88.33 1.056c.347.143.742.01.969-.289A6.5 6.5 0 0 1 6.08 4.815c.299-.227.432-.622.289-.968m2.736-.286c-.371.051-.745-.134-.889-.48c-.175-.424.06-.908.513-.98a8 8 0 0 1 2.542 0c.452.072.688.556.513.98c-.143.346-.518.531-.889.48a6.6 6.6 0 0 0-1.79 0m7.049 2.808c-.347.143-.742.01-.969-.29a6.5 6.5 0 0 0-1.265-1.264c-.299-.227-.432-.622-.288-.968c.175-.424.684-.6 1.056-.33c.69.5 1.296 1.106 1.795 1.795c.27.372.094.881-.33 1.057m-5.9 11.627a5.5 5.5 0 0 1-.891-1.527a7 7 0 0 1-.257-.03c-.372-.051-.746.134-.89.48c-.175.424.061.909.514.98a8 8 0 0 0 1.524.097m6.215-8.633a5.5 5.5 0 0 1 1.527.89A8 8 0 0 0 17.9 8.73c-.073-.452-.557-.688-.98-.513c-.347.144-.532.518-.481.89q.018.127.03.257M3.846 13.631c.347-.143.742-.01.969.289c.361.478.787.904 1.265 1.265c.3.227.432.622.289.969c-.175.423-.685.599-1.056.33a8 8 0 0 1-1.797-1.797c-.269-.37-.093-.88.33-1.056M3.08 8.216c.347.144.532.518.481.89a6.6 6.6 0 0 0 0 1.789c.051.371-.134.745-.48.889c-.424.175-.908-.06-.98-.514a8 8 0 0 1 0-2.54c.072-.453.556-.69.98-.514M19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.646-1.146a.5.5 0 0 0-.708-.708L14.5 13.793l-1.146-1.147a.5.5 0 0 0-.708.707l1.147 1.147l-1.147 1.146a.5.5 0 0 0 .708.707l1.146-1.146l1.146 1.146a.5.5 0 0 0 .708-.707L15.207 14.5z"/></svg> </template>
CSS
.icon-circle-hint-dismiss-20-filled {
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%22M6.369%203.847c-.176-.424-.685-.6-1.057-.33a8%208%200%200%200-1.796%201.796c-.269.37-.093.88.33%201.056c.347.143.742.01.969-.289A6.5%206.5%200%200%201%206.08%204.815c.299-.227.432-.622.289-.968m2.736-.286c-.371.051-.745-.134-.889-.48c-.175-.424.06-.908.513-.98a8%208%200%200%201%202.542%200c.452.072.688.556.513.98c-.143.346-.518.531-.889.48a6.6%206.6%200%200%200-1.79%200m7.049%202.808c-.347.143-.742.01-.969-.29a6.5%206.5%200%200%200-1.265-1.264c-.299-.227-.432-.622-.288-.968c.175-.424.684-.6%201.056-.33c.69.5%201.296%201.106%201.795%201.795c.27.372.094.881-.33%201.057m-5.9%2011.627a5.5%205.5%200%200%201-.891-1.527a7%207%200%200%201-.257-.03c-.372-.051-.746.134-.89.48c-.175.424.061.909.514.98a8%208%200%200%200%201.524.097m6.215-8.633a5.5%205.5%200%200%201%201.527.89A8%208%200%200%200%2017.9%208.73c-.073-.452-.557-.688-.98-.513c-.347.144-.532.518-.481.89q.018.127.03.257M3.846%2013.631c.347-.143.742-.01.969.289c.361.478.787.904%201.265%201.265c.3.227.432.622.289.969c-.175.423-.685.599-1.056.33a8%208%200%200%201-1.797-1.797c-.269-.37-.093-.88.33-1.056M3.08%208.216c.347.144.532.518.481.89a6.6%206.6%200%200%200%200%201.789c.051.371-.134.745-.48.889c-.424.175-.908-.06-.98-.514a8%208%200%200%201%200-2.54c.072-.453.556-.69.98-.514M19%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.646-1.146a.5.5%200%200%200-.708-.708L14.5%2013.793l-1.146-1.147a.5.5%200%200%200-.708.707l1.147%201.147l-1.147%201.146a.5.5%200%200%200%20.708.707l1.146-1.146l1.146%201.146a.5.5%200%200%200%20.708-.707L15.207%2014.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.369%203.847c-.176-.424-.685-.6-1.057-.33a8%208%200%200%200-1.796%201.796c-.269.37-.093.88.33%201.056c.347.143.742.01.969-.289A6.5%206.5%200%200%201%206.08%204.815c.299-.227.432-.622.289-.968m2.736-.286c-.371.051-.745-.134-.889-.48c-.175-.424.06-.908.513-.98a8%208%200%200%201%202.542%200c.452.072.688.556.513.98c-.143.346-.518.531-.889.48a6.6%206.6%200%200%200-1.79%200m7.049%202.808c-.347.143-.742.01-.969-.29a6.5%206.5%200%200%200-1.265-1.264c-.299-.227-.432-.622-.288-.968c.175-.424.684-.6%201.056-.33c.69.5%201.296%201.106%201.795%201.795c.27.372.094.881-.33%201.057m-5.9%2011.627a5.5%205.5%200%200%201-.891-1.527a7%207%200%200%201-.257-.03c-.372-.051-.746.134-.89.48c-.175.424.061.909.514.98a8%208%200%200%200%201.524.097m6.215-8.633a5.5%205.5%200%200%201%201.527.89A8%208%200%200%200%2017.9%208.73c-.073-.452-.557-.688-.98-.513c-.347.144-.532.518-.481.89q.018.127.03.257M3.846%2013.631c.347-.143.742-.01.969.289c.361.478.787.904%201.265%201.265c.3.227.432.622.289.969c-.175.423-.685.599-1.056.33a8%208%200%200%201-1.797-1.797c-.269-.37-.093-.88.33-1.056M3.08%208.216c.347.144.532.518.481.89a6.6%206.6%200%200%200%200%201.789c.051.371-.134.745-.48.889c-.424.175-.908-.06-.98-.514a8%208%200%200%201%200-2.54c.072-.453.556-.69.98-.514M19%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.646-1.146a.5.5%200%200%200-.708-.708L14.5%2013.793l-1.146-1.147a.5.5%200%200%200-.708.707l1.147%201.147l-1.147%201.146a.5.5%200%200%200%20.708.707l1.146-1.146l1.146%201.146a.5.5%200%200%200%20.708-.707L15.207%2014.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/circle-hint-dismiss-20-filled.svg?color=%231a73e8&size=48