emoji icon
emoji-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- emoji-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- 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
emoji-add-16-filledemoji-angry-16-filledemoji-edit-16-filledemoji-hand-16-filledemoji-hint-16-filledemoji-laugh-16-filledemoji-meh-16-filledemoji-meme-16-filledemoji-multiple-20-filledemoji-sad-16-filledemoji-sad-slight-20-filledemoji-smile-slight-20-filledemoji-sparkle-16-filledemoji-surprise-20-filled
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="M9.923 19.733a.5.5 0 1 0-.846.534C10.5 22.519 13.161 24 16 24s5.5-1.481 6.923-3.733a.5.5 0 1 0-.846-.534C20.842 21.688 18.504 23 16 23s-4.842-1.312-6.077-3.267M13.5 13a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m6.5 1.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2M3 16C3 8.82 8.82 3 16 3s13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmoji32Light(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="M9.923 19.733a.5.5 0 1 0-.846.534C10.5 22.519 13.161 24 16 24s5.5-1.481 6.923-3.733a.5.5 0 1 0-.846-.534C20.842 21.688 18.504 23 16 23s-4.842-1.312-6.077-3.267M13.5 13a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m6.5 1.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2M3 16C3 8.82 8.82 3 16 3s13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.923 19.733a.5.5 0 1 0-.846.534C10.5 22.519 13.161 24 16 24s5.5-1.481 6.923-3.733a.5.5 0 1 0-.846-.534C20.842 21.688 18.504 23 16 23s-4.842-1.312-6.077-3.267M13.5 13a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m6.5 1.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2M3 16C3 8.82 8.82 3 16 3s13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16"/></svg> </template>
CSS
.icon-emoji-32-light {
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%22M9.923%2019.733a.5.5%200%201%200-.846.534C10.5%2022.519%2013.161%2024%2016%2024s5.5-1.481%206.923-3.733a.5.5%200%201%200-.846-.534C20.842%2021.688%2018.504%2023%2016%2023s-4.842-1.312-6.077-3.267M13.5%2013a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m6.5%201.5a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M16%202C8.268%202%202%208.268%202%2016s6.268%2014%2014%2014s14-6.268%2014-14S23.732%202%2016%202M3%2016C3%208.82%208.82%203%2016%203s13%205.82%2013%2013s-5.82%2013-13%2013S3%2023.18%203%2016%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%22M9.923%2019.733a.5.5%200%201%200-.846.534C10.5%2022.519%2013.161%2024%2016%2024s5.5-1.481%206.923-3.733a.5.5%200%201%200-.846-.534C20.842%2021.688%2018.504%2023%2016%2023s-4.842-1.312-6.077-3.267M13.5%2013a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m6.5%201.5a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M16%202C8.268%202%202%208.268%202%2016s6.268%2014%2014%2014s14-6.268%2014-14S23.732%202%2016%202M3%2016C3%208.82%208.82%203%2016%203s13%205.82%2013%2013s-5.82%2013-13%2013S3%2023.18%203%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/emoji-32-light.svg?color=%231a73e8&size=48