busts in silhouette emoji

busts-in-silhouette from Noto Emoji by Google Inc · Default · People & Body · Apache-2.0 Free for personal and commercial use.

Name
busts-in-silhouette
Set
Noto Emoji
Style
Default
Category
People & Body
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More people & body icons from Noto Emoji

Use the busts in silhouette emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#1798f3" d="M93.86 26.6h.1z"/><path fill="#1976d2" d="M32.72 26.6h.1z"/><path fill="#1798f3" d="M119.56 103.9c-2.1-.8-4.4-1.4-6.8-1.9c-3.6-.8-7.5-1.3-11.4-1.6l-.1.1v-.9c4-1.2 7.8-3.4 10.9-6.5c2.8-2.8 5.1-6.4 6.6-10.8c.4-.1.7-.4 1-.7c2.8-2.8 4.3-11.9 3.4-13.2c.4-2.5 1.8-13.9-2-24.1c-.1-.2-.2-.5-.3-.7c-.2-.5-.4-.9-.6-1.4c-.5-1.1-1.1-2.2-1.7-3.3c-.1-.2-.3-.4-.4-.7c-.6-.8-1.2-1.7-1.8-2.4c-.3-.4-.7-.8-1-1.2c-4.49-4.69-11.28-7.99-21.45-8c-10.16.01-14.96 3.31-19.45 8c-.3.4-.7.8-1 1.2c-.6.7-1.2 1.6-1.8 2.4c-.1.3-.3.5-.4.7c-.6 1.1-1.2 2.2-1.7 3.3c-.2.5-.4.9-.6 1.4c-.1.2-.2.5-.3.7c-3.8 10.2-2.4 21.6-2 24.1c-.9 1.3.6 10.4 3.4 13.2c.3.3.6.6 1 .7c1.5 4.4 3.8 8 6.6 10.8c3.1 3.1 4.9 5.3 8.9 6.5v.9c-8.6.69-16.71 2.59-22.88 5.69c-2.73 1.37-5.08 2.97-6.92 4.81c-2.7 2.7-4.3 5.9-4.3 9.7v3.3h71.82v-18.09c-1.48-.74-3.06-1.41-4.72-2.01"/><path fill="#1976d2" d="M63.67 106.19a41 41 0 0 0-5.26-2.29c-2.1-.8-4.4-1.4-6.8-1.9c-3.6-.8-7.5-1.3-11.4-1.6l-.1.1v-.9c4-1.2 7.8-3.4 10.9-6.5c2.8-2.8 5.1-6.4 6.6-10.8c.4-.1.7-.4 1-.7c2.8-2.8 4.3-11.9 3.4-13.2c.4-2.5 1.8-13.9-2-24.1c-.1-.2-.2-.5-.3-.7c-.2-.5-.4-.9-.6-1.4c-.5-1.1-1.1-2.2-1.7-3.3c-.1-.2-.3-.4-.4-.7c-.6-.8-1.2-1.7-1.8-2.4c-.3-.4-.7-.8-1-1.2c-4.49-4.69-11.28-7.99-21.45-8c-10.16.01-14.96 3.31-19.45 8c-.3.4-.7.8-1 1.2c-.6.7-1.2 1.6-1.8 2.4c-.1.3-.3.5-.4.7c-.6 1.1-1.2 2.2-1.7 3.3c-.2.5-.4.9-.6 1.4c-.1.2-.2.5-.3.7c-3.8 10.2-2.4 21.6-2 24.1c-.9 1.3.6 10.4 3.4 13.2c.3.3.6.6 1 .7c1.5 4.4 3.8 8 6.6 10.8c3.1 3.1 4.9 5.3 8.9 6.5v.9c-7.89.64-15.38 2.29-21.32 4.95V124h70.12v-3.3c.01-6.45-4.19-11.18-10.54-14.51"/></svg>

React

import type { SVGProps } from "react";

