emoji hint icon
emoji-hint-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- emoji-hint-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M8.439 2.152a.5.5 0 0 0 .194.981a7.2 7.2 0 0 1 2.733 0a.5.5 0 0 0 .194-.98a8.2 8.2 0 0 0-3.121 0m6.006 1.196a.5.5 0 0 0-.556.83a7 7 0 0 1 1.932 1.933a.5.5 0 1 0 .83-.556a8 8 0 0 0-2.206-2.207m-8.334.83a.5.5 0 0 0-.557-.83a8 8 0 0 0-2.207 2.207a.5.5 0 0 0 .831.556A7 7 0 0 1 6.111 4.18M3.133 8.634a.5.5 0 1 0-.981-.194a8.2 8.2 0 0 0 0 3.122a.5.5 0 0 0 .98-.194a7.2 7.2 0 0 1 0-2.734m14.714-.194a.5.5 0 1 0-.98.194c.174.884.174 1.85 0 2.734a.5.5 0 1 0 .98.194c.2-1.01.2-2.111 0-3.122M4.178 13.89a.5.5 0 0 0-.83.556a8 8 0 0 0 2.206 2.207a.5.5 0 0 0 .557-.83a7 7 0 0 1-1.933-1.933m12.474.556a.5.5 0 1 0-.831-.556a7 7 0 0 1-1.932 1.932a.5.5 0 1 0 .556.831a8 8 0 0 0 2.207-2.207m-8.02 2.422a.5.5 0 0 0-.193.98a8.2 8.2 0 0 0 3.121 0a.5.5 0 0 0-.194-.98a7.2 7.2 0 0 1-2.733 0M16 10a6 6 0 1 1-12 0a6 6 0 0 1 12 0m-9.436 2.11a.5.5 0 0 0-.077.703A4.5 4.5 0 0 0 10 14.5c1.421 0 2.689-.66 3.512-1.687a.5.5 0 1 0-.78-.626A3.5 3.5 0 0 1 10 13.5a3.5 3.5 0 0 1-2.733-1.313a.5.5 0 0 0-.703-.077M7.75 9a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M13 8.25a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHint20Filled(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="M8.439 2.152a.5.5 0 0 0 .194.981a7.2 7.2 0 0 1 2.733 0a.5.5 0 0 0 .194-.98a8.2 8.2 0 0 0-3.121 0m6.006 1.196a.5.5 0 0 0-.556.83a7 7 0 0 1 1.932 1.933a.5.5 0 1 0 .83-.556a8 8 0 0 0-2.206-2.207m-8.334.83a.5.5 0 0 0-.557-.83a8 8 0 0 0-2.207 2.207a.5.5 0 0 0 .831.556A7 7 0 0 1 6.111 4.18M3.133 8.634a.5.5 0 1 0-.981-.194a8.2 8.2 0 0 0 0 3.122a.5.5 0 0 0 .98-.194a7.2 7.2 0 0 1 0-2.734m14.714-.194a.5.5 0 1 0-.98.194c.174.884.174 1.85 0 2.734a.5.5 0 1 0 .98.194c.2-1.01.2-2.111 0-3.122M4.178 13.89a.5.5 0 0 0-.83.556a8 8 0 0 0 2.206 2.207a.5.5 0 0 0 .557-.83a7 7 0 0 1-1.933-1.933m12.474.556a.5.5 0 1 0-.831-.556a7 7 0 0 1-1.932 1.932a.5.5 0 1 0 .556.831a8 8 0 0 0 2.207-2.207m-8.02 2.422a.5.5 0 0 0-.193.98a8.2 8.2 0 0 0 3.121 0a.5.5 0 0 0-.194-.98a7.2 7.2 0 0 1-2.733 0M16 10a6 6 0 1 1-12 0a6 6 0 0 1 12 0m-9.436 2.11a.5.5 0 0 0-.077.703A4.5 4.5 0 0 0 10 14.5c1.421 0 2.689-.66 3.512-1.687a.5.5 0 1 0-.78-.626A3.5 3.5 0 0 1 10 13.5a3.5 3.5 0 0 1-2.733-1.313a.5.5 0 0 0-.703-.077M7.75 9a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M13 8.25a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.439 2.152a.5.5 0 0 0 .194.981a7.2 7.2 0 0 1 2.733 0a.5.5 0 0 0 .194-.98a8.2 8.2 0 0 0-3.121 0m6.006 1.196a.5.5 0 0 0-.556.83a7 7 0 0 1 1.932 1.933a.5.5 0 1 0 .83-.556a8 8 0 0 0-2.206-2.207m-8.334.83a.5.5 0 0 0-.557-.83a8 8 0 0 0-2.207 2.207a.5.5 0 0 0 .831.556A7 7 0 0 1 6.111 4.18M3.133 8.634a.5.5 0 1 0-.981-.194a8.2 8.2 0 0 0 0 3.122a.5.5 0 0 0 .98-.194a7.2 7.2 0 0 1 0-2.734m14.714-.194a.5.5 0 1 0-.98.194c.174.884.174 1.85 0 2.734a.5.5 0 1 0 .98.194c.2-1.01.2-2.111 0-3.122M4.178 13.89a.5.5 0 0 0-.83.556a8 8 0 0 0 2.206 2.207a.5.5 0 0 0 .557-.83a7 7 0 0 1-1.933-1.933m12.474.556a.5.5 0 1 0-.831-.556a7 7 0 0 1-1.932 1.932a.5.5 0 1 0 .556.831a8 8 0 0 0 2.207-2.207m-8.02 2.422a.5.5 0 0 0-.193.98a8.2 8.2 0 0 0 3.121 0a.5.5 0 0 0-.194-.98a7.2 7.2 0 0 1-2.733 0M16 10a6 6 0 1 1-12 0a6 6 0 0 1 12 0m-9.436 2.11a.5.5 0 0 0-.077.703A4.5 4.5 0 0 0 10 14.5c1.421 0 2.689-.66 3.512-1.687a.5.5 0 1 0-.78-.626A3.5 3.5 0 0 1 10 13.5a3.5 3.5 0 0 1-2.733-1.313a.5.5 0 0 0-.703-.077M7.75 9a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M13 8.25a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0"/></svg> </template>
CSS
.icon-emoji-hint-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.439%202.152a.5.5%200%200%200%20.194.981a7.2%207.2%200%200%201%202.733%200a.5.5%200%200%200%20.194-.98a8.2%208.2%200%200%200-3.121%200m6.006%201.196a.5.5%200%200%200-.556.83a7%207%200%200%201%201.932%201.933a.5.5%200%201%200%20.83-.556a8%208%200%200%200-2.206-2.207m-8.334.83a.5.5%200%200%200-.557-.83a8%208%200%200%200-2.207%202.207a.5.5%200%200%200%20.831.556A7%207%200%200%201%206.111%204.18M3.133%208.634a.5.5%200%201%200-.981-.194a8.2%208.2%200%200%200%200%203.122a.5.5%200%200%200%20.98-.194a7.2%207.2%200%200%201%200-2.734m14.714-.194a.5.5%200%201%200-.98.194c.174.884.174%201.85%200%202.734a.5.5%200%201%200%20.98.194c.2-1.01.2-2.111%200-3.122M4.178%2013.89a.5.5%200%200%200-.83.556a8%208%200%200%200%202.206%202.207a.5.5%200%200%200%20.557-.83a7%207%200%200%201-1.933-1.933m12.474.556a.5.5%200%201%200-.831-.556a7%207%200%200%201-1.932%201.932a.5.5%200%201%200%20.556.831a8%208%200%200%200%202.207-2.207m-8.02%202.422a.5.5%200%200%200-.193.98a8.2%208.2%200%200%200%203.121%200a.5.5%200%200%200-.194-.98a7.2%207.2%200%200%201-2.733%200M16%2010a6%206%200%201%201-12%200a6%206%200%200%201%2012%200m-9.436%202.11a.5.5%200%200%200-.077.703A4.5%204.5%200%200%200%2010%2014.5c1.421%200%202.689-.66%203.512-1.687a.5.5%200%201%200-.78-.626A3.5%203.5%200%200%201%2010%2013.5a3.5%203.5%200%200%201-2.733-1.313a.5.5%200%200%200-.703-.077M7.75%209a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M13%208.25a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200%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%22M8.439%202.152a.5.5%200%200%200%20.194.981a7.2%207.2%200%200%201%202.733%200a.5.5%200%200%200%20.194-.98a8.2%208.2%200%200%200-3.121%200m6.006%201.196a.5.5%200%200%200-.556.83a7%207%200%200%201%201.932%201.933a.5.5%200%201%200%20.83-.556a8%208%200%200%200-2.206-2.207m-8.334.83a.5.5%200%200%200-.557-.83a8%208%200%200%200-2.207%202.207a.5.5%200%200%200%20.831.556A7%207%200%200%201%206.111%204.18M3.133%208.634a.5.5%200%201%200-.981-.194a8.2%208.2%200%200%200%200%203.122a.5.5%200%200%200%20.98-.194a7.2%207.2%200%200%201%200-2.734m14.714-.194a.5.5%200%201%200-.98.194c.174.884.174%201.85%200%202.734a.5.5%200%201%200%20.98.194c.2-1.01.2-2.111%200-3.122M4.178%2013.89a.5.5%200%200%200-.83.556a8%208%200%200%200%202.206%202.207a.5.5%200%200%200%20.557-.83a7%207%200%200%201-1.933-1.933m12.474.556a.5.5%200%201%200-.831-.556a7%207%200%200%201-1.932%201.932a.5.5%200%201%200%20.556.831a8%208%200%200%200%202.207-2.207m-8.02%202.422a.5.5%200%200%200-.193.98a8.2%208.2%200%200%200%203.121%200a.5.5%200%200%200-.194-.98a7.2%207.2%200%200%201-2.733%200M16%2010a6%206%200%201%201-12%200a6%206%200%200%201%2012%200m-9.436%202.11a.5.5%200%200%200-.077.703A4.5%204.5%200%200%200%2010%2014.5c1.421%200%202.689-.66%203.512-1.687a.5.5%200%201%200-.78-.626A3.5%203.5%200%200%201%2010%2013.5a3.5%203.5%200%200%201-2.733-1.313a.5.5%200%200%200-.703-.077M7.75%209a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M13%208.25a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/emoji-hint-20-filled.svg?color=%231a73e8&size=48