circle hint cursor icon
circle-hint-cursor-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- circle-hint-cursor-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M3.926 2.307c.368-.264.869-.086 1.042.333c.145.35.006.751-.297.981a5.5 5.5 0 0 0-1.05 1.051c-.23.303-.63.443-.982.297c-.419-.173-.596-.674-.333-1.042a7 7 0 0 1 1.62-1.62m2.428-.242c.145.351.527.535.904.485a5.6 5.6 0 0 1 1.484 0c.377.05.759-.134.905-.485c.173-.418-.055-.898-.502-.972a7 7 0 0 0-2.29 0c-.446.074-.675.554-.501.972m6.025 2.607c.23.302.63.442.982.296c.418-.173.596-.674.332-1.042a7 7 0 0 0-1.618-1.619c-.369-.264-.87-.086-1.043.333c-.145.35-.006.751.297.981c.395.301.749.655 1.05 1.05m1.071 4.072c-.05.376.133.758.485.904c.418.173.898-.055.972-.502a7 7 0 0 0 0-2.29c-.073-.447-.553-.675-.972-.502c-.351.145-.535.527-.485.904a5.6 5.6 0 0 1 0 1.486m-9.828 2.585c-.23-.302-.63-.442-.982-.296c-.418.173-.596.674-.332 1.042a7 7 0 0 0 1.617 1.618c.369.264.87.086 1.043-.333c.145-.35.006-.751-.297-.981a5.5 5.5 0 0 1-1.05-1.05M2.549 7.26c.051-.377-.133-.759-.484-.904c-.419-.173-.899.055-.972.502a7 7 0 0 0 0 2.288c.074.447.554.675.972.502c.351-.145.536-.527.485-.904a5.6 5.6 0 0 1 0-1.484m6.307-.113a.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 FluentCircleHintCursor16Filled(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="M3.926 2.307c.368-.264.869-.086 1.042.333c.145.35.006.751-.297.981a5.5 5.5 0 0 0-1.05 1.051c-.23.303-.63.443-.982.297c-.419-.173-.596-.674-.333-1.042a7 7 0 0 1 1.62-1.62m2.428-.242c.145.351.527.535.904.485a5.6 5.6 0 0 1 1.484 0c.377.05.759-.134.905-.485c.173-.418-.055-.898-.502-.972a7 7 0 0 0-2.29 0c-.446.074-.675.554-.501.972m6.025 2.607c.23.302.63.442.982.296c.418-.173.596-.674.332-1.042a7 7 0 0 0-1.618-1.619c-.369-.264-.87-.086-1.043.333c-.145.35-.006.751.297.981c.395.301.749.655 1.05 1.05m1.071 4.072c-.05.376.133.758.485.904c.418.173.898-.055.972-.502a7 7 0 0 0 0-2.29c-.073-.447-.553-.675-.972-.502c-.351.145-.535.527-.485.904a5.6 5.6 0 0 1 0 1.486m-9.828 2.585c-.23-.302-.63-.442-.982-.296c-.418.173-.596.674-.332 1.042a7 7 0 0 0 1.617 1.618c.369.264.87.086 1.043-.333c.145-.35.006-.751-.297-.981a5.5 5.5 0 0 1-1.05-1.05M2.549 7.26c.051-.377-.133-.759-.484-.904c-.419-.173-.899.055-.972.502a7 7 0 0 0 0 2.288c.074.447.554.675.972.502c.351-.145.536-.527.485-.904a5.6 5.6 0 0 1 0-1.484m6.307-.113a.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="M3.926 2.307c.368-.264.869-.086 1.042.333c.145.35.006.751-.297.981a5.5 5.5 0 0 0-1.05 1.051c-.23.303-.63.443-.982.297c-.419-.173-.596-.674-.333-1.042a7 7 0 0 1 1.62-1.62m2.428-.242c.145.351.527.535.904.485a5.6 5.6 0 0 1 1.484 0c.377.05.759-.134.905-.485c.173-.418-.055-.898-.502-.972a7 7 0 0 0-2.29 0c-.446.074-.675.554-.501.972m6.025 2.607c.23.302.63.442.982.296c.418-.173.596-.674.332-1.042a7 7 0 0 0-1.618-1.619c-.369-.264-.87-.086-1.043.333c-.145.35-.006.751.297.981c.395.301.749.655 1.05 1.05m1.071 4.072c-.05.376.133.758.485.904c.418.173.898-.055.972-.502a7 7 0 0 0 0-2.29c-.073-.447-.553-.675-.972-.502c-.351.145-.535.527-.485.904a5.6 5.6 0 0 1 0 1.486m-9.828 2.585c-.23-.302-.63-.442-.982-.296c-.418.173-.596.674-.332 1.042a7 7 0 0 0 1.617 1.618c.369.264.87.086 1.043-.333c.145-.35.006-.751-.297-.981a5.5 5.5 0 0 1-1.05-1.05M2.549 7.26c.051-.377-.133-.759-.484-.904c-.419-.173-.899.055-.972.502a7 7 0 0 0 0 2.288c.074.447.554.675.972.502c.351-.145.536-.527.485-.904a5.6 5.6 0 0 1 0-1.484m6.307-.113a.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-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.926%202.307c.368-.264.869-.086%201.042.333c.145.35.006.751-.297.981a5.5%205.5%200%200%200-1.05%201.051c-.23.303-.63.443-.982.297c-.419-.173-.596-.674-.333-1.042a7%207%200%200%201%201.62-1.62m2.428-.242c.145.351.527.535.904.485a5.6%205.6%200%200%201%201.484%200c.377.05.759-.134.905-.485c.173-.418-.055-.898-.502-.972a7%207%200%200%200-2.29%200c-.446.074-.675.554-.501.972m6.025%202.607c.23.302.63.442.982.296c.418-.173.596-.674.332-1.042a7%207%200%200%200-1.618-1.619c-.369-.264-.87-.086-1.043.333c-.145.35-.006.751.297.981c.395.301.749.655%201.05%201.05m1.071%204.072c-.05.376.133.758.485.904c.418.173.898-.055.972-.502a7%207%200%200%200%200-2.29c-.073-.447-.553-.675-.972-.502c-.351.145-.535.527-.485.904a5.6%205.6%200%200%201%200%201.486m-9.828%202.585c-.23-.302-.63-.442-.982-.296c-.418.173-.596.674-.332%201.042a7%207%200%200%200%201.617%201.618c.369.264.87.086%201.043-.333c.145-.35.006-.751-.297-.981a5.5%205.5%200%200%201-1.05-1.05M2.549%207.26c.051-.377-.133-.759-.484-.904c-.419-.173-.899.055-.972.502a7%207%200%200%200%200%202.288c.074.447.554.675.972.502c.351-.145.536-.527.485-.904a5.6%205.6%200%200%201%200-1.484m6.307-.113a.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%22M3.926%202.307c.368-.264.869-.086%201.042.333c.145.35.006.751-.297.981a5.5%205.5%200%200%200-1.05%201.051c-.23.303-.63.443-.982.297c-.419-.173-.596-.674-.333-1.042a7%207%200%200%201%201.62-1.62m2.428-.242c.145.351.527.535.904.485a5.6%205.6%200%200%201%201.484%200c.377.05.759-.134.905-.485c.173-.418-.055-.898-.502-.972a7%207%200%200%200-2.29%200c-.446.074-.675.554-.501.972m6.025%202.607c.23.302.63.442.982.296c.418-.173.596-.674.332-1.042a7%207%200%200%200-1.618-1.619c-.369-.264-.87-.086-1.043.333c-.145.35-.006.751.297.981c.395.301.749.655%201.05%201.05m1.071%204.072c-.05.376.133.758.485.904c.418.173.898-.055.972-.502a7%207%200%200%200%200-2.29c-.073-.447-.553-.675-.972-.502c-.351.145-.535.527-.485.904a5.6%205.6%200%200%201%200%201.486m-9.828%202.585c-.23-.302-.63-.442-.982-.296c-.418.173-.596.674-.332%201.042a7%207%200%200%200%201.617%201.618c.369.264.87.086%201.043-.333c.145-.35.006-.751-.297-.981a5.5%205.5%200%200%201-1.05-1.05M2.549%207.26c.051-.377-.133-.759-.484-.904c-.419-.173-.899.055-.972.502a7%207%200%200%200%200%202.288c.074.447.554.675.972.502c.351-.145.536-.527.485-.904a5.6%205.6%200%200%201%200-1.484m6.307-.113a.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-filled.svg?color=%231a73e8&size=48