circle hint icon
circle-hint-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- circle-hint-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
13 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-cursor-16-filledcircle-hint-dismiss-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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.59 3.963c-.172-.414-.666-.591-1.041-.347a10.05 10.05 0 0 0-2.93 2.931c-.246.376-.069.87.345 1.04c.355.147.76.004.973-.315a8.6 8.6 0 0 1 2.337-2.337c.319-.213.462-.618.315-.972m2.758-.302c-.377.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98a10 10 0 0 1 4.146-.001c.439.092.663.566.491.98a.806.806 0 0 1-.91.465a8.5 8.5 0 0 0-3.306.001m9.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-.347 1.041m.768 6.978c-.354-.147-.539-.535-.465-.911a8.6 8.6 0 0 0 0-3.309c-.075-.376.11-.764.465-.91c.413-.172.887.051.98.49a10 10 0 0 1 0 4.15c-.092.438-.566.661-.98.49m-4.393 5.474c-.147-.354-.003-.759.315-.972a8.6 8.6 0 0 0 2.34-2.34c.213-.318.618-.461.972-.315c.414.172.591.665.347 1.04a10.05 10.05 0 0 1-2.934 2.934c-.375.244-.869.067-1.04-.347m-6.978.766c.147-.355.535-.54.911-.465a8.5 8.5 0 0 0 3.309 0c.376-.074.764.111.91.465c.172.414-.052.889-.49.98a10 10 0 0 1-4.15 0c-.438-.092-.661-.566-.49-.98M3.963 16.41c.354-.147.759-.003.972.315a8.6 8.6 0 0 0 2.338 2.34c.318.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.539.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.98-.49"/></svg>
React
import type { SVGProps } from "react";
export function FluentCircleHint24Regular(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.59 3.963c-.172-.414-.666-.591-1.041-.347a10.05 10.05 0 0 0-2.93 2.931c-.246.376-.069.87.345 1.04c.355.147.76.004.973-.315a8.6 8.6 0 0 1 2.337-2.337c.319-.213.462-.618.315-.972m2.758-.302c-.377.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98a10 10 0 0 1 4.146-.001c.439.092.663.566.491.98a.806.806 0 0 1-.91.465a8.5 8.5 0 0 0-3.306.001m9.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-.347 1.041m.768 6.978c-.354-.147-.539-.535-.465-.911a8.6 8.6 0 0 0 0-3.309c-.075-.376.11-.764.465-.91c.413-.172.887.051.98.49a10 10 0 0 1 0 4.15c-.092.438-.566.661-.98.49m-4.393 5.474c-.147-.354-.003-.759.315-.972a8.6 8.6 0 0 0 2.34-2.34c.213-.318.618-.461.972-.315c.414.172.591.665.347 1.04a10.05 10.05 0 0 1-2.934 2.934c-.375.244-.869.067-1.04-.347m-6.978.766c.147-.355.535-.54.911-.465a8.5 8.5 0 0 0 3.309 0c.376-.074.764.111.91.465c.172.414-.052.889-.49.98a10 10 0 0 1-4.15 0c-.438-.092-.661-.566-.49-.98M3.963 16.41c.354-.147.759-.003.972.315a8.6 8.6 0 0 0 2.338 2.34c.318.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.539.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.98-.49"/></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.59 3.963c-.172-.414-.666-.591-1.041-.347a10.05 10.05 0 0 0-2.93 2.931c-.246.376-.069.87.345 1.04c.355.147.76.004.973-.315a8.6 8.6 0 0 1 2.337-2.337c.319-.213.462-.618.315-.972m2.758-.302c-.377.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98a10 10 0 0 1 4.146-.001c.439.092.663.566.491.98a.806.806 0 0 1-.91.465a8.5 8.5 0 0 0-3.306.001m9.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-.347 1.041m.768 6.978c-.354-.147-.539-.535-.465-.911a8.6 8.6 0 0 0 0-3.309c-.075-.376.11-.764.465-.91c.413-.172.887.051.98.49a10 10 0 0 1 0 4.15c-.092.438-.566.661-.98.49m-4.393 5.474c-.147-.354-.003-.759.315-.972a8.6 8.6 0 0 0 2.34-2.34c.213-.318.618-.461.972-.315c.414.172.591.665.347 1.04a10.05 10.05 0 0 1-2.934 2.934c-.375.244-.869.067-1.04-.347m-6.978.766c.147-.355.535-.54.911-.465a8.5 8.5 0 0 0 3.309 0c.376-.074.764.111.91.465c.172.414-.052.889-.49.98a10 10 0 0 1-4.15 0c-.438-.092-.661-.566-.49-.98M3.963 16.41c.354-.147.759-.003.972.315a8.6 8.6 0 0 0 2.338 2.34c.318.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.539.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.98-.49"/></svg> </template>
CSS
.icon-circle-hint-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.59%203.963c-.172-.414-.666-.591-1.041-.347a10.05%2010.05%200%200%200-2.93%202.931c-.246.376-.069.87.345%201.04c.355.147.76.004.973-.315a8.6%208.6%200%200%201%202.337-2.337c.319-.213.462-.618.315-.972m2.758-.302c-.377.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98a10%2010%200%200%201%204.146-.001c.439.092.663.566.491.98a.806.806%200%200%201-.91.465a8.5%208.5%200%200%200-3.306.001m9.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-.347%201.041m.768%206.978c-.354-.147-.539-.535-.465-.911a8.6%208.6%200%200%200%200-3.309c-.075-.376.11-.764.465-.91c.413-.172.887.051.98.49a10%2010%200%200%201%200%204.15c-.092.438-.566.661-.98.49m-4.393%205.474c-.147-.354-.003-.759.315-.972a8.6%208.6%200%200%200%202.34-2.34c.213-.318.618-.461.972-.315c.414.172.591.665.347%201.04a10.05%2010.05%200%200%201-2.934%202.934c-.375.244-.869.067-1.04-.347m-6.978.766c.147-.355.535-.54.911-.465a8.5%208.5%200%200%200%203.309%200c.376-.074.764.111.91.465c.172.414-.052.889-.49.98a10%2010%200%200%201-4.15%200c-.438-.092-.661-.566-.49-.98M3.963%2016.41c.354-.147.759-.003.972.315a8.6%208.6%200%200%200%202.338%202.34c.318.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.539.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.98-.49%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.59%203.963c-.172-.414-.666-.591-1.041-.347a10.05%2010.05%200%200%200-2.93%202.931c-.246.376-.069.87.345%201.04c.355.147.76.004.973-.315a8.6%208.6%200%200%201%202.337-2.337c.319-.213.462-.618.315-.972m2.758-.302c-.377.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98a10%2010%200%200%201%204.146-.001c.439.092.663.566.491.98a.806.806%200%200%201-.91.465a8.5%208.5%200%200%200-3.306.001m9.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-.347%201.041m.768%206.978c-.354-.147-.539-.535-.465-.911a8.6%208.6%200%200%200%200-3.309c-.075-.376.11-.764.465-.91c.413-.172.887.051.98.49a10%2010%200%200%201%200%204.15c-.092.438-.566.661-.98.49m-4.393%205.474c-.147-.354-.003-.759.315-.972a8.6%208.6%200%200%200%202.34-2.34c.213-.318.618-.461.972-.315c.414.172.591.665.347%201.04a10.05%2010.05%200%200%201-2.934%202.934c-.375.244-.869.067-1.04-.347m-6.978.766c.147-.355.535-.54.911-.465a8.5%208.5%200%200%200%203.309%200c.376-.074.764.111.91.465c.172.414-.052.889-.49.98a10%2010%200%200%201-4.15%200c-.438-.092-.661-.566-.49-.98M3.963%2016.41c.354-.147.759-.003.972.315a8.6%208.6%200%200%200%202.338%202.34c.318.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.539.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.98-.49%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/circle-hint-24-regular.svg?color=%231a73e8&size=48