circle multiple hint checkmark icon

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

Name
circle-multiple-hint-checkmark-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M11.358 1.204a8.6 8.6 0 0 1 2.724 1.135a.75.75 0 1 1-.807 1.265a7 7 0 0 0-2.247-.936a.75.75 0 0 1 .33-1.464m-2.787.564A.75.75 0 0 1 8 2.662c-.798.176-1.56.49-2.25.926a.75.75 0 1 1-.802-1.267a8.5 8.5 0 0 1 2.729-1.124a.75.75 0 0 1 .894.571m7.074 2.947a.75.75 0 0 1 1.034.233c.53.837.91 1.761 1.124 2.729l.003.014l.01.042q.133.626.17 1.28a9.5 9.5 0 0 0-1.492.2a7 7 0 0 0-.145-1.17l-.002-.008L16.338 8a7 7 0 0 0-.926-2.25a.75.75 0 0 1 .232-1.035m-6.433 11.78a7 7 0 0 1-1.24-.163a7 7 0 0 1-2.247-.936a.75.75 0 1 0-.807 1.265a8.55 8.55 0 0 0 4.096 1.325a9.5 9.5 0 0 1 .198-1.492M3.375 4.688a.75.75 0 0 1 .229 1.036a7 7 0 0 0-.936 2.247a.75.75 0 0 1-1.464-.33A8.6 8.6 0 0 1 2.34 4.919a.75.75 0 0 1 1.035-.229m-1.607 5.74a.75.75 0 0 1 .894.571c.176.798.49 1.56.927 2.25a.75.75 0 1 1-1.268.802a8.5 8.5 0 0 1-1.124-2.729a.75.75 0 0 1 .571-.893M22.78 16.78a.75.75 0 1 0-1.06-1.06l-4.22 4.22l-2.22-2.22a.75.75 0 1 0-1.06 1.06l2.75 2.75a.75.75 0 0 0 1.06 0zM10 18.5a8.5 8.5 0 1 1 17 0a8.5 8.5 0 0 1-17 0m8.5-7a7 7 0 1 0 0 14a7 7 0 0 0 0-14"/></svg>

React

import type { SVGProps } from "react";

export function FluentCircleMultipleHintCheckmark28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.358 1.204a8.6 8.6 0 0 1 2.724 1.135a.75.75 0 1 1-.807 1.265a7 7 0 0 0-2.247-.936a.75.75 0 0 1 .33-1.464m-2.787.564A.75.75 0 0 1 8 2.662c-.798.176-1.56.49-2.25.926a.75.75 0 1 1-.802-1.267a8.5 8.5 0 0 1 2.729-1.124a.75.75 0 0 1 .894.571m7.074 2.947a.75.75 0 0 1 1.034.233c.53.837.91 1.761 1.124 2.729l.003.014l.01.042q.133.626.17 1.28a9.5 9.5 0 0 0-1.492.2a7 7 0 0 0-.145-1.17l-.002-.008L16.338 8a7 7 0 0 0-.926-2.25a.75.75 0 0 1 .232-1.035m-6.433 11.78a7 7 0 0 1-1.24-.163a7 7 0 0 1-2.247-.936a.75.75 0 1 0-.807 1.265a8.55 8.55 0 0 0 4.096 1.325a9.5 9.5 0 0 1 .198-1.492M3.375 4.688a.75.75 0 0 1 .229 1.036a7 7 0 0 0-.936 2.247a.75.75 0 0 1-1.464-.33A8.6 8.6 0 0 1 2.34 4.919a.75.75 0 0 1 1.035-.229m-1.607 5.74a.75.75 0 0 1 .894.571c.176.798.49 1.56.927 2.25a.75.75 0 1 1-1.268.802a8.5 8.5 0 0 1-1.124-2.729a.75.75 0 0 1 .571-.893M22.78 16.78a.75.75 0 1 0-1.06-1.06l-4.22 4.22l-2.22-2.22a.75.75 0 1 0-1.06 1.06l2.75 2.75a.75.75 0 0 0 1.06 0zM10 18.5a8.5 8.5 0 1 1 17 0a8.5 8.5 0 0 1-17 0m8.5-7a7 7 0 1 0 0 14a7 7 0 0 0 0-14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.358 1.204a8.6 8.6 0 0 1 2.724 1.135a.75.75 0 1 1-.807 1.265a7 7 0 0 0-2.247-.936a.75.75 0 0 1 .33-1.464m-2.787.564A.75.75 0 0 1 8 2.662c-.798.176-1.56.49-2.25.926a.75.75 0 1 1-.802-1.267a8.5 8.5 0 0 1 2.729-1.124a.75.75 0 0 1 .894.571m7.074 2.947a.75.75 0 0 1 1.034.233c.53.837.91 1.761 1.124 2.729l.003.014l.01.042q.133.626.17 1.28a9.5 9.5 0 0 0-1.492.2a7 7 0 0 0-.145-1.17l-.002-.008L16.338 8a7 7 0 0 0-.926-2.25a.75.75 0 0 1 .232-1.035m-6.433 11.78a7 7 0 0 1-1.24-.163a7 7 0 0 1-2.247-.936a.75.75 0 1 0-.807 1.265a8.55 8.55 0 0 0 4.096 1.325a9.5 9.5 0 0 1 .198-1.492M3.375 4.688a.75.75 0 0 1 .229 1.036a7 7 0 0 0-.936 2.247a.75.75 0 0 1-1.464-.33A8.6 8.6 0 0 1 2.34 4.919a.75.75 0 0 1 1.035-.229m-1.607 5.74a.75.75 0 0 1 .894.571c.176.798.49 1.56.927 2.25a.75.75 0 1 1-1.268.802a8.5 8.5 0 0 1-1.124-2.729a.75.75 0 0 1 .571-.893M22.78 16.78a.75.75 0 1 0-1.06-1.06l-4.22 4.22l-2.22-2.22a.75.75 0 1 0-1.06 1.06l2.75 2.75a.75.75 0 0 0 1.06 0zM10 18.5a8.5 8.5 0 1 1 17 0a8.5 8.5 0 0 1-17 0m8.5-7a7 7 0 1 0 0 14a7 7 0 0 0 0-14"/></svg>
</template>

