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

Name
circle-hint-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M8.697 2.106a8.2 8.2 0 0 1 2.606 0a.75.75 0 0 1-.243 1.48a6.7 6.7 0 0 0-2.12 0a.75.75 0 1 1-.243-1.48M6.386 3.669a.75.75 0 0 1-.172 1.047a6.5 6.5 0 0 0-1.499 1.498a.75.75 0 0 1-1.218-.875a8 8 0 0 1 1.842-1.842a.75.75 0 0 1 1.047.172m7.228 0a.75.75 0 0 1 1.046-.172a8 8 0 0 1 1.843 1.842a.75.75 0 0 1-1.219.875a6.5 6.5 0 0 0-1.498-1.498a.75.75 0 0 1-.172-1.047M2.967 8.079a.75.75 0 0 1 .619.86a6.7 6.7 0 0 0 0 2.121a.75.75 0 0 1-1.48.243a8.2 8.2 0 0 1 0-2.606a.75.75 0 0 1 .86-.619m14.066 0a.75.75 0 0 1 .861.618c.14.85.14 1.757 0 2.606a.75.75 0 0 1-1.48-.243a6.7 6.7 0 0 0 0-2.12a.75.75 0 0 1 .619-.862M3.669 13.613a.75.75 0 0 1 1.046.172a6.5 6.5 0 0 0 1.499 1.498a.75.75 0 1 1-.875 1.219a8 8 0 0 1-1.842-1.842a.75.75 0 0 1 .172-1.047m12.662 0a.75.75 0 0 1 .172 1.047a8 8 0 0 1-1.843 1.842a.75.75 0 0 1-.874-1.219a6.5 6.5 0 0 0 1.498-1.498a.75.75 0 0 1 1.047-.172m-8.253 3.419a.75.75 0 0 1 .861-.619c.69.113 1.432.113 2.12 0a.75.75 0 0 1 .244 1.48c-.85.14-1.757.14-2.606 0a.75.75 0 0 1-.619-.861"/></svg>

React

import type { SVGProps } from "react";

