circle hint cursor icon
circle-hint-cursor-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- circle-hint-cursor-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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-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 cursor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.369 3.847c-.176-.424-.685-.6-1.057-.33a8 8 0 0 0-1.796 1.796c-.269.37-.093.88.33 1.056c.347.143.742.01.969-.289A6.5 6.5 0 0 1 6.08 4.815c.299-.227.432-.622.289-.968m2.736-.286c-.371.051-.745-.134-.889-.48c-.175-.424.06-.908.513-.98a8 8 0 0 1 2.542 0c.452.072.688.556.513.98c-.143.346-.518.531-.889.48a6.6 6.6 0 0 0-1.79 0m7.049 2.808c-.347.143-.742.01-.969-.29a6.5 6.5 0 0 0-1.265-1.264c-.299-.227-.432-.622-.288-.968c.175-.424.684-.6 1.056-.33c.69.5 1.296 1.106 1.795 1.795c.27.372.094.881-.33 1.057m.766 5.415c-.347-.144-.532-.518-.481-.89a6.6 6.6 0 0 0 0-1.789c-.051-.371.134-.745.48-.889c.424-.175.908.06.98.513a8 8 0 0 1 0 2.542c-.072.452-.556.688-.98.513M8.216 16.92c.144-.347.518-.532.89-.481a6.6 6.6 0 0 0 1.789 0A1 1 0 0 1 11 16.43v1.507a8 8 0 0 1-2.27-.037c-.453-.072-.689-.557-.514-.98m-4.37-3.289c.347-.143.742-.01.969.289c.361.478.787.904 1.265 1.265c.3.227.432.622.289.969c-.175.423-.685.599-1.056.33a8 8 0 0 1-1.797-1.797c-.269-.37-.093-.88.33-1.056M3.08 8.216c.347.144.532.518.481.89a6.6 6.6 0 0 0 0 1.789c.051.371-.134.745-.48.889c-.424.175-.908-.06-.98-.514a8 8 0 0 1 0-2.54c.072-.453.556-.69.98-.514m9.776 1.93a.5.5 0 0 0-.852.354l-.005 8a.5.5 0 0 0 .9.301l1.994-2.647l3.497.776a.5.5 0 0 0 .46-.843z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCircleHintCursor20Filled(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="M6.369 3.847c-.176-.424-.685-.6-1.057-.33a8 8 0 0 0-1.796 1.796c-.269.37-.093.88.33 1.056c.347.143.742.01.969-.289A6.5 6.5 0 0 1 6.08 4.815c.299-.227.432-.622.289-.968m2.736-.286c-.371.051-.745-.134-.889-.48c-.175-.424.06-.908.513-.98a8 8 0 0 1 2.542 0c.452.072.688.556.513.98c-.143.346-.518.531-.889.48a6.6 6.6 0 0 0-1.79 0m7.049 2.808c-.347.143-.742.01-.969-.29a6.5 6.5 0 0 0-1.265-1.264c-.299-.227-.432-.622-.288-.968c.175-.424.684-.6 1.056-.33c.69.5 1.296 1.106 1.795 1.795c.27.372.094.881-.33 1.057m.766 5.415c-.347-.144-.532-.518-.481-.89a6.6 6.6 0 0 0 0-1.789c-.051-.371.134-.745.48-.889c.424-.175.908.06.98.513a8 8 0 0 1 0 2.542c-.072.452-.556.688-.98.513M8.216 16.92c.144-.347.518-.532.89-.481a6.6 6.6 0 0 0 1.789 0A1 1 0 0 1 11 16.43v1.507a8 8 0 0 1-2.27-.037c-.453-.072-.689-.557-.514-.98m-4.37-3.289c.347-.143.742-.01.969.289c.361.478.787.904 1.265 1.265c.3.227.432.622.289.969c-.175.423-.685.599-1.056.33a8 8 0 0 1-1.797-1.797c-.269-.37-.093-.88.33-1.056M3.08 8.216c.347.144.532.518.481.89a6.6 6.6 0 0 0 0 1.789c.051.371-.134.745-.48.889c-.424.175-.908-.06-.98-.514a8 8 0 0 1 0-2.54c.072-.453.556-.69.98-.514m9.776 1.93a.5.5 0 0 0-.852.354l-.005 8a.5.5 0 0 0 .9.301l1.994-2.647l3.497.776a.5.5 0 0 0 .46-.843z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.369 3.847c-.176-.424-.685-.6-1.057-.33a8 8 0 0 0-1.796 1.796c-.269.37-.093.88.33 1.056c.347.143.742.01.969-.289A6.5 6.5 0 0 1 6.08 4.815c.299-.227.432-.622.289-.968m2.736-.286c-.371.051-.745-.134-.889-.48c-.175-.424.06-.908.513-.98a8 8 0 0 1 2.542 0c.452.072.688.556.513.98c-.143.346-.518.531-.889.48a6.6 6.6 0 0 0-1.79 0m7.049 2.808c-.347.143-.742.01-.969-.29a6.5 6.5 0 0 0-1.265-1.264c-.299-.227-.432-.622-.288-.968c.175-.424.684-.6 1.056-.33c.69.5 1.296 1.106 1.795 1.795c.27.372.094.881-.33 1.057m.766 5.415c-.347-.144-.532-.518-.481-.89a6.6 6.6 0 0 0 0-1.789c-.051-.371.134-.745.48-.889c.424-.175.908.06.98.513a8 8 0 0 1 0 2.542c-.072.452-.556.688-.98.513M8.216 16.92c.144-.347.518-.532.89-.481a6.6 6.6 0 0 0 1.789 0A1 1 0 0 1 11 16.43v1.507a8 8 0 0 1-2.27-.037c-.453-.072-.689-.557-.514-.98m-4.37-3.289c.347-.143.742-.01.969.289c.361.478.787.904 1.265 1.265c.3.227.432.622.289.969c-.175.423-.685.599-1.056.33a8 8 0 0 1-1.797-1.797c-.269-.37-.093-.88.33-1.056M3.08 8.216c.347.144.532.518.481.89a6.6 6.6 0 0 0 0 1.789c.051.371-.134.745-.48.889c-.424.175-.908-.06-.98-.514a8 8 0 0 1 0-2.54c.072-.453.556-.69.98-.514m9.776 1.93a.5.5 0 0 0-.852.354l-.005 8a.5.5 0 0 0 .9.301l1.994-2.647l3.497.776a.5.5 0 0 0 .46-.843z"/></svg> </template>
CSS
.icon-circle-hint-cursor-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.369%203.847c-.176-.424-.685-.6-1.057-.33a8%208%200%200%200-1.796%201.796c-.269.37-.093.88.33%201.056c.347.143.742.01.969-.289A6.5%206.5%200%200%201%206.08%204.815c.299-.227.432-.622.289-.968m2.736-.286c-.371.051-.745-.134-.889-.48c-.175-.424.06-.908.513-.98a8%208%200%200%201%202.542%200c.452.072.688.556.513.98c-.143.346-.518.531-.889.48a6.6%206.6%200%200%200-1.79%200m7.049%202.808c-.347.143-.742.01-.969-.29a6.5%206.5%200%200%200-1.265-1.264c-.299-.227-.432-.622-.288-.968c.175-.424.684-.6%201.056-.33c.69.5%201.296%201.106%201.795%201.795c.27.372.094.881-.33%201.057m.766%205.415c-.347-.144-.532-.518-.481-.89a6.6%206.6%200%200%200%200-1.789c-.051-.371.134-.745.48-.889c.424-.175.908.06.98.513a8%208%200%200%201%200%202.542c-.072.452-.556.688-.98.513M8.216%2016.92c.144-.347.518-.532.89-.481a6.6%206.6%200%200%200%201.789%200A1%201%200%200%201%2011%2016.43v1.507a8%208%200%200%201-2.27-.037c-.453-.072-.689-.557-.514-.98m-4.37-3.289c.347-.143.742-.01.969.289c.361.478.787.904%201.265%201.265c.3.227.432.622.289.969c-.175.423-.685.599-1.056.33a8%208%200%200%201-1.797-1.797c-.269-.37-.093-.88.33-1.056M3.08%208.216c.347.144.532.518.481.89a6.6%206.6%200%200%200%200%201.789c.051.371-.134.745-.48.889c-.424.175-.908-.06-.98-.514a8%208%200%200%201%200-2.54c.072-.453.556-.69.98-.514m9.776%201.93a.5.5%200%200%200-.852.354l-.005%208a.5.5%200%200%200%20.9.301l1.994-2.647l3.497.776a.5.5%200%200%200%20.46-.843z%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%22M6.369%203.847c-.176-.424-.685-.6-1.057-.33a8%208%200%200%200-1.796%201.796c-.269.37-.093.88.33%201.056c.347.143.742.01.969-.289A6.5%206.5%200%200%201%206.08%204.815c.299-.227.432-.622.289-.968m2.736-.286c-.371.051-.745-.134-.889-.48c-.175-.424.06-.908.513-.98a8%208%200%200%201%202.542%200c.452.072.688.556.513.98c-.143.346-.518.531-.889.48a6.6%206.6%200%200%200-1.79%200m7.049%202.808c-.347.143-.742.01-.969-.29a6.5%206.5%200%200%200-1.265-1.264c-.299-.227-.432-.622-.288-.968c.175-.424.684-.6%201.056-.33c.69.5%201.296%201.106%201.795%201.795c.27.372.094.881-.33%201.057m.766%205.415c-.347-.144-.532-.518-.481-.89a6.6%206.6%200%200%200%200-1.789c-.051-.371.134-.745.48-.889c.424-.175.908.06.98.513a8%208%200%200%201%200%202.542c-.072.452-.556.688-.98.513M8.216%2016.92c.144-.347.518-.532.89-.481a6.6%206.6%200%200%200%201.789%200A1%201%200%200%201%2011%2016.43v1.507a8%208%200%200%201-2.27-.037c-.453-.072-.689-.557-.514-.98m-4.37-3.289c.347-.143.742-.01.969.289c.361.478.787.904%201.265%201.265c.3.227.432.622.289.969c-.175.423-.685.599-1.056.33a8%208%200%200%201-1.797-1.797c-.269-.37-.093-.88.33-1.056M3.08%208.216c.347.144.532.518.481.89a6.6%206.6%200%200%200%200%201.789c.051.371-.134.745-.48.889c-.424.175-.908-.06-.98-.514a8%208%200%200%201%200-2.54c.072-.453.556-.69.98-.514m9.776%201.93a.5.5%200%200%200-.852.354l-.005%208a.5.5%200%200%200%20.9.301l1.994-2.647l3.497.776a.5.5%200%200%200%20.46-.843z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/circle-hint-cursor-20-filled.svg?color=%231a73e8&size=48