Emoji Bust In Silhouette Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Bust 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/325156.svg" alt="Emoji Bust In Silhouette icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325156.svg" alt="Emoji Bust In Silhouette icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325156.svg" alt="Emoji Bust In Silhouette icon" :width="24" :height="24" />
CSS background
.icon-emoji-bust-in-silhouette {
background-image: url('https://proicons.com/icon/325156.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="M41.7,42.5s0-1.6087-.8045-4.8261c-.9742-3.8976-3.2182-6.4348-8.0455-6.4348H15.15c-4.8273,0-7.0712,2.5372-8.0455,6.4348-.8045,3.2174-.8045,4.8261-.8045,4.8261"/><path id="d" class="f" d="M15.9545,15.1522c0,2.9959.4337,6.2808,1.6091,8.0435,1.4975,2.2465,4.0369,3.2174,6.4364,3.2174,2.4906,0,4.9373-.9708,6.4364-3.2174,1.1746-1.7626,1.6091-5.0476,1.6091-8.0435,0-2.2469-.8045-9.6522-8.0455-9.6522s-8.0455,5.9073-8.0455,9.6522"/><path id="e" class="f" d="M41.7,42.5H6.3"/></svg>
Copied!