Emoji Busts In Silhouette Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Busts In Silhouette icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/339716.svg" alt="Emoji Busts In Silhouette icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339716.svg" alt="Emoji Busts In Silhouette icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339716.svg" alt="Emoji Busts In Silhouette icon" :width="24" :height="24" />
CSS background
.icon-emoji-busts-in-silhouette {
background-image: url('https://proicons.com/icon/339716.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="M23.3148,38.7342v-4.7972c0-4.7972,2.7407-6.8531,5.4815-6.8531h8.2222c2.7407,0,5.4815,2.0559,5.4815,6.8531v4.7972M23.9769,30.3502c-1.1524-2.5743-2.4643-3.2663-4.7732-3.2663h-8.2222c-2.7407,0-5.4815,2.0559-5.4815,6.8531v4.7972h37"/><path id="d" class="f" d="M9.6111,15.4336c0,2.7413.6002,4.3274,1.3704,5.4825.9809,1.4723,2.5394,2.0559,4.1111,2.0559,1.6314,0,3.1288-.5836,4.1111-2.0559.7695-1.1551,1.3704-2.7413,1.3704-5.4825,0-1.4723-.738-6.1678-5.4815-6.1678s-5.4815,3.7136-5.4815,6.1678"/><path id="e" class="f" d="M27.4259,15.4336c0,2.7413.6002,4.3274,1.3704,5.4825.9809,1.4723,2.5394,2.0559,4.1111,2.0559,1.6314,0,3.1288-.5836,4.1111-2.0559.7695-1.1551,1.3704-2.7413,1.3704-5.4825,0-1.4723-.738-6.1678-5.4815-6.1678s-5.4815,3.7136-5.4815,6.1678"/></svg>
Copied!