emoji-hint-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
emoji-hint-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M20.099 4.38a1.25 1.25 0 1 0 .485 2.453a17.7 17.7 0 0 1 6.833 0a1.25 1.25 0 1 0 .485-2.452a20.2 20.2 0 0 0-7.803 0m-5.821 5.067a1.25 1.25 0 1 0-1.39-2.078a20.1 20.1 0 0 0-5.518 5.518a1.25 1.25 0 1 0 2.077 1.39a17.6 17.6 0 0 1 4.83-4.83M35.113 7.37a1.25 1.25 0 0 0-1.391 2.078a17.6 17.6 0 0 1 4.83 4.83a1.25 1.25 0 1 0 2.078-1.39a20.1 20.1 0 0 0-5.517-5.518M6.834 20.583a1.25 1.25 0 0 0-2.453-.485a20.2 20.2 0 0 0 0 7.804a1.25 1.25 0 0 0 2.452-.485a17.7 17.7 0 0 1 0-6.834m36.786-.485a1.25 1.25 0 0 0-2.453.485a17.7 17.7 0 0 1 0 6.834a1.25 1.25 0 0 0 2.453.485a20.2 20.2 0 0 0 0-7.804M9.447 33.722a1.25 1.25 0 1 0-2.077 1.391a20.1 20.1 0 0 0 5.517 5.518a1.25 1.25 0 0 0 1.39-2.078a17.6 17.6 0 0 1-4.83-4.83m31.184 1.391a1.25 1.25 0 1 0-2.078-1.39a17.6 17.6 0 0 1-4.83 4.83a1.25 1.25 0 0 0 1.39 2.078a20.1 20.1 0 0 0 5.518-5.518m-20.047 6.054a1.25 1.25 0 1 0-.485 2.452a20.2 20.2 0 0 0 7.803 0a1.25 1.25 0 1 0-.485-2.452a17.7 17.7 0 0 1-6.833 0M18.25 22a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5M32 19.75a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0m-14.539 9.681a1.25 1.25 0 1 0-1.922 1.599A10.98 10.98 0 0 0 24 35a10.98 10.98 0 0 0 8.461-3.97a1.25 1.25 0 1 0-1.922-1.599A8.48 8.48 0 0 1 24 32.5a8.48 8.48 0 0 1-6.539-3.069"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHint48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20.099 4.38a1.25 1.25 0 1 0 .485 2.453a17.7 17.7 0 0 1 6.833 0a1.25 1.25 0 1 0 .485-2.452a20.2 20.2 0 0 0-7.803 0m-5.821 5.067a1.25 1.25 0 1 0-1.39-2.078a20.1 20.1 0 0 0-5.518 5.518a1.25 1.25 0 1 0 2.077 1.39a17.6 17.6 0 0 1 4.83-4.83M35.113 7.37a1.25 1.25 0 0 0-1.391 2.078a17.6 17.6 0 0 1 4.83 4.83a1.25 1.25 0 1 0 2.078-1.39a20.1 20.1 0 0 0-5.517-5.518M6.834 20.583a1.25 1.25 0 0 0-2.453-.485a20.2 20.2 0 0 0 0 7.804a1.25 1.25 0 0 0 2.452-.485a17.7 17.7 0 0 1 0-6.834m36.786-.485a1.25 1.25 0 0 0-2.453.485a17.7 17.7 0 0 1 0 6.834a1.25 1.25 0 0 0 2.453.485a20.2 20.2 0 0 0 0-7.804M9.447 33.722a1.25 1.25 0 1 0-2.077 1.391a20.1 20.1 0 0 0 5.517 5.518a1.25 1.25 0 0 0 1.39-2.078a17.6 17.6 0 0 1-4.83-4.83m31.184 1.391a1.25 1.25 0 1 0-2.078-1.39a17.6 17.6 0 0 1-4.83 4.83a1.25 1.25 0 0 0 1.39 2.078a20.1 20.1 0 0 0 5.518-5.518m-20.047 6.054a1.25 1.25 0 1 0-.485 2.452a20.2 20.2 0 0 0 7.803 0a1.25 1.25 0 1 0-.485-2.452a17.7 17.7 0 0 1-6.833 0M18.25 22a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5M32 19.75a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0m-14.539 9.681a1.25 1.25 0 1 0-1.922 1.599A10.98 10.98 0 0 0 24 35a10.98 10.98 0 0 0 8.461-3.97a1.25 1.25 0 1 0-1.922-1.599A8.48 8.48 0 0 1 24 32.5a8.48 8.48 0 0 1-6.539-3.069"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20.099 4.38a1.25 1.25 0 1 0 .485 2.453a17.7 17.7 0 0 1 6.833 0a1.25 1.25 0 1 0 .485-2.452a20.2 20.2 0 0 0-7.803 0m-5.821 5.067a1.25 1.25 0 1 0-1.39-2.078a20.1 20.1 0 0 0-5.518 5.518a1.25 1.25 0 1 0 2.077 1.39a17.6 17.6 0 0 1 4.83-4.83M35.113 7.37a1.25 1.25 0 0 0-1.391 2.078a17.6 17.6 0 0 1 4.83 4.83a1.25 1.25 0 1 0 2.078-1.39a20.1 20.1 0 0 0-5.517-5.518M6.834 20.583a1.25 1.25 0 0 0-2.453-.485a20.2 20.2 0 0 0 0 7.804a1.25 1.25 0 0 0 2.452-.485a17.7 17.7 0 0 1 0-6.834m36.786-.485a1.25 1.25 0 0 0-2.453.485a17.7 17.7 0 0 1 0 6.834a1.25 1.25 0 0 0 2.453.485a20.2 20.2 0 0 0 0-7.804M9.447 33.722a1.25 1.25 0 1 0-2.077 1.391a20.1 20.1 0 0 0 5.517 5.518a1.25 1.25 0 0 0 1.39-2.078a17.6 17.6 0 0 1-4.83-4.83m31.184 1.391a1.25 1.25 0 1 0-2.078-1.39a17.6 17.6 0 0 1-4.83 4.83a1.25 1.25 0 0 0 1.39 2.078a20.1 20.1 0 0 0 5.518-5.518m-20.047 6.054a1.25 1.25 0 1 0-.485 2.452a20.2 20.2 0 0 0 7.803 0a1.25 1.25 0 1 0-.485-2.452a17.7 17.7 0 0 1-6.833 0M18.25 22a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5M32 19.75a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0m-14.539 9.681a1.25 1.25 0 1 0-1.922 1.599A10.98 10.98 0 0 0 24 35a10.98 10.98 0 0 0 8.461-3.97a1.25 1.25 0 1 0-1.922-1.599A8.48 8.48 0 0 1 24 32.5a8.48 8.48 0 0 1-6.539-3.069"/></svg>
</template>

