circle multiple hint checkmark icon

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

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

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the circle multiple hint checkmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.866 1.361a5 5 0 0 0-.803-.248a.5.5 0 0 0-.213.977a4 4 0 0 1 1.244.501a.5.5 0 1 0 .523-.853a5 5 0 0 0-.75-.377m2.34 1.936a.5.5 0 0 0-.841.54q.058.091.112.185a6 6 0 0 1 1.118.007a5 5 0 0 0-.388-.732m-6.184 6.18a6 6 0 0 0 .007 1.118a5 5 0 0 1-.647-.335a.5.5 0 1 1 .522-.852zm1.049-7.369a.5.5 0 0 0-.234-.972a5 5 0 0 0-1.54.656a.5.5 0 1 0 .54.842c.378-.243.796-.42 1.234-.526M2.59 3.904a.5.5 0 1 0-.853-.522a5 5 0 0 0-.625 1.554a.5.5 0 0 0 .977.213a4 4 0 0 1 .501-1.245m-.483 3.024a.5.5 0 0 0-.972.234c.131.546.353 1.067.656 1.54a.5.5 0 0 0 .842-.54a4 4 0 0 1-.526-1.234M15 10a5 5 0 1 1-10 0a5 5 0 0 1 10 0m-2.646-.646a.5.5 0 0 0-.708-.708L9.5 10.793L8.354 9.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCircleMultipleHintCheckmark16Filled(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="M7.866 1.361a5 5 0 0 0-.803-.248a.5.5 0 0 0-.213.977a4 4 0 0 1 1.244.501a.5.5 0 1 0 .523-.853a5 5 0 0 0-.75-.377m2.34 1.936a.5.5 0 0 0-.841.54q.058.091.112.185a6 6 0 0 1 1.118.007a5 5 0 0 0-.388-.732m-6.184 6.18a6 6 0 0 0 .007 1.118a5 5 0 0 1-.647-.335a.5.5 0 1 1 .522-.852zm1.049-7.369a.5.5 0 0 0-.234-.972a5 5 0 0 0-1.54.656a.5.5 0 1 0 .54.842c.378-.243.796-.42 1.234-.526M2.59 3.904a.5.5 0 1 0-.853-.522a5 5 0 0 0-.625 1.554a.5.5 0 0 0 .977.213a4 4 0 0 1 .501-1.245m-.483 3.024a.5.5 0 0 0-.972.234c.131.546.353 1.067.656 1.54a.5.5 0 0 0 .842-.54a4 4 0 0 1-.526-1.234M15 10a5 5 0 1 1-10 0a5 5 0 0 1 10 0m-2.646-.646a.5.5 0 0 0-.708-.708L9.5 10.793L8.354 9.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.866 1.361a5 5 0 0 0-.803-.248a.5.5 0 0 0-.213.977a4 4 0 0 1 1.244.501a.5.5 0 1 0 .523-.853a5 5 0 0 0-.75-.377m2.34 1.936a.5.5 0 0 0-.841.54q.058.091.112.185a6 6 0 0 1 1.118.007a5 5 0 0 0-.388-.732m-6.184 6.18a6 6 0 0 0 .007 1.118a5 5 0 0 1-.647-.335a.5.5 0 1 1 .522-.852zm1.049-7.369a.5.5 0 0 0-.234-.972a5 5 0 0 0-1.54.656a.5.5 0 1 0 .54.842c.378-.243.796-.42 1.234-.526M2.59 3.904a.5.5 0 1 0-.853-.522a5 5 0 0 0-.625 1.554a.5.5 0 0 0 .977.213a4 4 0 0 1 .501-1.245m-.483 3.024a.5.5 0 0 0-.972.234c.131.546.353 1.067.656 1.54a.5.5 0 0 0 .842-.54a4 4 0 0 1-.526-1.234M15 10a5 5 0 1 1-10 0a5 5 0 0 1 10 0m-2.646-.646a.5.5 0 0 0-.708-.708L9.5 10.793L8.354 9.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0z"/></svg>
</template>

CSS

.icon-circle-multiple-hint-checkmark-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%22M7.866%201.361a5%205%200%200%200-.803-.248a.5.5%200%200%200-.213.977a4%204%200%200%201%201.244.501a.5.5%200%201%200%20.523-.853a5%205%200%200%200-.75-.377m2.34%201.936a.5.5%200%200%200-.841.54q.058.091.112.185a6%206%200%200%201%201.118.007a5%205%200%200%200-.388-.732m-6.184%206.18a6%206%200%200%200%20.007%201.118a5%205%200%200%201-.647-.335a.5.5%200%201%201%20.522-.852zm1.049-7.369a.5.5%200%200%200-.234-.972a5%205%200%200%200-1.54.656a.5.5%200%201%200%20.54.842c.378-.243.796-.42%201.234-.526M2.59%203.904a.5.5%200%201%200-.853-.522a5%205%200%200%200-.625%201.554a.5.5%200%200%200%20.977.213a4%204%200%200%201%20.501-1.245m-.483%203.024a.5.5%200%200%200-.972.234c.131.546.353%201.067.656%201.54a.5.5%200%200%200%20.842-.54a4%204%200%200%201-.526-1.234M15%2010a5%205%200%201%201-10%200a5%205%200%200%201%2010%200m-2.646-.646a.5.5%200%200%200-.708-.708L9.5%2010.793L8.354%209.646a.5.5%200%201%200-.708.708l1.5%201.5a.5.5%200%200%200%20.708%200z%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%22M7.866%201.361a5%205%200%200%200-.803-.248a.5.5%200%200%200-.213.977a4%204%200%200%201%201.244.501a.5.5%200%201%200%20.523-.853a5%205%200%200%200-.75-.377m2.34%201.936a.5.5%200%200%200-.841.54q.058.091.112.185a6%206%200%200%201%201.118.007a5%205%200%200%200-.388-.732m-6.184%206.18a6%206%200%200%200%20.007%201.118a5%205%200%200%201-.647-.335a.5.5%200%201%201%20.522-.852zm1.049-7.369a.5.5%200%200%200-.234-.972a5%205%200%200%200-1.54.656a.5.5%200%201%200%20.54.842c.378-.243.796-.42%201.234-.526M2.59%203.904a.5.5%200%201%200-.853-.522a5%205%200%200%200-.625%201.554a.5.5%200%200%200%20.977.213a4%204%200%200%201%20.501-1.245m-.483%203.024a.5.5%200%200%200-.972.234c.131.546.353%201.067.656%201.54a.5.5%200%200%200%20.842-.54a4%204%200%200%201-.526-1.234M15%2010a5%205%200%201%201-10%200a5%205%200%200%201%2010%200m-2.646-.646a.5.5%200%200%200-.708-.708L9.5%2010.793L8.354%209.646a.5.5%200%201%200-.708.708l1.5%201.5a.5.5%200%200%200%20.708%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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