checkmark circle hint icon
checkmark-circle-hint-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- checkmark-circle-hint-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
checkmark-circle-hint-16-filledcheckmark-circle-hint-16-regularcheckmark-circle-hint-20-filledcheckmark-circle-hint-20-regularcheckmark-circle-hint-24-filledcheckmark-circle-hint-24-regularcheckmark-circle-hint-28-filledcheckmark-circle-hint-28-regularcheckmark-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 32 32"><path fill="currentColor" d="M17.897 27.345c.626-.104 1.265.203 1.508.79c.288.695-.091 1.491-.83 1.629a14.1 14.1 0 0 1-5.137.002c-.74-.137-1.12-.934-.833-1.63c.243-.585.882-.894 1.508-.79a11.6 11.6 0 0 0 3.784-.001m-12.88-5.166c.586-.243 1.255-.01 1.625.507a11.6 11.6 0 0 0 2.683 2.68c.517.37.75 1.039.508 1.625c-.288.695-1.119.99-1.74.565a14.1 14.1 0 0 1-3.639-3.636c-.426-.62-.132-1.453.564-1.741m20.344.503c.37-.516 1.038-.75 1.624-.508c.696.288.99 1.12.565 1.74a14.1 14.1 0 0 1-3.634 3.635c-.62.426-1.452.13-1.74-.565c-.243-.586-.01-1.255.507-1.624a11.6 11.6 0 0 0 2.678-2.678m-4.245-11.566a1.25 1.25 0 0 1 1.768 1.768l-7.5 7.5a1.25 1.25 0 0 1-1.768 0l-4-4a1.25 1.25 0 1 1 1.768-1.768l3.116 3.116zM2.236 13.43c.137-.74.934-1.12 1.63-.831c.585.243.893.881.79 1.507a11.6 11.6 0 0 0 0 3.795c.104.627-.203 1.266-.79 1.51c-.695.287-1.491-.092-1.629-.832a14.1 14.1 0 0 1-.002-5.15m25.9-.825c.695-.289 1.492.09 1.63.83q.233 1.25.234 2.566q-.001 1.32-.235 2.572c-.138.74-.935 1.12-1.63.831c-.586-.243-.894-.881-.79-1.508a11.6 11.6 0 0 0 0-3.785c-.103-.625.205-1.263.79-1.506M22.182 5.02c.288-.696 1.12-.991 1.74-.565a14.1 14.1 0 0 1 3.632 3.637c.425.62.13 1.451-.565 1.739c-.586.243-1.256.009-1.625-.508a11.6 11.6 0 0 0-2.677-2.68c-.515-.369-.748-1.038-.505-1.623M8.088 4.448c.62-.425 1.452-.13 1.74.565c.243.586.009 1.256-.508 1.625a11.6 11.6 0 0 0-2.68 2.681c-.37.516-1.04.75-1.625.507c-.695-.288-.99-1.12-.564-1.74a14.1 14.1 0 0 1 3.638-3.638M16 2q1.324.002 2.581.237c.74.138 1.119.934.831 1.63c-.243.586-.883.894-1.51.79a11.6 11.6 0 0 0-3.796-.002c-.626.104-1.264-.205-1.506-.79c-.288-.696.09-1.492.83-1.63A14 14 0 0 1 16 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentCheckmarkCircleHint32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.897 27.345c.626-.104 1.265.203 1.508.79c.288.695-.091 1.491-.83 1.629a14.1 14.1 0 0 1-5.137.002c-.74-.137-1.12-.934-.833-1.63c.243-.585.882-.894 1.508-.79a11.6 11.6 0 0 0 3.784-.001m-12.88-5.166c.586-.243 1.255-.01 1.625.507a11.6 11.6 0 0 0 2.683 2.68c.517.37.75 1.039.508 1.625c-.288.695-1.119.99-1.74.565a14.1 14.1 0 0 1-3.639-3.636c-.426-.62-.132-1.453.564-1.741m20.344.503c.37-.516 1.038-.75 1.624-.508c.696.288.99 1.12.565 1.74a14.1 14.1 0 0 1-3.634 3.635c-.62.426-1.452.13-1.74-.565c-.243-.586-.01-1.255.507-1.624a11.6 11.6 0 0 0 2.678-2.678m-4.245-11.566a1.25 1.25 0 0 1 1.768 1.768l-7.5 7.5a1.25 1.25 0 0 1-1.768 0l-4-4a1.25 1.25 0 1 1 1.768-1.768l3.116 3.116zM2.236 13.43c.137-.74.934-1.12 1.63-.831c.585.243.893.881.79 1.507a11.6 11.6 0 0 0 0 3.795c.104.627-.203 1.266-.79 1.51c-.695.287-1.491-.092-1.629-.832a14.1 14.1 0 0 1-.002-5.15m25.9-.825c.695-.289 1.492.09 1.63.83q.233 1.25.234 2.566q-.001 1.32-.235 2.572c-.138.74-.935 1.12-1.63.831c-.586-.243-.894-.881-.79-1.508a11.6 11.6 0 0 0 0-3.785c-.103-.625.205-1.263.79-1.506M22.182 5.02c.288-.696 1.12-.991 1.74-.565a14.1 14.1 0 0 1 3.632 3.637c.425.62.13 1.451-.565 1.739c-.586.243-1.256.009-1.625-.508a11.6 11.6 0 0 0-2.677-2.68c-.515-.369-.748-1.038-.505-1.623M8.088 4.448c.62-.425 1.452-.13 1.74.565c.243.586.009 1.256-.508 1.625a11.6 11.6 0 0 0-2.68 2.681c-.37.516-1.04.75-1.625.507c-.695-.288-.99-1.12-.564-1.74a14.1 14.1 0 0 1 3.638-3.638M16 2q1.324.002 2.581.237c.74.138 1.119.934.831 1.63c-.243.586-.883.894-1.51.79a11.6 11.6 0 0 0-3.796-.002c-.626.104-1.264-.205-1.506-.79c-.288-.696.09-1.492.83-1.63A14 14 0 0 1 16 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.897 27.345c.626-.104 1.265.203 1.508.79c.288.695-.091 1.491-.83 1.629a14.1 14.1 0 0 1-5.137.002c-.74-.137-1.12-.934-.833-1.63c.243-.585.882-.894 1.508-.79a11.6 11.6 0 0 0 3.784-.001m-12.88-5.166c.586-.243 1.255-.01 1.625.507a11.6 11.6 0 0 0 2.683 2.68c.517.37.75 1.039.508 1.625c-.288.695-1.119.99-1.74.565a14.1 14.1 0 0 1-3.639-3.636c-.426-.62-.132-1.453.564-1.741m20.344.503c.37-.516 1.038-.75 1.624-.508c.696.288.99 1.12.565 1.74a14.1 14.1 0 0 1-3.634 3.635c-.62.426-1.452.13-1.74-.565c-.243-.586-.01-1.255.507-1.624a11.6 11.6 0 0 0 2.678-2.678m-4.245-11.566a1.25 1.25 0 0 1 1.768 1.768l-7.5 7.5a1.25 1.25 0 0 1-1.768 0l-4-4a1.25 1.25 0 1 1 1.768-1.768l3.116 3.116zM2.236 13.43c.137-.74.934-1.12 1.63-.831c.585.243.893.881.79 1.507a11.6 11.6 0 0 0 0 3.795c.104.627-.203 1.266-.79 1.51c-.695.287-1.491-.092-1.629-.832a14.1 14.1 0 0 1-.002-5.15m25.9-.825c.695-.289 1.492.09 1.63.83q.233 1.25.234 2.566q-.001 1.32-.235 2.572c-.138.74-.935 1.12-1.63.831c-.586-.243-.894-.881-.79-1.508a11.6 11.6 0 0 0 0-3.785c-.103-.625.205-1.263.79-1.506M22.182 5.02c.288-.696 1.12-.991 1.74-.565a14.1 14.1 0 0 1 3.632 3.637c.425.62.13 1.451-.565 1.739c-.586.243-1.256.009-1.625-.508a11.6 11.6 0 0 0-2.677-2.68c-.515-.369-.748-1.038-.505-1.623M8.088 4.448c.62-.425 1.452-.13 1.74.565c.243.586.009 1.256-.508 1.625a11.6 11.6 0 0 0-2.68 2.681c-.37.516-1.04.75-1.625.507c-.695-.288-.99-1.12-.564-1.74a14.1 14.1 0 0 1 3.638-3.638M16 2q1.324.002 2.581.237c.74.138 1.119.934.831 1.63c-.243.586-.883.894-1.51.79a11.6 11.6 0 0 0-3.796-.002c-.626.104-1.264-.205-1.506-.79c-.288-.696.09-1.492.83-1.63A14 14 0 0 1 16 2"/></svg> </template>
CSS
.icon-checkmark-circle-hint-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.897%2027.345c.626-.104%201.265.203%201.508.79c.288.695-.091%201.491-.83%201.629a14.1%2014.1%200%200%201-5.137.002c-.74-.137-1.12-.934-.833-1.63c.243-.585.882-.894%201.508-.79a11.6%2011.6%200%200%200%203.784-.001m-12.88-5.166c.586-.243%201.255-.01%201.625.507a11.6%2011.6%200%200%200%202.683%202.68c.517.37.75%201.039.508%201.625c-.288.695-1.119.99-1.74.565a14.1%2014.1%200%200%201-3.639-3.636c-.426-.62-.132-1.453.564-1.741m20.344.503c.37-.516%201.038-.75%201.624-.508c.696.288.99%201.12.565%201.74a14.1%2014.1%200%200%201-3.634%203.635c-.62.426-1.452.13-1.74-.565c-.243-.586-.01-1.255.507-1.624a11.6%2011.6%200%200%200%202.678-2.678m-4.245-11.566a1.25%201.25%200%200%201%201.768%201.768l-7.5%207.5a1.25%201.25%200%200%201-1.768%200l-4-4a1.25%201.25%200%201%201%201.768-1.768l3.116%203.116zM2.236%2013.43c.137-.74.934-1.12%201.63-.831c.585.243.893.881.79%201.507a11.6%2011.6%200%200%200%200%203.795c.104.627-.203%201.266-.79%201.51c-.695.287-1.491-.092-1.629-.832a14.1%2014.1%200%200%201-.002-5.15m25.9-.825c.695-.289%201.492.09%201.63.83q.233%201.25.234%202.566q-.001%201.32-.235%202.572c-.138.74-.935%201.12-1.63.831c-.586-.243-.894-.881-.79-1.508a11.6%2011.6%200%200%200%200-3.785c-.103-.625.205-1.263.79-1.506M22.182%205.02c.288-.696%201.12-.991%201.74-.565a14.1%2014.1%200%200%201%203.632%203.637c.425.62.13%201.451-.565%201.739c-.586.243-1.256.009-1.625-.508a11.6%2011.6%200%200%200-2.677-2.68c-.515-.369-.748-1.038-.505-1.623M8.088%204.448c.62-.425%201.452-.13%201.74.565c.243.586.009%201.256-.508%201.625a11.6%2011.6%200%200%200-2.68%202.681c-.37.516-1.04.75-1.625.507c-.695-.288-.99-1.12-.564-1.74a14.1%2014.1%200%200%201%203.638-3.638M16%202q1.324.002%202.581.237c.74.138%201.119.934.831%201.63c-.243.586-.883.894-1.51.79a11.6%2011.6%200%200%200-3.796-.002c-.626.104-1.264-.205-1.506-.79c-.288-.696.09-1.492.83-1.63A14%2014%200%200%201%2016%202%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.897%2027.345c.626-.104%201.265.203%201.508.79c.288.695-.091%201.491-.83%201.629a14.1%2014.1%200%200%201-5.137.002c-.74-.137-1.12-.934-.833-1.63c.243-.585.882-.894%201.508-.79a11.6%2011.6%200%200%200%203.784-.001m-12.88-5.166c.586-.243%201.255-.01%201.625.507a11.6%2011.6%200%200%200%202.683%202.68c.517.37.75%201.039.508%201.625c-.288.695-1.119.99-1.74.565a14.1%2014.1%200%200%201-3.639-3.636c-.426-.62-.132-1.453.564-1.741m20.344.503c.37-.516%201.038-.75%201.624-.508c.696.288.99%201.12.565%201.74a14.1%2014.1%200%200%201-3.634%203.635c-.62.426-1.452.13-1.74-.565c-.243-.586-.01-1.255.507-1.624a11.6%2011.6%200%200%200%202.678-2.678m-4.245-11.566a1.25%201.25%200%200%201%201.768%201.768l-7.5%207.5a1.25%201.25%200%200%201-1.768%200l-4-4a1.25%201.25%200%201%201%201.768-1.768l3.116%203.116zM2.236%2013.43c.137-.74.934-1.12%201.63-.831c.585.243.893.881.79%201.507a11.6%2011.6%200%200%200%200%203.795c.104.627-.203%201.266-.79%201.51c-.695.287-1.491-.092-1.629-.832a14.1%2014.1%200%200%201-.002-5.15m25.9-.825c.695-.289%201.492.09%201.63.83q.233%201.25.234%202.566q-.001%201.32-.235%202.572c-.138.74-.935%201.12-1.63.831c-.586-.243-.894-.881-.79-1.508a11.6%2011.6%200%200%200%200-3.785c-.103-.625.205-1.263.79-1.506M22.182%205.02c.288-.696%201.12-.991%201.74-.565a14.1%2014.1%200%200%201%203.632%203.637c.425.62.13%201.451-.565%201.739c-.586.243-1.256.009-1.625-.508a11.6%2011.6%200%200%200-2.677-2.68c-.515-.369-.748-1.038-.505-1.623M8.088%204.448c.62-.425%201.452-.13%201.74.565c.243.586.009%201.256-.508%201.625a11.6%2011.6%200%200%200-2.68%202.681c-.37.516-1.04.75-1.625.507c-.695-.288-.99-1.12-.564-1.74a14.1%2014.1%200%200%201%203.638-3.638M16%202q1.324.002%202.581.237c.74.138%201.119.934.831%201.63c-.243.586-.883.894-1.51.79a11.6%2011.6%200%200%200-3.796-.002c-.626.104-1.264-.205-1.506-.79c-.288-.696.09-1.492.83-1.63A14%2014%200%200%201%2016%202%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-32-filled.svg?color=%231a73e8&size=48