emoji-people from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
emoji-people
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
emoji-people-outline, emoji-people-outline-sharp, emoji-people-sharp

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 21.5V8.333q-1.871-.35-3.1-1.792q-1.227-1.441-1.4-3.349h1Q6.5 4.998 7.78 6.211t2.97 1.212h2.5q.577 0 .977.17t.81.578l4.236 4.237l-.707.708l-4.374-4.374V21.5h-1v-5.884h-2.384V21.5zm.991-16.222q-.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 MaterialSymbolsLightEmojiPeople(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 21.5V8.333q-1.871-.35-3.1-1.792q-1.227-1.441-1.4-3.349h1Q6.5 4.998 7.78 6.211t2.97 1.212h2.5q.577 0 .977.17t.81.578l4.236 4.237l-.707.708l-4.374-4.374V21.5h-1v-5.884h-2.384V21.5zm.991-16.222q-.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 21.5V8.333q-1.871-.35-3.1-1.792q-1.227-1.441-1.4-3.349h1Q6.5 4.998 7.78 6.211t2.97 1.212h2.5q.577 0 .977.17t.81.578l4.236 4.237l-.707.708l-4.374-4.374V21.5h-1v-5.884h-2.384V21.5zm.991-16.222q-.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 {
  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%2021.5V8.333q-1.871-.35-3.1-1.792q-1.227-1.441-1.4-3.349h1Q6.5%204.998%207.78%206.211t2.97%201.212h2.5q.577%200%20.977.17t.81.578l4.236%204.237l-.707.708l-4.374-4.374V21.5h-1v-5.884h-2.384V21.5zm.991-16.222q-.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%2021.5V8.333q-1.871-.35-3.1-1.792q-1.227-1.441-1.4-3.349h1Q6.5%204.998%207.78%206.211t2.97%201.212h2.5q.577%200%20.977.17t.81.578l4.236%204.237l-.707.708l-4.374-4.374V21.5h-1v-5.884h-2.384V21.5zm.991-16.222q-.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.svg?color=%231a73e8&size=48