circle hint cursor icon

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

Name
circle-hint-cursor-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M4.158 2.147a.475.475 0 0 1 .698.23a.54.54 0 0 1-.207.645a6 6 0 0 0-1.63 1.631a.54.54 0 0 1-.645.208a.475.475 0 0 1-.23-.697a7 7 0 0 1 2.014-2.017m2.083-.346a.54.54 0 0 0 .604.31A6 6 0 0 1 9.15 2.11a.54.54 0 0 0 .603-.31a.475.475 0 0 0-.33-.655a7 7 0 0 0-2.852.001a.475.475 0 0 0-.33.655m6.738 2.85c.142.21.41.304.645.207a.475.475 0 0 0 .23-.697a7 7 0 0 0-2.018-2.017a.475.475 0 0 0-.697.23a.54.54 0 0 0 .208.645a6 6 0 0 1 1.632 1.631m.91 4.504a.54.54 0 0 0 .31.604a.475.475 0 0 0 .655-.33a7 7 0 0 0 0-2.856a.475.475 0 0 0-.655-.33a.54.54 0 0 0-.31.604a6 6 0 0 1 0 2.308M3.02 11.348a.54.54 0 0 0-.645-.207a.475.475 0 0 0-.23.697a7 7 0 0 0 2.013 2.015a.476.476 0 0 0 .698-.23a.54.54 0 0 0-.207-.646a6 6 0 0 1-1.629-1.629M2.11 6.85a.54.54 0 0 0-.31-.603a.475.475 0 0 0-.655.33a7 7 0 0 0 0 2.848c.06.294.378.445.656.33a.54.54 0 0 0 .31-.603a6 6 0 0 1 0-2.302m6.746.296a.5.5 0 0 0-.852.354L8 15.5a.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 FluentCircleHintCursor16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.158 2.147a.475.475 0 0 1 .698.23a.54.54 0 0 1-.207.645a6 6 0 0 0-1.63 1.631a.54.54 0 0 1-.645.208a.475.475 0 0 1-.23-.697a7 7 0 0 1 2.014-2.017m2.083-.346a.54.54 0 0 0 .604.31A6 6 0 0 1 9.15 2.11a.54.54 0 0 0 .603-.31a.475.475 0 0 0-.33-.655a7 7 0 0 0-2.852.001a.475.475 0 0 0-.33.655m6.738 2.85c.142.21.41.304.645.207a.475.475 0 0 0 .23-.697a7 7 0 0 0-2.018-2.017a.475.475 0 0 0-.697.23a.54.54 0 0 0 .208.645a6 6 0 0 1 1.632 1.631m.91 4.504a.54.54 0 0 0 .31.604a.475.475 0 0 0 .655-.33a7 7 0 0 0 0-2.856a.475.475 0 0 0-.655-.33a.54.54 0 0 0-.31.604a6 6 0 0 1 0 2.308M3.02 11.348a.54.54 0 0 0-.645-.207a.475.475 0 0 0-.23.697a7 7 0 0 0 2.013 2.015a.476.476 0 0 0 .698-.23a.54.54 0 0 0-.207-.646a6 6 0 0 1-1.629-1.629M2.11 6.85a.54.54 0 0 0-.31-.603a.475.475 0 0 0-.655.33a7 7 0 0 0 0 2.848c.06.294.378.445.656.33a.54.54 0 0 0 .31-.603a6 6 0 0 1 0-2.302m6.746.296a.5.5 0 0 0-.852.354L8 15.5a.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 16 16"><path fill="currentColor" d="M4.158 2.147a.475.475 0 0 1 .698.23a.54.54 0 0 1-.207.645a6 6 0 0 0-1.63 1.631a.54.54 0 0 1-.645.208a.475.475 0 0 1-.23-.697a7 7 0 0 1 2.014-2.017m2.083-.346a.54.54 0 0 0 .604.31A6 6 0 0 1 9.15 2.11a.54.54 0 0 0 .603-.31a.475.475 0 0 0-.33-.655a7 7 0 0 0-2.852.001a.475.475 0 0 0-.33.655m6.738 2.85c.142.21.41.304.645.207a.475.475 0 0 0 .23-.697a7 7 0 0 0-2.018-2.017a.475.475 0 0 0-.697.23a.54.54 0 0 0 .208.645a6 6 0 0 1 1.632 1.631m.91 4.504a.54.54 0 0 0 .31.604a.475.475 0 0 0 .655-.33a7 7 0 0 0 0-2.856a.475.475 0 0 0-.655-.33a.54.54 0 0 0-.31.604a6 6 0 0 1 0 2.308M3.02 11.348a.54.54 0 0 0-.645-.207a.475.475 0 0 0-.23.697a7 7 0 0 0 2.013 2.015a.476.476 0 0 0 .698-.23a.54.54 0 0 0-.207-.646a6 6 0 0 1-1.629-1.629M2.11 6.85a.54.54 0 0 0-.31-.603a.475.475 0 0 0-.655.33a7 7 0 0 0 0 2.848c.06.294.378.445.656.33a.54.54 0 0 0 .31-.603a6 6 0 0 1 0-2.302m6.746.296a.5.5 0 0 0-.852.354L8 15.5a.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-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.158%202.147a.475.475%200%200%201%20.698.23a.54.54%200%200%201-.207.645a6%206%200%200%200-1.63%201.631a.54.54%200%200%201-.645.208a.475.475%200%200%201-.23-.697a7%207%200%200%201%202.014-2.017m2.083-.346a.54.54%200%200%200%20.604.31A6%206%200%200%201%209.15%202.11a.54.54%200%200%200%20.603-.31a.475.475%200%200%200-.33-.655a7%207%200%200%200-2.852.001a.475.475%200%200%200-.33.655m6.738%202.85c.142.21.41.304.645.207a.475.475%200%200%200%20.23-.697a7%207%200%200%200-2.018-2.017a.475.475%200%200%200-.697.23a.54.54%200%200%200%20.208.645a6%206%200%200%201%201.632%201.631m.91%204.504a.54.54%200%200%200%20.31.604a.475.475%200%200%200%20.655-.33a7%207%200%200%200%200-2.856a.475.475%200%200%200-.655-.33a.54.54%200%200%200-.31.604a6%206%200%200%201%200%202.308M3.02%2011.348a.54.54%200%200%200-.645-.207a.475.475%200%200%200-.23.697a7%207%200%200%200%202.013%202.015a.476.476%200%200%200%20.698-.23a.54.54%200%200%200-.207-.646a6%206%200%200%201-1.629-1.629M2.11%206.85a.54.54%200%200%200-.31-.603a.475.475%200%200%200-.655.33a7%207%200%200%200%200%202.848c.06.294.378.445.656.33a.54.54%200%200%200%20.31-.603a6%206%200%200%201%200-2.302m6.746.296a.5.5%200%200%200-.852.354L8%2015.5a.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.158%202.147a.475.475%200%200%201%20.698.23a.54.54%200%200%201-.207.645a6%206%200%200%200-1.63%201.631a.54.54%200%200%201-.645.208a.475.475%200%200%201-.23-.697a7%207%200%200%201%202.014-2.017m2.083-.346a.54.54%200%200%200%20.604.31A6%206%200%200%201%209.15%202.11a.54.54%200%200%200%20.603-.31a.475.475%200%200%200-.33-.655a7%207%200%200%200-2.852.001a.475.475%200%200%200-.33.655m6.738%202.85c.142.21.41.304.645.207a.475.475%200%200%200%20.23-.697a7%207%200%200%200-2.018-2.017a.475.475%200%200%200-.697.23a.54.54%200%200%200%20.208.645a6%206%200%200%201%201.632%201.631m.91%204.504a.54.54%200%200%200%20.31.604a.475.475%200%200%200%20.655-.33a7%207%200%200%200%200-2.856a.475.475%200%200%200-.655-.33a.54.54%200%200%200-.31.604a6%206%200%200%201%200%202.308M3.02%2011.348a.54.54%200%200%200-.645-.207a.475.475%200%200%200-.23.697a7%207%200%200%200%202.013%202.015a.476.476%200%200%200%20.698-.23a.54.54%200%200%200-.207-.646a6%206%200%200%201-1.629-1.629M2.11%206.85a.54.54%200%200%200-.31-.603a.475.475%200%200%200-.655.33a7%207%200%200%200%200%202.848c.06.294.378.445.656.33a.54.54%200%200%200%20.31-.603a6%206%200%200%201%200-2.302m6.746.296a.5.5%200%200%200-.852.354L8%2015.5a.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-16-regular.svg?color=%231a73e8&size=48