emoji hint icon
emoji-hint-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- emoji-hint-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the emoji hint icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.83 2.114a.5.5 0 0 0 .194.981a5.1 5.1 0 0 1 1.953 0a.5.5 0 0 0 .194-.98a6.2 6.2 0 0 0-2.341 0m4.504.897a.5.5 0 0 0-.556.83a5 5 0 0 1 1.38 1.381a.5.5 0 0 0 .831-.556a6 6 0 0 0-1.655-1.655m-6.112.83a.5.5 0 1 0-.556-.83a6 6 0 0 0-1.655 1.655a.5.5 0 1 0 .831.556a5 5 0 0 1 1.38-1.38m8.664 2.989a.5.5 0 1 0-.981.194c.125.63.125 1.322 0 1.952a.5.5 0 0 0 .981.194a6.1 6.1 0 0 0 0-2.34m-10.79.194a.5.5 0 0 0-.982-.194a6.2 6.2 0 0 0 0 2.34a.5.5 0 1 0 .981-.194a5.1 5.1 0 0 1 0-1.952m9.893 4.31a.5.5 0 0 0-.83-.556a5 5 0 0 1-1.381 1.38a.5.5 0 0 0 .556.831a6 6 0 0 0 1.655-1.655m-9.147-.556a.5.5 0 1 0-.83.556a6 6 0 0 0 1.654 1.655a.5.5 0 1 0 .556-.83a5 5 0 0 1-1.38-1.381m3.182 2.127a.5.5 0 0 0-.194.98a6.1 6.1 0 0 0 2.34 0a.5.5 0 1 0-.193-.98a5.1 5.1 0 0 1-1.953 0M10.4 9.8a.5.5 0 0 0-.8-.601c-.365.487-.946.8-1.6.8a2 2 0 0 1-1.6-.8a.5.5 0 0 0-.8.6A3 3 0 0 0 8 11c.982 0 1.853-.472 2.4-1.2M7 6.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m2.75.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHint16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.83 2.114a.5.5 0 0 0 .194.981a5.1 5.1 0 0 1 1.953 0a.5.5 0 0 0 .194-.98a6.2 6.2 0 0 0-2.341 0m4.504.897a.5.5 0 0 0-.556.83a5 5 0 0 1 1.38 1.381a.5.5 0 0 0 .831-.556a6 6 0 0 0-1.655-1.655m-6.112.83a.5.5 0 1 0-.556-.83a6 6 0 0 0-1.655 1.655a.5.5 0 1 0 .831.556a5 5 0 0 1 1.38-1.38m8.664 2.989a.5.5 0 1 0-.981.194c.125.63.125 1.322 0 1.952a.5.5 0 0 0 .981.194a6.1 6.1 0 0 0 0-2.34m-10.79.194a.5.5 0 0 0-.982-.194a6.2 6.2 0 0 0 0 2.34a.5.5 0 1 0 .981-.194a5.1 5.1 0 0 1 0-1.952m9.893 4.31a.5.5 0 0 0-.83-.556a5 5 0 0 1-1.381 1.38a.5.5 0 0 0 .556.831a6 6 0 0 0 1.655-1.655m-9.147-.556a.5.5 0 1 0-.83.556a6 6 0 0 0 1.654 1.655a.5.5 0 1 0 .556-.83a5 5 0 0 1-1.38-1.381m3.182 2.127a.5.5 0 0 0-.194.98a6.1 6.1 0 0 0 2.34 0a.5.5 0 1 0-.193-.98a5.1 5.1 0 0 1-1.953 0M10.4 9.8a.5.5 0 0 0-.8-.601c-.365.487-.946.8-1.6.8a2 2 0 0 1-1.6-.8a.5.5 0 0 0-.8.6A3 3 0 0 0 8 11c.982 0 1.853-.472 2.4-1.2M7 6.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m2.75.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.83 2.114a.5.5 0 0 0 .194.981a5.1 5.1 0 0 1 1.953 0a.5.5 0 0 0 .194-.98a6.2 6.2 0 0 0-2.341 0m4.504.897a.5.5 0 0 0-.556.83a5 5 0 0 1 1.38 1.381a.5.5 0 0 0 .831-.556a6 6 0 0 0-1.655-1.655m-6.112.83a.5.5 0 1 0-.556-.83a6 6 0 0 0-1.655 1.655a.5.5 0 1 0 .831.556a5 5 0 0 1 1.38-1.38m8.664 2.989a.5.5 0 1 0-.981.194c.125.63.125 1.322 0 1.952a.5.5 0 0 0 .981.194a6.1 6.1 0 0 0 0-2.34m-10.79.194a.5.5 0 0 0-.982-.194a6.2 6.2 0 0 0 0 2.34a.5.5 0 1 0 .981-.194a5.1 5.1 0 0 1 0-1.952m9.893 4.31a.5.5 0 0 0-.83-.556a5 5 0 0 1-1.381 1.38a.5.5 0 0 0 .556.831a6 6 0 0 0 1.655-1.655m-9.147-.556a.5.5 0 1 0-.83.556a6 6 0 0 0 1.654 1.655a.5.5 0 1 0 .556-.83a5 5 0 0 1-1.38-1.381m3.182 2.127a.5.5 0 0 0-.194.98a6.1 6.1 0 0 0 2.34 0a.5.5 0 1 0-.193-.98a5.1 5.1 0 0 1-1.953 0M10.4 9.8a.5.5 0 0 0-.8-.601c-.365.487-.946.8-1.6.8a2 2 0 0 1-1.6-.8a.5.5 0 0 0-.8.6A3 3 0 0 0 8 11c.982 0 1.853-.472 2.4-1.2M7 6.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m2.75.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg> </template>
CSS
.icon-emoji-hint-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.83%202.114a.5.5%200%200%200%20.194.981a5.1%205.1%200%200%201%201.953%200a.5.5%200%200%200%20.194-.98a6.2%206.2%200%200%200-2.341%200m4.504.897a.5.5%200%200%200-.556.83a5%205%200%200%201%201.38%201.381a.5.5%200%200%200%20.831-.556a6%206%200%200%200-1.655-1.655m-6.112.83a.5.5%200%201%200-.556-.83a6%206%200%200%200-1.655%201.655a.5.5%200%201%200%20.831.556a5%205%200%200%201%201.38-1.38m8.664%202.989a.5.5%200%201%200-.981.194c.125.63.125%201.322%200%201.952a.5.5%200%200%200%20.981.194a6.1%206.1%200%200%200%200-2.34m-10.79.194a.5.5%200%200%200-.982-.194a6.2%206.2%200%200%200%200%202.34a.5.5%200%201%200%20.981-.194a5.1%205.1%200%200%201%200-1.952m9.893%204.31a.5.5%200%200%200-.83-.556a5%205%200%200%201-1.381%201.38a.5.5%200%200%200%20.556.831a6%206%200%200%200%201.655-1.655m-9.147-.556a.5.5%200%201%200-.83.556a6%206%200%200%200%201.654%201.655a.5.5%200%201%200%20.556-.83a5%205%200%200%201-1.38-1.381m3.182%202.127a.5.5%200%200%200-.194.98a6.1%206.1%200%200%200%202.34%200a.5.5%200%201%200-.193-.98a5.1%205.1%200%200%201-1.953%200M10.4%209.8a.5.5%200%200%200-.8-.601c-.365.487-.946.8-1.6.8a2%202%200%200%201-1.6-.8a.5.5%200%200%200-.8.6A3%203%200%200%200%208%2011c.982%200%201.853-.472%202.4-1.2M7%206.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m2.75.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.83%202.114a.5.5%200%200%200%20.194.981a5.1%205.1%200%200%201%201.953%200a.5.5%200%200%200%20.194-.98a6.2%206.2%200%200%200-2.341%200m4.504.897a.5.5%200%200%200-.556.83a5%205%200%200%201%201.38%201.381a.5.5%200%200%200%20.831-.556a6%206%200%200%200-1.655-1.655m-6.112.83a.5.5%200%201%200-.556-.83a6%206%200%200%200-1.655%201.655a.5.5%200%201%200%20.831.556a5%205%200%200%201%201.38-1.38m8.664%202.989a.5.5%200%201%200-.981.194c.125.63.125%201.322%200%201.952a.5.5%200%200%200%20.981.194a6.1%206.1%200%200%200%200-2.34m-10.79.194a.5.5%200%200%200-.982-.194a6.2%206.2%200%200%200%200%202.34a.5.5%200%201%200%20.981-.194a5.1%205.1%200%200%201%200-1.952m9.893%204.31a.5.5%200%200%200-.83-.556a5%205%200%200%201-1.381%201.38a.5.5%200%200%200%20.556.831a6%206%200%200%200%201.655-1.655m-9.147-.556a.5.5%200%201%200-.83.556a6%206%200%200%200%201.654%201.655a.5.5%200%201%200%20.556-.83a5%205%200%200%201-1.38-1.381m3.182%202.127a.5.5%200%200%200-.194.98a6.1%206.1%200%200%200%202.34%200a.5.5%200%201%200-.193-.98a5.1%205.1%200%200%201-1.953%200M10.4%209.8a.5.5%200%200%200-.8-.601c-.365.487-.946.8-1.6.8a2%202%200%200%201-1.6-.8a.5.5%200%200%200-.8.6A3%203%200%200%200%208%2011c.982%200%201.853-.472%202.4-1.2M7%206.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m2.75.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/emoji-hint-16-regular.svg?color=%231a73e8&size=48