circle multiple hint checkmark icon
circle-multiple-hint-checkmark-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- circle-multiple-hint-checkmark-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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-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 20 20"><path fill="currentColor" d="M4.2 2.856a.54.54 0 0 1-.69-.05a.47.47 0 0 1 .047-.721a6 6 0 0 1 2.399-.995c.29-.05.543.183.543.478c0 .26-.198.473-.452.522c-.674.13-1.3.395-1.848.766m3.299-1.288c0-.295.252-.529.543-.478c.88.154 1.693.5 2.396.993c.242.17.255.514.047.722a.544.544 0 0 1-.689.05A5 5 0 0 0 7.95 2.09a.544.544 0 0 1-.451-.522M12.914 6l-.006-.043a6 6 0 0 0-.994-2.399c-.17-.241-.513-.254-.722-.046a.544.544 0 0 0-.05.689a5 5 0 0 1 .774 1.882q.49-.075.998-.083M6 12.915l-.044-.005a6 6 0 0 1-2.399-.995a.47.47 0 0 1-.046-.721a.544.544 0 0 1 .688-.05a5 5 0 0 0 1.884.774q-.076.488-.083.997M2.854 4.202a.54.54 0 0 0-.05-.688c-.209-.209-.553-.195-.722.046a6 6 0 0 0-.993 2.397c-.05.29.183.543.478.543a.54.54 0 0 0 .522-.452c.13-.673.395-1.298.765-1.846m0 5.596a.54.54 0 0 1-.05.688c-.209.209-.553.195-.722-.046a6 6 0 0 1-.993-2.397a.472.472 0 0 1 .478-.543c.259 0 .473.197.522.452c.13.673.395 1.298.765 1.846M13 19a6 6 0 1 0 0-12a6 6 0 0 0 0 12m2.854-7.146l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708l1.146 1.147l2.646-2.647a.5.5 0 0 1 .708.708"/></svg>
React
import type { SVGProps } from "react";
export function FluentCircleMultipleHintCheckmark20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.2 2.856a.54.54 0 0 1-.69-.05a.47.47 0 0 1 .047-.721a6 6 0 0 1 2.399-.995c.29-.05.543.183.543.478c0 .26-.198.473-.452.522c-.674.13-1.3.395-1.848.766m3.299-1.288c0-.295.252-.529.543-.478c.88.154 1.693.5 2.396.993c.242.17.255.514.047.722a.544.544 0 0 1-.689.05A5 5 0 0 0 7.95 2.09a.544.544 0 0 1-.451-.522M12.914 6l-.006-.043a6 6 0 0 0-.994-2.399c-.17-.241-.513-.254-.722-.046a.544.544 0 0 0-.05.689a5 5 0 0 1 .774 1.882q.49-.075.998-.083M6 12.915l-.044-.005a6 6 0 0 1-2.399-.995a.47.47 0 0 1-.046-.721a.544.544 0 0 1 .688-.05a5 5 0 0 0 1.884.774q-.076.488-.083.997M2.854 4.202a.54.54 0 0 0-.05-.688c-.209-.209-.553-.195-.722.046a6 6 0 0 0-.993 2.397c-.05.29.183.543.478.543a.54.54 0 0 0 .522-.452c.13-.673.395-1.298.765-1.846m0 5.596a.54.54 0 0 1-.05.688c-.209.209-.553.195-.722-.046a6 6 0 0 1-.993-2.397a.472.472 0 0 1 .478-.543c.259 0 .473.197.522.452c.13.673.395 1.298.765 1.846M13 19a6 6 0 1 0 0-12a6 6 0 0 0 0 12m2.854-7.146l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708l1.146 1.147l2.646-2.647a.5.5 0 0 1 .708.708"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.2 2.856a.54.54 0 0 1-.69-.05a.47.47 0 0 1 .047-.721a6 6 0 0 1 2.399-.995c.29-.05.543.183.543.478c0 .26-.198.473-.452.522c-.674.13-1.3.395-1.848.766m3.299-1.288c0-.295.252-.529.543-.478c.88.154 1.693.5 2.396.993c.242.17.255.514.047.722a.544.544 0 0 1-.689.05A5 5 0 0 0 7.95 2.09a.544.544 0 0 1-.451-.522M12.914 6l-.006-.043a6 6 0 0 0-.994-2.399c-.17-.241-.513-.254-.722-.046a.544.544 0 0 0-.05.689a5 5 0 0 1 .774 1.882q.49-.075.998-.083M6 12.915l-.044-.005a6 6 0 0 1-2.399-.995a.47.47 0 0 1-.046-.721a.544.544 0 0 1 .688-.05a5 5 0 0 0 1.884.774q-.076.488-.083.997M2.854 4.202a.54.54 0 0 0-.05-.688c-.209-.209-.553-.195-.722.046a6 6 0 0 0-.993 2.397c-.05.29.183.543.478.543a.54.54 0 0 0 .522-.452c.13-.673.395-1.298.765-1.846m0 5.596a.54.54 0 0 1-.05.688c-.209.209-.553.195-.722-.046a6 6 0 0 1-.993-2.397a.472.472 0 0 1 .478-.543c.259 0 .473.197.522.452c.13.673.395 1.298.765 1.846M13 19a6 6 0 1 0 0-12a6 6 0 0 0 0 12m2.854-7.146l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708l1.146 1.147l2.646-2.647a.5.5 0 0 1 .708.708"/></svg> </template>
CSS
.icon-circle-multiple-hint-checkmark-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.2%202.856a.54.54%200%200%201-.69-.05a.47.47%200%200%201%20.047-.721a6%206%200%200%201%202.399-.995c.29-.05.543.183.543.478c0%20.26-.198.473-.452.522c-.674.13-1.3.395-1.848.766m3.299-1.288c0-.295.252-.529.543-.478c.88.154%201.693.5%202.396.993c.242.17.255.514.047.722a.544.544%200%200%201-.689.05A5%205%200%200%200%207.95%202.09a.544.544%200%200%201-.451-.522M12.914%206l-.006-.043a6%206%200%200%200-.994-2.399c-.17-.241-.513-.254-.722-.046a.544.544%200%200%200-.05.689a5%205%200%200%201%20.774%201.882q.49-.075.998-.083M6%2012.915l-.044-.005a6%206%200%200%201-2.399-.995a.47.47%200%200%201-.046-.721a.544.544%200%200%201%20.688-.05a5%205%200%200%200%201.884.774q-.076.488-.083.997M2.854%204.202a.54.54%200%200%200-.05-.688c-.209-.209-.553-.195-.722.046a6%206%200%200%200-.993%202.397c-.05.29.183.543.478.543a.54.54%200%200%200%20.522-.452c.13-.673.395-1.298.765-1.846m0%205.596a.54.54%200%200%201-.05.688c-.209.209-.553.195-.722-.046a6%206%200%200%201-.993-2.397a.472.472%200%200%201%20.478-.543c.259%200%20.473.197.522.452c.13.673.395%201.298.765%201.846M13%2019a6%206%200%201%200%200-12a6%206%200%200%200%200%2012m2.854-7.146l-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%200%201%20.708-.708l1.146%201.147l2.646-2.647a.5.5%200%200%201%20.708.708%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.2%202.856a.54.54%200%200%201-.69-.05a.47.47%200%200%201%20.047-.721a6%206%200%200%201%202.399-.995c.29-.05.543.183.543.478c0%20.26-.198.473-.452.522c-.674.13-1.3.395-1.848.766m3.299-1.288c0-.295.252-.529.543-.478c.88.154%201.693.5%202.396.993c.242.17.255.514.047.722a.544.544%200%200%201-.689.05A5%205%200%200%200%207.95%202.09a.544.544%200%200%201-.451-.522M12.914%206l-.006-.043a6%206%200%200%200-.994-2.399c-.17-.241-.513-.254-.722-.046a.544.544%200%200%200-.05.689a5%205%200%200%201%20.774%201.882q.49-.075.998-.083M6%2012.915l-.044-.005a6%206%200%200%201-2.399-.995a.47.47%200%200%201-.046-.721a.544.544%200%200%201%20.688-.05a5%205%200%200%200%201.884.774q-.076.488-.083.997M2.854%204.202a.54.54%200%200%200-.05-.688c-.209-.209-.553-.195-.722.046a6%206%200%200%200-.993%202.397c-.05.29.183.543.478.543a.54.54%200%200%200%20.522-.452c.13-.673.395-1.298.765-1.846m0%205.596a.54.54%200%200%201-.05.688c-.209.209-.553.195-.722-.046a6%206%200%200%201-.993-2.397a.472.472%200%200%201%20.478-.543c.259%200%20.473.197.522.452c.13.673.395%201.298.765%201.846M13%2019a6%206%200%201%200%200-12a6%206%200%200%200%200%2012m2.854-7.146l-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%200%201%20.708-.708l1.146%201.147l2.646-2.647a.5.5%200%200%201%20.708.708%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-20-filled.svg?color=%231a73e8&size=48