circle multiple hint checkmark icon

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

Name
circle-multiple-hint-checkmark-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M2.092 10c-.487 0-.853.448-.697.909c.213.627.506 1.217.868 1.758c.247.369.766.39 1.08.075c.274-.273.293-.707.086-1.034a6 6 0 0 1-.562-1.138c-.122-.33-.424-.57-.775-.57m3.2-6.571c-.327.207-.76.188-1.034-.086c-.315-.314-.294-.833.075-1.08a7.5 7.5 0 0 1 2.312-1.032c.447-.114.855.245.855.706c0 .373-.271.686-.63.787a6 6 0 0 0-1.578.705m-2.18 2.428c.158-.321.118-.713-.135-.966c-.339-.339-.904-.288-1.127.137a7.4 7.4 0 0 0-.737 2.17c-.076.431.274.802.711.802c.394 0 .716-.303.794-.69c.103-.51.27-.998.494-1.453m2.745 8.03c-.321-.157-.713-.117-.966.136c-.339.339-.288.904.137 1.127c.899.47 1.905.763 2.972.834q.003-.767.142-1.495a6 6 0 0 1-2.285-.601m9.293-8.86c.47.9.763 1.906.834 2.973q-.767.003-1.495.142a6 6 0 0 0-.601-2.285c-.158-.321-.118-.713.135-.966c.339-.338.904-.288 1.127.137m-2.408-1.684c.315-.314.294-.833-.075-1.08a7.5 7.5 0 0 0-2.312-1.032c-.447-.114-.855.245-.855.706c0 .373.271.686.63.787a6 6 0 0 1 1.578.705c.327.207.76.188 1.034-.086M19.78 13.97a.75.75 0 0 1 0 1.06l-3.75 3.75a.75.75 0 0 1-1.06 0l-2.25-2.25a.75.75 0 1 1 1.06-1.06l1.72 1.72l3.22-3.22a.75.75 0 0 1 1.06 0M16 23a7 7 0 1 0 0-14a7 7 0 0 0 0 14m0-1.5a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 11"/></svg>

React

import type { SVGProps } from "react";

export function FluentCircleMultipleHintCheckmark24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.092 10c-.487 0-.853.448-.697.909c.213.627.506 1.217.868 1.758c.247.369.766.39 1.08.075c.274-.273.293-.707.086-1.034a6 6 0 0 1-.562-1.138c-.122-.33-.424-.57-.775-.57m3.2-6.571c-.327.207-.76.188-1.034-.086c-.315-.314-.294-.833.075-1.08a7.5 7.5 0 0 1 2.312-1.032c.447-.114.855.245.855.706c0 .373-.271.686-.63.787a6 6 0 0 0-1.578.705m-2.18 2.428c.158-.321.118-.713-.135-.966c-.339-.339-.904-.288-1.127.137a7.4 7.4 0 0 0-.737 2.17c-.076.431.274.802.711.802c.394 0 .716-.303.794-.69c.103-.51.27-.998.494-1.453m2.745 8.03c-.321-.157-.713-.117-.966.136c-.339.339-.288.904.137 1.127c.899.47 1.905.763 2.972.834q.003-.767.142-1.495a6 6 0 0 1-2.285-.601m9.293-8.86c.47.9.763 1.906.834 2.973q-.767.003-1.495.142a6 6 0 0 0-.601-2.285c-.158-.321-.118-.713.135-.966c.339-.338.904-.288 1.127.137m-2.408-1.684c.315-.314.294-.833-.075-1.08a7.5 7.5 0 0 0-2.312-1.032c-.447-.114-.855.245-.855.706c0 .373.271.686.63.787a6 6 0 0 1 1.578.705c.327.207.76.188 1.034-.086M19.78 13.97a.75.75 0 0 1 0 1.06l-3.75 3.75a.75.75 0 0 1-1.06 0l-2.25-2.25a.75.75 0 1 1 1.06-1.06l1.72 1.72l3.22-3.22a.75.75 0 0 1 1.06 0M16 23a7 7 0 1 0 0-14a7 7 0 0 0 0 14m0-1.5a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.092 10c-.487 0-.853.448-.697.909c.213.627.506 1.217.868 1.758c.247.369.766.39 1.08.075c.274-.273.293-.707.086-1.034a6 6 0 0 1-.562-1.138c-.122-.33-.424-.57-.775-.57m3.2-6.571c-.327.207-.76.188-1.034-.086c-.315-.314-.294-.833.075-1.08a7.5 7.5 0 0 1 2.312-1.032c.447-.114.855.245.855.706c0 .373-.271.686-.63.787a6 6 0 0 0-1.578.705m-2.18 2.428c.158-.321.118-.713-.135-.966c-.339-.339-.904-.288-1.127.137a7.4 7.4 0 0 0-.737 2.17c-.076.431.274.802.711.802c.394 0 .716-.303.794-.69c.103-.51.27-.998.494-1.453m2.745 8.03c-.321-.157-.713-.117-.966.136c-.339.339-.288.904.137 1.127c.899.47 1.905.763 2.972.834q.003-.767.142-1.495a6 6 0 0 1-2.285-.601m9.293-8.86c.47.9.763 1.906.834 2.973q-.767.003-1.495.142a6 6 0 0 0-.601-2.285c-.158-.321-.118-.713.135-.966c.339-.338.904-.288 1.127.137m-2.408-1.684c.315-.314.294-.833-.075-1.08a7.5 7.5 0 0 0-2.312-1.032c-.447-.114-.855.245-.855.706c0 .373.271.686.63.787a6 6 0 0 1 1.578.705c.327.207.76.188 1.034-.086M19.78 13.97a.75.75 0 0 1 0 1.06l-3.75 3.75a.75.75 0 0 1-1.06 0l-2.25-2.25a.75.75 0 1 1 1.06-1.06l1.72 1.72l3.22-3.22a.75.75 0 0 1 1.06 0M16 23a7 7 0 1 0 0-14a7 7 0 0 0 0 14m0-1.5a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 11"/></svg>
</template>

