circle multiple hint checkmark icon
circle-multiple-hint-checkmark-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- circle-multiple-hint-checkmark-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
circle-multiple-hint-checkmark-16-filledcircle-multiple-hint-checkmark-16-regularcircle-multiple-hint-checkmark-20-filledcircle-multiple-hint-checkmark-20-regularcircle-multiple-hint-checkmark-24-filledcircle-multiple-hint-checkmark-24-regularcircle-multiple-hint-checkmark-28-regularcircle-multiple-hint-checkmark-32-filledcircle-multiple-hint-checkmark-32-regularcircle-multiple-hint-checkmark-48-filledcircle-multiple-hint-checkmark-48-regular
The same icon in other sets
Related icons in Fluent UI System Icons
circle-edit-20-filledcircle-eraser-20-filledcircle-half-fill-12-filledcircle-highlight-20-filledcircle-hint-12-filledcircle-hint-cursor-16-filledcircle-hint-dismiss-16-filledcircle-hint-half-vertical-16-filledcircle-image-16-filledcircle-line-12-filledcircle-multiple-concentric-16-filledcircle-multiple-subtract-checkmark-20-filledcircle-off-16-filledcircle-shadow-20-filledcircle-small-20-filledcircle-sparkle-16-filled
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="M12.77 1.654a8.6 8.6 0 0 0-1.412-.45a.75.75 0 0 0-.33 1.464a7 7 0 0 1 2.247.936a.75.75 0 1 0 .807-1.265a8.6 8.6 0 0 0-1.313-.685M8 2.662a.75.75 0 1 0-.323-1.465a8.5 8.5 0 0 0-2.729 1.124a.75.75 0 0 0 .802 1.267A7 7 0 0 1 8 2.662m8.68 2.286a.75.75 0 1 0-1.268.802a7 7 0 0 1 .935 2.285l.002.008q.121.57.145 1.17a9.5 9.5 0 0 1 1.492-.2a8.5 8.5 0 0 0-.18-1.322l-.003-.014a8.6 8.6 0 0 0-1.124-2.73m-8.636 11.4q.568.121 1.168.146a9.5 9.5 0 0 0-.198 1.492a8.5 8.5 0 0 1-1.371-.19a8.6 8.6 0 0 1-2.725-1.135a.75.75 0 0 1 .807-1.265a7 7 0 0 0 2.319.952M3.604 5.725a.75.75 0 1 0-1.264-.807a8.6 8.6 0 0 0-1.136 2.725a.75.75 0 1 0 1.464.329a7 7 0 0 1 .936-2.247M2.662 11a.75.75 0 1 0-1.465.323a8.5 8.5 0 0 0 1.124 2.73a.75.75 0 1 0 1.268-.803A7 7 0 0 1 2.662 11M18.5 10a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17m4.28 5.72a.75.75 0 0 1 0 1.06l-4.75 4.75a.75.75 0 0 1-1.06 0l-2.75-2.75a.75.75 0 1 1 1.06-1.06l2.22 2.22l4.22-4.22a.75.75 0 0 1 1.06 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentCircleMultipleHintCheckmark28Filled(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="M12.77 1.654a8.6 8.6 0 0 0-1.412-.45a.75.75 0 0 0-.33 1.464a7 7 0 0 1 2.247.936a.75.75 0 1 0 .807-1.265a8.6 8.6 0 0 0-1.313-.685M8 2.662a.75.75 0 1 0-.323-1.465a8.5 8.5 0 0 0-2.729 1.124a.75.75 0 0 0 .802 1.267A7 7 0 0 1 8 2.662m8.68 2.286a.75.75 0 1 0-1.268.802a7 7 0 0 1 .935 2.285l.002.008q.121.57.145 1.17a9.5 9.5 0 0 1 1.492-.2a8.5 8.5 0 0 0-.18-1.322l-.003-.014a8.6 8.6 0 0 0-1.124-2.73m-8.636 11.4q.568.121 1.168.146a9.5 9.5 0 0 0-.198 1.492a8.5 8.5 0 0 1-1.371-.19a8.6 8.6 0 0 1-2.725-1.135a.75.75 0 0 1 .807-1.265a7 7 0 0 0 2.319.952M3.604 5.725a.75.75 0 1 0-1.264-.807a8.6 8.6 0 0 0-1.136 2.725a.75.75 0 1 0 1.464.329a7 7 0 0 1 .936-2.247M2.662 11a.75.75 0 1 0-1.465.323a8.5 8.5 0 0 0 1.124 2.73a.75.75 0 1 0 1.268-.803A7 7 0 0 1 2.662 11M18.5 10a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17m4.28 5.72a.75.75 0 0 1 0 1.06l-4.75 4.75a.75.75 0 0 1-1.06 0l-2.75-2.75a.75.75 0 1 1 1.06-1.06l2.22 2.22l4.22-4.22a.75.75 0 0 1 1.06 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.77 1.654a8.6 8.6 0 0 0-1.412-.45a.75.75 0 0 0-.33 1.464a7 7 0 0 1 2.247.936a.75.75 0 1 0 .807-1.265a8.6 8.6 0 0 0-1.313-.685M8 2.662a.75.75 0 1 0-.323-1.465a8.5 8.5 0 0 0-2.729 1.124a.75.75 0 0 0 .802 1.267A7 7 0 0 1 8 2.662m8.68 2.286a.75.75 0 1 0-1.268.802a7 7 0 0 1 .935 2.285l.002.008q.121.57.145 1.17a9.5 9.5 0 0 1 1.492-.2a8.5 8.5 0 0 0-.18-1.322l-.003-.014a8.6 8.6 0 0 0-1.124-2.73m-8.636 11.4q.568.121 1.168.146a9.5 9.5 0 0 0-.198 1.492a8.5 8.5 0 0 1-1.371-.19a8.6 8.6 0 0 1-2.725-1.135a.75.75 0 0 1 .807-1.265a7 7 0 0 0 2.319.952M3.604 5.725a.75.75 0 1 0-1.264-.807a8.6 8.6 0 0 0-1.136 2.725a.75.75 0 1 0 1.464.329a7 7 0 0 1 .936-2.247M2.662 11a.75.75 0 1 0-1.465.323a8.5 8.5 0 0 0 1.124 2.73a.75.75 0 1 0 1.268-.803A7 7 0 0 1 2.662 11M18.5 10a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17m4.28 5.72a.75.75 0 0 1 0 1.06l-4.75 4.75a.75.75 0 0 1-1.06 0l-2.75-2.75a.75.75 0 1 1 1.06-1.06l2.22 2.22l4.22-4.22a.75.75 0 0 1 1.06 0"/></svg> </template>
CSS
.icon-circle-multiple-hint-checkmark-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.77%201.654a8.6%208.6%200%200%200-1.412-.45a.75.75%200%200%200-.33%201.464a7%207%200%200%201%202.247.936a.75.75%200%201%200%20.807-1.265a8.6%208.6%200%200%200-1.313-.685M8%202.662a.75.75%200%201%200-.323-1.465a8.5%208.5%200%200%200-2.729%201.124a.75.75%200%200%200%20.802%201.267A7%207%200%200%201%208%202.662m8.68%202.286a.75.75%200%201%200-1.268.802a7%207%200%200%201%20.935%202.285l.002.008q.121.57.145%201.17a9.5%209.5%200%200%201%201.492-.2a8.5%208.5%200%200%200-.18-1.322l-.003-.014a8.6%208.6%200%200%200-1.124-2.73m-8.636%2011.4q.568.121%201.168.146a9.5%209.5%200%200%200-.198%201.492a8.5%208.5%200%200%201-1.371-.19a8.6%208.6%200%200%201-2.725-1.135a.75.75%200%200%201%20.807-1.265a7%207%200%200%200%202.319.952M3.604%205.725a.75.75%200%201%200-1.264-.807a8.6%208.6%200%200%200-1.136%202.725a.75.75%200%201%200%201.464.329a7%207%200%200%201%20.936-2.247M2.662%2011a.75.75%200%201%200-1.465.323a8.5%208.5%200%200%200%201.124%202.73a.75.75%200%201%200%201.268-.803A7%207%200%200%201%202.662%2011M18.5%2010a8.5%208.5%200%201%200%200%2017a8.5%208.5%200%200%200%200-17m4.28%205.72a.75.75%200%200%201%200%201.06l-4.75%204.75a.75.75%200%200%201-1.06%200l-2.75-2.75a.75.75%200%201%201%201.06-1.06l2.22%202.22l4.22-4.22a.75.75%200%200%201%201.06%200%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%22M12.77%201.654a8.6%208.6%200%200%200-1.412-.45a.75.75%200%200%200-.33%201.464a7%207%200%200%201%202.247.936a.75.75%200%201%200%20.807-1.265a8.6%208.6%200%200%200-1.313-.685M8%202.662a.75.75%200%201%200-.323-1.465a8.5%208.5%200%200%200-2.729%201.124a.75.75%200%200%200%20.802%201.267A7%207%200%200%201%208%202.662m8.68%202.286a.75.75%200%201%200-1.268.802a7%207%200%200%201%20.935%202.285l.002.008q.121.57.145%201.17a9.5%209.5%200%200%201%201.492-.2a8.5%208.5%200%200%200-.18-1.322l-.003-.014a8.6%208.6%200%200%200-1.124-2.73m-8.636%2011.4q.568.121%201.168.146a9.5%209.5%200%200%200-.198%201.492a8.5%208.5%200%200%201-1.371-.19a8.6%208.6%200%200%201-2.725-1.135a.75.75%200%200%201%20.807-1.265a7%207%200%200%200%202.319.952M3.604%205.725a.75.75%200%201%200-1.264-.807a8.6%208.6%200%200%200-1.136%202.725a.75.75%200%201%200%201.464.329a7%207%200%200%201%20.936-2.247M2.662%2011a.75.75%200%201%200-1.465.323a8.5%208.5%200%200%200%201.124%202.73a.75.75%200%201%200%201.268-.803A7%207%200%200%201%202.662%2011M18.5%2010a8.5%208.5%200%201%200%200%2017a8.5%208.5%200%200%200%200-17m4.28%205.72a.75.75%200%200%201%200%201.06l-4.75%204.75a.75.75%200%200%201-1.06%200l-2.75-2.75a.75.75%200%201%201%201.06-1.06l2.22%202.22l4.22-4.22a.75.75%200%200%201%201.06%200%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-filled.svg?color=%231a73e8&size=48