bust in silhouette emoji

bust-in-silhouette from Fluent Emoji Flat by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.

Name
bust-in-silhouette
Set
Fluent Emoji Flat
Style
Default
Category
People & Body
Viewbox
32×32
License
MIT

The same emoji in other sets

More people & body icons from Fluent Emoji Flat

Use the bust in silhouette emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#321b41" d="M23.81 28.93L24.5 26l-.69-3.07a12.92 12.92 0 0 0-17.62 0L5.5 26l.69 2.93z"/><path fill="#533566" d="M16.34 3.07h-2.69A5 5 0 0 0 8.7 8.73l.078 1.204a2 2 0 0 0 .257 3.975l.115 1.761a4.75 4.75 0 0 0 3.69 4.01v1.1a2.12 2.12 0 0 0 4.24 0v-1.082a4.75 4.75 0 0 0 3.78-4.028l.109-1.764a2 2 0 0 0 .245-3.961l.076-1.215a5 5 0 0 0-4.95-5.66M6.19 22.92v6l-3.59-.04q.036-.162.09-.32v-.11a12.9 12.9 0 0 1 3.5-5.53m17.62 0v6l3.59-.04l-.022-.059a.8.8 0 0 1-.068-.261v-.11a13 13 0 0 0-3.5-5.53"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatBustInSilhouette(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#321b41" d="M23.81 28.93L24.5 26l-.69-3.07a12.92 12.92 0 0 0-17.62 0L5.5 26l.69 2.93z"/><path fill="#533566" d="M16.34 3.07h-2.69A5 5 0 0 0 8.7 8.73l.078 1.204a2 2 0 0 0 .257 3.975l.115 1.761a4.75 4.75 0 0 0 3.69 4.01v1.1a2.12 2.12 0 0 0 4.24 0v-1.082a4.75 4.75 0 0 0 3.78-4.028l.109-1.764a2 2 0 0 0 .245-3.961l.076-1.215a5 5 0 0 0-4.95-5.66M6.19 22.92v6l-3.59-.04q.036-.162.09-.32v-.11a12.9 12.9 0 0 1 3.5-5.53m17.62 0v6l3.59-.04l-.022-.059a.8.8 0 0 1-.068-.261v-.11a13 13 0 0 0-3.5-5.53"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#321b41" d="M23.81 28.93L24.5 26l-.69-3.07a12.92 12.92 0 0 0-17.62 0L5.5 26l.69 2.93z"/><path fill="#533566" d="M16.34 3.07h-2.69A5 5 0 0 0 8.7 8.73l.078 1.204a2 2 0 0 0 .257 3.975l.115 1.761a4.75 4.75 0 0 0 3.69 4.01v1.1a2.12 2.12 0 0 0 4.24 0v-1.082a4.75 4.75 0 0 0 3.78-4.028l.109-1.764a2 2 0 0 0 .245-3.961l.076-1.215a5 5 0 0 0-4.95-5.66M6.19 22.92v6l-3.59-.04q.036-.162.09-.32v-.11a12.9 12.9 0 0 1 3.5-5.53m17.62 0v6l3.59-.04l-.022-.059a.8.8 0 0 1-.068-.261v-.11a13 13 0 0 0-3.5-5.53"/></g></svg>
</template>

CSS

.icon-bust-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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23321b41%22%20d%3D%22M23.81%2028.93L24.5%2026l-.69-3.07a12.92%2012.92%200%200%200-17.62%200L5.5%2026l.69%202.93z%22%2F%3E%3Cpath%20fill%3D%22%23533566%22%20d%3D%22M16.34%203.07h-2.69A5%205%200%200%200%208.7%208.73l.078%201.204a2%202%200%200%200%20.257%203.975l.115%201.761a4.75%204.75%200%200%200%203.69%204.01v1.1a2.12%202.12%200%200%200%204.24%200v-1.082a4.75%204.75%200%200%200%203.78-4.028l.109-1.764a2%202%200%200%200%20.245-3.961l.076-1.215a5%205%200%200%200-4.95-5.66M6.19%2022.92v6l-3.59-.04q.036-.162.09-.32v-.11a12.9%2012.9%200%200%201%203.5-5.53m17.62%200v6l3.59-.04l-.022-.059a.8.8%200%200%201-.068-.261v-.11a13%2013%200%200%200-3.5-5.53%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23321b41%22%20d%3D%22M23.81%2028.93L24.5%2026l-.69-3.07a12.92%2012.92%200%200%200-17.62%200L5.5%2026l.69%202.93z%22%2F%3E%3Cpath%20fill%3D%22%23533566%22%20d%3D%22M16.34%203.07h-2.69A5%205%200%200%200%208.7%208.73l.078%201.204a2%202%200%200%200%20.257%203.975l.115%201.761a4.75%204.75%200%200%200%203.69%204.01v1.1a2.12%202.12%200%200%200%204.24%200v-1.082a4.75%204.75%200%200%200%203.78-4.028l.109-1.764a2%202%200%200%200%20.245-3.961l.076-1.215a5%205%200%200%200-4.95-5.66M6.19%2022.92v6l-3.59-.04q.036-.162.09-.32v-.11a12.9%2012.9%200%200%201%203.5-5.53m17.62%200v6l3.59-.04l-.022-.059a.8.8%200%200%201-.068-.261v-.11a13%2013%200%200%200-3.5-5.53%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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