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

Name
circle-hint-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

13 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the circle hint icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.968 2.64c-.173-.419-.674-.597-1.042-.333a7 7 0 0 0-1.62 1.62c-.263.368-.086.869.333 1.042c.351.146.751.006.982-.297c.3-.396.655-.75 1.05-1.05c.303-.231.442-.631.297-.982m2.29-.09c-.377.05-.759-.134-.904-.485c-.174-.418.055-.898.502-.972a7 7 0 0 1 2.289 0c.447.074.675.554.502.972c-.146.351-.528.535-.905.485a5.6 5.6 0 0 0-1.484 0m6.103 2.418c-.352.146-.752.006-.982-.296a5.5 5.5 0 0 0-1.05-1.05c-.303-.23-.442-.631-.297-.982c.173-.419.674-.597 1.043-.333a7 7 0 0 1 1.618 1.619c.264.368.086.869-.332 1.042m.574 4.68c-.352-.146-.536-.528-.485-.904a5.6 5.6 0 0 0 0-1.486c-.05-.377.134-.759.485-.904c.418-.173.899.055.972.502a7 7 0 0 1 0 2.29c-.074.447-.554.675-.972.502m-2.903 3.712c-.145-.351-.005-.751.297-.981a5.5 5.5 0 0 0 1.049-1.05c.23-.302.63-.441.981-.296c.419.174.597.675.333 1.043a7 7 0 0 1-1.617 1.617c-.368.264-.87.086-1.043-.333m-4.679.575c.146-.351.528-.536.905-.485a5.5 5.5 0 0 0 1.484 0c.377-.05.76.134.905.485c.173.418-.055.898-.502.972a7 7 0 0 1-2.29 0c-.447-.074-.675-.554-.502-.972M2.64 11.033c.351-.146.751-.006.982.296c.3.395.654.749 1.05 1.05c.302.23.441.63.296.981c-.173.419-.674.597-1.043.333a7 7 0 0 1-1.617-1.618c-.264-.368-.086-.87.332-1.042m-.575-4.678c.351.145.535.527.484.904a5.6 5.6 0 0 0 0 1.484c.052.377-.133.759-.484.904c-.418.173-.898-.055-.972-.502a7 7 0 0 1 0-2.288c.073-.447.553-.675.972-.502"/></svg>

React

import type { SVGProps } from "react";

