busts in silhouette emoji
busts-in-silhouette from Fluent Emoji High Contrast by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.
- Name
- busts-in-silhouette
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- People & Body
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More people & body icons from Fluent Emoji High Contrast
Use the busts in silhouette emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.37 7.93h2.3a4.26 4.26 0 0 1 4.2 4.83l-.064 1.027c.508.092.939.409 1.184.843a1.71 1.71 0 0 1 1.217-.848l-.067-1.022a4.24 4.24 0 0 1 4.23-4.83h2.3a4.26 4.26 0 0 1 4.2 4.83l-.064 1.027a1.71 1.71 0 0 1-.212 3.39L27.5 18.68a4.05 4.05 0 0 1-3.129 3.422a11.1 11.1 0 0 1 4.47 1.828A2.91 2.91 0 0 1 30 26.29V30H2v-3.68a2.93 2.93 0 0 1 1.19-2.39a11.1 11.1 0 0 1 4.468-1.828a4.05 4.05 0 0 1-3.13-3.422l-.098-1.5a1.71 1.71 0 0 1-.224-3.398L4.14 12.76a4.24 4.24 0 0 1 4.23-4.83m3.001 14.172a11.1 11.1 0 0 1 4.47 1.828q.089.068.173.141q.084-.073.176-.141a11.1 11.1 0 0 1 4.469-1.828a4.05 4.05 0 0 1-3.13-3.422l-.098-1.5a1.71 1.71 0 0 1-1.441-.87a1.71 1.71 0 0 1-1.396.867L14.5 18.68a4.05 4.05 0 0 1-3.129 3.422"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastBustsInSilhouette(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.37 7.93h2.3a4.26 4.26 0 0 1 4.2 4.83l-.064 1.027c.508.092.939.409 1.184.843a1.71 1.71 0 0 1 1.217-.848l-.067-1.022a4.24 4.24 0 0 1 4.23-4.83h2.3a4.26 4.26 0 0 1 4.2 4.83l-.064 1.027a1.71 1.71 0 0 1-.212 3.39L27.5 18.68a4.05 4.05 0 0 1-3.129 3.422a11.1 11.1 0 0 1 4.47 1.828A2.91 2.91 0 0 1 30 26.29V30H2v-3.68a2.93 2.93 0 0 1 1.19-2.39a11.1 11.1 0 0 1 4.468-1.828a4.05 4.05 0 0 1-3.13-3.422l-.098-1.5a1.71 1.71 0 0 1-.224-3.398L4.14 12.76a4.24 4.24 0 0 1 4.23-4.83m3.001 14.172a11.1 11.1 0 0 1 4.47 1.828q.089.068.173.141q.084-.073.176-.141a11.1 11.1 0 0 1 4.469-1.828a4.05 4.05 0 0 1-3.13-3.422l-.098-1.5a1.71 1.71 0 0 1-1.441-.87a1.71 1.71 0 0 1-1.396.867L14.5 18.68a4.05 4.05 0 0 1-3.129 3.422"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.37 7.93h2.3a4.26 4.26 0 0 1 4.2 4.83l-.064 1.027c.508.092.939.409 1.184.843a1.71 1.71 0 0 1 1.217-.848l-.067-1.022a4.24 4.24 0 0 1 4.23-4.83h2.3a4.26 4.26 0 0 1 4.2 4.83l-.064 1.027a1.71 1.71 0 0 1-.212 3.39L27.5 18.68a4.05 4.05 0 0 1-3.129 3.422a11.1 11.1 0 0 1 4.47 1.828A2.91 2.91 0 0 1 30 26.29V30H2v-3.68a2.93 2.93 0 0 1 1.19-2.39a11.1 11.1 0 0 1 4.468-1.828a4.05 4.05 0 0 1-3.13-3.422l-.098-1.5a1.71 1.71 0 0 1-.224-3.398L4.14 12.76a4.24 4.24 0 0 1 4.23-4.83m3.001 14.172a11.1 11.1 0 0 1 4.47 1.828q.089.068.173.141q.084-.073.176-.141a11.1 11.1 0 0 1 4.469-1.828a4.05 4.05 0 0 1-3.13-3.422l-.098-1.5a1.71 1.71 0 0 1-1.441-.87a1.71 1.71 0 0 1-1.396.867L14.5 18.68a4.05 4.05 0 0 1-3.129 3.422"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.37%207.93h2.3a4.26%204.26%200%200%201%204.2%204.83l-.064%201.027c.508.092.939.409%201.184.843a1.71%201.71%200%200%201%201.217-.848l-.067-1.022a4.24%204.24%200%200%201%204.23-4.83h2.3a4.26%204.26%200%200%201%204.2%204.83l-.064%201.027a1.71%201.71%200%200%201-.212%203.39L27.5%2018.68a4.05%204.05%200%200%201-3.129%203.422a11.1%2011.1%200%200%201%204.47%201.828A2.91%202.91%200%200%201%2030%2026.29V30H2v-3.68a2.93%202.93%200%200%201%201.19-2.39a11.1%2011.1%200%200%201%204.468-1.828a4.05%204.05%200%200%201-3.13-3.422l-.098-1.5a1.71%201.71%200%200%201-.224-3.398L4.14%2012.76a4.24%204.24%200%200%201%204.23-4.83m3.001%2014.172a11.1%2011.1%200%200%201%204.47%201.828q.089.068.173.141q.084-.073.176-.141a11.1%2011.1%200%200%201%204.469-1.828a4.05%204.05%200%200%201-3.13-3.422l-.098-1.5a1.71%201.71%200%200%201-1.441-.87a1.71%201.71%200%200%201-1.396.867L14.5%2018.68a4.05%204.05%200%200%201-3.129%203.422%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.37%207.93h2.3a4.26%204.26%200%200%201%204.2%204.83l-.064%201.027c.508.092.939.409%201.184.843a1.71%201.71%200%200%201%201.217-.848l-.067-1.022a4.24%204.24%200%200%201%204.23-4.83h2.3a4.26%204.26%200%200%201%204.2%204.83l-.064%201.027a1.71%201.71%200%200%201-.212%203.39L27.5%2018.68a4.05%204.05%200%200%201-3.129%203.422a11.1%2011.1%200%200%201%204.47%201.828A2.91%202.91%200%200%201%2030%2026.29V30H2v-3.68a2.93%202.93%200%200%201%201.19-2.39a11.1%2011.1%200%200%201%204.468-1.828a4.05%204.05%200%200%201-3.13-3.422l-.098-1.5a1.71%201.71%200%200%201-.224-3.398L4.14%2012.76a4.24%204.24%200%200%201%204.23-4.83m3.001%2014.172a11.1%2011.1%200%200%201%204.47%201.828q.089.068.173.141q.084-.073.176-.141a11.1%2011.1%200%200%201%204.469-1.828a4.05%204.05%200%200%201-3.13-3.422l-.098-1.5a1.71%201.71%200%200%201-1.441-.87a1.71%201.71%200%200%201-1.396.867L14.5%2018.68a4.05%204.05%200%200%201-3.129%203.422%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/busts-in-silhouette.svg?color=%231a73e8&size=48