Emoji Bar Of Soap Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Bar Of Soap 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/325111.svg" alt="Emoji Bar Of Soap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325111.svg" alt="Emoji Bar Of Soap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325111.svg" alt="Emoji Bar Of Soap icon" :width="24" :height="24" />
CSS background
.icon-emoji-bar-of-soap {
background-image: url('https://proicons.com/icon/325111.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="M13.9284,17.2425c-1.262.7436-2.325,1.7832-3.0975,3.0295"/><path id="c" class="h" d="M22.0728,15.9843h11.3659c4.9971.0099,9.0469,4.0644,9.0613,9.072v2.9137c-.0145,5.0076-4.0642,9.0622-9.0613,9.072h-14.9177c-4.9971-.0099-9.0468-4.0645-9.0613-9.072v-1.8376"/><path id="d" class="h" d="M15.8638,12.9582c-.1355.0887-.2656.1855-.3896.2897-.0385-.1351-.0856-.2675-.141-.3965-.7816-1.6523-2.752-2.3568-4.4008-1.5735-1.6489.7833-2.3519,2.7577-1.5702,4.4101.7816,1.6523,2.7519,2.3568,4.4008,1.5736.0528-.025.0959-.0613.1467-.0888.3672,2.2534,2.4879,3.7818,4.7365,3.4138s3.7739-2.4931,3.4067-4.7465c-.3672-2.2534-2.4879-3.7818-4.7365-3.4138-.5133.084-1.0061.2645-1.4524.532"/><path id="e" class="h" d="M16.8742,24.1128h18.2112"/><path id="f" class="h" d="M16.8742,28.9152h18.2112"/><path id="g" class="h" d="M5.5,22.8853c0,1.8286,1.4793,3.3109,3.304,3.3109s3.304-1.4824,3.304-3.3109h0c0-1.8286-1.4793-3.3109-3.304-3.3109s-3.304,1.4824-3.304,3.3109"/></svg>
Copied!