busts in silhouette emoji
busts-in-silhouette from Fluent Emoji Flat by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.
- Name
- busts-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
anatomical-heartartistartist-darkartist-lightartist-mediumartist-medium-darkartist-medium-lightastronautastronaut-darkastronaut-lightastronaut-mediumastronaut-medium-darkastronaut-medium-lightbabybaby-angelbaby-angel-darkbaby-angel-lightbaby-angel-mediumbaby-angel-medium-darkbaby-angel-medium-lightbaby-darkbaby-lightbaby-mediumbaby-medium-dark
Use the busts 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="M15.84 23.93q.09.068.174.141q.084-.073.176-.141a11.07 11.07 0 0 1 12.65 0A2.91 2.91 0 0 1 30 26.29V30H2v-3.68a2.93 2.93 0 0 1 1.19-2.39a11.07 11.07 0 0 1 12.65 0"/><path fill="#533566" d="M10.67 7.93h-2.3a4.24 4.24 0 0 0-4.23 4.83l.067 1.022a1.71 1.71 0 0 0 .224 3.397l.099 1.501a4.05 4.05 0 0 0 3.15 3.427v.933a1.81 1.81 0 1 0 3.62 0v-.923a4.05 4.05 0 0 0 3.2-3.437l.094-1.503a1.71 1.71 0 0 0 1.396-.867a1.71 1.71 0 0 0 1.441.87l.099 1.5a4.05 4.05 0 0 0 3.15 3.427v.933a1.81 1.81 0 1 0 3.62 0v-.923a4.05 4.05 0 0 0 3.2-3.437l.094-1.503a1.71 1.71 0 0 0 .212-3.39l.064-1.027a4.26 4.26 0 0 0-4.2-4.83h-2.3a4.24 4.24 0 0 0-4.23 4.83l.067 1.022a1.71 1.71 0 0 0-1.217.848a1.71 1.71 0 0 0-1.184-.843l.064-1.027a4.26 4.26 0 0 0-4.2-4.83"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatBustsInSilhouette(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="M15.84 23.93q.09.068.174.141q.084-.073.176-.141a11.07 11.07 0 0 1 12.65 0A2.91 2.91 0 0 1 30 26.29V30H2v-3.68a2.93 2.93 0 0 1 1.19-2.39a11.07 11.07 0 0 1 12.65 0"/><path fill="#533566" d="M10.67 7.93h-2.3a4.24 4.24 0 0 0-4.23 4.83l.067 1.022a1.71 1.71 0 0 0 .224 3.397l.099 1.501a4.05 4.05 0 0 0 3.15 3.427v.933a1.81 1.81 0 1 0 3.62 0v-.923a4.05 4.05 0 0 0 3.2-3.437l.094-1.503a1.71 1.71 0 0 0 1.396-.867a1.71 1.71 0 0 0 1.441.87l.099 1.5a4.05 4.05 0 0 0 3.15 3.427v.933a1.81 1.81 0 1 0 3.62 0v-.923a4.05 4.05 0 0 0 3.2-3.437l.094-1.503a1.71 1.71 0 0 0 .212-3.39l.064-1.027a4.26 4.26 0 0 0-4.2-4.83h-2.3a4.24 4.24 0 0 0-4.23 4.83l.067 1.022a1.71 1.71 0 0 0-1.217.848a1.71 1.71 0 0 0-1.184-.843l.064-1.027a4.26 4.26 0 0 0-4.2-4.83"/></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="M15.84 23.93q.09.068.174.141q.084-.073.176-.141a11.07 11.07 0 0 1 12.65 0A2.91 2.91 0 0 1 30 26.29V30H2v-3.68a2.93 2.93 0 0 1 1.19-2.39a11.07 11.07 0 0 1 12.65 0"/><path fill="#533566" d="M10.67 7.93h-2.3a4.24 4.24 0 0 0-4.23 4.83l.067 1.022a1.71 1.71 0 0 0 .224 3.397l.099 1.501a4.05 4.05 0 0 0 3.15 3.427v.933a1.81 1.81 0 1 0 3.62 0v-.923a4.05 4.05 0 0 0 3.2-3.437l.094-1.503a1.71 1.71 0 0 0 1.396-.867a1.71 1.71 0 0 0 1.441.87l.099 1.5a4.05 4.05 0 0 0 3.15 3.427v.933a1.81 1.81 0 1 0 3.62 0v-.923a4.05 4.05 0 0 0 3.2-3.437l.094-1.503a1.71 1.71 0 0 0 .212-3.39l.064-1.027a4.26 4.26 0 0 0-4.2-4.83h-2.3a4.24 4.24 0 0 0-4.23 4.83l.067 1.022a1.71 1.71 0 0 0-1.217.848a1.71 1.71 0 0 0-1.184-.843l.064-1.027a4.26 4.26 0 0 0-4.2-4.83"/></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23321b41%22%20d%3D%22M15.84%2023.93q.09.068.174.141q.084-.073.176-.141a11.07%2011.07%200%200%201%2012.65%200A2.91%202.91%200%200%201%2030%2026.29V30H2v-3.68a2.93%202.93%200%200%201%201.19-2.39a11.07%2011.07%200%200%201%2012.65%200%22%2F%3E%3Cpath%20fill%3D%22%23533566%22%20d%3D%22M10.67%207.93h-2.3a4.24%204.24%200%200%200-4.23%204.83l.067%201.022a1.71%201.71%200%200%200%20.224%203.397l.099%201.501a4.05%204.05%200%200%200%203.15%203.427v.933a1.81%201.81%200%201%200%203.62%200v-.923a4.05%204.05%200%200%200%203.2-3.437l.094-1.503a1.71%201.71%200%200%200%201.396-.867a1.71%201.71%200%200%200%201.441.87l.099%201.5a4.05%204.05%200%200%200%203.15%203.427v.933a1.81%201.81%200%201%200%203.62%200v-.923a4.05%204.05%200%200%200%203.2-3.437l.094-1.503a1.71%201.71%200%200%200%20.212-3.39l.064-1.027a4.26%204.26%200%200%200-4.2-4.83h-2.3a4.24%204.24%200%200%200-4.23%204.83l.067%201.022a1.71%201.71%200%200%200-1.217.848a1.71%201.71%200%200%200-1.184-.843l.064-1.027a4.26%204.26%200%200%200-4.2-4.83%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%22M15.84%2023.93q.09.068.174.141q.084-.073.176-.141a11.07%2011.07%200%200%201%2012.65%200A2.91%202.91%200%200%201%2030%2026.29V30H2v-3.68a2.93%202.93%200%200%201%201.19-2.39a11.07%2011.07%200%200%201%2012.65%200%22%2F%3E%3Cpath%20fill%3D%22%23533566%22%20d%3D%22M10.67%207.93h-2.3a4.24%204.24%200%200%200-4.23%204.83l.067%201.022a1.71%201.71%200%200%200%20.224%203.397l.099%201.501a4.05%204.05%200%200%200%203.15%203.427v.933a1.81%201.81%200%201%200%203.62%200v-.923a4.05%204.05%200%200%200%203.2-3.437l.094-1.503a1.71%201.71%200%200%200%201.396-.867a1.71%201.71%200%200%200%201.441.87l.099%201.5a4.05%204.05%200%200%200%203.15%203.427v.933a1.81%201.81%200%201%200%203.62%200v-.923a4.05%204.05%200%200%200%203.2-3.437l.094-1.503a1.71%201.71%200%200%200%20.212-3.39l.064-1.027a4.26%204.26%200%200%200-4.2-4.83h-2.3a4.24%204.24%200%200%200-4.23%204.83l.067%201.022a1.71%201.71%200%200%200-1.217.848a1.71%201.71%200%200%200-1.184-.843l.064-1.027a4.26%204.26%200%200%200-4.2-4.83%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/busts-in-silhouette.svg?color=%231a73e8&size=48