circle hint cursor icon

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

Name
circle-hint-cursor-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M7.587 3.963c-.171-.414-.665-.591-1.04-.347a10.05 10.05 0 0 0-2.93 2.931c-.246.376-.069.87.346 1.04c.354.147.759.004.972-.315a8.6 8.6 0 0 1 2.337-2.337c.319-.213.462-.618.315-.972m2.759-.302c-.377.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98a10 10 0 0 1 4.147-.001c.438.092.662.566.49.98a.806.806 0 0 1-.91.465a8.5 8.5 0 0 0-3.306.001m9.69 3.925c-.354.147-.758.003-.972-.315a8.6 8.6 0 0 0-2.339-2.338c-.318-.213-.462-.618-.315-.972c.171-.414.665-.591 1.04-.347c1.17.762 2.17 1.762 2.933 2.931c.245.376.068.87-.346 1.041m.768 6.978c-.354-.147-.539-.535-.465-.911a8.5 8.5 0 0 0 0-3.309c-.074-.376.11-.764.465-.91c.414-.172.888.051.98.49a10 10 0 0 1 0 4.15c-.092.438-.566.661-.98.49m-11.37 6.24c.146-.354.534-.54.91-.465a8.5 8.5 0 0 0 2.657.103v1.509a10.1 10.1 0 0 1-3.077-.167c-.439-.092-.662-.566-.49-.98M3.96 16.41c.354-.147.759-.003.972.315a8.6 8.6 0 0 0 2.338 2.34c.319.213.462.618.315.972c-.171.414-.665.59-1.04.346a10.05 10.05 0 0 1-2.932-2.933c-.244-.375-.067-.869.347-1.04m-.765-6.975c.354.147.54.535.465.91a8.5 8.5 0 0 0 0 3.306c.073.376-.112.764-.466.911c-.414.172-.888-.052-.98-.49a10 10 0 0 1 0-4.147c.093-.438.567-.662.981-.49m11.29 2.615a.75.75 0 0 1 .826.198l6.365 7.057a.75.75 0 0 1-.738 1.23l-3.537-.878l-2.03 3.015a.75.75 0 0 1-1.372-.42l.005-9.502a.75.75 0 0 1 .48-.7"/></svg>

React

import type { SVGProps } from "react";

