circle multiple hint checkmark icon
circle-multiple-hint-checkmark-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- circle-multiple-hint-checkmark-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
circle-multiple-hint-checkmark-16-filledcircle-multiple-hint-checkmark-20-filledcircle-multiple-hint-checkmark-20-regularcircle-multiple-hint-checkmark-24-filledcircle-multiple-hint-checkmark-24-regularcircle-multiple-hint-checkmark-28-filledcircle-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 16 16"><path fill="currentColor" d="M7.87 1.36a5 5 0 0 0-.804-.247a.5.5 0 1 0-.214.977a4 4 0 0 1 1.245.5a.5.5 0 0 0 .523-.852a5 5 0 0 0-.75-.377m2.34 1.937a.5.5 0 1 0-.842.54q.058.09.112.185a6 6 0 0 1 1.118.007a5 5 0 0 0-.389-.732m-6.185 6.18a6 6 0 0 0 .007 1.118a5 5 0 0 1-.647-.335a.5.5 0 0 1 .522-.852zm1.048-7.369a.5.5 0 1 0-.233-.972a5 5 0 0 0-1.54.656a.5.5 0 1 0 .54.842c.378-.243.796-.42 1.233-.526M2.594 3.904a.5.5 0 1 0-.853-.522a5 5 0 0 0-.625 1.553a.5.5 0 0 0 .977.214a4 4 0 0 1 .501-1.245m-.483 3.024a.5.5 0 0 0-.972.233c.13.547.353 1.068.656 1.54a.5.5 0 1 0 .842-.54a4 4 0 0 1-.526-1.233m10.243 2.426a.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 0zM10 15a5 5 0 1 0 0-10a5 5 0 0 0 0 10m0-1a4 4 0 1 1 0-8a4 4 0 0 1 0 8"/></svg>
React
import type { SVGProps } from "react";
export function FluentCircleMultipleHintCheckmark16Regular(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.87 1.36a5 5 0 0 0-.804-.247a.5.5 0 1 0-.214.977a4 4 0 0 1 1.245.5a.5.5 0 0 0 .523-.852a5 5 0 0 0-.75-.377m2.34 1.937a.5.5 0 1 0-.842.54q.058.09.112.185a6 6 0 0 1 1.118.007a5 5 0 0 0-.389-.732m-6.185 6.18a6 6 0 0 0 .007 1.118a5 5 0 0 1-.647-.335a.5.5 0 0 1 .522-.852zm1.048-7.369a.5.5 0 1 0-.233-.972a5 5 0 0 0-1.54.656a.5.5 0 1 0 .54.842c.378-.243.796-.42 1.233-.526M2.594 3.904a.5.5 0 1 0-.853-.522a5 5 0 0 0-.625 1.553a.5.5 0 0 0 .977.214a4 4 0 0 1 .501-1.245m-.483 3.024a.5.5 0 0 0-.972.233c.13.547.353 1.068.656 1.54a.5.5 0 1 0 .842-.54a4 4 0 0 1-.526-1.233m10.243 2.426a.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 0zM10 15a5 5 0 1 0 0-10a5 5 0 0 0 0 10m0-1a4 4 0 1 1 0-8a4 4 0 0 1 0 8"/></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.87 1.36a5 5 0 0 0-.804-.247a.5.5 0 1 0-.214.977a4 4 0 0 1 1.245.5a.5.5 0 0 0 .523-.852a5 5 0 0 0-.75-.377m2.34 1.937a.5.5 0 1 0-.842.54q.058.09.112.185a6 6 0 0 1 1.118.007a5 5 0 0 0-.389-.732m-6.185 6.18a6 6 0 0 0 .007 1.118a5 5 0 0 1-.647-.335a.5.5 0 0 1 .522-.852zm1.048-7.369a.5.5 0 1 0-.233-.972a5 5 0 0 0-1.54.656a.5.5 0 1 0 .54.842c.378-.243.796-.42 1.233-.526M2.594 3.904a.5.5 0 1 0-.853-.522a5 5 0 0 0-.625 1.553a.5.5 0 0 0 .977.214a4 4 0 0 1 .501-1.245m-.483 3.024a.5.5 0 0 0-.972.233c.13.547.353 1.068.656 1.54a.5.5 0 1 0 .842-.54a4 4 0 0 1-.526-1.233m10.243 2.426a.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 0zM10 15a5 5 0 1 0 0-10a5 5 0 0 0 0 10m0-1a4 4 0 1 1 0-8a4 4 0 0 1 0 8"/></svg> </template>
CSS
.icon-circle-multiple-hint-checkmark-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.87%201.36a5%205%200%200%200-.804-.247a.5.5%200%201%200-.214.977a4%204%200%200%201%201.245.5a.5.5%200%200%200%20.523-.852a5%205%200%200%200-.75-.377m2.34%201.937a.5.5%200%201%200-.842.54q.058.09.112.185a6%206%200%200%201%201.118.007a5%205%200%200%200-.389-.732m-6.185%206.18a6%206%200%200%200%20.007%201.118a5%205%200%200%201-.647-.335a.5.5%200%200%201%20.522-.852zm1.048-7.369a.5.5%200%201%200-.233-.972a5%205%200%200%200-1.54.656a.5.5%200%201%200%20.54.842c.378-.243.796-.42%201.233-.526M2.594%203.904a.5.5%200%201%200-.853-.522a5%205%200%200%200-.625%201.553a.5.5%200%200%200%20.977.214a4%204%200%200%201%20.501-1.245m-.483%203.024a.5.5%200%200%200-.972.233c.13.547.353%201.068.656%201.54a.5.5%200%201%200%20.842-.54a4%204%200%200%201-.526-1.233m10.243%202.426a.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%200zM10%2015a5%205%200%201%200%200-10a5%205%200%200%200%200%2010m0-1a4%204%200%201%201%200-8a4%204%200%200%201%200%208%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.87%201.36a5%205%200%200%200-.804-.247a.5.5%200%201%200-.214.977a4%204%200%200%201%201.245.5a.5.5%200%200%200%20.523-.852a5%205%200%200%200-.75-.377m2.34%201.937a.5.5%200%201%200-.842.54q.058.09.112.185a6%206%200%200%201%201.118.007a5%205%200%200%200-.389-.732m-6.185%206.18a6%206%200%200%200%20.007%201.118a5%205%200%200%201-.647-.335a.5.5%200%200%201%20.522-.852zm1.048-7.369a.5.5%200%201%200-.233-.972a5%205%200%200%200-1.54.656a.5.5%200%201%200%20.54.842c.378-.243.796-.42%201.233-.526M2.594%203.904a.5.5%200%201%200-.853-.522a5%205%200%200%200-.625%201.553a.5.5%200%200%200%20.977.214a4%204%200%200%201%20.501-1.245m-.483%203.024a.5.5%200%200%200-.972.233c.13.547.353%201.068.656%201.54a.5.5%200%201%200%20.842-.54a4%204%200%200%201-.526-1.233m10.243%202.426a.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%200zM10%2015a5%205%200%201%200%200-10a5%205%200%200%200%200%2010m0-1a4%204%200%201%201%200-8a4%204%200%200%201%200%208%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-regular.svg?color=%231a73e8&size=48