busts in silhouette emoji

busts-in-silhouette from Emoji One (Colored) by Emoji One · Default · People · CC-BY-4.0 Attribution required.

Name
busts-in-silhouette
Set
Emoji One (Colored)
Style
Default
Category
People
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More people icons from Emoji One (Colored)

Use the busts in silhouette emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#5d6d74"><path d="M45.5 57.7c-.3-.6-14.2-8.9-14.2-8.9c-2-1.4-2.2-2.8-.6-3.7c1.4-.7 2.5-2.9 3.4-5.3c.2.1.3.1.5 0c3.7-1.1 3.8-8.5 1.3-7.2c2.3-20.1-25.6-20.2-23.3 0c-2.5-1.3-2.4 6.1 1.3 7.2h.5c.9 2.4 2 4.6 3.4 5.3c1.6.8 1.3 2.1-.7 3.7c-.6.5-9.6 5.5-12.2 7.2c-1 .7-1.8 1.3-1.9 1.6c-.7 1.7-1 4.4-1 4.4h44.4s-.2-2.7-.9-4.3"/><path d="M34.5 19.9c1.8 2 3.8 5.5 3.7 11c.7.5 1.3 1.4 1.5 2.8c.4 2.6-.7 6.8-4 8.1c-.9 2.1-1.9 3.7-3 4.6H62s-.3-2.7-1-4.3c-.3-.6-14.2-8.9-14.2-8.9c-2-1.4-2.2-2.8-.6-3.6c1.4-.7 2.5-2.9 3.4-5.3c.2.1.3.1.5 0c3.7-1.1 3.8-8.5 1.3-7.2C53.7-2.6 27-3 28.1 15.9c2.5.7 4.7 2 6.4 4"/></g></svg>

React

import type { SVGProps } from "react";

