emoji multiple icon
emoji-multiple-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- emoji-multiple-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the emoji multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 2a6.5 6.5 0 0 1 6.312 4.943a8 8 0 0 0-1.506.171a5 5 0 1 0-6.191 6.191a8 8 0 0 0-.172 1.507A6.5 6.5 0 0 1 8.5 2m.16 8.006a8 8 0 0 1 1.202-1.23a3.5 3.5 0 0 0-4.022.95a.75.75 0 1 0 1.14.974a2 2 0 0 1 1.68-.694M7.5 6.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5.458 2.042a.75.75 0 0 1 .082 1.058a4 4 0 0 1-6.075.005a.75.75 0 0 1 1.138-.977a2.5 2.5 0 0 0 3.797-.003a.75.75 0 0 1 1.058-.083M17.5 14.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2M15 22a7 7 0 1 0 0-14a7 7 0 0 0 0 14m0-1.5a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 11"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiMultiple24Regular(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="M8.5 2a6.5 6.5 0 0 1 6.312 4.943a8 8 0 0 0-1.506.171a5 5 0 1 0-6.191 6.191a8 8 0 0 0-.172 1.507A6.5 6.5 0 0 1 8.5 2m.16 8.006a8 8 0 0 1 1.202-1.23a3.5 3.5 0 0 0-4.022.95a.75.75 0 1 0 1.14.974a2 2 0 0 1 1.68-.694M7.5 6.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5.458 2.042a.75.75 0 0 1 .082 1.058a4 4 0 0 1-6.075.005a.75.75 0 0 1 1.138-.977a2.5 2.5 0 0 0 3.797-.003a.75.75 0 0 1 1.058-.083M17.5 14.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2M15 22a7 7 0 1 0 0-14a7 7 0 0 0 0 14m0-1.5a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 2a6.5 6.5 0 0 1 6.312 4.943a8 8 0 0 0-1.506.171a5 5 0 1 0-6.191 6.191a8 8 0 0 0-.172 1.507A6.5 6.5 0 0 1 8.5 2m.16 8.006a8 8 0 0 1 1.202-1.23a3.5 3.5 0 0 0-4.022.95a.75.75 0 1 0 1.14.974a2 2 0 0 1 1.68-.694M7.5 6.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5.458 2.042a.75.75 0 0 1 .082 1.058a4 4 0 0 1-6.075.005a.75.75 0 0 1 1.138-.977a2.5 2.5 0 0 0 3.797-.003a.75.75 0 0 1 1.058-.083M17.5 14.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2M15 22a7 7 0 1 0 0-14a7 7 0 0 0 0 14m0-1.5a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 11"/></svg> </template>
CSS
.icon-emoji-multiple-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%202a6.5%206.5%200%200%201%206.312%204.943a8%208%200%200%200-1.506.171a5%205%200%201%200-6.191%206.191a8%208%200%200%200-.172%201.507A6.5%206.5%200%200%201%208.5%202m.16%208.006a8%208%200%200%201%201.202-1.23a3.5%203.5%200%200%200-4.022.95a.75.75%200%201%200%201.14.974a2%202%200%200%201%201.68-.694M7.5%206.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m4%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200m1%208a1%201%200%201%200%200-2a1%201%200%200%200%200%202m5.458%202.042a.75.75%200%200%201%20.082%201.058a4%204%200%200%201-6.075.005a.75.75%200%200%201%201.138-.977a2.5%202.5%200%200%200%203.797-.003a.75.75%200%200%201%201.058-.083M17.5%2014.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202M15%2022a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m0-1.5a5.5%205.5%200%201%201%200-11a5.5%205.5%200%200%201%200%2011%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%22M8.5%202a6.5%206.5%200%200%201%206.312%204.943a8%208%200%200%200-1.506.171a5%205%200%201%200-6.191%206.191a8%208%200%200%200-.172%201.507A6.5%206.5%200%200%201%208.5%202m.16%208.006a8%208%200%200%201%201.202-1.23a3.5%203.5%200%200%200-4.022.95a.75.75%200%201%200%201.14.974a2%202%200%200%201%201.68-.694M7.5%206.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m4%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200m1%208a1%201%200%201%200%200-2a1%201%200%200%200%200%202m5.458%202.042a.75.75%200%200%201%20.082%201.058a4%204%200%200%201-6.075.005a.75.75%200%200%201%201.138-.977a2.5%202.5%200%200%200%203.797-.003a.75.75%200%200%201%201.058-.083M17.5%2014.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202M15%2022a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m0-1.5a5.5%205.5%200%201%201%200-11a5.5%205.5%200%200%201%200%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/emoji-multiple-24-regular.svg?color=%231a73e8&size=48