Boohooman Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Boohooman 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/322852.svg" alt="Boohooman icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322852.svg" alt="Boohooman icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322852.svg" alt="Boohooman icon" :width="24" :height="24" />
CSS background
.icon-boohooman {
background-image: url('https://proicons.com/icon/322852.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M19.794,24.75v4.375"/><path class="c" d="M17.646,23.25l2.1485-4.3592v4.3594"/><path class="c" d="M12.597,24.75l2.1529,4.3749,2.1562-4.3748"/><path class="c" d="M9.7063,23.25v-4.3752l2.1529,4.3749"/><path class="c" d="M9.7063,29.113v-4.3634"/><path class="c" d="M38.294,23.25v-4.375"/><path class="c" d="M35.441,24.75l2.8529,4.3753v-4.375"/><path class="c" d="M31.61,23.25v-4.375l2.8529,4.3753"/><path class="c" d="M31.61,29.125v-4.375"/><path class="c" d="M27.618,24.75l1.4263,4.3748"/><path class="c" d="M24.276,23.25l1.4263-4.3748,1.4263,4.3748"/><path class="c" d="M22.361,29.125l1.4263-4.3748"/></svg>
Copied!