export function NotoBustsInSilhouette(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#1798f3" d="M93.86 26.6h.1z"/><path fill="#1976d2" d="M32.72 26.6h.1z"/><path fill="#1798f3" d="M119.56 103.9c-2.1-.8-4.4-1.4-6.8-1.9c-3.6-.8-7.5-1.3-11.4-1.6l-.1.1v-.9c4-1.2 7.8-3.4 10.9-6.5c2.8-2.8 5.1-6.4 6.6-10.8c.4-.1.7-.4 1-.7c2.8-2.8 4.3-11.9 3.4-13.2c.4-2.5 1.8-13.9-2-24.1c-.1-.2-.2-.5-.3-.7c-.2-.5-.4-.9-.6-1.4c-.5-1.1-1.1-2.2-1.7-3.3c-.1-.2-.3-.4-.4-.7c-.6-.8-1.2-1.7-1.8-2.4c-.3-.4-.7-.8-1-1.2c-4.49-4.69-11.28-7.99-21.45-8c-10.16.01-14.96 3.31-19.45 8c-.3.4-.7.8-1 1.2c-.6.7-1.2 1.6-1.8 2.4c-.1.3-.3.5-.4.7c-.6 1.1-1.2 2.2-1.7 3.3c-.2.5-.4.9-.6 1.4c-.1.2-.2.5-.3.7c-3.8 10.2-2.4 21.6-2 24.1c-.9 1.3.6 10.4 3.4 13.2c.3.3.6.6 1 .7c1.5 4.4 3.8 8 6.6 10.8c3.1 3.1 4.9 5.3 8.9 6.5v.9c-8.6.69-16.71 2.59-22.88 5.69c-2.73 1.37-5.08 2.97-6.92 4.81c-2.7 2.7-4.3 5.9-4.3 9.7v3.3h71.82v-18.09c-1.48-.74-3.06-1.41-4.72-2.01"/><path fill="#1976d2" d="M63.67 106.19a41 41 0 0 0-5.26-2.29c-2.1-.8-4.4-1.4-6.8-1.9c-3.6-.8-7.5-1.3-11.4-1.6l-.1.1v-.9c4-1.2 7.8-3.4 10.9-6.5c2.8-2.8 5.1-6.4 6.6-10.8c.4-.1.7-.4 1-.7c2.8-2.8 4.3-11.9 3.4-13.2c.4-2.5 1.8-13.9-2-24.1c-.1-.2-.2-.5-.3-.7c-.2-.5-.4-.9-.6-1.4c-.5-1.1-1.1-2.2-1.7-3.3c-.1-.2-.3-.4-.4-.7c-.6-.8-1.2-1.7-1.8-2.4c-.3-.4-.7-.8-1-1.2c-4.49-4.69-11.28-7.99-21.45-8c-10.16.01-14.96 3.31-19.45 8c-.3.4-.7.8-1 1.2c-.6.7-1.2 1.6-1.8 2.4c-.1.3-.3.5-.4.7c-.6 1.1-1.2 2.2-1.7 3.3c-.2.5-.4.9-.6 1.4c-.1.2-.2.5-.3.7c-3.8 10.2-2.4 21.6-2 24.1c-.9 1.3.6 10.4 3.4 13.2c.3.3.6.6 1 .7c1.5 4.4 3.8 8 6.6 10.8c3.1 3.1 4.9 5.3 8.9 6.5v.9c-7.89.64-15.38 2.29-21.32 4.95V124h70.12v-3.3c.01-6.45-4.19-11.18-10.54-14.51"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#1798f3" d="M93.86 26.6h.1z"/><path fill="#1976d2" d="M32.72 26.6h.1z"/><path fill="#1798f3" d="M119.56 103.9c-2.1-.8-4.4-1.4-6.8-1.9c-3.6-.8-7.5-1.3-11.4-1.6l-.1.1v-.9c4-1.2 7.8-3.4 10.9-6.5c2.8-2.8 5.1-6.4 6.6-10.8c.4-.1.7-.4 1-.7c2.8-2.8 4.3-11.9 3.4-13.2c.4-2.5 1.8-13.9-2-24.1c-.1-.2-.2-.5-.3-.7c-.2-.5-.4-.9-.6-1.4c-.5-1.1-1.1-2.2-1.7-3.3c-.1-.2-.3-.4-.4-.7c-.6-.8-1.2-1.7-1.8-2.4c-.3-.4-.7-.8-1-1.2c-4.49-4.69-11.28-7.99-21.45-8c-10.16.01-14.96 3.31-19.45 8c-.3.4-.7.8-1 1.2c-.6.7-1.2 1.6-1.8 2.4c-.1.3-.3.5-.4.7c-.6 1.1-1.2 2.2-1.7 3.3c-.2.5-.4.9-.6 1.4c-.1.2-.2.5-.3.7c-3.8 10.2-2.4 21.6-2 24.1c-.9 1.3.6 10.4 3.4 13.2c.3.3.6.6 1 .7c1.5 4.4 3.8 8 6.6 10.8c3.1 3.1 4.9 5.3 8.9 6.5v.9c-8.6.69-16.71 2.59-22.88 5.69c-2.73 1.37-5.08 2.97-6.92 4.81c-2.7 2.7-4.3 5.9-4.3 9.7v3.3h71.82v-18.09c-1.48-.74-3.06-1.41-4.72-2.01"/><path fill="#1976d2" d="M63.67 106.19a41 41 0 0 0-5.26-2.29c-2.1-.8-4.4-1.4-6.8-1.9c-3.6-.8-7.5-1.3-11.4-1.6l-.1.1v-.9c4-1.2 7.8-3.4 10.9-6.5c2.8-2.8 5.1-6.4 6.6-10.8c.4-.1.7-.4 1-.7c2.8-2.8 4.3-11.9 3.4-13.2c.4-2.5 1.8-13.9-2-24.1c-.1-.2-.2-.5-.3-.7c-.2-.5-.4-.9-.6-1.4c-.5-1.1-1.1-2.2-1.7-3.3c-.1-.2-.3-.4-.4-.7c-.6-.8-1.2-1.7-1.8-2.4c-.3-.4-.7-.8-1-1.2c-4.49-4.69-11.28-7.99-21.45-8c-10.16.01-14.96 3.31-19.45 8c-.3.4-.7.8-1 1.2c-.6.7-1.2 1.6-1.8 2.4c-.1.3-.3.5-.4.7c-.6 1.1-1.2 2.2-1.7 3.3c-.2.5-.4.9-.6 1.4c-.1.2-.2.5-.3.7c-3.8 10.2-2.4 21.6-2 24.1c-.9 1.3.6 10.4 3.4 13.2c.3.3.6.6 1 .7c1.5 4.4 3.8 8 6.6 10.8c3.1 3.1 4.9 5.3 8.9 6.5v.9c-7.89.64-15.38 2.29-21.32 4.95V124h70.12v-3.3c.01-6.45-4.19-11.18-10.54-14.51"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%231798f3%22%20d%3D%22M93.86%2026.6h.1z%22%2F%3E%3Cpath%20fill%3D%22%231976d2%22%20d%3D%22M32.72%2026.6h.1z%22%2F%3E%3Cpath%20fill%3D%22%231798f3%22%20d%3D%22M119.56%20103.9c-2.1-.8-4.4-1.4-6.8-1.9c-3.6-.8-7.5-1.3-11.4-1.6l-.1.1v-.9c4-1.2%207.8-3.4%2010.9-6.5c2.8-2.8%205.1-6.4%206.6-10.8c.4-.1.7-.4%201-.7c2.8-2.8%204.3-11.9%203.4-13.2c.4-2.5%201.8-13.9-2-24.1c-.1-.2-.2-.5-.3-.7c-.2-.5-.4-.9-.6-1.4c-.5-1.1-1.1-2.2-1.7-3.3c-.1-.2-.3-.4-.4-.7c-.6-.8-1.2-1.7-1.8-2.4c-.3-.4-.7-.8-1-1.2c-4.49-4.69-11.28-7.99-21.45-8c-10.16.01-14.96%203.31-19.45%208c-.3.4-.7.8-1%201.2c-.6.7-1.2%201.6-1.8%202.4c-.1.3-.3.5-.4.7c-.6%201.1-1.2%202.2-1.7%203.3c-.2.5-.4.9-.6%201.4c-.1.2-.2.5-.3.7c-3.8%2010.2-2.4%2021.6-2%2024.1c-.9%201.3.6%2010.4%203.4%2013.2c.3.3.6.6%201%20.7c1.5%204.4%203.8%208%206.6%2010.8c3.1%203.1%204.9%205.3%208.9%206.5v.9c-8.6.69-16.71%202.59-22.88%205.69c-2.73%201.37-5.08%202.97-6.92%204.81c-2.7%202.7-4.3%205.9-4.3%209.7v3.3h71.82v-18.09c-1.48-.74-3.06-1.41-4.72-2.01%22%2F%3E%3Cpath%20fill%3D%22%231976d2%22%20d%3D%22M63.67%20106.19a41%2041%200%200%200-5.26-2.29c-2.1-.8-4.4-1.4-6.8-1.9c-3.6-.8-7.5-1.3-11.4-1.6l-.1.1v-.9c4-1.2%207.8-3.4%2010.9-6.5c2.8-2.8%205.1-6.4%206.6-10.8c.4-.1.7-.4%201-.7c2.8-2.8%204.3-11.9%203.4-13.2c.4-2.5%201.8-13.9-2-24.1c-.1-.2-.2-.5-.3-.7c-.2-.5-.4-.9-.6-1.4c-.5-1.1-1.1-2.2-1.7-3.3c-.1-.2-.3-.4-.4-.7c-.6-.8-1.2-1.7-1.8-2.4c-.3-.4-.7-.8-1-1.2c-4.49-4.69-11.28-7.99-21.45-8c-10.16.01-14.96%203.31-19.45%208c-.3.4-.7.8-1%201.2c-.6.7-1.2%201.6-1.8%202.4c-.1.3-.3.5-.4.7c-.6%201.1-1.2%202.2-1.7%203.3c-.2.5-.4.9-.6%201.4c-.1.2-.2.5-.3.7c-3.8%2010.2-2.4%2021.6-2%2024.1c-.9%201.3.6%2010.4%203.4%2013.2c.3.3.6.6%201%20.7c1.5%204.4%203.8%208%206.6%2010.8c3.1%203.1%204.9%205.3%208.9%206.5v.9c-7.89.64-15.38%202.29-21.32%204.95V124h70.12v-3.3c.01-6.45-4.19-11.18-10.54-14.51%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%20128%20128%22%3E%3Cpath%20fill%3D%22%231798f3%22%20d%3D%22M93.86%2026.6h.1z%22%2F%3E%3Cpath%20fill%3D%22%231976d2%22%20d%3D%22M32.72%2026.6h.1z%22%2F%3E%3Cpath%20fill%3D%22%231798f3%22%20d%3D%22M119.56%20103.9c-2.1-.8-4.4-1.4-6.8-1.9c-3.6-.8-7.5-1.3-11.4-1.6l-.1.1v-.9c4-1.2%207.8-3.4%2010.9-6.5c2.8-2.8%205.1-6.4%206.6-10.8c.4-.1.7-.4%201-.7c2.8-2.8%204.3-11.9%203.4-13.2c.4-2.5%201.8-13.9-2-24.1c-.1-.2-.2-.5-.3-.7c-.2-.5-.4-.9-.6-1.4c-.5-1.1-1.1-2.2-1.7-3.3c-.1-.2-.3-.4-.4-.7c-.6-.8-1.2-1.7-1.8-2.4c-.3-.4-.7-.8-1-1.2c-4.49-4.69-11.28-7.99-21.45-8c-10.16.01-14.96%203.31-19.45%208c-.3.4-.7.8-1%201.2c-.6.7-1.2%201.6-1.8%202.4c-.1.3-.3.5-.4.7c-.6%201.1-1.2%202.2-1.7%203.3c-.2.5-.4.9-.6%201.4c-.1.2-.2.5-.3.7c-3.8%2010.2-2.4%2021.6-2%2024.1c-.9%201.3.6%2010.4%203.4%2013.2c.3.3.6.6%201%20.7c1.5%204.4%203.8%208%206.6%2010.8c3.1%203.1%204.9%205.3%208.9%206.5v.9c-8.6.69-16.71%202.59-22.88%205.69c-2.73%201.37-5.08%202.97-6.92%204.81c-2.7%202.7-4.3%205.9-4.3%209.7v3.3h71.82v-18.09c-1.48-.74-3.06-1.41-4.72-2.01%22%2F%3E%3Cpath%20fill%3D%22%231976d2%22%20d%3D%22M63.67%20106.19a41%2041%200%200%200-5.26-2.29c-2.1-.8-4.4-1.4-6.8-1.9c-3.6-.8-7.5-1.3-11.4-1.6l-.1.1v-.9c4-1.2%207.8-3.4%2010.9-6.5c2.8-2.8%205.1-6.4%206.6-10.8c.4-.1.7-.4%201-.7c2.8-2.8%204.3-11.9%203.4-13.2c.4-2.5%201.8-13.9-2-24.1c-.1-.2-.2-.5-.3-.7c-.2-.5-.4-.9-.6-1.4c-.5-1.1-1.1-2.2-1.7-3.3c-.1-.2-.3-.4-.4-.7c-.6-.8-1.2-1.7-1.8-2.4c-.3-.4-.7-.8-1-1.2c-4.49-4.69-11.28-7.99-21.45-8c-10.16.01-14.96%203.31-19.45%208c-.3.4-.7.8-1%201.2c-.6.7-1.2%201.6-1.8%202.4c-.1.3-.3.5-.4.7c-.6%201.1-1.2%202.2-1.7%203.3c-.2.5-.4.9-.6%201.4c-.1.2-.2.5-.3.7c-3.8%2010.2-2.4%2021.6-2%2024.1c-.9%201.3.6%2010.4%203.4%2013.2c.3.3.6.6%201%20.7c1.5%204.4%203.8%208%206.6%2010.8c3.1%203.1%204.9%205.3%208.9%206.5v.9c-7.89.64-15.38%202.29-21.32%204.95V124h70.12v-3.3c.01-6.45-4.19-11.18-10.54-14.51%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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