CSS

.icon-circle-multiple-hint-checkmark-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.358%201.204a8.6%208.6%200%200%201%202.724%201.135a.75.75%200%201%201-.807%201.265a7%207%200%200%200-2.247-.936a.75.75%200%200%201%20.33-1.464m-2.787.564A.75.75%200%200%201%208%202.662c-.798.176-1.56.49-2.25.926a.75.75%200%201%201-.802-1.267a8.5%208.5%200%200%201%202.729-1.124a.75.75%200%200%201%20.894.571m7.074%202.947a.75.75%200%200%201%201.034.233c.53.837.91%201.761%201.124%202.729l.003.014l.01.042q.133.626.17%201.28a9.5%209.5%200%200%200-1.492.2a7%207%200%200%200-.145-1.17l-.002-.008L16.338%208a7%207%200%200%200-.926-2.25a.75.75%200%200%201%20.232-1.035m-6.433%2011.78a7%207%200%200%201-1.24-.163a7%207%200%200%201-2.247-.936a.75.75%200%201%200-.807%201.265a8.55%208.55%200%200%200%204.096%201.325a9.5%209.5%200%200%201%20.198-1.492M3.375%204.688a.75.75%200%200%201%20.229%201.036a7%207%200%200%200-.936%202.247a.75.75%200%200%201-1.464-.33A8.6%208.6%200%200%201%202.34%204.919a.75.75%200%200%201%201.035-.229m-1.607%205.74a.75.75%200%200%201%20.894.571c.176.798.49%201.56.927%202.25a.75.75%200%201%201-1.268.802a8.5%208.5%200%200%201-1.124-2.729a.75.75%200%200%201%20.571-.893M22.78%2016.78a.75.75%200%201%200-1.06-1.06l-4.22%204.22l-2.22-2.22a.75.75%200%201%200-1.06%201.06l2.75%202.75a.75.75%200%200%200%201.06%200zM10%2018.5a8.5%208.5%200%201%201%2017%200a8.5%208.5%200%200%201-17%200m8.5-7a7%207%200%201%200%200%2014a7%207%200%200%200%200-14%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.358%201.204a8.6%208.6%200%200%201%202.724%201.135a.75.75%200%201%201-.807%201.265a7%207%200%200%200-2.247-.936a.75.75%200%200%201%20.33-1.464m-2.787.564A.75.75%200%200%201%208%202.662c-.798.176-1.56.49-2.25.926a.75.75%200%201%201-.802-1.267a8.5%208.5%200%200%201%202.729-1.124a.75.75%200%200%201%20.894.571m7.074%202.947a.75.75%200%200%201%201.034.233c.53.837.91%201.761%201.124%202.729l.003.014l.01.042q.133.626.17%201.28a9.5%209.5%200%200%200-1.492.2a7%207%200%200%200-.145-1.17l-.002-.008L16.338%208a7%207%200%200%200-.926-2.25a.75.75%200%200%201%20.232-1.035m-6.433%2011.78a7%207%200%200%201-1.24-.163a7%207%200%200%201-2.247-.936a.75.75%200%201%200-.807%201.265a8.55%208.55%200%200%200%204.096%201.325a9.5%209.5%200%200%201%20.198-1.492M3.375%204.688a.75.75%200%200%201%20.229%201.036a7%207%200%200%200-.936%202.247a.75.75%200%200%201-1.464-.33A8.6%208.6%200%200%201%202.34%204.919a.75.75%200%200%201%201.035-.229m-1.607%205.74a.75.75%200%200%201%20.894.571c.176.798.49%201.56.927%202.25a.75.75%200%201%201-1.268.802a8.5%208.5%200%200%201-1.124-2.729a.75.75%200%200%201%20.571-.893M22.78%2016.78a.75.75%200%201%200-1.06-1.06l-4.22%204.22l-2.22-2.22a.75.75%200%201%200-1.06%201.06l2.75%202.75a.75.75%200%200%200%201.06%200zM10%2018.5a8.5%208.5%200%201%201%2017%200a8.5%208.5%200%200%201-17%200m8.5-7a7%207%200%201%200%200%2014a7%207%200%200%200%200-14%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-28-regular.svg?color=%231a73e8&size=48