emoji-hint-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
emoji-hint-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M10.05 2.19a.75.75 0 0 0 .29 1.472a8.7 8.7 0 0 1 3.32 0a.75.75 0 0 0 .29-1.472a10.3 10.3 0 0 0-3.9 0M7.277 4.931a.75.75 0 0 0-.835-1.246a10 10 0 0 0-2.758 2.758a.75.75 0 1 0 1.246.835A8.6 8.6 0 0 1 7.278 4.93m10.279-1.246a.75.75 0 0 0-.835 1.246a8.6 8.6 0 0 1 2.347 2.347a.75.75 0 1 0 1.246-.835a10 10 0 0 0-2.758-2.758m4.253 6.364a.75.75 0 0 0-1.472.291a8.7 8.7 0 0 1 0 3.32a.75.75 0 0 0 1.472.29c.25-1.262.25-2.638 0-3.9m-18.148.291a.75.75 0 0 0-1.472-.29a10.3 10.3 0 0 0 0 3.9a.75.75 0 1 0 1.472-.29a8.7 8.7 0 0 1 0-3.32m1.27 6.382a.75.75 0 0 0-1.247.835a10 10 0 0 0 2.758 2.758a.75.75 0 1 0 .835-1.246a8.6 8.6 0 0 1-2.347-2.347m15.383.835a.75.75 0 1 0-1.246-.835a8.6 8.6 0 0 1-2.347 2.347a.75.75 0 1 0 .835 1.246a10 10 0 0 0 2.758-2.758m-9.975 2.781a.75.75 0 0 0-.29 1.472c1.262.25 2.638.25 3.9 0a.75.75 0 1 0-.29-1.472a8.7 8.7 0 0 1-3.32 0M19 12a7 7 0 1 1-14 0a7 7 0 0 1 14 0M8.266 14.166a.75.75 0 0 0-.09 1.057A4.99 4.99 0 0 0 12 17a5 5 0 0 0 3.823-1.777a.75.75 0 0 0-1.147-.968A3.5 3.5 0 0 1 12 15.5a3.5 3.5 0 0 1-2.677-1.245a.75.75 0 0 0-1.057-.09M9.5 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2m6-1a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHint24Filled(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="M10.05 2.19a.75.75 0 0 0 .29 1.472a8.7 8.7 0 0 1 3.32 0a.75.75 0 0 0 .29-1.472a10.3 10.3 0 0 0-3.9 0M7.277 4.931a.75.75 0 0 0-.835-1.246a10 10 0 0 0-2.758 2.758a.75.75 0 1 0 1.246.835A8.6 8.6 0 0 1 7.278 4.93m10.279-1.246a.75.75 0 0 0-.835 1.246a8.6 8.6 0 0 1 2.347 2.347a.75.75 0 1 0 1.246-.835a10 10 0 0 0-2.758-2.758m4.253 6.364a.75.75 0 0 0-1.472.291a8.7 8.7 0 0 1 0 3.32a.75.75 0 0 0 1.472.29c.25-1.262.25-2.638 0-3.9m-18.148.291a.75.75 0 0 0-1.472-.29a10.3 10.3 0 0 0 0 3.9a.75.75 0 1 0 1.472-.29a8.7 8.7 0 0 1 0-3.32m1.27 6.382a.75.75 0 0 0-1.247.835a10 10 0 0 0 2.758 2.758a.75.75 0 1 0 .835-1.246a8.6 8.6 0 0 1-2.347-2.347m15.383.835a.75.75 0 1 0-1.246-.835a8.6 8.6 0 0 1-2.347 2.347a.75.75 0 1 0 .835 1.246a10 10 0 0 0 2.758-2.758m-9.975 2.781a.75.75 0 0 0-.29 1.472c1.262.25 2.638.25 3.9 0a.75.75 0 1 0-.29-1.472a8.7 8.7 0 0 1-3.32 0M19 12a7 7 0 1 1-14 0a7 7 0 0 1 14 0M8.266 14.166a.75.75 0 0 0-.09 1.057A4.99 4.99 0 0 0 12 17a5 5 0 0 0 3.823-1.777a.75.75 0 0 0-1.147-.968A3.5 3.5 0 0 1 12 15.5a3.5 3.5 0 0 1-2.677-1.245a.75.75 0 0 0-1.057-.09M9.5 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2m6-1a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.05 2.19a.75.75 0 0 0 .29 1.472a8.7 8.7 0 0 1 3.32 0a.75.75 0 0 0 .29-1.472a10.3 10.3 0 0 0-3.9 0M7.277 4.931a.75.75 0 0 0-.835-1.246a10 10 0 0 0-2.758 2.758a.75.75 0 1 0 1.246.835A8.6 8.6 0 0 1 7.278 4.93m10.279-1.246a.75.75 0 0 0-.835 1.246a8.6 8.6 0 0 1 2.347 2.347a.75.75 0 1 0 1.246-.835a10 10 0 0 0-2.758-2.758m4.253 6.364a.75.75 0 0 0-1.472.291a8.7 8.7 0 0 1 0 3.32a.75.75 0 0 0 1.472.29c.25-1.262.25-2.638 0-3.9m-18.148.291a.75.75 0 0 0-1.472-.29a10.3 10.3 0 0 0 0 3.9a.75.75 0 1 0 1.472-.29a8.7 8.7 0 0 1 0-3.32m1.27 6.382a.75.75 0 0 0-1.247.835a10 10 0 0 0 2.758 2.758a.75.75 0 1 0 .835-1.246a8.6 8.6 0 0 1-2.347-2.347m15.383.835a.75.75 0 1 0-1.246-.835a8.6 8.6 0 0 1-2.347 2.347a.75.75 0 1 0 .835 1.246a10 10 0 0 0 2.758-2.758m-9.975 2.781a.75.75 0 0 0-.29 1.472c1.262.25 2.638.25 3.9 0a.75.75 0 1 0-.29-1.472a8.7 8.7 0 0 1-3.32 0M19 12a7 7 0 1 1-14 0a7 7 0 0 1 14 0M8.266 14.166a.75.75 0 0 0-.09 1.057A4.99 4.99 0 0 0 12 17a5 5 0 0 0 3.823-1.777a.75.75 0 0 0-1.147-.968A3.5 3.5 0 0 1 12 15.5a3.5 3.5 0 0 1-2.677-1.245a.75.75 0 0 0-1.057-.09M9.5 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2m6-1a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/></svg>
</template>

CSS

.icon-emoji-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%22M10.05%202.19a.75.75%200%200%200%20.29%201.472a8.7%208.7%200%200%201%203.32%200a.75.75%200%200%200%20.29-1.472a10.3%2010.3%200%200%200-3.9%200M7.277%204.931a.75.75%200%200%200-.835-1.246a10%2010%200%200%200-2.758%202.758a.75.75%200%201%200%201.246.835A8.6%208.6%200%200%201%207.278%204.93m10.279-1.246a.75.75%200%200%200-.835%201.246a8.6%208.6%200%200%201%202.347%202.347a.75.75%200%201%200%201.246-.835a10%2010%200%200%200-2.758-2.758m4.253%206.364a.75.75%200%200%200-1.472.291a8.7%208.7%200%200%201%200%203.32a.75.75%200%200%200%201.472.29c.25-1.262.25-2.638%200-3.9m-18.148.291a.75.75%200%200%200-1.472-.29a10.3%2010.3%200%200%200%200%203.9a.75.75%200%201%200%201.472-.29a8.7%208.7%200%200%201%200-3.32m1.27%206.382a.75.75%200%200%200-1.247.835a10%2010%200%200%200%202.758%202.758a.75.75%200%201%200%20.835-1.246a8.6%208.6%200%200%201-2.347-2.347m15.383.835a.75.75%200%201%200-1.246-.835a8.6%208.6%200%200%201-2.347%202.347a.75.75%200%201%200%20.835%201.246a10%2010%200%200%200%202.758-2.758m-9.975%202.781a.75.75%200%200%200-.29%201.472c1.262.25%202.638.25%203.9%200a.75.75%200%201%200-.29-1.472a8.7%208.7%200%200%201-3.32%200M19%2012a7%207%200%201%201-14%200a7%207%200%200%201%2014%200M8.266%2014.166a.75.75%200%200%200-.09%201.057A4.99%204.99%200%200%200%2012%2017a5%205%200%200%200%203.823-1.777a.75.75%200%200%200-1.147-.968A3.5%203.5%200%200%201%2012%2015.5a3.5%203.5%200%200%201-2.677-1.245a.75.75%200%200%200-1.057-.09M9.5%2011a1%201%200%201%200%200-2a1%201%200%200%200%200%202m6-1a1%201%200%201%200-2%200a1%201%200%200%200%202%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.05%202.19a.75.75%200%200%200%20.29%201.472a8.7%208.7%200%200%201%203.32%200a.75.75%200%200%200%20.29-1.472a10.3%2010.3%200%200%200-3.9%200M7.277%204.931a.75.75%200%200%200-.835-1.246a10%2010%200%200%200-2.758%202.758a.75.75%200%201%200%201.246.835A8.6%208.6%200%200%201%207.278%204.93m10.279-1.246a.75.75%200%200%200-.835%201.246a8.6%208.6%200%200%201%202.347%202.347a.75.75%200%201%200%201.246-.835a10%2010%200%200%200-2.758-2.758m4.253%206.364a.75.75%200%200%200-1.472.291a8.7%208.7%200%200%201%200%203.32a.75.75%200%200%200%201.472.29c.25-1.262.25-2.638%200-3.9m-18.148.291a.75.75%200%200%200-1.472-.29a10.3%2010.3%200%200%200%200%203.9a.75.75%200%201%200%201.472-.29a8.7%208.7%200%200%201%200-3.32m1.27%206.382a.75.75%200%200%200-1.247.835a10%2010%200%200%200%202.758%202.758a.75.75%200%201%200%20.835-1.246a8.6%208.6%200%200%201-2.347-2.347m15.383.835a.75.75%200%201%200-1.246-.835a8.6%208.6%200%200%201-2.347%202.347a.75.75%200%201%200%20.835%201.246a10%2010%200%200%200%202.758-2.758m-9.975%202.781a.75.75%200%200%200-.29%201.472c1.262.25%202.638.25%203.9%200a.75.75%200%201%200-.29-1.472a8.7%208.7%200%200%201-3.32%200M19%2012a7%207%200%201%201-14%200a7%207%200%200%201%2014%200M8.266%2014.166a.75.75%200%200%200-.09%201.057A4.99%204.99%200%200%200%2012%2017a5%205%200%200%200%203.823-1.777a.75.75%200%200%200-1.147-.968A3.5%203.5%200%200%201%2012%2015.5a3.5%203.5%200%200%201-2.677-1.245a.75.75%200%200%200-1.057-.09M9.5%2011a1%201%200%201%200%200-2a1%201%200%200%200%200%202m6-1a1%201%200%201%200-2%200a1%201%200%200%200%202%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-24-filled.svg?color=%231a73e8&size=48