circle hint icon
circle-hint-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- circle-hint-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M8.598 4.226c-.172-.414-.666-.59-1.045-.35a12.1 12.1 0 0 0-3.675 3.675c-.241.378-.065.873.35 1.045a.8.8 0 0 0 .966-.317a10.6 10.6 0 0 1 3.088-3.087a.8.8 0 0 0 .316-.966m3.217-.498a.8.8 0 0 1-.908-.46c-.171-.414.053-.888.492-.985A12 12 0 0 1 14 2c.894 0 1.765.098 2.603.283c.438.097.663.571.491.986a.8.8 0 0 1-.907.46a10.5 10.5 0 0 0-4.372-.001m11.958 4.869a.8.8 0 0 1-.966-.316a10.6 10.6 0 0 0-3.087-3.088a.8.8 0 0 1-.317-.966c.172-.415.667-.59 1.045-.35a12.1 12.1 0 0 1 3.674 3.675c.242.379.066.873-.349 1.045m.96 8.492a.8.8 0 0 1-.46-.907a10.55 10.55 0 0 0-.001-4.369a.8.8 0 0 1 .46-.907c.414-.172.888.053.985.491a12.1 12.1 0 0 1 .001 5.201c-.097.438-.57.663-.985.491M19.4 23.774a.8.8 0 0 1 .317-.966a10.6 10.6 0 0 0 3.092-3.093a.8.8 0 0 1 .966-.316c.414.172.59.666.35 1.044a12.1 12.1 0 0 1-3.68 3.68c-.379.242-.873.066-1.045-.349m-8.491.958a.8.8 0 0 1 .907-.46a10.5 10.5 0 0 0 4.367 0a.8.8 0 0 1 .908.46c.172.415-.053.889-.492.986a12.1 12.1 0 0 1-5.199 0c-.438-.097-.663-.571-.491-.986M4.225 19.4a.8.8 0 0 1 .966.317a10.6 10.6 0 0 0 3.093 3.092c.32.208.463.613.316.966c-.171.415-.666.591-1.044.35a12.1 12.1 0 0 1-3.68-3.68c-.242-.379-.066-.873.349-1.045m-.956-8.495a.8.8 0 0 1 .46.907a10.5 10.5 0 0 0-.002 4.371a.8.8 0 0 1-.46.907c-.414.172-.888-.053-.985-.491A12 12 0 0 1 2 14c0-.894.098-1.766.283-2.604c.097-.438.571-.663.986-.492"/></svg>
React
import type { SVGProps } from "react";
export function FluentCircleHint28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.598 4.226c-.172-.414-.666-.59-1.045-.35a12.1 12.1 0 0 0-3.675 3.675c-.241.378-.065.873.35 1.045a.8.8 0 0 0 .966-.317a10.6 10.6 0 0 1 3.088-3.087a.8.8 0 0 0 .316-.966m3.217-.498a.8.8 0 0 1-.908-.46c-.171-.414.053-.888.492-.985A12 12 0 0 1 14 2c.894 0 1.765.098 2.603.283c.438.097.663.571.491.986a.8.8 0 0 1-.907.46a10.5 10.5 0 0 0-4.372-.001m11.958 4.869a.8.8 0 0 1-.966-.316a10.6 10.6 0 0 0-3.087-3.088a.8.8 0 0 1-.317-.966c.172-.415.667-.59 1.045-.35a12.1 12.1 0 0 1 3.674 3.675c.242.379.066.873-.349 1.045m.96 8.492a.8.8 0 0 1-.46-.907a10.55 10.55 0 0 0-.001-4.369a.8.8 0 0 1 .46-.907c.414-.172.888.053.985.491a12.1 12.1 0 0 1 .001 5.201c-.097.438-.57.663-.985.491M19.4 23.774a.8.8 0 0 1 .317-.966a10.6 10.6 0 0 0 3.092-3.093a.8.8 0 0 1 .966-.316c.414.172.59.666.35 1.044a12.1 12.1 0 0 1-3.68 3.68c-.379.242-.873.066-1.045-.349m-8.491.958a.8.8 0 0 1 .907-.46a10.5 10.5 0 0 0 4.367 0a.8.8 0 0 1 .908.46c.172.415-.053.889-.492.986a12.1 12.1 0 0 1-5.199 0c-.438-.097-.663-.571-.491-.986M4.225 19.4a.8.8 0 0 1 .966.317a10.6 10.6 0 0 0 3.093 3.092c.32.208.463.613.316.966c-.171.415-.666.591-1.044.35a12.1 12.1 0 0 1-3.68-3.68c-.242-.379-.066-.873.349-1.045m-.956-8.495a.8.8 0 0 1 .46.907a10.5 10.5 0 0 0-.002 4.371a.8.8 0 0 1-.46.907c-.414.172-.888-.053-.985-.491A12 12 0 0 1 2 14c0-.894.098-1.766.283-2.604c.097-.438.571-.663.986-.492"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.598 4.226c-.172-.414-.666-.59-1.045-.35a12.1 12.1 0 0 0-3.675 3.675c-.241.378-.065.873.35 1.045a.8.8 0 0 0 .966-.317a10.6 10.6 0 0 1 3.088-3.087a.8.8 0 0 0 .316-.966m3.217-.498a.8.8 0 0 1-.908-.46c-.171-.414.053-.888.492-.985A12 12 0 0 1 14 2c.894 0 1.765.098 2.603.283c.438.097.663.571.491.986a.8.8 0 0 1-.907.46a10.5 10.5 0 0 0-4.372-.001m11.958 4.869a.8.8 0 0 1-.966-.316a10.6 10.6 0 0 0-3.087-3.088a.8.8 0 0 1-.317-.966c.172-.415.667-.59 1.045-.35a12.1 12.1 0 0 1 3.674 3.675c.242.379.066.873-.349 1.045m.96 8.492a.8.8 0 0 1-.46-.907a10.55 10.55 0 0 0-.001-4.369a.8.8 0 0 1 .46-.907c.414-.172.888.053.985.491a12.1 12.1 0 0 1 .001 5.201c-.097.438-.57.663-.985.491M19.4 23.774a.8.8 0 0 1 .317-.966a10.6 10.6 0 0 0 3.092-3.093a.8.8 0 0 1 .966-.316c.414.172.59.666.35 1.044a12.1 12.1 0 0 1-3.68 3.68c-.379.242-.873.066-1.045-.349m-8.491.958a.8.8 0 0 1 .907-.46a10.5 10.5 0 0 0 4.367 0a.8.8 0 0 1 .908.46c.172.415-.053.889-.492.986a12.1 12.1 0 0 1-5.199 0c-.438-.097-.663-.571-.491-.986M4.225 19.4a.8.8 0 0 1 .966.317a10.6 10.6 0 0 0 3.093 3.092c.32.208.463.613.316.966c-.171.415-.666.591-1.044.35a12.1 12.1 0 0 1-3.68-3.68c-.242-.379-.066-.873.349-1.045m-.956-8.495a.8.8 0 0 1 .46.907a10.5 10.5 0 0 0-.002 4.371a.8.8 0 0 1-.46.907c-.414.172-.888-.053-.985-.491A12 12 0 0 1 2 14c0-.894.098-1.766.283-2.604c.097-.438.571-.663.986-.492"/></svg> </template>
CSS
.icon-circle-hint-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.598%204.226c-.172-.414-.666-.59-1.045-.35a12.1%2012.1%200%200%200-3.675%203.675c-.241.378-.065.873.35%201.045a.8.8%200%200%200%20.966-.317a10.6%2010.6%200%200%201%203.088-3.087a.8.8%200%200%200%20.316-.966m3.217-.498a.8.8%200%200%201-.908-.46c-.171-.414.053-.888.492-.985A12%2012%200%200%201%2014%202c.894%200%201.765.098%202.603.283c.438.097.663.571.491.986a.8.8%200%200%201-.907.46a10.5%2010.5%200%200%200-4.372-.001m11.958%204.869a.8.8%200%200%201-.966-.316a10.6%2010.6%200%200%200-3.087-3.088a.8.8%200%200%201-.317-.966c.172-.415.667-.59%201.045-.35a12.1%2012.1%200%200%201%203.674%203.675c.242.379.066.873-.349%201.045m.96%208.492a.8.8%200%200%201-.46-.907a10.55%2010.55%200%200%200-.001-4.369a.8.8%200%200%201%20.46-.907c.414-.172.888.053.985.491a12.1%2012.1%200%200%201%20.001%205.201c-.097.438-.57.663-.985.491M19.4%2023.774a.8.8%200%200%201%20.317-.966a10.6%2010.6%200%200%200%203.092-3.093a.8.8%200%200%201%20.966-.316c.414.172.59.666.35%201.044a12.1%2012.1%200%200%201-3.68%203.68c-.379.242-.873.066-1.045-.349m-8.491.958a.8.8%200%200%201%20.907-.46a10.5%2010.5%200%200%200%204.367%200a.8.8%200%200%201%20.908.46c.172.415-.053.889-.492.986a12.1%2012.1%200%200%201-5.199%200c-.438-.097-.663-.571-.491-.986M4.225%2019.4a.8.8%200%200%201%20.966.317a10.6%2010.6%200%200%200%203.093%203.092c.32.208.463.613.316.966c-.171.415-.666.591-1.044.35a12.1%2012.1%200%200%201-3.68-3.68c-.242-.379-.066-.873.349-1.045m-.956-8.495a.8.8%200%200%201%20.46.907a10.5%2010.5%200%200%200-.002%204.371a.8.8%200%200%201-.46.907c-.414.172-.888-.053-.985-.491A12%2012%200%200%201%202%2014c0-.894.098-1.766.283-2.604c.097-.438.571-.663.986-.492%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.598%204.226c-.172-.414-.666-.59-1.045-.35a12.1%2012.1%200%200%200-3.675%203.675c-.241.378-.065.873.35%201.045a.8.8%200%200%200%20.966-.317a10.6%2010.6%200%200%201%203.088-3.087a.8.8%200%200%200%20.316-.966m3.217-.498a.8.8%200%200%201-.908-.46c-.171-.414.053-.888.492-.985A12%2012%200%200%201%2014%202c.894%200%201.765.098%202.603.283c.438.097.663.571.491.986a.8.8%200%200%201-.907.46a10.5%2010.5%200%200%200-4.372-.001m11.958%204.869a.8.8%200%200%201-.966-.316a10.6%2010.6%200%200%200-3.087-3.088a.8.8%200%200%201-.317-.966c.172-.415.667-.59%201.045-.35a12.1%2012.1%200%200%201%203.674%203.675c.242.379.066.873-.349%201.045m.96%208.492a.8.8%200%200%201-.46-.907a10.55%2010.55%200%200%200-.001-4.369a.8.8%200%200%201%20.46-.907c.414-.172.888.053.985.491a12.1%2012.1%200%200%201%20.001%205.201c-.097.438-.57.663-.985.491M19.4%2023.774a.8.8%200%200%201%20.317-.966a10.6%2010.6%200%200%200%203.092-3.093a.8.8%200%200%201%20.966-.316c.414.172.59.666.35%201.044a12.1%2012.1%200%200%201-3.68%203.68c-.379.242-.873.066-1.045-.349m-8.491.958a.8.8%200%200%201%20.907-.46a10.5%2010.5%200%200%200%204.367%200a.8.8%200%200%201%20.908.46c.172.415-.053.889-.492.986a12.1%2012.1%200%200%201-5.199%200c-.438-.097-.663-.571-.491-.986M4.225%2019.4a.8.8%200%200%201%20.966.317a10.6%2010.6%200%200%200%203.093%203.092c.32.208.463.613.316.966c-.171.415-.666.591-1.044.35a12.1%2012.1%200%200%201-3.68-3.68c-.242-.379-.066-.873.349-1.045m-.956-8.495a.8.8%200%200%201%20.46.907a10.5%2010.5%200%200%200-.002%204.371a.8.8%200%200%201-.46.907c-.414.172-.888-.053-.985-.491A12%2012%200%200%201%202%2014c0-.894.098-1.766.283-2.604c.097-.438.571-.663.986-.492%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/circle-hint-28-regular.svg?color=%231a73e8&size=48