export function FluentCircleHint16Filled(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.968 2.64c-.173-.419-.674-.597-1.042-.333a7 7 0 0 0-1.62 1.62c-.263.368-.086.869.333 1.042c.351.146.751.006.982-.297c.3-.396.655-.75 1.05-1.05c.303-.231.442-.631.297-.982m2.29-.09c-.377.05-.759-.134-.904-.485c-.174-.418.055-.898.502-.972a7 7 0 0 1 2.289 0c.447.074.675.554.502.972c-.146.351-.528.535-.905.485a5.6 5.6 0 0 0-1.484 0m6.103 2.418c-.352.146-.752.006-.982-.296a5.5 5.5 0 0 0-1.05-1.05c-.303-.23-.442-.631-.297-.982c.173-.419.674-.597 1.043-.333a7 7 0 0 1 1.618 1.619c.264.368.086.869-.332 1.042m.574 4.68c-.352-.146-.536-.528-.485-.904a5.6 5.6 0 0 0 0-1.486c-.05-.377.134-.759.485-.904c.418-.173.899.055.972.502a7 7 0 0 1 0 2.29c-.074.447-.554.675-.972.502m-2.903 3.712c-.145-.351-.005-.751.297-.981a5.5 5.5 0 0 0 1.049-1.05c.23-.302.63-.441.981-.296c.419.174.597.675.333 1.043a7 7 0 0 1-1.617 1.617c-.368.264-.87.086-1.043-.333m-4.679.575c.146-.351.528-.536.905-.485a5.5 5.5 0 0 0 1.484 0c.377-.05.76.134.905.485c.173.418-.055.898-.502.972a7 7 0 0 1-2.29 0c-.447-.074-.675-.554-.502-.972M2.64 11.033c.351-.146.751-.006.982.296c.3.395.654.749 1.05 1.05c.302.23.441.63.296.981c-.173.419-.674.597-1.043.333a7 7 0 0 1-1.617-1.618c-.264-.368-.086-.87.332-1.042m-.575-4.678c.351.145.535.527.484.904a5.6 5.6 0 0 0 0 1.484c.052.377-.133.759-.484.904c-.418.173-.898-.055-.972-.502a7 7 0 0 1 0-2.288c.073-.447.553-.675.972-.502"/></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.968 2.64c-.173-.419-.674-.597-1.042-.333a7 7 0 0 0-1.62 1.62c-.263.368-.086.869.333 1.042c.351.146.751.006.982-.297c.3-.396.655-.75 1.05-1.05c.303-.231.442-.631.297-.982m2.29-.09c-.377.05-.759-.134-.904-.485c-.174-.418.055-.898.502-.972a7 7 0 0 1 2.289 0c.447.074.675.554.502.972c-.146.351-.528.535-.905.485a5.6 5.6 0 0 0-1.484 0m6.103 2.418c-.352.146-.752.006-.982-.296a5.5 5.5 0 0 0-1.05-1.05c-.303-.23-.442-.631-.297-.982c.173-.419.674-.597 1.043-.333a7 7 0 0 1 1.618 1.619c.264.368.086.869-.332 1.042m.574 4.68c-.352-.146-.536-.528-.485-.904a5.6 5.6 0 0 0 0-1.486c-.05-.377.134-.759.485-.904c.418-.173.899.055.972.502a7 7 0 0 1 0 2.29c-.074.447-.554.675-.972.502m-2.903 3.712c-.145-.351-.005-.751.297-.981a5.5 5.5 0 0 0 1.049-1.05c.23-.302.63-.441.981-.296c.419.174.597.675.333 1.043a7 7 0 0 1-1.617 1.617c-.368.264-.87.086-1.043-.333m-4.679.575c.146-.351.528-.536.905-.485a5.5 5.5 0 0 0 1.484 0c.377-.05.76.134.905.485c.173.418-.055.898-.502.972a7 7 0 0 1-2.29 0c-.447-.074-.675-.554-.502-.972M2.64 11.033c.351-.146.751-.006.982.296c.3.395.654.749 1.05 1.05c.302.23.441.63.296.981c-.173.419-.674.597-1.043.333a7 7 0 0 1-1.617-1.618c-.264-.368-.086-.87.332-1.042m-.575-4.678c.351.145.535.527.484.904a5.6 5.6 0 0 0 0 1.484c.052.377-.133.759-.484.904c-.418.173-.898-.055-.972-.502a7 7 0 0 1 0-2.288c.073-.447.553-.675.972-.502"/></svg>
</template>

CSS

.icon-circle-hint-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%22M4.968%202.64c-.173-.419-.674-.597-1.042-.333a7%207%200%200%200-1.62%201.62c-.263.368-.086.869.333%201.042c.351.146.751.006.982-.297c.3-.396.655-.75%201.05-1.05c.303-.231.442-.631.297-.982m2.29-.09c-.377.05-.759-.134-.904-.485c-.174-.418.055-.898.502-.972a7%207%200%200%201%202.289%200c.447.074.675.554.502.972c-.146.351-.528.535-.905.485a5.6%205.6%200%200%200-1.484%200m6.103%202.418c-.352.146-.752.006-.982-.296a5.5%205.5%200%200%200-1.05-1.05c-.303-.23-.442-.631-.297-.982c.173-.419.674-.597%201.043-.333a7%207%200%200%201%201.618%201.619c.264.368.086.869-.332%201.042m.574%204.68c-.352-.146-.536-.528-.485-.904a5.6%205.6%200%200%200%200-1.486c-.05-.377.134-.759.485-.904c.418-.173.899.055.972.502a7%207%200%200%201%200%202.29c-.074.447-.554.675-.972.502m-2.903%203.712c-.145-.351-.005-.751.297-.981a5.5%205.5%200%200%200%201.049-1.05c.23-.302.63-.441.981-.296c.419.174.597.675.333%201.043a7%207%200%200%201-1.617%201.617c-.368.264-.87.086-1.043-.333m-4.679.575c.146-.351.528-.536.905-.485a5.5%205.5%200%200%200%201.484%200c.377-.05.76.134.905.485c.173.418-.055.898-.502.972a7%207%200%200%201-2.29%200c-.447-.074-.675-.554-.502-.972M2.64%2011.033c.351-.146.751-.006.982.296c.3.395.654.749%201.05%201.05c.302.23.441.63.296.981c-.173.419-.674.597-1.043.333a7%207%200%200%201-1.617-1.618c-.264-.368-.086-.87.332-1.042m-.575-4.678c.351.145.535.527.484.904a5.6%205.6%200%200%200%200%201.484c.052.377-.133.759-.484.904c-.418.173-.898-.055-.972-.502a7%207%200%200%201%200-2.288c.073-.447.553-.675.972-.502%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.968%202.64c-.173-.419-.674-.597-1.042-.333a7%207%200%200%200-1.62%201.62c-.263.368-.086.869.333%201.042c.351.146.751.006.982-.297c.3-.396.655-.75%201.05-1.05c.303-.231.442-.631.297-.982m2.29-.09c-.377.05-.759-.134-.904-.485c-.174-.418.055-.898.502-.972a7%207%200%200%201%202.289%200c.447.074.675.554.502.972c-.146.351-.528.535-.905.485a5.6%205.6%200%200%200-1.484%200m6.103%202.418c-.352.146-.752.006-.982-.296a5.5%205.5%200%200%200-1.05-1.05c-.303-.23-.442-.631-.297-.982c.173-.419.674-.597%201.043-.333a7%207%200%200%201%201.618%201.619c.264.368.086.869-.332%201.042m.574%204.68c-.352-.146-.536-.528-.485-.904a5.6%205.6%200%200%200%200-1.486c-.05-.377.134-.759.485-.904c.418-.173.899.055.972.502a7%207%200%200%201%200%202.29c-.074.447-.554.675-.972.502m-2.903%203.712c-.145-.351-.005-.751.297-.981a5.5%205.5%200%200%200%201.049-1.05c.23-.302.63-.441.981-.296c.419.174.597.675.333%201.043a7%207%200%200%201-1.617%201.617c-.368.264-.87.086-1.043-.333m-4.679.575c.146-.351.528-.536.905-.485a5.5%205.5%200%200%200%201.484%200c.377-.05.76.134.905.485c.173.418-.055.898-.502.972a7%207%200%200%201-2.29%200c-.447-.074-.675-.554-.502-.972M2.64%2011.033c.351-.146.751-.006.982.296c.3.395.654.749%201.05%201.05c.302.23.441.63.296.981c-.173.419-.674.597-1.043.333a7%207%200%200%201-1.617-1.618c-.264-.368-.086-.87.332-1.042m-.575-4.678c.351.145.535.527.484.904a5.6%205.6%200%200%200%200%201.484c.052.377-.133.759-.484.904c-.418.173-.898-.055-.972-.502a7%207%200%200%201%200-2.288c.073-.447.553-.675.972-.502%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/circle-hint-16-filled.svg?color=%231a73e8&size=48