export function EmojioneBustsInSilhouette(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#5d6d74"><path d="M45.5 57.7c-.3-.6-14.2-8.9-14.2-8.9c-2-1.4-2.2-2.8-.6-3.7c1.4-.7 2.5-2.9 3.4-5.3c.2.1.3.1.5 0c3.7-1.1 3.8-8.5 1.3-7.2c2.3-20.1-25.6-20.2-23.3 0c-2.5-1.3-2.4 6.1 1.3 7.2h.5c.9 2.4 2 4.6 3.4 5.3c1.6.8 1.3 2.1-.7 3.7c-.6.5-9.6 5.5-12.2 7.2c-1 .7-1.8 1.3-1.9 1.6c-.7 1.7-1 4.4-1 4.4h44.4s-.2-2.7-.9-4.3"/><path d="M34.5 19.9c1.8 2 3.8 5.5 3.7 11c.7.5 1.3 1.4 1.5 2.8c.4 2.6-.7 6.8-4 8.1c-.9 2.1-1.9 3.7-3 4.6H62s-.3-2.7-1-4.3c-.3-.6-14.2-8.9-14.2-8.9c-2-1.4-2.2-2.8-.6-3.6c1.4-.7 2.5-2.9 3.4-5.3c.2.1.3.1.5 0c3.7-1.1 3.8-8.5 1.3-7.2C53.7-2.6 27-3 28.1 15.9c2.5.7 4.7 2 6.4 4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#5d6d74"><path d="M45.5 57.7c-.3-.6-14.2-8.9-14.2-8.9c-2-1.4-2.2-2.8-.6-3.7c1.4-.7 2.5-2.9 3.4-5.3c.2.1.3.1.5 0c3.7-1.1 3.8-8.5 1.3-7.2c2.3-20.1-25.6-20.2-23.3 0c-2.5-1.3-2.4 6.1 1.3 7.2h.5c.9 2.4 2 4.6 3.4 5.3c1.6.8 1.3 2.1-.7 3.7c-.6.5-9.6 5.5-12.2 7.2c-1 .7-1.8 1.3-1.9 1.6c-.7 1.7-1 4.4-1 4.4h44.4s-.2-2.7-.9-4.3"/><path d="M34.5 19.9c1.8 2 3.8 5.5 3.7 11c.7.5 1.3 1.4 1.5 2.8c.4 2.6-.7 6.8-4 8.1c-.9 2.1-1.9 3.7-3 4.6H62s-.3-2.7-1-4.3c-.3-.6-14.2-8.9-14.2-8.9c-2-1.4-2.2-2.8-.6-3.6c1.4-.7 2.5-2.9 3.4-5.3c.2.1.3.1.5 0c3.7-1.1 3.8-8.5 1.3-7.2C53.7-2.6 27-3 28.1 15.9c2.5.7 4.7 2 6.4 4"/></g></svg>
</template>

CSS

.icon-busts-in-silhouette {
  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%2064%2064%22%3E%3Cg%20fill%3D%22%235d6d74%22%3E%3Cpath%20d%3D%22M45.5%2057.7c-.3-.6-14.2-8.9-14.2-8.9c-2-1.4-2.2-2.8-.6-3.7c1.4-.7%202.5-2.9%203.4-5.3c.2.1.3.1.5%200c3.7-1.1%203.8-8.5%201.3-7.2c2.3-20.1-25.6-20.2-23.3%200c-2.5-1.3-2.4%206.1%201.3%207.2h.5c.9%202.4%202%204.6%203.4%205.3c1.6.8%201.3%202.1-.7%203.7c-.6.5-9.6%205.5-12.2%207.2c-1%20.7-1.8%201.3-1.9%201.6c-.7%201.7-1%204.4-1%204.4h44.4s-.2-2.7-.9-4.3%22%2F%3E%3Cpath%20d%3D%22M34.5%2019.9c1.8%202%203.8%205.5%203.7%2011c.7.5%201.3%201.4%201.5%202.8c.4%202.6-.7%206.8-4%208.1c-.9%202.1-1.9%203.7-3%204.6H62s-.3-2.7-1-4.3c-.3-.6-14.2-8.9-14.2-8.9c-2-1.4-2.2-2.8-.6-3.6c1.4-.7%202.5-2.9%203.4-5.3c.2.1.3.1.5%200c3.7-1.1%203.8-8.5%201.3-7.2C53.7-2.6%2027-3%2028.1%2015.9c2.5.7%204.7%202%206.4%204%22%2F%3E%3C%2Fg%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%2064%2064%22%3E%3Cg%20fill%3D%22%235d6d74%22%3E%3Cpath%20d%3D%22M45.5%2057.7c-.3-.6-14.2-8.9-14.2-8.9c-2-1.4-2.2-2.8-.6-3.7c1.4-.7%202.5-2.9%203.4-5.3c.2.1.3.1.5%200c3.7-1.1%203.8-8.5%201.3-7.2c2.3-20.1-25.6-20.2-23.3%200c-2.5-1.3-2.4%206.1%201.3%207.2h.5c.9%202.4%202%204.6%203.4%205.3c1.6.8%201.3%202.1-.7%203.7c-.6.5-9.6%205.5-12.2%207.2c-1%20.7-1.8%201.3-1.9%201.6c-.7%201.7-1%204.4-1%204.4h44.4s-.2-2.7-.9-4.3%22%2F%3E%3Cpath%20d%3D%22M34.5%2019.9c1.8%202%203.8%205.5%203.7%2011c.7.5%201.3%201.4%201.5%202.8c.4%202.6-.7%206.8-4%208.1c-.9%202.1-1.9%203.7-3%204.6H62s-.3-2.7-1-4.3c-.3-.6-14.2-8.9-14.2-8.9c-2-1.4-2.2-2.8-.6-3.6c1.4-.7%202.5-2.9%203.4-5.3c.2.1.3.1.5%200c3.7-1.1%203.8-8.5%201.3-7.2C53.7-2.6%2027-3%2028.1%2015.9c2.5.7%204.7%202%206.4%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/busts-in-silhouette.svg?color=%231a73e8&size=48