emoji people icon
emoji-people-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- emoji-people-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- emoji-people-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the emoji people icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.808 21V8.333Q8.06 7.994 6.863 6.7T5.358 3.652q-.031-.177.115-.318t.335-.142q.208 0 .354.126t.196.328q.333 1.646 1.569 2.712q1.237 1.065 2.823 1.065h2.5q.577 0 .977.17t.81.578l3.882 3.883q.14.14.15.344t-.15.364t-.353.16q-.195 0-.354-.16l-4.02-4.02V21q0 .214-.143.357t-.357.143t-.356-.143t-.144-.357v-5.384h-2.384V21q0 .214-.143.357t-.357.143t-.357-.143T9.808 21m.991-15.722q-.491-.492-.491-1.201t.491-1.201T12 2.385t1.201.491t.491 1.201t-.491 1.201q-.492.491-1.201.491t-1.201-.491"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEmojiPeopleRounded(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="M9.808 21V8.333Q8.06 7.994 6.863 6.7T5.358 3.652q-.031-.177.115-.318t.335-.142q.208 0 .354.126t.196.328q.333 1.646 1.569 2.712q1.237 1.065 2.823 1.065h2.5q.577 0 .977.17t.81.578l3.882 3.883q.14.14.15.344t-.15.364t-.353.16q-.195 0-.354-.16l-4.02-4.02V21q0 .214-.143.357t-.357.143t-.356-.143t-.144-.357v-5.384h-2.384V21q0 .214-.143.357t-.357.143t-.357-.143T9.808 21m.991-15.722q-.491-.492-.491-1.201t.491-1.201T12 2.385t1.201.491t.491 1.201t-.491 1.201q-.492.491-1.201.491t-1.201-.491"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.808 21V8.333Q8.06 7.994 6.863 6.7T5.358 3.652q-.031-.177.115-.318t.335-.142q.208 0 .354.126t.196.328q.333 1.646 1.569 2.712q1.237 1.065 2.823 1.065h2.5q.577 0 .977.17t.81.578l3.882 3.883q.14.14.15.344t-.15.364t-.353.16q-.195 0-.354-.16l-4.02-4.02V21q0 .214-.143.357t-.357.143t-.356-.143t-.144-.357v-5.384h-2.384V21q0 .214-.143.357t-.357.143t-.357-.143T9.808 21m.991-15.722q-.491-.492-.491-1.201t.491-1.201T12 2.385t1.201.491t.491 1.201t-.491 1.201q-.492.491-1.201.491t-1.201-.491"/></svg> </template>
CSS
.icon-emoji-people-rounded {
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%22M9.808%2021V8.333Q8.06%207.994%206.863%206.7T5.358%203.652q-.031-.177.115-.318t.335-.142q.208%200%20.354.126t.196.328q.333%201.646%201.569%202.712q1.237%201.065%202.823%201.065h2.5q.577%200%20.977.17t.81.578l3.882%203.883q.14.14.15.344t-.15.364t-.353.16q-.195%200-.354-.16l-4.02-4.02V21q0%20.214-.143.357t-.357.143t-.356-.143t-.144-.357v-5.384h-2.384V21q0%20.214-.143.357t-.357.143t-.357-.143T9.808%2021m.991-15.722q-.491-.492-.491-1.201t.491-1.201T12%202.385t1.201.491t.491%201.201t-.491%201.201q-.492.491-1.201.491t-1.201-.491%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%22M9.808%2021V8.333Q8.06%207.994%206.863%206.7T5.358%203.652q-.031-.177.115-.318t.335-.142q.208%200%20.354.126t.196.328q.333%201.646%201.569%202.712q1.237%201.065%202.823%201.065h2.5q.577%200%20.977.17t.81.578l3.882%203.883q.14.14.15.344t-.15.364t-.353.16q-.195%200-.354-.16l-4.02-4.02V21q0%20.214-.143.357t-.357.143t-.356-.143t-.144-.357v-5.384h-2.384V21q0%20.214-.143.357t-.357.143t-.357-.143T9.808%2021m.991-15.722q-.491-.492-.491-1.201t.491-1.201T12%202.385t1.201.491t.491%201.201t-.491%201.201q-.492.491-1.201.491t-1.201-.491%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/emoji-people-rounded.svg?color=%231a73e8&size=48