circle hint dismiss icon
circle-hint-dismiss-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- circle-hint-dismiss-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M7.587 3.963c-.171-.414-.665-.591-1.04-.347a10.05 10.05 0 0 0-2.93 2.931c-.246.376-.069.869.346 1.04c.354.147.759.004.972-.315a8.6 8.6 0 0 1 2.337-2.337c.319-.213.462-.618.315-.972m2.759-.302c-.377.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98a10 10 0 0 1 4.147-.001c.438.092.662.566.49.98a.806.806 0 0 1-.91.465a8.5 8.5 0 0 0-3.306 0m9.69 3.925c-.354.147-.758.003-.972-.315a8.6 8.6 0 0 0-2.339-2.338c-.318-.213-.462-.618-.315-.972c.171-.414.665-.591 1.04-.347c1.17.762 2.17 1.762 2.933 2.931c.245.376.068.87-.346 1.041M12.782 21.97a6.5 6.5 0 0 1-1.051-1.474a8.5 8.5 0 0 1-1.386-.157c-.376-.074-.764.11-.91.465c-.172.414.051.888.49.98a10 10 0 0 0 2.857.186m7.715-10.24c.54.281 1.036.636 1.474 1.05a10.1 10.1 0 0 0-.186-2.857c-.092-.438-.566-.661-.98-.49c-.355.147-.54.535-.465.911q.134.676.157 1.386M3.96 16.41c.354-.147.759-.003.972.315a8.6 8.6 0 0 0 2.338 2.34c.319.213.462.618.315.972c-.171.414-.665.59-1.04.346a10.05 10.05 0 0 1-2.932-2.933c-.244-.375-.067-.869.347-1.04m-.765-6.975c.354.147.54.535.465.91a8.5 8.5 0 0 0 0 3.306c.073.376-.112.764-.466.91c-.414.172-.888-.051-.98-.49a10 10 0 0 1 0-4.146c.093-.438.567-.662.981-.49M23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-7.146-2.354a.5.5 0 0 0-.708.707l1.647 1.647l-1.647 1.646a.5.5 0 0 0 .708.707l1.646-1.646l1.646 1.646a.5.5 0 0 0 .708-.707L18.207 17.5l1.647-1.646a.5.5 0 0 0-.708-.708L17.5 16.793z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCircleHintDismiss24Regular(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="M7.587 3.963c-.171-.414-.665-.591-1.04-.347a10.05 10.05 0 0 0-2.93 2.931c-.246.376-.069.869.346 1.04c.354.147.759.004.972-.315a8.6 8.6 0 0 1 2.337-2.337c.319-.213.462-.618.315-.972m2.759-.302c-.377.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98a10 10 0 0 1 4.147-.001c.438.092.662.566.49.98a.806.806 0 0 1-.91.465a8.5 8.5 0 0 0-3.306 0m9.69 3.925c-.354.147-.758.003-.972-.315a8.6 8.6 0 0 0-2.339-2.338c-.318-.213-.462-.618-.315-.972c.171-.414.665-.591 1.04-.347c1.17.762 2.17 1.762 2.933 2.931c.245.376.068.87-.346 1.041M12.782 21.97a6.5 6.5 0 0 1-1.051-1.474a8.5 8.5 0 0 1-1.386-.157c-.376-.074-.764.11-.91.465c-.172.414.051.888.49.98a10 10 0 0 0 2.857.186m7.715-10.24c.54.281 1.036.636 1.474 1.05a10.1 10.1 0 0 0-.186-2.857c-.092-.438-.566-.661-.98-.49c-.355.147-.54.535-.465.911q.134.676.157 1.386M3.96 16.41c.354-.147.759-.003.972.315a8.6 8.6 0 0 0 2.338 2.34c.319.213.462.618.315.972c-.171.414-.665.59-1.04.346a10.05 10.05 0 0 1-2.932-2.933c-.244-.375-.067-.869.347-1.04m-.765-6.975c.354.147.54.535.465.91a8.5 8.5 0 0 0 0 3.306c.073.376-.112.764-.466.91c-.414.172-.888-.051-.98-.49a10 10 0 0 1 0-4.146c.093-.438.567-.662.981-.49M23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-7.146-2.354a.5.5 0 0 0-.708.707l1.647 1.647l-1.647 1.646a.5.5 0 0 0 .708.707l1.646-1.646l1.646 1.646a.5.5 0 0 0 .708-.707L18.207 17.5l1.647-1.646a.5.5 0 0 0-.708-.708L17.5 16.793z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.587 3.963c-.171-.414-.665-.591-1.04-.347a10.05 10.05 0 0 0-2.93 2.931c-.246.376-.069.869.346 1.04c.354.147.759.004.972-.315a8.6 8.6 0 0 1 2.337-2.337c.319-.213.462-.618.315-.972m2.759-.302c-.377.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98a10 10 0 0 1 4.147-.001c.438.092.662.566.49.98a.806.806 0 0 1-.91.465a8.5 8.5 0 0 0-3.306 0m9.69 3.925c-.354.147-.758.003-.972-.315a8.6 8.6 0 0 0-2.339-2.338c-.318-.213-.462-.618-.315-.972c.171-.414.665-.591 1.04-.347c1.17.762 2.17 1.762 2.933 2.931c.245.376.068.87-.346 1.041M12.782 21.97a6.5 6.5 0 0 1-1.051-1.474a8.5 8.5 0 0 1-1.386-.157c-.376-.074-.764.11-.91.465c-.172.414.051.888.49.98a10 10 0 0 0 2.857.186m7.715-10.24c.54.281 1.036.636 1.474 1.05a10.1 10.1 0 0 0-.186-2.857c-.092-.438-.566-.661-.98-.49c-.355.147-.54.535-.465.911q.134.676.157 1.386M3.96 16.41c.354-.147.759-.003.972.315a8.6 8.6 0 0 0 2.338 2.34c.319.213.462.618.315.972c-.171.414-.665.59-1.04.346a10.05 10.05 0 0 1-2.932-2.933c-.244-.375-.067-.869.347-1.04m-.765-6.975c.354.147.54.535.465.91a8.5 8.5 0 0 0 0 3.306c.073.376-.112.764-.466.91c-.414.172-.888-.051-.98-.49a10 10 0 0 1 0-4.146c.093-.438.567-.662.981-.49M23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-7.146-2.354a.5.5 0 0 0-.708.707l1.647 1.647l-1.647 1.646a.5.5 0 0 0 .708.707l1.646-1.646l1.646 1.646a.5.5 0 0 0 .708-.707L18.207 17.5l1.647-1.646a.5.5 0 0 0-.708-.708L17.5 16.793z"/></svg> </template>
CSS
.icon-circle-hint-dismiss-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.587%203.963c-.171-.414-.665-.591-1.04-.347a10.05%2010.05%200%200%200-2.93%202.931c-.246.376-.069.869.346%201.04c.354.147.759.004.972-.315a8.6%208.6%200%200%201%202.337-2.337c.319-.213.462-.618.315-.972m2.759-.302c-.377.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98a10%2010%200%200%201%204.147-.001c.438.092.662.566.49.98a.806.806%200%200%201-.91.465a8.5%208.5%200%200%200-3.306%200m9.69%203.925c-.354.147-.758.003-.972-.315a8.6%208.6%200%200%200-2.339-2.338c-.318-.213-.462-.618-.315-.972c.171-.414.665-.591%201.04-.347c1.17.762%202.17%201.762%202.933%202.931c.245.376.068.87-.346%201.041M12.782%2021.97a6.5%206.5%200%200%201-1.051-1.474a8.5%208.5%200%200%201-1.386-.157c-.376-.074-.764.11-.91.465c-.172.414.051.888.49.98a10%2010%200%200%200%202.857.186m7.715-10.24c.54.281%201.036.636%201.474%201.05a10.1%2010.1%200%200%200-.186-2.857c-.092-.438-.566-.661-.98-.49c-.355.147-.54.535-.465.911q.134.676.157%201.386M3.96%2016.41c.354-.147.759-.003.972.315a8.6%208.6%200%200%200%202.338%202.34c.319.213.462.618.315.972c-.171.414-.665.59-1.04.346a10.05%2010.05%200%200%201-2.932-2.933c-.244-.375-.067-.869.347-1.04m-.765-6.975c.354.147.54.535.465.91a8.5%208.5%200%200%200%200%203.306c.073.376-.112.764-.466.91c-.414.172-.888-.051-.98-.49a10%2010%200%200%201%200-4.146c.093-.438.567-.662.981-.49M23%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-7.146-2.354a.5.5%200%200%200-.708.707l1.647%201.647l-1.647%201.646a.5.5%200%200%200%20.708.707l1.646-1.646l1.646%201.646a.5.5%200%200%200%20.708-.707L18.207%2017.5l1.647-1.646a.5.5%200%200%200-.708-.708L17.5%2016.793z%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%22M7.587%203.963c-.171-.414-.665-.591-1.04-.347a10.05%2010.05%200%200%200-2.93%202.931c-.246.376-.069.869.346%201.04c.354.147.759.004.972-.315a8.6%208.6%200%200%201%202.337-2.337c.319-.213.462-.618.315-.972m2.759-.302c-.377.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98a10%2010%200%200%201%204.147-.001c.438.092.662.566.49.98a.806.806%200%200%201-.91.465a8.5%208.5%200%200%200-3.306%200m9.69%203.925c-.354.147-.758.003-.972-.315a8.6%208.6%200%200%200-2.339-2.338c-.318-.213-.462-.618-.315-.972c.171-.414.665-.591%201.04-.347c1.17.762%202.17%201.762%202.933%202.931c.245.376.068.87-.346%201.041M12.782%2021.97a6.5%206.5%200%200%201-1.051-1.474a8.5%208.5%200%200%201-1.386-.157c-.376-.074-.764.11-.91.465c-.172.414.051.888.49.98a10%2010%200%200%200%202.857.186m7.715-10.24c.54.281%201.036.636%201.474%201.05a10.1%2010.1%200%200%200-.186-2.857c-.092-.438-.566-.661-.98-.49c-.355.147-.54.535-.465.911q.134.676.157%201.386M3.96%2016.41c.354-.147.759-.003.972.315a8.6%208.6%200%200%200%202.338%202.34c.319.213.462.618.315.972c-.171.414-.665.59-1.04.346a10.05%2010.05%200%200%201-2.932-2.933c-.244-.375-.067-.869.347-1.04m-.765-6.975c.354.147.54.535.465.91a8.5%208.5%200%200%200%200%203.306c.073.376-.112.764-.466.91c-.414.172-.888-.051-.98-.49a10%2010%200%200%201%200-4.146c.093-.438.567-.662.981-.49M23%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-7.146-2.354a.5.5%200%200%200-.708.707l1.647%201.647l-1.647%201.646a.5.5%200%200%200%20.708.707l1.646-1.646l1.646%201.646a.5.5%200%200%200%20.708-.707L18.207%2017.5l1.647-1.646a.5.5%200%200%200-.708-.708L17.5%2016.793z%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-24-regular.svg?color=%231a73e8&size=48