export function FluentCircleHintCursor24Regular(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.587 3.963c-.171-.414-.665-.591-1.04-.347a10.05 10.05 0 0 0-2.93 2.931c-.246.376-.069.87.346 1.04c.354.147.759.004.972-.315a8.6 8.6 0 0 1 2.337-2.337c.319-.213.462-.618.315-.972m2.759-.302c-.377.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98a10 10 0 0 1 4.147-.001c.438.092.662.566.49.98a.806.806 0 0 1-.91.465a8.5 8.5 0 0 0-3.306.001m9.69 3.925c-.354.147-.758.003-.972-.315a8.6 8.6 0 0 0-2.339-2.338c-.318-.213-.462-.618-.315-.972c.171-.414.665-.591 1.04-.347c1.17.762 2.17 1.762 2.933 2.931c.245.376.068.87-.346 1.041m.768 6.978c-.354-.147-.539-.535-.465-.911a8.5 8.5 0 0 0 0-3.309c-.074-.376.11-.764.465-.91c.414-.172.888.051.98.49a10 10 0 0 1 0 4.15c-.092.438-.566.661-.98.49m-11.37 6.24c.146-.354.534-.54.91-.465a8.5 8.5 0 0 0 2.657.103v1.509a10.1 10.1 0 0 1-3.077-.167c-.439-.092-.662-.566-.49-.98M3.96 16.41c.354-.147.759-.003.972.315a8.6 8.6 0 0 0 2.338 2.34c.319.213.462.618.315.972c-.171.414-.665.59-1.04.346a10.05 10.05 0 0 1-2.932-2.933c-.244-.375-.067-.869.347-1.04m-.765-6.975c.354.147.54.535.465.91a8.5 8.5 0 0 0 0 3.306c.073.376-.112.764-.466.911c-.414.172-.888-.052-.98-.49a10 10 0 0 1 0-4.147c.093-.438.567-.662.981-.49m11.29 2.615a.75.75 0 0 1 .826.198l6.365 7.057a.75.75 0 0 1-.738 1.23l-3.537-.878l-2.03 3.015a.75.75 0 0 1-1.372-.42l.005-9.502a.75.75 0 0 1 .48-.7"/></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.587 3.963c-.171-.414-.665-.591-1.04-.347a10.05 10.05 0 0 0-2.93 2.931c-.246.376-.069.87.346 1.04c.354.147.759.004.972-.315a8.6 8.6 0 0 1 2.337-2.337c.319-.213.462-.618.315-.972m2.759-.302c-.377.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98a10 10 0 0 1 4.147-.001c.438.092.662.566.49.98a.806.806 0 0 1-.91.465a8.5 8.5 0 0 0-3.306.001m9.69 3.925c-.354.147-.758.003-.972-.315a8.6 8.6 0 0 0-2.339-2.338c-.318-.213-.462-.618-.315-.972c.171-.414.665-.591 1.04-.347c1.17.762 2.17 1.762 2.933 2.931c.245.376.068.87-.346 1.041m.768 6.978c-.354-.147-.539-.535-.465-.911a8.5 8.5 0 0 0 0-3.309c-.074-.376.11-.764.465-.91c.414-.172.888.051.98.49a10 10 0 0 1 0 4.15c-.092.438-.566.661-.98.49m-11.37 6.24c.146-.354.534-.54.91-.465a8.5 8.5 0 0 0 2.657.103v1.509a10.1 10.1 0 0 1-3.077-.167c-.439-.092-.662-.566-.49-.98M3.96 16.41c.354-.147.759-.003.972.315a8.6 8.6 0 0 0 2.338 2.34c.319.213.462.618.315.972c-.171.414-.665.59-1.04.346a10.05 10.05 0 0 1-2.932-2.933c-.244-.375-.067-.869.347-1.04m-.765-6.975c.354.147.54.535.465.91a8.5 8.5 0 0 0 0 3.306c.073.376-.112.764-.466.911c-.414.172-.888-.052-.98-.49a10 10 0 0 1 0-4.147c.093-.438.567-.662.981-.49m11.29 2.615a.75.75 0 0 1 .826.198l6.365 7.057a.75.75 0 0 1-.738 1.23l-3.537-.878l-2.03 3.015a.75.75 0 0 1-1.372-.42l.005-9.502a.75.75 0 0 1 .48-.7"/></svg>
</template>

CSS

.icon-circle-hint-cursor-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.587%203.963c-.171-.414-.665-.591-1.04-.347a10.05%2010.05%200%200%200-2.93%202.931c-.246.376-.069.87.346%201.04c.354.147.759.004.972-.315a8.6%208.6%200%200%201%202.337-2.337c.319-.213.462-.618.315-.972m2.759-.302c-.377.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98a10%2010%200%200%201%204.147-.001c.438.092.662.566.49.98a.806.806%200%200%201-.91.465a8.5%208.5%200%200%200-3.306.001m9.69%203.925c-.354.147-.758.003-.972-.315a8.6%208.6%200%200%200-2.339-2.338c-.318-.213-.462-.618-.315-.972c.171-.414.665-.591%201.04-.347c1.17.762%202.17%201.762%202.933%202.931c.245.376.068.87-.346%201.041m.768%206.978c-.354-.147-.539-.535-.465-.911a8.5%208.5%200%200%200%200-3.309c-.074-.376.11-.764.465-.91c.414-.172.888.051.98.49a10%2010%200%200%201%200%204.15c-.092.438-.566.661-.98.49m-11.37%206.24c.146-.354.534-.54.91-.465a8.5%208.5%200%200%200%202.657.103v1.509a10.1%2010.1%200%200%201-3.077-.167c-.439-.092-.662-.566-.49-.98M3.96%2016.41c.354-.147.759-.003.972.315a8.6%208.6%200%200%200%202.338%202.34c.319.213.462.618.315.972c-.171.414-.665.59-1.04.346a10.05%2010.05%200%200%201-2.932-2.933c-.244-.375-.067-.869.347-1.04m-.765-6.975c.354.147.54.535.465.91a8.5%208.5%200%200%200%200%203.306c.073.376-.112.764-.466.911c-.414.172-.888-.052-.98-.49a10%2010%200%200%201%200-4.147c.093-.438.567-.662.981-.49m11.29%202.615a.75.75%200%200%201%20.826.198l6.365%207.057a.75.75%200%200%201-.738%201.23l-3.537-.878l-2.03%203.015a.75.75%200%200%201-1.372-.42l.005-9.502a.75.75%200%200%201%20.48-.7%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.587%203.963c-.171-.414-.665-.591-1.04-.347a10.05%2010.05%200%200%200-2.93%202.931c-.246.376-.069.87.346%201.04c.354.147.759.004.972-.315a8.6%208.6%200%200%201%202.337-2.337c.319-.213.462-.618.315-.972m2.759-.302c-.377.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98a10%2010%200%200%201%204.147-.001c.438.092.662.566.49.98a.806.806%200%200%201-.91.465a8.5%208.5%200%200%200-3.306.001m9.69%203.925c-.354.147-.758.003-.972-.315a8.6%208.6%200%200%200-2.339-2.338c-.318-.213-.462-.618-.315-.972c.171-.414.665-.591%201.04-.347c1.17.762%202.17%201.762%202.933%202.931c.245.376.068.87-.346%201.041m.768%206.978c-.354-.147-.539-.535-.465-.911a8.5%208.5%200%200%200%200-3.309c-.074-.376.11-.764.465-.91c.414-.172.888.051.98.49a10%2010%200%200%201%200%204.15c-.092.438-.566.661-.98.49m-11.37%206.24c.146-.354.534-.54.91-.465a8.5%208.5%200%200%200%202.657.103v1.509a10.1%2010.1%200%200%201-3.077-.167c-.439-.092-.662-.566-.49-.98M3.96%2016.41c.354-.147.759-.003.972.315a8.6%208.6%200%200%200%202.338%202.34c.319.213.462.618.315.972c-.171.414-.665.59-1.04.346a10.05%2010.05%200%200%201-2.932-2.933c-.244-.375-.067-.869.347-1.04m-.765-6.975c.354.147.54.535.465.91a8.5%208.5%200%200%200%200%203.306c.073.376-.112.764-.466.911c-.414.172-.888-.052-.98-.49a10%2010%200%200%201%200-4.147c.093-.438.567-.662.981-.49m11.29%202.615a.75.75%200%200%201%20.826.198l6.365%207.057a.75.75%200%200%201-.738%201.23l-3.537-.878l-2.03%203.015a.75.75%200%200%201-1.372-.42l.005-9.502a.75.75%200%200%201%20.48-.7%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-24-regular.svg?color=%231a73e8&size=48