circle hint icon
circle-hint-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- circle-hint-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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.696 4.222c-.23-.554-.891-.791-1.384-.45a10 10 0 0 0-2.54 2.539c-.342.493-.104 1.154.45 1.384c.471.195 1.009.005 1.31-.407a8 8 0 0 1 1.756-1.756c.412-.3.603-.838.408-1.31m3.062-.127c-.505.079-1.02-.167-1.215-.638c-.23-.554.07-1.19.66-1.297a10 10 0 0 1 3.591.001c.59.107.89.743.66 1.297c-.195.471-.71.717-1.214.638a8 8 0 0 0-2.482 0m9.015 3.6c-.472.196-1.009.006-1.31-.406a8 8 0 0 0-1.755-1.755c-.411-.3-.602-.838-.407-1.31c.23-.554.891-.791 1.385-.45c.99.687 1.85 1.547 2.537 2.538c.341.493.104 1.154-.45 1.384m.767 6.759c-.471-.195-.717-.71-.638-1.214a8 8 0 0 0 0-2.483c-.08-.504.166-1.019.637-1.214c.554-.23 1.19.07 1.297.66a10 10 0 0 1 0 3.59c-.106.59-.742.89-1.296.66m-4.238 5.32c-.195-.47-.005-1.008.407-1.309a8 8 0 0 0 1.756-1.756c.3-.412.838-.603 1.31-.407c.554.23.791.89.45 1.383a10 10 0 0 1-2.538 2.54c-.493.341-1.155.104-1.385-.45m-6.76.769c.195-.472.71-.717 1.214-.639a8 8 0 0 0 2.485 0c.504-.079 1.02.167 1.215.638c.229.554-.07 1.19-.66 1.297a10 10 0 0 1-3.594 0c-.59-.107-.89-.742-.66-1.296m-5.322-4.24c.472-.196 1.01-.005 1.31.407a8 8 0 0 0 1.757 1.757c.412.301.603.838.408 1.31c-.23.554-.891.791-1.384.45a10 10 0 0 1-2.54-2.54c-.342-.494-.105-1.155.45-1.385m-.765-6.761c.471.195.717.71.638 1.214a8 8 0 0 0 0 2.485c.078.504-.167 1.019-.639 1.214c-.554.23-1.19-.07-1.296-.66a10 10 0 0 1 0-3.593c.107-.59.743-.89 1.297-.66"/></svg>
React
import type { SVGProps } from "react";
export function FluentCircleHint24Filled(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.696 4.222c-.23-.554-.891-.791-1.384-.45a10 10 0 0 0-2.54 2.539c-.342.493-.104 1.154.45 1.384c.471.195 1.009.005 1.31-.407a8 8 0 0 1 1.756-1.756c.412-.3.603-.838.408-1.31m3.062-.127c-.505.079-1.02-.167-1.215-.638c-.23-.554.07-1.19.66-1.297a10 10 0 0 1 3.591.001c.59.107.89.743.66 1.297c-.195.471-.71.717-1.214.638a8 8 0 0 0-2.482 0m9.015 3.6c-.472.196-1.009.006-1.31-.406a8 8 0 0 0-1.755-1.755c-.411-.3-.602-.838-.407-1.31c.23-.554.891-.791 1.385-.45c.99.687 1.85 1.547 2.537 2.538c.341.493.104 1.154-.45 1.384m.767 6.759c-.471-.195-.717-.71-.638-1.214a8 8 0 0 0 0-2.483c-.08-.504.166-1.019.637-1.214c.554-.23 1.19.07 1.297.66a10 10 0 0 1 0 3.59c-.106.59-.742.89-1.296.66m-4.238 5.32c-.195-.47-.005-1.008.407-1.309a8 8 0 0 0 1.756-1.756c.3-.412.838-.603 1.31-.407c.554.23.791.89.45 1.383a10 10 0 0 1-2.538 2.54c-.493.341-1.155.104-1.385-.45m-6.76.769c.195-.472.71-.717 1.214-.639a8 8 0 0 0 2.485 0c.504-.079 1.02.167 1.215.638c.229.554-.07 1.19-.66 1.297a10 10 0 0 1-3.594 0c-.59-.107-.89-.742-.66-1.296m-5.322-4.24c.472-.196 1.01-.005 1.31.407a8 8 0 0 0 1.757 1.757c.412.301.603.838.408 1.31c-.23.554-.891.791-1.384.45a10 10 0 0 1-2.54-2.54c-.342-.494-.105-1.155.45-1.385m-.765-6.761c.471.195.717.71.638 1.214a8 8 0 0 0 0 2.485c.078.504-.167 1.019-.639 1.214c-.554.23-1.19-.07-1.296-.66a10 10 0 0 1 0-3.593c.107-.59.743-.89 1.297-.66"/></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.696 4.222c-.23-.554-.891-.791-1.384-.45a10 10 0 0 0-2.54 2.539c-.342.493-.104 1.154.45 1.384c.471.195 1.009.005 1.31-.407a8 8 0 0 1 1.756-1.756c.412-.3.603-.838.408-1.31m3.062-.127c-.505.079-1.02-.167-1.215-.638c-.23-.554.07-1.19.66-1.297a10 10 0 0 1 3.591.001c.59.107.89.743.66 1.297c-.195.471-.71.717-1.214.638a8 8 0 0 0-2.482 0m9.015 3.6c-.472.196-1.009.006-1.31-.406a8 8 0 0 0-1.755-1.755c-.411-.3-.602-.838-.407-1.31c.23-.554.891-.791 1.385-.45c.99.687 1.85 1.547 2.537 2.538c.341.493.104 1.154-.45 1.384m.767 6.759c-.471-.195-.717-.71-.638-1.214a8 8 0 0 0 0-2.483c-.08-.504.166-1.019.637-1.214c.554-.23 1.19.07 1.297.66a10 10 0 0 1 0 3.59c-.106.59-.742.89-1.296.66m-4.238 5.32c-.195-.47-.005-1.008.407-1.309a8 8 0 0 0 1.756-1.756c.3-.412.838-.603 1.31-.407c.554.23.791.89.45 1.383a10 10 0 0 1-2.538 2.54c-.493.341-1.155.104-1.385-.45m-6.76.769c.195-.472.71-.717 1.214-.639a8 8 0 0 0 2.485 0c.504-.079 1.02.167 1.215.638c.229.554-.07 1.19-.66 1.297a10 10 0 0 1-3.594 0c-.59-.107-.89-.742-.66-1.296m-5.322-4.24c.472-.196 1.01-.005 1.31.407a8 8 0 0 0 1.757 1.757c.412.301.603.838.408 1.31c-.23.554-.891.791-1.384.45a10 10 0 0 1-2.54-2.54c-.342-.494-.105-1.155.45-1.385m-.765-6.761c.471.195.717.71.638 1.214a8 8 0 0 0 0 2.485c.078.504-.167 1.019-.639 1.214c-.554.23-1.19-.07-1.296-.66a10 10 0 0 1 0-3.593c.107-.59.743-.89 1.297-.66"/></svg> </template>
CSS
.icon-circle-hint-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.696%204.222c-.23-.554-.891-.791-1.384-.45a10%2010%200%200%200-2.54%202.539c-.342.493-.104%201.154.45%201.384c.471.195%201.009.005%201.31-.407a8%208%200%200%201%201.756-1.756c.412-.3.603-.838.408-1.31m3.062-.127c-.505.079-1.02-.167-1.215-.638c-.23-.554.07-1.19.66-1.297a10%2010%200%200%201%203.591.001c.59.107.89.743.66%201.297c-.195.471-.71.717-1.214.638a8%208%200%200%200-2.482%200m9.015%203.6c-.472.196-1.009.006-1.31-.406a8%208%200%200%200-1.755-1.755c-.411-.3-.602-.838-.407-1.31c.23-.554.891-.791%201.385-.45c.99.687%201.85%201.547%202.537%202.538c.341.493.104%201.154-.45%201.384m.767%206.759c-.471-.195-.717-.71-.638-1.214a8%208%200%200%200%200-2.483c-.08-.504.166-1.019.637-1.214c.554-.23%201.19.07%201.297.66a10%2010%200%200%201%200%203.59c-.106.59-.742.89-1.296.66m-4.238%205.32c-.195-.47-.005-1.008.407-1.309a8%208%200%200%200%201.756-1.756c.3-.412.838-.603%201.31-.407c.554.23.791.89.45%201.383a10%2010%200%200%201-2.538%202.54c-.493.341-1.155.104-1.385-.45m-6.76.769c.195-.472.71-.717%201.214-.639a8%208%200%200%200%202.485%200c.504-.079%201.02.167%201.215.638c.229.554-.07%201.19-.66%201.297a10%2010%200%200%201-3.594%200c-.59-.107-.89-.742-.66-1.296m-5.322-4.24c.472-.196%201.01-.005%201.31.407a8%208%200%200%200%201.757%201.757c.412.301.603.838.408%201.31c-.23.554-.891.791-1.384.45a10%2010%200%200%201-2.54-2.54c-.342-.494-.105-1.155.45-1.385m-.765-6.761c.471.195.717.71.638%201.214a8%208%200%200%200%200%202.485c.078.504-.167%201.019-.639%201.214c-.554.23-1.19-.07-1.296-.66a10%2010%200%200%201%200-3.593c.107-.59.743-.89%201.297-.66%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.696%204.222c-.23-.554-.891-.791-1.384-.45a10%2010%200%200%200-2.54%202.539c-.342.493-.104%201.154.45%201.384c.471.195%201.009.005%201.31-.407a8%208%200%200%201%201.756-1.756c.412-.3.603-.838.408-1.31m3.062-.127c-.505.079-1.02-.167-1.215-.638c-.23-.554.07-1.19.66-1.297a10%2010%200%200%201%203.591.001c.59.107.89.743.66%201.297c-.195.471-.71.717-1.214.638a8%208%200%200%200-2.482%200m9.015%203.6c-.472.196-1.009.006-1.31-.406a8%208%200%200%200-1.755-1.755c-.411-.3-.602-.838-.407-1.31c.23-.554.891-.791%201.385-.45c.99.687%201.85%201.547%202.537%202.538c.341.493.104%201.154-.45%201.384m.767%206.759c-.471-.195-.717-.71-.638-1.214a8%208%200%200%200%200-2.483c-.08-.504.166-1.019.637-1.214c.554-.23%201.19.07%201.297.66a10%2010%200%200%201%200%203.59c-.106.59-.742.89-1.296.66m-4.238%205.32c-.195-.47-.005-1.008.407-1.309a8%208%200%200%200%201.756-1.756c.3-.412.838-.603%201.31-.407c.554.23.791.89.45%201.383a10%2010%200%200%201-2.538%202.54c-.493.341-1.155.104-1.385-.45m-6.76.769c.195-.472.71-.717%201.214-.639a8%208%200%200%200%202.485%200c.504-.079%201.02.167%201.215.638c.229.554-.07%201.19-.66%201.297a10%2010%200%200%201-3.594%200c-.59-.107-.89-.742-.66-1.296m-5.322-4.24c.472-.196%201.01-.005%201.31.407a8%208%200%200%200%201.757%201.757c.412.301.603.838.408%201.31c-.23.554-.891.791-1.384.45a10%2010%200%200%201-2.54-2.54c-.342-.494-.105-1.155.45-1.385m-.765-6.761c.471.195.717.71.638%201.214a8%208%200%200%200%200%202.485c.078.504-.167%201.019-.639%201.214c-.554.23-1.19-.07-1.296-.66a10%2010%200%200%201%200-3.593c.107-.59.743-.89%201.297-.66%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-filled.svg?color=%231a73e8&size=48