export function FluentCircleHint20Filled(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="M8.697 2.106a8.2 8.2 0 0 1 2.606 0a.75.75 0 0 1-.243 1.48a6.7 6.7 0 0 0-2.12 0a.75.75 0 1 1-.243-1.48M6.386 3.669a.75.75 0 0 1-.172 1.047a6.5 6.5 0 0 0-1.499 1.498a.75.75 0 0 1-1.218-.875a8 8 0 0 1 1.842-1.842a.75.75 0 0 1 1.047.172m7.228 0a.75.75 0 0 1 1.046-.172a8 8 0 0 1 1.843 1.842a.75.75 0 0 1-1.219.875a6.5 6.5 0 0 0-1.498-1.498a.75.75 0 0 1-.172-1.047M2.967 8.079a.75.75 0 0 1 .619.86a6.7 6.7 0 0 0 0 2.121a.75.75 0 0 1-1.48.243a8.2 8.2 0 0 1 0-2.606a.75.75 0 0 1 .86-.619m14.066 0a.75.75 0 0 1 .861.618c.14.85.14 1.757 0 2.606a.75.75 0 0 1-1.48-.243a6.7 6.7 0 0 0 0-2.12a.75.75 0 0 1 .619-.862M3.669 13.613a.75.75 0 0 1 1.046.172a6.5 6.5 0 0 0 1.499 1.498a.75.75 0 1 1-.875 1.219a8 8 0 0 1-1.842-1.842a.75.75 0 0 1 .172-1.047m12.662 0a.75.75 0 0 1 .172 1.047a8 8 0 0 1-1.843 1.842a.75.75 0 0 1-.874-1.219a6.5 6.5 0 0 0 1.498-1.498a.75.75 0 0 1 1.047-.172m-8.253 3.419a.75.75 0 0 1 .861-.619c.69.113 1.432.113 2.12 0a.75.75 0 0 1 .244 1.48c-.85.14-1.757.14-2.606 0a.75.75 0 0 1-.619-.861"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.697 2.106a8.2 8.2 0 0 1 2.606 0a.75.75 0 0 1-.243 1.48a6.7 6.7 0 0 0-2.12 0a.75.75 0 1 1-.243-1.48M6.386 3.669a.75.75 0 0 1-.172 1.047a6.5 6.5 0 0 0-1.499 1.498a.75.75 0 0 1-1.218-.875a8 8 0 0 1 1.842-1.842a.75.75 0 0 1 1.047.172m7.228 0a.75.75 0 0 1 1.046-.172a8 8 0 0 1 1.843 1.842a.75.75 0 0 1-1.219.875a6.5 6.5 0 0 0-1.498-1.498a.75.75 0 0 1-.172-1.047M2.967 8.079a.75.75 0 0 1 .619.86a6.7 6.7 0 0 0 0 2.121a.75.75 0 0 1-1.48.243a8.2 8.2 0 0 1 0-2.606a.75.75 0 0 1 .86-.619m14.066 0a.75.75 0 0 1 .861.618c.14.85.14 1.757 0 2.606a.75.75 0 0 1-1.48-.243a6.7 6.7 0 0 0 0-2.12a.75.75 0 0 1 .619-.862M3.669 13.613a.75.75 0 0 1 1.046.172a6.5 6.5 0 0 0 1.499 1.498a.75.75 0 1 1-.875 1.219a8 8 0 0 1-1.842-1.842a.75.75 0 0 1 .172-1.047m12.662 0a.75.75 0 0 1 .172 1.047a8 8 0 0 1-1.843 1.842a.75.75 0 0 1-.874-1.219a6.5 6.5 0 0 0 1.498-1.498a.75.75 0 0 1 1.047-.172m-8.253 3.419a.75.75 0 0 1 .861-.619c.69.113 1.432.113 2.12 0a.75.75 0 0 1 .244 1.48c-.85.14-1.757.14-2.606 0a.75.75 0 0 1-.619-.861"/></svg>
</template>

CSS

.icon-circle-hint-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.697%202.106a8.2%208.2%200%200%201%202.606%200a.75.75%200%200%201-.243%201.48a6.7%206.7%200%200%200-2.12%200a.75.75%200%201%201-.243-1.48M6.386%203.669a.75.75%200%200%201-.172%201.047a6.5%206.5%200%200%200-1.499%201.498a.75.75%200%200%201-1.218-.875a8%208%200%200%201%201.842-1.842a.75.75%200%200%201%201.047.172m7.228%200a.75.75%200%200%201%201.046-.172a8%208%200%200%201%201.843%201.842a.75.75%200%200%201-1.219.875a6.5%206.5%200%200%200-1.498-1.498a.75.75%200%200%201-.172-1.047M2.967%208.079a.75.75%200%200%201%20.619.86a6.7%206.7%200%200%200%200%202.121a.75.75%200%200%201-1.48.243a8.2%208.2%200%200%201%200-2.606a.75.75%200%200%201%20.86-.619m14.066%200a.75.75%200%200%201%20.861.618c.14.85.14%201.757%200%202.606a.75.75%200%200%201-1.48-.243a6.7%206.7%200%200%200%200-2.12a.75.75%200%200%201%20.619-.862M3.669%2013.613a.75.75%200%200%201%201.046.172a6.5%206.5%200%200%200%201.499%201.498a.75.75%200%201%201-.875%201.219a8%208%200%200%201-1.842-1.842a.75.75%200%200%201%20.172-1.047m12.662%200a.75.75%200%200%201%20.172%201.047a8%208%200%200%201-1.843%201.842a.75.75%200%200%201-.874-1.219a6.5%206.5%200%200%200%201.498-1.498a.75.75%200%200%201%201.047-.172m-8.253%203.419a.75.75%200%200%201%20.861-.619c.69.113%201.432.113%202.12%200a.75.75%200%200%201%20.244%201.48c-.85.14-1.757.14-2.606%200a.75.75%200%200%201-.619-.861%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%22M8.697%202.106a8.2%208.2%200%200%201%202.606%200a.75.75%200%200%201-.243%201.48a6.7%206.7%200%200%200-2.12%200a.75.75%200%201%201-.243-1.48M6.386%203.669a.75.75%200%200%201-.172%201.047a6.5%206.5%200%200%200-1.499%201.498a.75.75%200%200%201-1.218-.875a8%208%200%200%201%201.842-1.842a.75.75%200%200%201%201.047.172m7.228%200a.75.75%200%200%201%201.046-.172a8%208%200%200%201%201.843%201.842a.75.75%200%200%201-1.219.875a6.5%206.5%200%200%200-1.498-1.498a.75.75%200%200%201-.172-1.047M2.967%208.079a.75.75%200%200%201%20.619.86a6.7%206.7%200%200%200%200%202.121a.75.75%200%200%201-1.48.243a8.2%208.2%200%200%201%200-2.606a.75.75%200%200%201%20.86-.619m14.066%200a.75.75%200%200%201%20.861.618c.14.85.14%201.757%200%202.606a.75.75%200%200%201-1.48-.243a6.7%206.7%200%200%200%200-2.12a.75.75%200%200%201%20.619-.862M3.669%2013.613a.75.75%200%200%201%201.046.172a6.5%206.5%200%200%200%201.499%201.498a.75.75%200%201%201-.875%201.219a8%208%200%200%201-1.842-1.842a.75.75%200%200%201%20.172-1.047m12.662%200a.75.75%200%200%201%20.172%201.047a8%208%200%200%201-1.843%201.842a.75.75%200%200%201-.874-1.219a6.5%206.5%200%200%200%201.498-1.498a.75.75%200%200%201%201.047-.172m-8.253%203.419a.75.75%200%200%201%20.861-.619c.69.113%201.432.113%202.12%200a.75.75%200%200%201%20.244%201.48c-.85.14-1.757.14-2.606%200a.75.75%200%200%201-.619-.861%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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