emoji icon
emoji from Unicons by Iconscout · Line · Emoji · Apache-2.0 Free for personal and commercial use.
- Name
- emoji
- Set
- Unicons
- Style
- Line
- Category
- Emoji
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More emoji icons from Unicons
Use the emoji icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 11a1 1 0 1 0-1-1a1 1 0 0 0 1 1m-6 0a1 1 0 1 0-1-1a1 1 0 0 0 1 1m3-9a10 10 0 1 0 10 10A10 10 0 0 0 12 2m0 18a8 8 0 1 1 8-8a8 8 0 0 1-8 8m4.28-7.12a1 1 0 0 0-1.4-.16A2.8 2.8 0 0 0 14 14h-3.65a2.8 2.8 0 0 0-.88-1.31a1 1 0 0 0-1.36.2a1 1 0 0 0 .14 1.39a1 1 0 0 1 .25.72a1.1 1.1 0 0 1-.25.72a1 1 0 1 0 1.25 1.56a2.9 2.9 0 0 0 .84-1.28H14a2.7 2.7 0 0 0 .89 1.31a1 1 0 0 0 .57.18a1 1 0 0 0 .78-.38a1 1 0 0 0-.14-1.39a1 1 0 0 1-.25-.72a1.1 1.1 0 0 1 .25-.72a1 1 0 0 0 .18-1.4"/></svg>
React
import type { SVGProps } from "react";
export function UilEmoji(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="M15 11a1 1 0 1 0-1-1a1 1 0 0 0 1 1m-6 0a1 1 0 1 0-1-1a1 1 0 0 0 1 1m3-9a10 10 0 1 0 10 10A10 10 0 0 0 12 2m0 18a8 8 0 1 1 8-8a8 8 0 0 1-8 8m4.28-7.12a1 1 0 0 0-1.4-.16A2.8 2.8 0 0 0 14 14h-3.65a2.8 2.8 0 0 0-.88-1.31a1 1 0 0 0-1.36.2a1 1 0 0 0 .14 1.39a1 1 0 0 1 .25.72a1.1 1.1 0 0 1-.25.72a1 1 0 1 0 1.25 1.56a2.9 2.9 0 0 0 .84-1.28H14a2.7 2.7 0 0 0 .89 1.31a1 1 0 0 0 .57.18a1 1 0 0 0 .78-.38a1 1 0 0 0-.14-1.39a1 1 0 0 1-.25-.72a1.1 1.1 0 0 1 .25-.72a1 1 0 0 0 .18-1.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 11a1 1 0 1 0-1-1a1 1 0 0 0 1 1m-6 0a1 1 0 1 0-1-1a1 1 0 0 0 1 1m3-9a10 10 0 1 0 10 10A10 10 0 0 0 12 2m0 18a8 8 0 1 1 8-8a8 8 0 0 1-8 8m4.28-7.12a1 1 0 0 0-1.4-.16A2.8 2.8 0 0 0 14 14h-3.65a2.8 2.8 0 0 0-.88-1.31a1 1 0 0 0-1.36.2a1 1 0 0 0 .14 1.39a1 1 0 0 1 .25.72a1.1 1.1 0 0 1-.25.72a1 1 0 1 0 1.25 1.56a2.9 2.9 0 0 0 .84-1.28H14a2.7 2.7 0 0 0 .89 1.31a1 1 0 0 0 .57.18a1 1 0 0 0 .78-.38a1 1 0 0 0-.14-1.39a1 1 0 0 1-.25-.72a1.1 1.1 0 0 1 .25-.72a1 1 0 0 0 .18-1.4"/></svg> </template>
CSS
.icon-emoji {
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%22M15%2011a1%201%200%201%200-1-1a1%201%200%200%200%201%201m-6%200a1%201%200%201%200-1-1a1%201%200%200%200%201%201m3-9a10%2010%200%201%200%2010%2010A10%2010%200%200%200%2012%202m0%2018a8%208%200%201%201%208-8a8%208%200%200%201-8%208m4.28-7.12a1%201%200%200%200-1.4-.16A2.8%202.8%200%200%200%2014%2014h-3.65a2.8%202.8%200%200%200-.88-1.31a1%201%200%200%200-1.36.2a1%201%200%200%200%20.14%201.39a1%201%200%200%201%20.25.72a1.1%201.1%200%200%201-.25.72a1%201%200%201%200%201.25%201.56a2.9%202.9%200%200%200%20.84-1.28H14a2.7%202.7%200%200%200%20.89%201.31a1%201%200%200%200%20.57.18a1%201%200%200%200%20.78-.38a1%201%200%200%200-.14-1.39a1%201%200%200%201-.25-.72a1.1%201.1%200%200%201%20.25-.72a1%201%200%200%200%20.18-1.4%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%22M15%2011a1%201%200%201%200-1-1a1%201%200%200%200%201%201m-6%200a1%201%200%201%200-1-1a1%201%200%200%200%201%201m3-9a10%2010%200%201%200%2010%2010A10%2010%200%200%200%2012%202m0%2018a8%208%200%201%201%208-8a8%208%200%200%201-8%208m4.28-7.12a1%201%200%200%200-1.4-.16A2.8%202.8%200%200%200%2014%2014h-3.65a2.8%202.8%200%200%200-.88-1.31a1%201%200%200%200-1.36.2a1%201%200%200%200%20.14%201.39a1%201%200%200%201%20.25.72a1.1%201.1%200%200%201-.25.72a1%201%200%201%200%201.25%201.56a2.9%202.9%200%200%200%20.84-1.28H14a2.7%202.7%200%200%200%20.89%201.31a1%201%200%200%200%20.57.18a1%201%200%200%200%20.78-.38a1%201%200%200%200-.14-1.39a1%201%200%200%201-.25-.72a1.1%201.1%200%200%201%20.25-.72a1%201%200%200%200%20.18-1.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/emoji.svg?color=%231a73e8&size=48