checkmark circle hint icon
checkmark-circle-hint-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- checkmark-circle-hint-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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-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 24 24"><path fill="currentColor" d="M13.652 20.34c.377-.074.765.11.912.465c.17.414-.053.888-.49.98a10.05 10.05 0 0 1-4.15 0c-.439-.093-.662-.567-.49-.981c.146-.354.535-.54.91-.465a8.6 8.6 0 0 0 3.308 0m5.413-3.613c.214-.319.619-.462.973-.316c.414.172.591.665.347 1.04a10.1 10.1 0 0 1-2.934 2.934c-.375.244-.868.067-1.04-.347c-.146-.354-.003-.758.316-.972a8.6 8.6 0 0 0 2.338-2.34m-15.104-.318c.354-.146.76-.003.973.316a8.6 8.6 0 0 0 2.337 2.34c.318.213.461.617.315.971c-.172.414-.665.591-1.04.347a10.05 10.05 0 0 1-2.932-2.933c-.244-.375-.067-.87.347-1.04M15.22 8.97a.75.75 0 1 1 1.06 1.061l-5 5a.75.75 0 0 1-1.06 0l-2.5-2.5l-.052-.057a.75.75 0 0 1 1.056-1.055l.056.052l1.97 1.97zm5.584.464c.414-.172.888.053.98.49Q22 10.93 22 12c0 .71-.074 1.404-.215 2.073c-.092.439-.566.662-.98.49c-.355-.146-.54-.535-.465-.91a8.5 8.5 0 0 0-.001-3.31c-.074-.375.11-.764.465-.91m-18.588.492c.093-.438.566-.662.98-.49c.354.146.54.535.465.91a8.5 8.5 0 0 0 0 3.306c.073.376-.112.764-.466.91c-.414.172-.888-.051-.98-.49a10 10 0 0 1 0-4.146m4.33-6.309c.376-.244.87-.067 1.04.347c.147.354.005.758-.314.972a8.6 8.6 0 0 0-2.337 2.337c-.214.319-.618.462-.972.316c-.414-.172-.592-.666-.347-1.041a10.05 10.05 0 0 1 2.93-2.93m9.864.345c.172-.414.665-.591 1.04-.347c1.17.762 2.17 1.763 2.933 2.932c.244.375.067.868-.347 1.04c-.354.146-.758.003-.972-.315a8.6 8.6 0 0 0-2.338-2.337c-.319-.214-.463-.619-.316-.973M12 2c.71 0 1.403.074 2.071.215c.439.092.663.566.492.98c-.147.355-.536.54-.912.465a8.5 8.5 0 0 0-3.305.001c-.376.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98C10.595 2.075 11.289 2 12 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentCheckmarkCircleHint24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.652 20.34c.377-.074.765.11.912.465c.17.414-.053.888-.49.98a10.05 10.05 0 0 1-4.15 0c-.439-.093-.662-.567-.49-.981c.146-.354.535-.54.91-.465a8.6 8.6 0 0 0 3.308 0m5.413-3.613c.214-.319.619-.462.973-.316c.414.172.591.665.347 1.04a10.1 10.1 0 0 1-2.934 2.934c-.375.244-.868.067-1.04-.347c-.146-.354-.003-.758.316-.972a8.6 8.6 0 0 0 2.338-2.34m-15.104-.318c.354-.146.76-.003.973.316a8.6 8.6 0 0 0 2.337 2.34c.318.213.461.617.315.971c-.172.414-.665.591-1.04.347a10.05 10.05 0 0 1-2.932-2.933c-.244-.375-.067-.87.347-1.04M15.22 8.97a.75.75 0 1 1 1.06 1.061l-5 5a.75.75 0 0 1-1.06 0l-2.5-2.5l-.052-.057a.75.75 0 0 1 1.056-1.055l.056.052l1.97 1.97zm5.584.464c.414-.172.888.053.98.49Q22 10.93 22 12c0 .71-.074 1.404-.215 2.073c-.092.439-.566.662-.98.49c-.355-.146-.54-.535-.465-.91a8.5 8.5 0 0 0-.001-3.31c-.074-.375.11-.764.465-.91m-18.588.492c.093-.438.566-.662.98-.49c.354.146.54.535.465.91a8.5 8.5 0 0 0 0 3.306c.073.376-.112.764-.466.91c-.414.172-.888-.051-.98-.49a10 10 0 0 1 0-4.146m4.33-6.309c.376-.244.87-.067 1.04.347c.147.354.005.758-.314.972a8.6 8.6 0 0 0-2.337 2.337c-.214.319-.618.462-.972.316c-.414-.172-.592-.666-.347-1.041a10.05 10.05 0 0 1 2.93-2.93m9.864.345c.172-.414.665-.591 1.04-.347c1.17.762 2.17 1.763 2.933 2.932c.244.375.067.868-.347 1.04c-.354.146-.758.003-.972-.315a8.6 8.6 0 0 0-2.338-2.337c-.319-.214-.463-.619-.316-.973M12 2c.71 0 1.403.074 2.071.215c.439.092.663.566.492.98c-.147.355-.536.54-.912.465a8.5 8.5 0 0 0-3.305.001c-.376.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98C10.595 2.075 11.289 2 12 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.652 20.34c.377-.074.765.11.912.465c.17.414-.053.888-.49.98a10.05 10.05 0 0 1-4.15 0c-.439-.093-.662-.567-.49-.981c.146-.354.535-.54.91-.465a8.6 8.6 0 0 0 3.308 0m5.413-3.613c.214-.319.619-.462.973-.316c.414.172.591.665.347 1.04a10.1 10.1 0 0 1-2.934 2.934c-.375.244-.868.067-1.04-.347c-.146-.354-.003-.758.316-.972a8.6 8.6 0 0 0 2.338-2.34m-15.104-.318c.354-.146.76-.003.973.316a8.6 8.6 0 0 0 2.337 2.34c.318.213.461.617.315.971c-.172.414-.665.591-1.04.347a10.05 10.05 0 0 1-2.932-2.933c-.244-.375-.067-.87.347-1.04M15.22 8.97a.75.75 0 1 1 1.06 1.061l-5 5a.75.75 0 0 1-1.06 0l-2.5-2.5l-.052-.057a.75.75 0 0 1 1.056-1.055l.056.052l1.97 1.97zm5.584.464c.414-.172.888.053.98.49Q22 10.93 22 12c0 .71-.074 1.404-.215 2.073c-.092.439-.566.662-.98.49c-.355-.146-.54-.535-.465-.91a8.5 8.5 0 0 0-.001-3.31c-.074-.375.11-.764.465-.91m-18.588.492c.093-.438.566-.662.98-.49c.354.146.54.535.465.91a8.5 8.5 0 0 0 0 3.306c.073.376-.112.764-.466.91c-.414.172-.888-.051-.98-.49a10 10 0 0 1 0-4.146m4.33-6.309c.376-.244.87-.067 1.04.347c.147.354.005.758-.314.972a8.6 8.6 0 0 0-2.337 2.337c-.214.319-.618.462-.972.316c-.414-.172-.592-.666-.347-1.041a10.05 10.05 0 0 1 2.93-2.93m9.864.345c.172-.414.665-.591 1.04-.347c1.17.762 2.17 1.763 2.933 2.932c.244.375.067.868-.347 1.04c-.354.146-.758.003-.972-.315a8.6 8.6 0 0 0-2.338-2.337c-.319-.214-.463-.619-.316-.973M12 2c.71 0 1.403.074 2.071.215c.439.092.663.566.492.98c-.147.355-.536.54-.912.465a8.5 8.5 0 0 0-3.305.001c-.376.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98C10.595 2.075 11.289 2 12 2"/></svg> </template>
CSS
.icon-checkmark-circle-hint-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.652%2020.34c.377-.074.765.11.912.465c.17.414-.053.888-.49.98a10.05%2010.05%200%200%201-4.15%200c-.439-.093-.662-.567-.49-.981c.146-.354.535-.54.91-.465a8.6%208.6%200%200%200%203.308%200m5.413-3.613c.214-.319.619-.462.973-.316c.414.172.591.665.347%201.04a10.1%2010.1%200%200%201-2.934%202.934c-.375.244-.868.067-1.04-.347c-.146-.354-.003-.758.316-.972a8.6%208.6%200%200%200%202.338-2.34m-15.104-.318c.354-.146.76-.003.973.316a8.6%208.6%200%200%200%202.337%202.34c.318.213.461.617.315.971c-.172.414-.665.591-1.04.347a10.05%2010.05%200%200%201-2.932-2.933c-.244-.375-.067-.87.347-1.04M15.22%208.97a.75.75%200%201%201%201.06%201.061l-5%205a.75.75%200%200%201-1.06%200l-2.5-2.5l-.052-.057a.75.75%200%200%201%201.056-1.055l.056.052l1.97%201.97zm5.584.464c.414-.172.888.053.98.49Q22%2010.93%2022%2012c0%20.71-.074%201.404-.215%202.073c-.092.439-.566.662-.98.49c-.355-.146-.54-.535-.465-.91a8.5%208.5%200%200%200-.001-3.31c-.074-.375.11-.764.465-.91m-18.588.492c.093-.438.566-.662.98-.49c.354.146.54.535.465.91a8.5%208.5%200%200%200%200%203.306c.073.376-.112.764-.466.91c-.414.172-.888-.051-.98-.49a10%2010%200%200%201%200-4.146m4.33-6.309c.376-.244.87-.067%201.04.347c.147.354.005.758-.314.972a8.6%208.6%200%200%200-2.337%202.337c-.214.319-.618.462-.972.316c-.414-.172-.592-.666-.347-1.041a10.05%2010.05%200%200%201%202.93-2.93m9.864.345c.172-.414.665-.591%201.04-.347c1.17.762%202.17%201.763%202.933%202.932c.244.375.067.868-.347%201.04c-.354.146-.758.003-.972-.315a8.6%208.6%200%200%200-2.338-2.337c-.319-.214-.463-.619-.316-.973M12%202c.71%200%201.403.074%202.071.215c.439.092.663.566.492.98c-.147.355-.536.54-.912.465a8.5%208.5%200%200%200-3.305.001c-.376.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98C10.595%202.075%2011.289%202%2012%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.652%2020.34c.377-.074.765.11.912.465c.17.414-.053.888-.49.98a10.05%2010.05%200%200%201-4.15%200c-.439-.093-.662-.567-.49-.981c.146-.354.535-.54.91-.465a8.6%208.6%200%200%200%203.308%200m5.413-3.613c.214-.319.619-.462.973-.316c.414.172.591.665.347%201.04a10.1%2010.1%200%200%201-2.934%202.934c-.375.244-.868.067-1.04-.347c-.146-.354-.003-.758.316-.972a8.6%208.6%200%200%200%202.338-2.34m-15.104-.318c.354-.146.76-.003.973.316a8.6%208.6%200%200%200%202.337%202.34c.318.213.461.617.315.971c-.172.414-.665.591-1.04.347a10.05%2010.05%200%200%201-2.932-2.933c-.244-.375-.067-.87.347-1.04M15.22%208.97a.75.75%200%201%201%201.06%201.061l-5%205a.75.75%200%200%201-1.06%200l-2.5-2.5l-.052-.057a.75.75%200%200%201%201.056-1.055l.056.052l1.97%201.97zm5.584.464c.414-.172.888.053.98.49Q22%2010.93%2022%2012c0%20.71-.074%201.404-.215%202.073c-.092.439-.566.662-.98.49c-.355-.146-.54-.535-.465-.91a8.5%208.5%200%200%200-.001-3.31c-.074-.375.11-.764.465-.91m-18.588.492c.093-.438.566-.662.98-.49c.354.146.54.535.465.91a8.5%208.5%200%200%200%200%203.306c.073.376-.112.764-.466.91c-.414.172-.888-.051-.98-.49a10%2010%200%200%201%200-4.146m4.33-6.309c.376-.244.87-.067%201.04.347c.147.354.005.758-.314.972a8.6%208.6%200%200%200-2.337%202.337c-.214.319-.618.462-.972.316c-.414-.172-.592-.666-.347-1.041a10.05%2010.05%200%200%201%202.93-2.93m9.864.345c.172-.414.665-.591%201.04-.347c1.17.762%202.17%201.763%202.933%202.932c.244.375.067.868-.347%201.04c-.354.146-.758.003-.972-.315a8.6%208.6%200%200%200-2.338-2.337c-.319-.214-.463-.619-.316-.973M12%202c.71%200%201.403.074%202.071.215c.439.092.663.566.492.98c-.147.355-.536.54-.912.465a8.5%208.5%200%200%200-3.305.001c-.376.074-.765-.11-.911-.465c-.172-.414.052-.888.49-.98C10.595%202.075%2011.289%202%2012%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-24-regular.svg?color=%231a73e8&size=48