Listonic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Listonic 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/328582.svg" alt="Listonic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328582.svg" alt="Listonic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328582.svg" alt="Listonic icon" :width="24" :height="24" />
CSS background
.icon-listonic {
background-image: url('https://proicons.com/icon/328582.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="M12.9668,41.6835c4.1234,0,7.4661-3.3427,7.4661-7.4661h22.0671c0,4.1234-3.3427,7.4661-7.4661,7.4661H12.9668Z"/><line class="b" x1="11.6086" y1="15.8278" x2="27.2305" y2="15.8278"/><line class="b" x1="11.6086" y1="22.3467" x2="27.2305" y2="22.3467"/><line class="b" x1="11.6086" y1="28.8656" x2="27.2305" y2="28.8656"/><path class="b" d="M12.9675,41.6842c-4.1265,0-7.4675-3.341-7.4675-7.4675V6.3158h2.2308c0,1.0054.8169,1.8224,1.8224,1.8224s1.8224-.8169,1.8224-1.8224h2.4089c0,1.0054.8064,1.8224,1.8119,1.8224s1.8224-.8169,1.8224-1.8224h2.4089c0,1.0054.8169,1.8224,1.8224,1.8224s1.8224-.8169,1.8224-1.8224h2.4089c0,1.0054.8169,1.8224,1.8224,1.8224s1.8224-.8169,1.8224-1.8224h2.2308v27.3668"/></svg>
Copied!