CSS

.icon-emoji-hint-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.099%204.38a1.25%201.25%200%201%200%20.485%202.453a17.7%2017.7%200%200%201%206.833%200a1.25%201.25%200%201%200%20.485-2.452a20.2%2020.2%200%200%200-7.803%200m-5.821%205.067a1.25%201.25%200%201%200-1.39-2.078a20.1%2020.1%200%200%200-5.518%205.518a1.25%201.25%200%201%200%202.077%201.39a17.6%2017.6%200%200%201%204.83-4.83M35.113%207.37a1.25%201.25%200%200%200-1.391%202.078a17.6%2017.6%200%200%201%204.83%204.83a1.25%201.25%200%201%200%202.078-1.39a20.1%2020.1%200%200%200-5.517-5.518M6.834%2020.583a1.25%201.25%200%200%200-2.453-.485a20.2%2020.2%200%200%200%200%207.804a1.25%201.25%200%200%200%202.452-.485a17.7%2017.7%200%200%201%200-6.834m36.786-.485a1.25%201.25%200%200%200-2.453.485a17.7%2017.7%200%200%201%200%206.834a1.25%201.25%200%200%200%202.453.485a20.2%2020.2%200%200%200%200-7.804M9.447%2033.722a1.25%201.25%200%201%200-2.077%201.391a20.1%2020.1%200%200%200%205.517%205.518a1.25%201.25%200%200%200%201.39-2.078a17.6%2017.6%200%200%201-4.83-4.83m31.184%201.391a1.25%201.25%200%201%200-2.078-1.39a17.6%2017.6%200%200%201-4.83%204.83a1.25%201.25%200%200%200%201.39%202.078a20.1%2020.1%200%200%200%205.518-5.518m-20.047%206.054a1.25%201.25%200%201%200-.485%202.452a20.2%2020.2%200%200%200%207.803%200a1.25%201.25%200%201%200-.485-2.452a17.7%2017.7%200%200%201-6.833%200M18.25%2022a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5M32%2019.75a2.25%202.25%200%201%201-4.5%200a2.25%202.25%200%200%201%204.5%200m-14.539%209.681a1.25%201.25%200%201%200-1.922%201.599A10.98%2010.98%200%200%200%2024%2035a10.98%2010.98%200%200%200%208.461-3.97a1.25%201.25%200%201%200-1.922-1.599A8.48%208.48%200%200%201%2024%2032.5a8.48%208.48%200%200%201-6.539-3.069%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.099%204.38a1.25%201.25%200%201%200%20.485%202.453a17.7%2017.7%200%200%201%206.833%200a1.25%201.25%200%201%200%20.485-2.452a20.2%2020.2%200%200%200-7.803%200m-5.821%205.067a1.25%201.25%200%201%200-1.39-2.078a20.1%2020.1%200%200%200-5.518%205.518a1.25%201.25%200%201%200%202.077%201.39a17.6%2017.6%200%200%201%204.83-4.83M35.113%207.37a1.25%201.25%200%200%200-1.391%202.078a17.6%2017.6%200%200%201%204.83%204.83a1.25%201.25%200%201%200%202.078-1.39a20.1%2020.1%200%200%200-5.517-5.518M6.834%2020.583a1.25%201.25%200%200%200-2.453-.485a20.2%2020.2%200%200%200%200%207.804a1.25%201.25%200%200%200%202.452-.485a17.7%2017.7%200%200%201%200-6.834m36.786-.485a1.25%201.25%200%200%200-2.453.485a17.7%2017.7%200%200%201%200%206.834a1.25%201.25%200%200%200%202.453.485a20.2%2020.2%200%200%200%200-7.804M9.447%2033.722a1.25%201.25%200%201%200-2.077%201.391a20.1%2020.1%200%200%200%205.517%205.518a1.25%201.25%200%200%200%201.39-2.078a17.6%2017.6%200%200%201-4.83-4.83m31.184%201.391a1.25%201.25%200%201%200-2.078-1.39a17.6%2017.6%200%200%201-4.83%204.83a1.25%201.25%200%200%200%201.39%202.078a20.1%2020.1%200%200%200%205.518-5.518m-20.047%206.054a1.25%201.25%200%201%200-.485%202.452a20.2%2020.2%200%200%200%207.803%200a1.25%201.25%200%201%200-.485-2.452a17.7%2017.7%200%200%201-6.833%200M18.25%2022a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5M32%2019.75a2.25%202.25%200%201%201-4.5%200a2.25%202.25%200%200%201%204.5%200m-14.539%209.681a1.25%201.25%200%201%200-1.922%201.599A10.98%2010.98%200%200%200%2024%2035a10.98%2010.98%200%200%200%208.461-3.97a1.25%201.25%200%201%200-1.922-1.599A8.48%208.48%200%200%201%2024%2032.5a8.48%208.48%200%200%201-6.539-3.069%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/emoji-hint-48-regular.svg?color=%231a73e8&size=48