Booruhub Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Booruhub 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/337434.svg" alt="Booruhub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337434.svg" alt="Booruhub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337434.svg" alt="Booruhub icon" :width="24" :height="24" />
CSS background
.icon-booruhub {
background-image: url('https://proicons.com/icon/337434.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 class="f" d="M18.4192,24H4.4902"/><path class="f" d="M43.4902,24h-16.714"/><path class="f" d="M10.0612,21h-5.5714"/><path class="f" d="M10.0612,27h-5.5714"/><path class="f" d="M10.0612,30h-5.5714"/><path class="f" d="M10.0612,18h-5.5714"/><path class="f" d="M32.3472,15h-5.5714"/><path class="f" d="M32.3472,18h-5.5714"/><path class="f" d="M32.3472,21h-5.5714"/><path class="f" d="M32.3472,27h-5.5714"/><path class="f" d="M32.3472,30h-5.5714"/><path class="f" d="M32.3672,33h-5.5714"/><path class="f" d="M43.4902,15h-5.5714"/><path class="f" d="M43.4902,18h-5.5714"/><path class="f" d="M43.4902,21h-5.5714"/><path class="f" d="M43.4902,27h-5.5714"/><path class="f" d="M43.4902,30h-5.5714"/><path class="f" d="M43.5102,33h-5.5714"/><path class="f" d="M21.2042,21h-5.5714"/><path class="f" d="M21.2042,27h-5.5714"/><path class="f" d="M21.2042,30h-5.5714"/><path class="f" d="M21.2042,18h-5.5714"/><path class="f" d="M18.4192,15H4.4902"/><path class="f" d="M18.4192,33H4.4902"/></svg>
Copied!