checkmark circle hint icon
checkmark-circle-hint-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- checkmark-circle-hint-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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-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 24 24"><path fill="currentColor" d="M13.24 19.904c.504-.078 1.019.167 1.214.638c.23.554-.07 1.19-.66 1.297a10.1 10.1 0 0 1-3.593 0c-.59-.106-.89-.742-.66-1.296c.195-.471.71-.717 1.215-.639a8 8 0 0 0 2.484 0m-9.02-3.601c.47-.195 1.008-.005 1.308.407a8 8 0 0 0 1.758 1.758c.412.3.602.837.407 1.308c-.23.554-.89.792-1.383.45a10 10 0 0 1-2.54-2.54c-.342-.492-.104-1.154.45-1.383m14.244.406c.3-.412.838-.602 1.31-.407c.553.23.791.89.45 1.384a10 10 0 0 1-2.538 2.539c-.494.341-1.155.104-1.384-.45c-.195-.471-.005-1.008.406-1.31a8 8 0 0 0 1.756-1.756m-3.421-7.916a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-2.5-2.5l-.068-.076a1 1 0 0 1 1.406-1.407l.076.069l1.793 1.793zM2.157 10.201c.108-.59.743-.888 1.297-.659c.471.195.716.71.638 1.215a8 8 0 0 0 0 2.483c.078.504-.167 1.02-.639 1.215c-.554.23-1.19-.07-1.297-.66a10 10 0 0 1 .001-3.594m18.381-.658c.554-.23 1.19.07 1.297.66a10.1 10.1 0 0 1 0 3.59c-.106.59-.742.89-1.296.661c-.471-.195-.717-.71-.639-1.215a8 8 0 0 0 0-2.481c-.078-.504.167-1.02.638-1.215m-4.237-5.318c.23-.555.89-.792 1.384-.45c.99.686 1.85 1.546 2.537 2.537c.341.493.104 1.154-.45 1.383c-.472.195-1.01.006-1.31-.406a8 8 0 0 0-1.755-1.755c-.412-.3-.601-.838-.406-1.31m-9.99-.453c.493-.34 1.154-.103 1.383.45c.196.472.005 1.01-.407 1.31A8 8 0 0 0 5.53 7.288c-.3.412-.838.601-1.31.406c-.553-.23-.79-.89-.449-1.383a10 10 0 0 1 2.54-2.539M11.996 2q.922.001 1.797.161c.59.107.89.743.66 1.297c-.195.471-.71.716-1.215.638a8 8 0 0 0-2.481 0c-.504.078-1.019-.168-1.214-.639c-.23-.554.07-1.19.66-1.297A10 10 0 0 1 11.996 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentCheckmarkCircleHint24Filled(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.24 19.904c.504-.078 1.019.167 1.214.638c.23.554-.07 1.19-.66 1.297a10.1 10.1 0 0 1-3.593 0c-.59-.106-.89-.742-.66-1.296c.195-.471.71-.717 1.215-.639a8 8 0 0 0 2.484 0m-9.02-3.601c.47-.195 1.008-.005 1.308.407a8 8 0 0 0 1.758 1.758c.412.3.602.837.407 1.308c-.23.554-.89.792-1.383.45a10 10 0 0 1-2.54-2.54c-.342-.492-.104-1.154.45-1.383m14.244.406c.3-.412.838-.602 1.31-.407c.553.23.791.89.45 1.384a10 10 0 0 1-2.538 2.539c-.494.341-1.155.104-1.384-.45c-.195-.471-.005-1.008.406-1.31a8 8 0 0 0 1.756-1.756m-3.421-7.916a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-2.5-2.5l-.068-.076a1 1 0 0 1 1.406-1.407l.076.069l1.793 1.793zM2.157 10.201c.108-.59.743-.888 1.297-.659c.471.195.716.71.638 1.215a8 8 0 0 0 0 2.483c.078.504-.167 1.02-.639 1.215c-.554.23-1.19-.07-1.297-.66a10 10 0 0 1 .001-3.594m18.381-.658c.554-.23 1.19.07 1.297.66a10.1 10.1 0 0 1 0 3.59c-.106.59-.742.89-1.296.661c-.471-.195-.717-.71-.639-1.215a8 8 0 0 0 0-2.481c-.078-.504.167-1.02.638-1.215m-4.237-5.318c.23-.555.89-.792 1.384-.45c.99.686 1.85 1.546 2.537 2.537c.341.493.104 1.154-.45 1.383c-.472.195-1.01.006-1.31-.406a8 8 0 0 0-1.755-1.755c-.412-.3-.601-.838-.406-1.31m-9.99-.453c.493-.34 1.154-.103 1.383.45c.196.472.005 1.01-.407 1.31A8 8 0 0 0 5.53 7.288c-.3.412-.838.601-1.31.406c-.553-.23-.79-.89-.449-1.383a10 10 0 0 1 2.54-2.539M11.996 2q.922.001 1.797.161c.59.107.89.743.66 1.297c-.195.471-.71.716-1.215.638a8 8 0 0 0-2.481 0c-.504.078-1.019-.168-1.214-.639c-.23-.554.07-1.19.66-1.297A10 10 0 0 1 11.996 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.24 19.904c.504-.078 1.019.167 1.214.638c.23.554-.07 1.19-.66 1.297a10.1 10.1 0 0 1-3.593 0c-.59-.106-.89-.742-.66-1.296c.195-.471.71-.717 1.215-.639a8 8 0 0 0 2.484 0m-9.02-3.601c.47-.195 1.008-.005 1.308.407a8 8 0 0 0 1.758 1.758c.412.3.602.837.407 1.308c-.23.554-.89.792-1.383.45a10 10 0 0 1-2.54-2.54c-.342-.492-.104-1.154.45-1.383m14.244.406c.3-.412.838-.602 1.31-.407c.553.23.791.89.45 1.384a10 10 0 0 1-2.538 2.539c-.494.341-1.155.104-1.384-.45c-.195-.471-.005-1.008.406-1.31a8 8 0 0 0 1.756-1.756m-3.421-7.916a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-2.5-2.5l-.068-.076a1 1 0 0 1 1.406-1.407l.076.069l1.793 1.793zM2.157 10.201c.108-.59.743-.888 1.297-.659c.471.195.716.71.638 1.215a8 8 0 0 0 0 2.483c.078.504-.167 1.02-.639 1.215c-.554.23-1.19-.07-1.297-.66a10 10 0 0 1 .001-3.594m18.381-.658c.554-.23 1.19.07 1.297.66a10.1 10.1 0 0 1 0 3.59c-.106.59-.742.89-1.296.661c-.471-.195-.717-.71-.639-1.215a8 8 0 0 0 0-2.481c-.078-.504.167-1.02.638-1.215m-4.237-5.318c.23-.555.89-.792 1.384-.45c.99.686 1.85 1.546 2.537 2.537c.341.493.104 1.154-.45 1.383c-.472.195-1.01.006-1.31-.406a8 8 0 0 0-1.755-1.755c-.412-.3-.601-.838-.406-1.31m-9.99-.453c.493-.34 1.154-.103 1.383.45c.196.472.005 1.01-.407 1.31A8 8 0 0 0 5.53 7.288c-.3.412-.838.601-1.31.406c-.553-.23-.79-.89-.449-1.383a10 10 0 0 1 2.54-2.539M11.996 2q.922.001 1.797.161c.59.107.89.743.66 1.297c-.195.471-.71.716-1.215.638a8 8 0 0 0-2.481 0c-.504.078-1.019-.168-1.214-.639c-.23-.554.07-1.19.66-1.297A10 10 0 0 1 11.996 2"/></svg> </template>
CSS
.icon-checkmark-circle-hint-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.24%2019.904c.504-.078%201.019.167%201.214.638c.23.554-.07%201.19-.66%201.297a10.1%2010.1%200%200%201-3.593%200c-.59-.106-.89-.742-.66-1.296c.195-.471.71-.717%201.215-.639a8%208%200%200%200%202.484%200m-9.02-3.601c.47-.195%201.008-.005%201.308.407a8%208%200%200%200%201.758%201.758c.412.3.602.837.407%201.308c-.23.554-.89.792-1.383.45a10%2010%200%200%201-2.54-2.54c-.342-.492-.104-1.154.45-1.383m14.244.406c.3-.412.838-.602%201.31-.407c.553.23.791.89.45%201.384a10%2010%200%200%201-2.538%202.539c-.494.341-1.155.104-1.384-.45c-.195-.471-.005-1.008.406-1.31a8%208%200%200%200%201.756-1.756m-3.421-7.916a1%201%200%201%201%201.414%201.414l-5%205a1%201%200%200%201-1.414%200l-2.5-2.5l-.068-.076a1%201%200%200%201%201.406-1.407l.076.069l1.793%201.793zM2.157%2010.201c.108-.59.743-.888%201.297-.659c.471.195.716.71.638%201.215a8%208%200%200%200%200%202.483c.078.504-.167%201.02-.639%201.215c-.554.23-1.19-.07-1.297-.66a10%2010%200%200%201%20.001-3.594m18.381-.658c.554-.23%201.19.07%201.297.66a10.1%2010.1%200%200%201%200%203.59c-.106.59-.742.89-1.296.661c-.471-.195-.717-.71-.639-1.215a8%208%200%200%200%200-2.481c-.078-.504.167-1.02.638-1.215m-4.237-5.318c.23-.555.89-.792%201.384-.45c.99.686%201.85%201.546%202.537%202.537c.341.493.104%201.154-.45%201.383c-.472.195-1.01.006-1.31-.406a8%208%200%200%200-1.755-1.755c-.412-.3-.601-.838-.406-1.31m-9.99-.453c.493-.34%201.154-.103%201.383.45c.196.472.005%201.01-.407%201.31A8%208%200%200%200%205.53%207.288c-.3.412-.838.601-1.31.406c-.553-.23-.79-.89-.449-1.383a10%2010%200%200%201%202.54-2.539M11.996%202q.922.001%201.797.161c.59.107.89.743.66%201.297c-.195.471-.71.716-1.215.638a8%208%200%200%200-2.481%200c-.504.078-1.019-.168-1.214-.639c-.23-.554.07-1.19.66-1.297A10%2010%200%200%201%2011.996%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.24%2019.904c.504-.078%201.019.167%201.214.638c.23.554-.07%201.19-.66%201.297a10.1%2010.1%200%200%201-3.593%200c-.59-.106-.89-.742-.66-1.296c.195-.471.71-.717%201.215-.639a8%208%200%200%200%202.484%200m-9.02-3.601c.47-.195%201.008-.005%201.308.407a8%208%200%200%200%201.758%201.758c.412.3.602.837.407%201.308c-.23.554-.89.792-1.383.45a10%2010%200%200%201-2.54-2.54c-.342-.492-.104-1.154.45-1.383m14.244.406c.3-.412.838-.602%201.31-.407c.553.23.791.89.45%201.384a10%2010%200%200%201-2.538%202.539c-.494.341-1.155.104-1.384-.45c-.195-.471-.005-1.008.406-1.31a8%208%200%200%200%201.756-1.756m-3.421-7.916a1%201%200%201%201%201.414%201.414l-5%205a1%201%200%200%201-1.414%200l-2.5-2.5l-.068-.076a1%201%200%200%201%201.406-1.407l.076.069l1.793%201.793zM2.157%2010.201c.108-.59.743-.888%201.297-.659c.471.195.716.71.638%201.215a8%208%200%200%200%200%202.483c.078.504-.167%201.02-.639%201.215c-.554.23-1.19-.07-1.297-.66a10%2010%200%200%201%20.001-3.594m18.381-.658c.554-.23%201.19.07%201.297.66a10.1%2010.1%200%200%201%200%203.59c-.106.59-.742.89-1.296.661c-.471-.195-.717-.71-.639-1.215a8%208%200%200%200%200-2.481c-.078-.504.167-1.02.638-1.215m-4.237-5.318c.23-.555.89-.792%201.384-.45c.99.686%201.85%201.546%202.537%202.537c.341.493.104%201.154-.45%201.383c-.472.195-1.01.006-1.31-.406a8%208%200%200%200-1.755-1.755c-.412-.3-.601-.838-.406-1.31m-9.99-.453c.493-.34%201.154-.103%201.383.45c.196.472.005%201.01-.407%201.31A8%208%200%200%200%205.53%207.288c-.3.412-.838.601-1.31.406c-.553-.23-.79-.89-.449-1.383a10%2010%200%200%201%202.54-2.539M11.996%202q.922.001%201.797.161c.59.107.89.743.66%201.297c-.195.471-.71.716-1.215.638a8%208%200%200%200-2.481%200c-.504.078-1.019-.168-1.214-.639c-.23-.554.07-1.19.66-1.297A10%2010%200%200%201%2011.996%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-filled.svg?color=%231a73e8&size=48