circle hint icon
circle-hint-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- circle-hint-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M8.439 2.152a8.2 8.2 0 0 1 3.121 0a.5.5 0 0 1-.194.981a7.2 7.2 0 0 0-2.733 0a.5.5 0 0 1-.194-.98m5.312 1.333a.5.5 0 0 1 .694-.137a8 8 0 0 1 2.207 2.207a.5.5 0 1 1-.831.556a7 7 0 0 0-1.932-1.932a.5.5 0 0 1-.138-.694m-7.503 0a.5.5 0 0 1-.137.694a7 7 0 0 0-1.933 1.93a.5.5 0 0 1-.83-.556a8 8 0 0 1 2.206-2.207a.5.5 0 0 1 .694.137m-3.509 4.56a.5.5 0 0 1 .394.588a7.2 7.2 0 0 0 0 2.734a.5.5 0 0 1-.981.194a8.2 8.2 0 0 1 0-3.122a.5.5 0 0 1 .587-.393m14.52 0a.5.5 0 0 1 .588.394c.2 1.01.2 2.111 0 3.122a.5.5 0 1 1-.98-.194a7.2 7.2 0 0 0 0-2.734a.5.5 0 0 1 .393-.587M3.486 13.753a.5.5 0 0 1 .693.137a7 7 0 0 0 1.933 1.932a.5.5 0 0 1-.557.831a8 8 0 0 1-2.207-2.207a.5.5 0 0 1 .138-.693m13.03 0a.5.5 0 0 1 .137.693a8 8 0 0 1-2.207 2.207a.5.5 0 0 1-.556-.83a7 7 0 0 0 1.932-1.933a.5.5 0 0 1 .694-.137m-8.47 3.508a.5.5 0 0 1 .588-.393a7.2 7.2 0 0 0 2.733 0a.5.5 0 0 1 .194.98a8.2 8.2 0 0 1-3.121 0a.5.5 0 0 1-.394-.587"/></svg>
React
import type { SVGProps } from "react";
export function FluentCircleHint20Regular(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="M8.439 2.152a8.2 8.2 0 0 1 3.121 0a.5.5 0 0 1-.194.981a7.2 7.2 0 0 0-2.733 0a.5.5 0 0 1-.194-.98m5.312 1.333a.5.5 0 0 1 .694-.137a8 8 0 0 1 2.207 2.207a.5.5 0 1 1-.831.556a7 7 0 0 0-1.932-1.932a.5.5 0 0 1-.138-.694m-7.503 0a.5.5 0 0 1-.137.694a7 7 0 0 0-1.933 1.93a.5.5 0 0 1-.83-.556a8 8 0 0 1 2.206-2.207a.5.5 0 0 1 .694.137m-3.509 4.56a.5.5 0 0 1 .394.588a7.2 7.2 0 0 0 0 2.734a.5.5 0 0 1-.981.194a8.2 8.2 0 0 1 0-3.122a.5.5 0 0 1 .587-.393m14.52 0a.5.5 0 0 1 .588.394c.2 1.01.2 2.111 0 3.122a.5.5 0 1 1-.98-.194a7.2 7.2 0 0 0 0-2.734a.5.5 0 0 1 .393-.587M3.486 13.753a.5.5 0 0 1 .693.137a7 7 0 0 0 1.933 1.932a.5.5 0 0 1-.557.831a8 8 0 0 1-2.207-2.207a.5.5 0 0 1 .138-.693m13.03 0a.5.5 0 0 1 .137.693a8 8 0 0 1-2.207 2.207a.5.5 0 0 1-.556-.83a7 7 0 0 0 1.932-1.933a.5.5 0 0 1 .694-.137m-8.47 3.508a.5.5 0 0 1 .588-.393a7.2 7.2 0 0 0 2.733 0a.5.5 0 0 1 .194.98a8.2 8.2 0 0 1-3.121 0a.5.5 0 0 1-.394-.587"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.439 2.152a8.2 8.2 0 0 1 3.121 0a.5.5 0 0 1-.194.981a7.2 7.2 0 0 0-2.733 0a.5.5 0 0 1-.194-.98m5.312 1.333a.5.5 0 0 1 .694-.137a8 8 0 0 1 2.207 2.207a.5.5 0 1 1-.831.556a7 7 0 0 0-1.932-1.932a.5.5 0 0 1-.138-.694m-7.503 0a.5.5 0 0 1-.137.694a7 7 0 0 0-1.933 1.93a.5.5 0 0 1-.83-.556a8 8 0 0 1 2.206-2.207a.5.5 0 0 1 .694.137m-3.509 4.56a.5.5 0 0 1 .394.588a7.2 7.2 0 0 0 0 2.734a.5.5 0 0 1-.981.194a8.2 8.2 0 0 1 0-3.122a.5.5 0 0 1 .587-.393m14.52 0a.5.5 0 0 1 .588.394c.2 1.01.2 2.111 0 3.122a.5.5 0 1 1-.98-.194a7.2 7.2 0 0 0 0-2.734a.5.5 0 0 1 .393-.587M3.486 13.753a.5.5 0 0 1 .693.137a7 7 0 0 0 1.933 1.932a.5.5 0 0 1-.557.831a8 8 0 0 1-2.207-2.207a.5.5 0 0 1 .138-.693m13.03 0a.5.5 0 0 1 .137.693a8 8 0 0 1-2.207 2.207a.5.5 0 0 1-.556-.83a7 7 0 0 0 1.932-1.933a.5.5 0 0 1 .694-.137m-8.47 3.508a.5.5 0 0 1 .588-.393a7.2 7.2 0 0 0 2.733 0a.5.5 0 0 1 .194.98a8.2 8.2 0 0 1-3.121 0a.5.5 0 0 1-.394-.587"/></svg> </template>
CSS
.icon-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%22M8.439%202.152a8.2%208.2%200%200%201%203.121%200a.5.5%200%200%201-.194.981a7.2%207.2%200%200%200-2.733%200a.5.5%200%200%201-.194-.98m5.312%201.333a.5.5%200%200%201%20.694-.137a8%208%200%200%201%202.207%202.207a.5.5%200%201%201-.831.556a7%207%200%200%200-1.932-1.932a.5.5%200%200%201-.138-.694m-7.503%200a.5.5%200%200%201-.137.694a7%207%200%200%200-1.933%201.93a.5.5%200%200%201-.83-.556a8%208%200%200%201%202.206-2.207a.5.5%200%200%201%20.694.137m-3.509%204.56a.5.5%200%200%201%20.394.588a7.2%207.2%200%200%200%200%202.734a.5.5%200%200%201-.981.194a8.2%208.2%200%200%201%200-3.122a.5.5%200%200%201%20.587-.393m14.52%200a.5.5%200%200%201%20.588.394c.2%201.01.2%202.111%200%203.122a.5.5%200%201%201-.98-.194a7.2%207.2%200%200%200%200-2.734a.5.5%200%200%201%20.393-.587M3.486%2013.753a.5.5%200%200%201%20.693.137a7%207%200%200%200%201.933%201.932a.5.5%200%200%201-.557.831a8%208%200%200%201-2.207-2.207a.5.5%200%200%201%20.138-.693m13.03%200a.5.5%200%200%201%20.137.693a8%208%200%200%201-2.207%202.207a.5.5%200%200%201-.556-.83a7%207%200%200%200%201.932-1.933a.5.5%200%200%201%20.694-.137m-8.47%203.508a.5.5%200%200%201%20.588-.393a7.2%207.2%200%200%200%202.733%200a.5.5%200%200%201%20.194.98a8.2%208.2%200%200%201-3.121%200a.5.5%200%200%201-.394-.587%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%22M8.439%202.152a8.2%208.2%200%200%201%203.121%200a.5.5%200%200%201-.194.981a7.2%207.2%200%200%200-2.733%200a.5.5%200%200%201-.194-.98m5.312%201.333a.5.5%200%200%201%20.694-.137a8%208%200%200%201%202.207%202.207a.5.5%200%201%201-.831.556a7%207%200%200%200-1.932-1.932a.5.5%200%200%201-.138-.694m-7.503%200a.5.5%200%200%201-.137.694a7%207%200%200%200-1.933%201.93a.5.5%200%200%201-.83-.556a8%208%200%200%201%202.206-2.207a.5.5%200%200%201%20.694.137m-3.509%204.56a.5.5%200%200%201%20.394.588a7.2%207.2%200%200%200%200%202.734a.5.5%200%200%201-.981.194a8.2%208.2%200%200%201%200-3.122a.5.5%200%200%201%20.587-.393m14.52%200a.5.5%200%200%201%20.588.394c.2%201.01.2%202.111%200%203.122a.5.5%200%201%201-.98-.194a7.2%207.2%200%200%200%200-2.734a.5.5%200%200%201%20.393-.587M3.486%2013.753a.5.5%200%200%201%20.693.137a7%207%200%200%200%201.933%201.932a.5.5%200%200%201-.557.831a8%208%200%200%201-2.207-2.207a.5.5%200%200%201%20.138-.693m13.03%200a.5.5%200%200%201%20.137.693a8%208%200%200%201-2.207%202.207a.5.5%200%200%201-.556-.83a7%207%200%200%200%201.932-1.933a.5.5%200%200%201%20.694-.137m-8.47%203.508a.5.5%200%200%201%20.588-.393a7.2%207.2%200%200%200%202.733%200a.5.5%200%200%201%20.194.98a8.2%208.2%200%200%201-3.121%200a.5.5%200%200%201-.394-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/circle-hint-20-regular.svg?color=%231a73e8&size=48