Barq Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Barq 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/322402.svg" alt="Barq icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322402.svg" alt="Barq icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322402.svg" alt="Barq icon" :width="24" :height="24" />
CSS background
.icon-barq {
background-image: url('https://proicons.com/icon/322402.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="M37.6587,8.1589H10.3413c-2.5564,0-4.6287,2.0723-4.6287,4.6286v16.5c0,2.5411,2.0488,4.5995,4.5841,4.6241v5.1164c0,.6401.7064,1.0284,1.2468.6852l9.13-5.7971h16.9851c2.5564,0,4.6287-2.0723,4.6287-4.6287V12.7875c0-2.5563-2.0723-4.6286-4.6287-4.6286Z"/><path class="b" d="M23.2358,24.5758v-7.8086h2.5564c1.4452,0,2.6168,1.1741,2.6168,2.6225s-1.1716,2.6225-2.6168,2.6225h-2.5564"/><line class="b" x1="25.7922" y1="22.0121" x2="28.3483" y2="24.5739"/><path class="b" d="M12.7211,20.6715c1.0781,0,1.9522.874,1.9522,1.9522s-.874,1.9522-1.9522,1.9522h-3.2211v-7.8086h3.2211c1.0781,0,1.9522.874,1.9522,1.9522s-.874,1.9522-1.9522,1.9522h0Z"/><line class="b" x1="12.7211" y1="20.6715" x2="9.5" y2="20.6715"/><circle class="c" cx="37.7679" cy="24.5758" r=".75"/><line class="b" x1="37.7679" y1="16.7672" x2="37.7679" y2="22.5749"/><line class="b" x1="35.4751" y1="24.5758" x2="32.8883" y2="22.0201"/><rect class="b" x="30.3019" y="16.7672" width="5.1732" height="7.8086" rx="2.5866" ry="2.5866"/><line class="b" x1="20.5012" y1="21.9892" x2="17.0416" y2="21.9892"/><polyline class="b" points="16.1848 24.5759 18.7714 16.7672 21.358 24.5759"/></svg>
Copied!