CSS

.icon-circle-multiple-hint-checkmark-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.092%2010c-.487%200-.853.448-.697.909c.213.627.506%201.217.868%201.758c.247.369.766.39%201.08.075c.274-.273.293-.707.086-1.034a6%206%200%200%201-.562-1.138c-.122-.33-.424-.57-.775-.57m3.2-6.571c-.327.207-.76.188-1.034-.086c-.315-.314-.294-.833.075-1.08a7.5%207.5%200%200%201%202.312-1.032c.447-.114.855.245.855.706c0%20.373-.271.686-.63.787a6%206%200%200%200-1.578.705m-2.18%202.428c.158-.321.118-.713-.135-.966c-.339-.339-.904-.288-1.127.137a7.4%207.4%200%200%200-.737%202.17c-.076.431.274.802.711.802c.394%200%20.716-.303.794-.69c.103-.51.27-.998.494-1.453m2.745%208.03c-.321-.157-.713-.117-.966.136c-.339.339-.288.904.137%201.127c.899.47%201.905.763%202.972.834q.003-.767.142-1.495a6%206%200%200%201-2.285-.601m9.293-8.86c.47.9.763%201.906.834%202.973q-.767.003-1.495.142a6%206%200%200%200-.601-2.285c-.158-.321-.118-.713.135-.966c.339-.338.904-.288%201.127.137m-2.408-1.684c.315-.314.294-.833-.075-1.08a7.5%207.5%200%200%200-2.312-1.032c-.447-.114-.855.245-.855.706c0%20.373.271.686.63.787a6%206%200%200%201%201.578.705c.327.207.76.188%201.034-.086M19.78%2013.97a.75.75%200%200%201%200%201.06l-3.75%203.75a.75.75%200%200%201-1.06%200l-2.25-2.25a.75.75%200%201%201%201.06-1.06l1.72%201.72l3.22-3.22a.75.75%200%200%201%201.06%200M16%2023a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m0-1.5a5.5%205.5%200%201%201%200-11a5.5%205.5%200%200%201%200%2011%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.092%2010c-.487%200-.853.448-.697.909c.213.627.506%201.217.868%201.758c.247.369.766.39%201.08.075c.274-.273.293-.707.086-1.034a6%206%200%200%201-.562-1.138c-.122-.33-.424-.57-.775-.57m3.2-6.571c-.327.207-.76.188-1.034-.086c-.315-.314-.294-.833.075-1.08a7.5%207.5%200%200%201%202.312-1.032c.447-.114.855.245.855.706c0%20.373-.271.686-.63.787a6%206%200%200%200-1.578.705m-2.18%202.428c.158-.321.118-.713-.135-.966c-.339-.339-.904-.288-1.127.137a7.4%207.4%200%200%200-.737%202.17c-.076.431.274.802.711.802c.394%200%20.716-.303.794-.69c.103-.51.27-.998.494-1.453m2.745%208.03c-.321-.157-.713-.117-.966.136c-.339.339-.288.904.137%201.127c.899.47%201.905.763%202.972.834q.003-.767.142-1.495a6%206%200%200%201-2.285-.601m9.293-8.86c.47.9.763%201.906.834%202.973q-.767.003-1.495.142a6%206%200%200%200-.601-2.285c-.158-.321-.118-.713.135-.966c.339-.338.904-.288%201.127.137m-2.408-1.684c.315-.314.294-.833-.075-1.08a7.5%207.5%200%200%200-2.312-1.032c-.447-.114-.855.245-.855.706c0%20.373.271.686.63.787a6%206%200%200%201%201.578.705c.327.207.76.188%201.034-.086M19.78%2013.97a.75.75%200%200%201%200%201.06l-3.75%203.75a.75.75%200%200%201-1.06%200l-2.25-2.25a.75.75%200%201%201%201.06-1.06l1.72%201.72l3.22-3.22a.75.75%200%200%201%201.06%200M16%2023a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m0-1.5a5.5%205.5%200%201%201%200-11a5.5%205.5%200%200%201%200%2011%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-24-regular.svg?color=%231a73e8&size=48