checkmark circle hint icon
checkmark-circle-hint-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- checkmark-circle-hint-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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-filledcheckmark-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.369 16.867a.5.5 0 0 1 .193.98c-1.01.2-2.11.2-3.121 0a.5.5 0 1 1 .194-.98c.883.174 1.85.174 2.734 0M3.487 13.75a.5.5 0 0 1 .693.137a7 7 0 0 0 1.933 1.933a.5.5 0 0 1-.557.83a8 8 0 0 1-2.207-2.206a.5.5 0 0 1 .138-.694m12.336.137a.5.5 0 0 1 .83.557a8 8 0 0 1-2.206 2.207a.5.5 0 0 1-.557-.831a7 7 0 0 0 1.933-1.933m-3.176-6.241a.5.5 0 1 1 .707.707l-4 4a.5.5 0 0 1-.707 0l-2-2a.5.5 0 0 1 .629-.771l.078.064L9 11.293zm-9.905.398a.5.5 0 0 1 .393.588a7.2 7.2 0 0 0 0 2.734a.5.5 0 0 1-.981.193a8.2 8.2 0 0 1 0-3.121a.5.5 0 0 1 .588-.394m14.52 0a.5.5 0 0 1 .587.394c.2 1.01.2 2.11 0 3.121a.5.5 0 0 1-.98-.193a7.2 7.2 0 0 0 0-2.734a.5.5 0 0 1 .393-.588M5.556 3.347a.5.5 0 0 1 .557.831A7 7 0 0 0 4.18 6.111a.5.5 0 0 1-.83-.557a8 8 0 0 1 2.206-2.207m8.197.138a.5.5 0 0 1 .694-.138a8 8 0 0 1 2.207 2.207a.5.5 0 0 1-.831.557a7 7 0 0 0-1.933-1.933a.5.5 0 0 1-.137-.693M8.441 2.152a8.2 8.2 0 0 1 3.121 0a.5.5 0 0 1-.193.981a7.2 7.2 0 0 0-2.734 0a.5.5 0 0 1-.194-.981"/></svg>
React
import type { SVGProps } from "react";
export function FluentCheckmarkCircleHint20Regular(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.369 16.867a.5.5 0 0 1 .193.98c-1.01.2-2.11.2-3.121 0a.5.5 0 1 1 .194-.98c.883.174 1.85.174 2.734 0M3.487 13.75a.5.5 0 0 1 .693.137a7 7 0 0 0 1.933 1.933a.5.5 0 0 1-.557.83a8 8 0 0 1-2.207-2.206a.5.5 0 0 1 .138-.694m12.336.137a.5.5 0 0 1 .83.557a8 8 0 0 1-2.206 2.207a.5.5 0 0 1-.557-.831a7 7 0 0 0 1.933-1.933m-3.176-6.241a.5.5 0 1 1 .707.707l-4 4a.5.5 0 0 1-.707 0l-2-2a.5.5 0 0 1 .629-.771l.078.064L9 11.293zm-9.905.398a.5.5 0 0 1 .393.588a7.2 7.2 0 0 0 0 2.734a.5.5 0 0 1-.981.193a8.2 8.2 0 0 1 0-3.121a.5.5 0 0 1 .588-.394m14.52 0a.5.5 0 0 1 .587.394c.2 1.01.2 2.11 0 3.121a.5.5 0 0 1-.98-.193a7.2 7.2 0 0 0 0-2.734a.5.5 0 0 1 .393-.588M5.556 3.347a.5.5 0 0 1 .557.831A7 7 0 0 0 4.18 6.111a.5.5 0 0 1-.83-.557a8 8 0 0 1 2.206-2.207m8.197.138a.5.5 0 0 1 .694-.138a8 8 0 0 1 2.207 2.207a.5.5 0 0 1-.831.557a7 7 0 0 0-1.933-1.933a.5.5 0 0 1-.137-.693M8.441 2.152a8.2 8.2 0 0 1 3.121 0a.5.5 0 0 1-.193.981a7.2 7.2 0 0 0-2.734 0a.5.5 0 0 1-.194-.981"/></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.369 16.867a.5.5 0 0 1 .193.98c-1.01.2-2.11.2-3.121 0a.5.5 0 1 1 .194-.98c.883.174 1.85.174 2.734 0M3.487 13.75a.5.5 0 0 1 .693.137a7 7 0 0 0 1.933 1.933a.5.5 0 0 1-.557.83a8 8 0 0 1-2.207-2.206a.5.5 0 0 1 .138-.694m12.336.137a.5.5 0 0 1 .83.557a8 8 0 0 1-2.206 2.207a.5.5 0 0 1-.557-.831a7 7 0 0 0 1.933-1.933m-3.176-6.241a.5.5 0 1 1 .707.707l-4 4a.5.5 0 0 1-.707 0l-2-2a.5.5 0 0 1 .629-.771l.078.064L9 11.293zm-9.905.398a.5.5 0 0 1 .393.588a7.2 7.2 0 0 0 0 2.734a.5.5 0 0 1-.981.193a8.2 8.2 0 0 1 0-3.121a.5.5 0 0 1 .588-.394m14.52 0a.5.5 0 0 1 .587.394c.2 1.01.2 2.11 0 3.121a.5.5 0 0 1-.98-.193a7.2 7.2 0 0 0 0-2.734a.5.5 0 0 1 .393-.588M5.556 3.347a.5.5 0 0 1 .557.831A7 7 0 0 0 4.18 6.111a.5.5 0 0 1-.83-.557a8 8 0 0 1 2.206-2.207m8.197.138a.5.5 0 0 1 .694-.138a8 8 0 0 1 2.207 2.207a.5.5 0 0 1-.831.557a7 7 0 0 0-1.933-1.933a.5.5 0 0 1-.137-.693M8.441 2.152a8.2 8.2 0 0 1 3.121 0a.5.5 0 0 1-.193.981a7.2 7.2 0 0 0-2.734 0a.5.5 0 0 1-.194-.981"/></svg> </template>
CSS
.icon-checkmark-circle-hint-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.369%2016.867a.5.5%200%200%201%20.193.98c-1.01.2-2.11.2-3.121%200a.5.5%200%201%201%20.194-.98c.883.174%201.85.174%202.734%200M3.487%2013.75a.5.5%200%200%201%20.693.137a7%207%200%200%200%201.933%201.933a.5.5%200%200%201-.557.83a8%208%200%200%201-2.207-2.206a.5.5%200%200%201%20.138-.694m12.336.137a.5.5%200%200%201%20.83.557a8%208%200%200%201-2.206%202.207a.5.5%200%200%201-.557-.831a7%207%200%200%200%201.933-1.933m-3.176-6.241a.5.5%200%201%201%20.707.707l-4%204a.5.5%200%200%201-.707%200l-2-2a.5.5%200%200%201%20.629-.771l.078.064L9%2011.293zm-9.905.398a.5.5%200%200%201%20.393.588a7.2%207.2%200%200%200%200%202.734a.5.5%200%200%201-.981.193a8.2%208.2%200%200%201%200-3.121a.5.5%200%200%201%20.588-.394m14.52%200a.5.5%200%200%201%20.587.394c.2%201.01.2%202.11%200%203.121a.5.5%200%200%201-.98-.193a7.2%207.2%200%200%200%200-2.734a.5.5%200%200%201%20.393-.588M5.556%203.347a.5.5%200%200%201%20.557.831A7%207%200%200%200%204.18%206.111a.5.5%200%200%201-.83-.557a8%208%200%200%201%202.206-2.207m8.197.138a.5.5%200%200%201%20.694-.138a8%208%200%200%201%202.207%202.207a.5.5%200%200%201-.831.557a7%207%200%200%200-1.933-1.933a.5.5%200%200%201-.137-.693M8.441%202.152a8.2%208.2%200%200%201%203.121%200a.5.5%200%200%201-.193.981a7.2%207.2%200%200%200-2.734%200a.5.5%200%200%201-.194-.981%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.369%2016.867a.5.5%200%200%201%20.193.98c-1.01.2-2.11.2-3.121%200a.5.5%200%201%201%20.194-.98c.883.174%201.85.174%202.734%200M3.487%2013.75a.5.5%200%200%201%20.693.137a7%207%200%200%200%201.933%201.933a.5.5%200%200%201-.557.83a8%208%200%200%201-2.207-2.206a.5.5%200%200%201%20.138-.694m12.336.137a.5.5%200%200%201%20.83.557a8%208%200%200%201-2.206%202.207a.5.5%200%200%201-.557-.831a7%207%200%200%200%201.933-1.933m-3.176-6.241a.5.5%200%201%201%20.707.707l-4%204a.5.5%200%200%201-.707%200l-2-2a.5.5%200%200%201%20.629-.771l.078.064L9%2011.293zm-9.905.398a.5.5%200%200%201%20.393.588a7.2%207.2%200%200%200%200%202.734a.5.5%200%200%201-.981.193a8.2%208.2%200%200%201%200-3.121a.5.5%200%200%201%20.588-.394m14.52%200a.5.5%200%200%201%20.587.394c.2%201.01.2%202.11%200%203.121a.5.5%200%200%201-.98-.193a7.2%207.2%200%200%200%200-2.734a.5.5%200%200%201%20.393-.588M5.556%203.347a.5.5%200%200%201%20.557.831A7%207%200%200%200%204.18%206.111a.5.5%200%200%201-.83-.557a8%208%200%200%201%202.206-2.207m8.197.138a.5.5%200%200%201%20.694-.138a8%208%200%200%201%202.207%202.207a.5.5%200%200%201-.831.557a7%207%200%200%200-1.933-1.933a.5.5%200%200%201-.137-.693M8.441%202.152a8.2%208.2%200%200%201%203.121%200a.5.5%200%200%201-.193.981a7.2%207.2%200%200%200-2.734%200a.5.5%200%200%201-.194-.981%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-regular.svg?color=%231a73e8&size=48