checkmark circle hint icon
checkmark-circle-hint-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- checkmark-circle-hint-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
checkmark-circle-hint-16-filledcheckmark-circle-hint-16-regularcheckmark-circle-hint-20-regularcheckmark-circle-hint-24-filledcheckmark-circle-hint-24-regularcheckmark-circle-hint-28-filledcheckmark-circle-hint-28-regularcheckmark-circle-hint-32-filledcheckmark-circle-hint-32-regularcheckmark-circle-hint-48-filledcheckmark-circle-hint-48-regular
Related icons in Fluent UI System Icons
Use the checkmark circle hint icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.059 16.413a.75.75 0 0 1 .243 1.48c-.85.14-1.758.14-2.607 0a.75.75 0 0 1 .243-1.48c.69.113 1.431.113 2.12 0m-7.391-2.8a.75.75 0 0 1 1.046.172a6.6 6.6 0 0 0 1.499 1.5a.75.75 0 1 1-.875 1.217a8 8 0 0 1-1.842-1.842a.75.75 0 0 1 .172-1.047m11.615.172a.75.75 0 1 1 1.218.875a8 8 0 0 1-1.842 1.842a.75.75 0 0 1-.875-1.218a6.6 6.6 0 0 0 1.5-1.499M12.47 7.47a.75.75 0 1 1 1.06 1.06l-4 4a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.004-1.112l.056.052L9 10.94zM2.105 8.696a.75.75 0 0 1 1.479.243a6.7 6.7 0 0 0 0 2.12a.75.75 0 1 1-1.48.244a8.2 8.2 0 0 1 0-2.607m14.926-.618a.75.75 0 0 1 .862.618c.139.85.139 1.758 0 2.607a.75.75 0 0 1-1.48-.243a6.7 6.7 0 0 0 0-2.12a.75.75 0 0 1 .618-.862M5.338 3.498a.75.75 0 0 1 .875 1.217a6.6 6.6 0 0 0-1.5 1.499a.75.75 0 1 1-1.217-.875a8 8 0 0 1 1.842-1.842m8.274.171a.75.75 0 0 1 1.047-.172a8 8 0 0 1 1.842 1.842a.75.75 0 0 1-1.218.875a6.6 6.6 0 0 0-1.499-1.5a.75.75 0 0 1-.172-1.045M8.695 2.106a8.2 8.2 0 0 1 2.607 0a.75.75 0 0 1-.243 1.479a6.7 6.7 0 0 0-2.12 0a.75.75 0 1 1-.244-1.48"/></svg>
React
import type { SVGProps } from "react";
export function FluentCheckmarkCircleHint20Filled(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="M11.059 16.413a.75.75 0 0 1 .243 1.48c-.85.14-1.758.14-2.607 0a.75.75 0 0 1 .243-1.48c.69.113 1.431.113 2.12 0m-7.391-2.8a.75.75 0 0 1 1.046.172a6.6 6.6 0 0 0 1.499 1.5a.75.75 0 1 1-.875 1.217a8 8 0 0 1-1.842-1.842a.75.75 0 0 1 .172-1.047m11.615.172a.75.75 0 1 1 1.218.875a8 8 0 0 1-1.842 1.842a.75.75 0 0 1-.875-1.218a6.6 6.6 0 0 0 1.5-1.499M12.47 7.47a.75.75 0 1 1 1.06 1.06l-4 4a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.004-1.112l.056.052L9 10.94zM2.105 8.696a.75.75 0 0 1 1.479.243a6.7 6.7 0 0 0 0 2.12a.75.75 0 1 1-1.48.244a8.2 8.2 0 0 1 0-2.607m14.926-.618a.75.75 0 0 1 .862.618c.139.85.139 1.758 0 2.607a.75.75 0 0 1-1.48-.243a6.7 6.7 0 0 0 0-2.12a.75.75 0 0 1 .618-.862M5.338 3.498a.75.75 0 0 1 .875 1.217a6.6 6.6 0 0 0-1.5 1.499a.75.75 0 1 1-1.217-.875a8 8 0 0 1 1.842-1.842m8.274.171a.75.75 0 0 1 1.047-.172a8 8 0 0 1 1.842 1.842a.75.75 0 0 1-1.218.875a6.6 6.6 0 0 0-1.499-1.5a.75.75 0 0 1-.172-1.045M8.695 2.106a8.2 8.2 0 0 1 2.607 0a.75.75 0 0 1-.243 1.479a6.7 6.7 0 0 0-2.12 0a.75.75 0 1 1-.244-1.48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.059 16.413a.75.75 0 0 1 .243 1.48c-.85.14-1.758.14-2.607 0a.75.75 0 0 1 .243-1.48c.69.113 1.431.113 2.12 0m-7.391-2.8a.75.75 0 0 1 1.046.172a6.6 6.6 0 0 0 1.499 1.5a.75.75 0 1 1-.875 1.217a8 8 0 0 1-1.842-1.842a.75.75 0 0 1 .172-1.047m11.615.172a.75.75 0 1 1 1.218.875a8 8 0 0 1-1.842 1.842a.75.75 0 0 1-.875-1.218a6.6 6.6 0 0 0 1.5-1.499M12.47 7.47a.75.75 0 1 1 1.06 1.06l-4 4a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.004-1.112l.056.052L9 10.94zM2.105 8.696a.75.75 0 0 1 1.479.243a6.7 6.7 0 0 0 0 2.12a.75.75 0 1 1-1.48.244a8.2 8.2 0 0 1 0-2.607m14.926-.618a.75.75 0 0 1 .862.618c.139.85.139 1.758 0 2.607a.75.75 0 0 1-1.48-.243a6.7 6.7 0 0 0 0-2.12a.75.75 0 0 1 .618-.862M5.338 3.498a.75.75 0 0 1 .875 1.217a6.6 6.6 0 0 0-1.5 1.499a.75.75 0 1 1-1.217-.875a8 8 0 0 1 1.842-1.842m8.274.171a.75.75 0 0 1 1.047-.172a8 8 0 0 1 1.842 1.842a.75.75 0 0 1-1.218.875a6.6 6.6 0 0 0-1.499-1.5a.75.75 0 0 1-.172-1.045M8.695 2.106a8.2 8.2 0 0 1 2.607 0a.75.75 0 0 1-.243 1.479a6.7 6.7 0 0 0-2.12 0a.75.75 0 1 1-.244-1.48"/></svg> </template>
CSS
.icon-checkmark-circle-hint-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%22M11.059%2016.413a.75.75%200%200%201%20.243%201.48c-.85.14-1.758.14-2.607%200a.75.75%200%200%201%20.243-1.48c.69.113%201.431.113%202.12%200m-7.391-2.8a.75.75%200%200%201%201.046.172a6.6%206.6%200%200%200%201.499%201.5a.75.75%200%201%201-.875%201.217a8%208%200%200%201-1.842-1.842a.75.75%200%200%201%20.172-1.047m11.615.172a.75.75%200%201%201%201.218.875a8%208%200%200%201-1.842%201.842a.75.75%200%200%201-.875-1.218a6.6%206.6%200%200%200%201.5-1.499M12.47%207.47a.75.75%200%201%201%201.06%201.06l-4%204a.75.75%200%200%201-1.06%200l-2-2a.75.75%200%200%201%201.004-1.112l.056.052L9%2010.94zM2.105%208.696a.75.75%200%200%201%201.479.243a6.7%206.7%200%200%200%200%202.12a.75.75%200%201%201-1.48.244a8.2%208.2%200%200%201%200-2.607m14.926-.618a.75.75%200%200%201%20.862.618c.139.85.139%201.758%200%202.607a.75.75%200%200%201-1.48-.243a6.7%206.7%200%200%200%200-2.12a.75.75%200%200%201%20.618-.862M5.338%203.498a.75.75%200%200%201%20.875%201.217a6.6%206.6%200%200%200-1.5%201.499a.75.75%200%201%201-1.217-.875a8%208%200%200%201%201.842-1.842m8.274.171a.75.75%200%200%201%201.047-.172a8%208%200%200%201%201.842%201.842a.75.75%200%200%201-1.218.875a6.6%206.6%200%200%200-1.499-1.5a.75.75%200%200%201-.172-1.045M8.695%202.106a8.2%208.2%200%200%201%202.607%200a.75.75%200%200%201-.243%201.479a6.7%206.7%200%200%200-2.12%200a.75.75%200%201%201-.244-1.48%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%22M11.059%2016.413a.75.75%200%200%201%20.243%201.48c-.85.14-1.758.14-2.607%200a.75.75%200%200%201%20.243-1.48c.69.113%201.431.113%202.12%200m-7.391-2.8a.75.75%200%200%201%201.046.172a6.6%206.6%200%200%200%201.499%201.5a.75.75%200%201%201-.875%201.217a8%208%200%200%201-1.842-1.842a.75.75%200%200%201%20.172-1.047m11.615.172a.75.75%200%201%201%201.218.875a8%208%200%200%201-1.842%201.842a.75.75%200%200%201-.875-1.218a6.6%206.6%200%200%200%201.5-1.499M12.47%207.47a.75.75%200%201%201%201.06%201.06l-4%204a.75.75%200%200%201-1.06%200l-2-2a.75.75%200%200%201%201.004-1.112l.056.052L9%2010.94zM2.105%208.696a.75.75%200%200%201%201.479.243a6.7%206.7%200%200%200%200%202.12a.75.75%200%201%201-1.48.244a8.2%208.2%200%200%201%200-2.607m14.926-.618a.75.75%200%200%201%20.862.618c.139.85.139%201.758%200%202.607a.75.75%200%200%201-1.48-.243a6.7%206.7%200%200%200%200-2.12a.75.75%200%200%201%20.618-.862M5.338%203.498a.75.75%200%200%201%20.875%201.217a6.6%206.6%200%200%200-1.5%201.499a.75.75%200%201%201-1.217-.875a8%208%200%200%201%201.842-1.842m8.274.171a.75.75%200%200%201%201.047-.172a8%208%200%200%201%201.842%201.842a.75.75%200%200%201-1.218.875a6.6%206.6%200%200%200-1.499-1.5a.75.75%200%200%201-.172-1.045M8.695%202.106a8.2%208.2%200%200%201%202.607%200a.75.75%200%200%201-.243%201.479a6.7%206.7%200%200%200-2.12%200a.75.75%200%201%201-.244-1.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/checkmark-circle-hint-20-filled.svg?color=%231a73e8&size=48