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

Name
emoji-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

12 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the emoji icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16m10-1a2 2 0 1 0 0-4a2 2 0 0 0 0 4m10-2a2 2 0 1 0-4 0a2 2 0 0 0 4 0M9.553 19.106a1 1 0 0 0-.447 1.341v.003l.002.002l.003.006l.008.015a3 3 0 0 0 .1.175c.065.107.16.252.286.42a6.8 6.8 0 0 0 1.183 1.213C11.79 23.163 13.508 24 16 24s4.21-.837 5.312-1.72a6.8 6.8 0 0 0 1.183-1.211a5 5 0 0 0 .386-.596l.008-.015l.003-.006l.002-.003v-.002a1 1 0 0 0-1.784-.902l-.004.007l-.034.058a3 3 0 0 1-.177.259c-.168.225-.44.536-.832.85C19.29 21.337 18.007 22 16 22s-3.29-.663-4.063-1.28a4.8 4.8 0 0 1-.832-.851a3 3 0 0 1-.21-.317l-.004-.007a1 1 0 0 0-1.338-.44"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmoji32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16m10-1a2 2 0 1 0 0-4a2 2 0 0 0 0 4m10-2a2 2 0 1 0-4 0a2 2 0 0 0 4 0M9.553 19.106a1 1 0 0 0-.447 1.341v.003l.002.002l.003.006l.008.015a3 3 0 0 0 .1.175c.065.107.16.252.286.42a6.8 6.8 0 0 0 1.183 1.213C11.79 23.163 13.508 24 16 24s4.21-.837 5.312-1.72a6.8 6.8 0 0 0 1.183-1.211a5 5 0 0 0 .386-.596l.008-.015l.003-.006l.002-.003v-.002a1 1 0 0 0-1.784-.902l-.004.007l-.034.058a3 3 0 0 1-.177.259c-.168.225-.44.536-.832.85C19.29 21.337 18.007 22 16 22s-3.29-.663-4.063-1.28a4.8 4.8 0 0 1-.832-.851a3 3 0 0 1-.21-.317l-.004-.007a1 1 0 0 0-1.338-.44"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16m10-1a2 2 0 1 0 0-4a2 2 0 0 0 0 4m10-2a2 2 0 1 0-4 0a2 2 0 0 0 4 0M9.553 19.106a1 1 0 0 0-.447 1.341v.003l.002.002l.003.006l.008.015a3 3 0 0 0 .1.175c.065.107.16.252.286.42a6.8 6.8 0 0 0 1.183 1.213C11.79 23.163 13.508 24 16 24s4.21-.837 5.312-1.72a6.8 6.8 0 0 0 1.183-1.211a5 5 0 0 0 .386-.596l.008-.015l.003-.006l.002-.003v-.002a1 1 0 0 0-1.784-.902l-.004.007l-.034.058a3 3 0 0 1-.177.259c-.168.225-.44.536-.832.85C19.29 21.337 18.007 22 16 22s-3.29-.663-4.063-1.28a4.8 4.8 0 0 1-.832-.851a3 3 0 0 1-.21-.317l-.004-.007a1 1 0 0 0-1.338-.44"/></svg>
</template>

CSS

.icon-emoji-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2016C2%208.268%208.268%202%2016%202s14%206.268%2014%2014s-6.268%2014-14%2014S2%2023.732%202%2016m10-1a2%202%200%201%200%200-4a2%202%200%200%200%200%204m10-2a2%202%200%201%200-4%200a2%202%200%200%200%204%200M9.553%2019.106a1%201%200%200%200-.447%201.341v.003l.002.002l.003.006l.008.015a3%203%200%200%200%20.1.175c.065.107.16.252.286.42a6.8%206.8%200%200%200%201.183%201.213C11.79%2023.163%2013.508%2024%2016%2024s4.21-.837%205.312-1.72a6.8%206.8%200%200%200%201.183-1.211a5%205%200%200%200%20.386-.596l.008-.015l.003-.006l.002-.003v-.002a1%201%200%200%200-1.784-.902l-.004.007l-.034.058a3%203%200%200%201-.177.259c-.168.225-.44.536-.832.85C19.29%2021.337%2018.007%2022%2016%2022s-3.29-.663-4.063-1.28a4.8%204.8%200%200%201-.832-.851a3%203%200%200%201-.21-.317l-.004-.007a1%201%200%200%200-1.338-.44%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2016C2%208.268%208.268%202%2016%202s14%206.268%2014%2014s-6.268%2014-14%2014S2%2023.732%202%2016m10-1a2%202%200%201%200%200-4a2%202%200%200%200%200%204m10-2a2%202%200%201%200-4%200a2%202%200%200%200%204%200M9.553%2019.106a1%201%200%200%200-.447%201.341v.003l.002.002l.003.006l.008.015a3%203%200%200%200%20.1.175c.065.107.16.252.286.42a6.8%206.8%200%200%200%201.183%201.213C11.79%2023.163%2013.508%2024%2016%2024s4.21-.837%205.312-1.72a6.8%206.8%200%200%200%201.183-1.211a5%205%200%200%200%20.386-.596l.008-.015l.003-.006l.002-.003v-.002a1%201%200%200%200-1.784-.902l-.004.007l-.034.058a3%203%200%200%201-.177.259c-.168.225-.44.536-.832.85C19.29%2021.337%2018.007%2022%2016%2022s-3.29-.663-4.063-1.28a4.8%204.8%200%200%201-.832-.851a3%203%200%200%201-.21-.317l-.004-.007a1%201%200%200%200-1.338-.44%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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