Beeline Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Beeline Icon Pack 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/322497.svg" alt="Beeline Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322497.svg" alt="Beeline Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322497.svg" alt="Beeline Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-beeline-icon-pack {
background-image: url('https://proicons.com/icon/322497.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;}</style></defs><path class="b" d="m24,7.902h0c-4.872,0-8.8582,3.9862-8.8582,8.8582v17.8564c0,.8872.4834,1.7039,1.2612,2.1306l6.4279,3.5271c.7282.3996,1.61.3996,2.3382,0l6.4279-3.5271c.7778-.4268,1.2612-1.2435,1.2612-2.1306v-17.8564c0-4.872-3.9862-8.8582-8.8582-8.8582Z"/><line class="b" x1="15.1418" y1="23.8013" x2="32.8582" y2="23.8013"/><line class="b" x1="15.1418" y1="30.5926" x2="32.8582" y2="30.5926"/><line class="b" x1="30.2223" y1="10.4717" x2="33.268" y2="7.426"/><path class="b" d="m32.8582,33.3707l.8657.8657c2.0008,2.0008,5.2747,2.0008,7.2755,0h0c2.0008-2.0008,2.0008-5.2748,0-7.2755l-8.1413-8.1413"/><line class="b" x1="17.7777" y1="10.4717" x2="14.732" y2="7.426"/><path class="b" d="m15.1418,33.3707l-.8657.8657c-2.0008,2.0008-5.2747,2.0008-7.2755,0h0c-2.0008-2.0008-2.0008-5.2748,0-7.2755l8.1413-8.1413"/></svg>
Copied!