emoji multiple icon
emoji-multiple-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- emoji-multiple-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M2 7a5 5 0 0 0 4.027 4.905a6.48 6.48 0 0 1 1.666-3.78A2 2 0 0 0 5.48 8.7a.5.5 0 1 1-.76-.65a3 3 0 0 1 3.76-.659a6.47 6.47 0 0 1 3.425-1.364A5.002 5.002 0 0 0 2 7m4.25-1.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m3 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m8.75 7a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-6.75-1a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m3.855 2.57a.5.5 0 0 0-.705.055a2.5 2.5 0 0 1-3.797.003a.5.5 0 1 0-.759.652a3.5 3.5 0 0 0 5.316-.005a.5.5 0 0 0-.055-.705m-.605-1.82a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiMultiple20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 7a5 5 0 0 0 4.027 4.905a6.48 6.48 0 0 1 1.666-3.78A2 2 0 0 0 5.48 8.7a.5.5 0 1 1-.76-.65a3 3 0 0 1 3.76-.659a6.47 6.47 0 0 1 3.425-1.364A5.002 5.002 0 0 0 2 7m4.25-1.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m3 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m8.75 7a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-6.75-1a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m3.855 2.57a.5.5 0 0 0-.705.055a2.5 2.5 0 0 1-3.797.003a.5.5 0 1 0-.759.652a3.5 3.5 0 0 0 5.316-.005a.5.5 0 0 0-.055-.705m-.605-1.82a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 7a5 5 0 0 0 4.027 4.905a6.48 6.48 0 0 1 1.666-3.78A2 2 0 0 0 5.48 8.7a.5.5 0 1 1-.76-.65a3 3 0 0 1 3.76-.659a6.47 6.47 0 0 1 3.425-1.364A5.002 5.002 0 0 0 2 7m4.25-1.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m3 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m8.75 7a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-6.75-1a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m3.855 2.57a.5.5 0 0 0-.705.055a2.5 2.5 0 0 1-3.797.003a.5.5 0 1 0-.759.652a3.5 3.5 0 0 0 5.316-.005a.5.5 0 0 0-.055-.705m-.605-1.82a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg> </template>
CSS
.icon-emoji-multiple-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%207a5%205%200%200%200%204.027%204.905a6.48%206.48%200%200%201%201.666-3.78A2%202%200%200%200%205.48%208.7a.5.5%200%201%201-.76-.65a3%203%200%200%201%203.76-.659a6.47%206.47%200%200%201%203.425-1.364A5.002%205.002%200%200%200%202%207m4.25-1.5a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m3%200a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m8.75%207a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-6.75-1a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200m3.855%202.57a.5.5%200%200%200-.705.055a2.5%202.5%200%200%201-3.797.003a.5.5%200%201%200-.759.652a3.5%203.5%200%200%200%205.316-.005a.5.5%200%200%200-.055-.705m-.605-1.82a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%207a5%205%200%200%200%204.027%204.905a6.48%206.48%200%200%201%201.666-3.78A2%202%200%200%200%205.48%208.7a.5.5%200%201%201-.76-.65a3%203%200%200%201%203.76-.659a6.47%206.47%200%200%201%203.425-1.364A5.002%205.002%200%200%200%202%207m4.25-1.5a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m3%200a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m8.75%207a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-6.75-1a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200m3.855%202.57a.5.5%200%200%200-.705.055a2.5%202.5%200%200%201-3.797.003a.5.5%200%201%200-.759.652a3.5%203.5%200%200%200%205.316-.005a.5.5%200%200%200-.055-.705m-.605-1.82a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/emoji-multiple-20-filled.svg?color=%231a73e8&size=48