circle hint cursor icon

circle-hint-cursor-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
circle-hint-cursor-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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.255 3.579a.478.478 0 0 0-.706-.227a8 8 0 0 0-2.2 2.2a.478.478 0 0 0 .228.706a.53.53 0 0 0 .638-.2a7 7 0 0 1 1.84-1.84a.53.53 0 0 0 .2-.639m2.44-.458a.53.53 0 0 1-.593-.31a.478.478 0 0 1 .338-.659a8 8 0 0 1 3.115-.001c.298.059.454.38.338.66a.53.53 0 0 1-.594.31a7 7 0 0 0-2.603 0m7.727 3.135a.53.53 0 0 1-.638-.2a7 7 0 0 0-1.842-1.842a.53.53 0 0 1-.201-.638a.478.478 0 0 1 .706-.228A8 8 0 0 1 16.65 5.55c.17.253.054.59-.227.706m.766 5.64a.53.53 0 0 1-.309-.593a7 7 0 0 0 0-2.606a.53.53 0 0 1 .31-.593c.28-.117.6.04.66.338a8 8 0 0 1 0 3.116a.478.478 0 0 1-.66.338m-9.086 5.292a.53.53 0 0 1 .594-.31a7 7 0 0 0 2.305.05v1.01a8 8 0 0 1-2.56-.09a.478.478 0 0 1-.339-.66m-4.525-3.446a.53.53 0 0 1 .638.2a7 7 0 0 0 1.84 1.841a.53.53 0 0 1 .2.638a.478.478 0 0 1-.706.228a8 8 0 0 1-2.2-2.202a.478.478 0 0 1 .228-.705M2.81 8.106a.53.53 0 0 1 .31.593a7 7 0 0 0 0 2.601a.53.53 0 0 1-.31.594a.478.478 0 0 1-.66-.338a8 8 0 0 1 0-3.112a.478.478 0 0 1 .66-.338m10.045 2.04a.5.5 0 0 0-.852.354l-.003 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 FluentCircleHintCursor20Regular(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.255 3.579a.478.478 0 0 0-.706-.227a8 8 0 0 0-2.2 2.2a.478.478 0 0 0 .228.706a.53.53 0 0 0 .638-.2a7 7 0 0 1 1.84-1.84a.53.53 0 0 0 .2-.639m2.44-.458a.53.53 0 0 1-.593-.31a.478.478 0 0 1 .338-.659a8 8 0 0 1 3.115-.001c.298.059.454.38.338.66a.53.53 0 0 1-.594.31a7 7 0 0 0-2.603 0m7.727 3.135a.53.53 0 0 1-.638-.2a7 7 0 0 0-1.842-1.842a.53.53 0 0 1-.201-.638a.478.478 0 0 1 .706-.228A8 8 0 0 1 16.65 5.55c.17.253.054.59-.227.706m.766 5.64a.53.53 0 0 1-.309-.593a7 7 0 0 0 0-2.606a.53.53 0 0 1 .31-.593c.28-.117.6.04.66.338a8 8 0 0 1 0 3.116a.478.478 0 0 1-.66.338m-9.086 5.292a.53.53 0 0 1 .594-.31a7 7 0 0 0 2.305.05v1.01a8 8 0 0 1-2.56-.09a.478.478 0 0 1-.339-.66m-4.525-3.446a.53.53 0 0 1 .638.2a7 7 0 0 0 1.84 1.841a.53.53 0 0 1 .2.638a.478.478 0 0 1-.706.228a8 8 0 0 1-2.2-2.202a.478.478 0 0 1 .228-.705M2.81 8.106a.53.53 0 0 1 .31.593a7 7 0 0 0 0 2.601a.53.53 0 0 1-.31.594a.478.478 0 0 1-.66-.338a8 8 0 0 1 0-3.112a.478.478 0 0 1 .66-.338m10.045 2.04a.5.5 0 0 0-.852.354l-.003 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.255 3.579a.478.478 0 0 0-.706-.227a8 8 0 0 0-2.2 2.2a.478.478 0 0 0 .228.706a.53.53 0 0 0 .638-.2a7 7 0 0 1 1.84-1.84a.53.53 0 0 0 .2-.639m2.44-.458a.53.53 0 0 1-.593-.31a.478.478 0 0 1 .338-.659a8 8 0 0 1 3.115-.001c.298.059.454.38.338.66a.53.53 0 0 1-.594.31a7 7 0 0 0-2.603 0m7.727 3.135a.53.53 0 0 1-.638-.2a7 7 0 0 0-1.842-1.842a.53.53 0 0 1-.201-.638a.478.478 0 0 1 .706-.228A8 8 0 0 1 16.65 5.55c.17.253.054.59-.227.706m.766 5.64a.53.53 0 0 1-.309-.593a7 7 0 0 0 0-2.606a.53.53 0 0 1 .31-.593c.28-.117.6.04.66.338a8 8 0 0 1 0 3.116a.478.478 0 0 1-.66.338m-9.086 5.292a.53.53 0 0 1 .594-.31a7 7 0 0 0 2.305.05v1.01a8 8 0 0 1-2.56-.09a.478.478 0 0 1-.339-.66m-4.525-3.446a.53.53 0 0 1 .638.2a7 7 0 0 0 1.84 1.841a.53.53 0 0 1 .2.638a.478.478 0 0 1-.706.228a8 8 0 0 1-2.2-2.202a.478.478 0 0 1 .228-.705M2.81 8.106a.53.53 0 0 1 .31.593a7 7 0 0 0 0 2.601a.53.53 0 0 1-.31.594a.478.478 0 0 1-.66-.338a8 8 0 0 1 0-3.112a.478.478 0 0 1 .66-.338m10.045 2.04a.5.5 0 0 0-.852.354l-.003 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-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%22M6.255%203.579a.478.478%200%200%200-.706-.227a8%208%200%200%200-2.2%202.2a.478.478%200%200%200%20.228.706a.53.53%200%200%200%20.638-.2a7%207%200%200%201%201.84-1.84a.53.53%200%200%200%20.2-.639m2.44-.458a.53.53%200%200%201-.593-.31a.478.478%200%200%201%20.338-.659a8%208%200%200%201%203.115-.001c.298.059.454.38.338.66a.53.53%200%200%201-.594.31a7%207%200%200%200-2.603%200m7.727%203.135a.53.53%200%200%201-.638-.2a7%207%200%200%200-1.842-1.842a.53.53%200%200%201-.201-.638a.478.478%200%200%201%20.706-.228A8%208%200%200%201%2016.65%205.55c.17.253.054.59-.227.706m.766%205.64a.53.53%200%200%201-.309-.593a7%207%200%200%200%200-2.606a.53.53%200%200%201%20.31-.593c.28-.117.6.04.66.338a8%208%200%200%201%200%203.116a.478.478%200%200%201-.66.338m-9.086%205.292a.53.53%200%200%201%20.594-.31a7%207%200%200%200%202.305.05v1.01a8%208%200%200%201-2.56-.09a.478.478%200%200%201-.339-.66m-4.525-3.446a.53.53%200%200%201%20.638.2a7%207%200%200%200%201.84%201.841a.53.53%200%200%201%20.2.638a.478.478%200%200%201-.706.228a8%208%200%200%201-2.2-2.202a.478.478%200%200%201%20.228-.705M2.81%208.106a.53.53%200%200%201%20.31.593a7%207%200%200%200%200%202.601a.53.53%200%200%201-.31.594a.478.478%200%200%201-.66-.338a8%208%200%200%201%200-3.112a.478.478%200%200%201%20.66-.338m10.045%202.04a.5.5%200%200%200-.852.354l-.003%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.255%203.579a.478.478%200%200%200-.706-.227a8%208%200%200%200-2.2%202.2a.478.478%200%200%200%20.228.706a.53.53%200%200%200%20.638-.2a7%207%200%200%201%201.84-1.84a.53.53%200%200%200%20.2-.639m2.44-.458a.53.53%200%200%201-.593-.31a.478.478%200%200%201%20.338-.659a8%208%200%200%201%203.115-.001c.298.059.454.38.338.66a.53.53%200%200%201-.594.31a7%207%200%200%200-2.603%200m7.727%203.135a.53.53%200%200%201-.638-.2a7%207%200%200%200-1.842-1.842a.53.53%200%200%201-.201-.638a.478.478%200%200%201%20.706-.228A8%208%200%200%201%2016.65%205.55c.17.253.054.59-.227.706m.766%205.64a.53.53%200%200%201-.309-.593a7%207%200%200%200%200-2.606a.53.53%200%200%201%20.31-.593c.28-.117.6.04.66.338a8%208%200%200%201%200%203.116a.478.478%200%200%201-.66.338m-9.086%205.292a.53.53%200%200%201%20.594-.31a7%207%200%200%200%202.305.05v1.01a8%208%200%200%201-2.56-.09a.478.478%200%200%201-.339-.66m-4.525-3.446a.53.53%200%200%201%20.638.2a7%207%200%200%200%201.84%201.841a.53.53%200%200%201%20.2.638a.478.478%200%200%201-.706.228a8%208%200%200%201-2.2-2.202a.478.478%200%200%201%20.228-.705M2.81%208.106a.53.53%200%200%201%20.31.593a7%207%200%200%200%200%202.601a.53.53%200%200%201-.31.594a.478.478%200%200%201-.66-.338a8%208%200%200%201%200-3.112a.478.478%200%200%201%20.66-.338m10.045%202.04a.5.5%200%200%200-.852.354l-.003%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-regular.svg?color=%231a73e8&size=48