Pseg Li Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pseg Li 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/346241.svg" alt="Pseg Li icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346241.svg" alt="Pseg Li icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346241.svg" alt="Pseg Li icon" :width="24" :height="24" />
CSS background
.icon-pseg-li {
background-image: url('https://proicons.com/icon/346241.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m38.721,24l6.7791-3.3553-16.0645,1.8988,14.8616-6.3878-7.5485.4838,4.1932-6.2952-12.963,9.6767,9.6768-12.9628-6.2953,4.1931.4838-7.5484-6.3877,14.8617,1.8987-16.0645-3.3553,6.779-3.3553-6.779,1.8987,16.0645-6.3877-14.8617.4838,7.5484-6.2953-4.1931,9.6768,12.9628L7.058,10.3443l4.1932,6.2952-7.5485-.4838,14.8616,6.3878-16.0645-1.8988,6.7791,3.3553-6.7791,3.3553,16.0645-1.8988-14.8616,6.3877,7.5485-.4837-4.1932,6.2952,12.963-9.6767-9.6768,12.9628,6.2953-4.1931-.4838,7.5483,6.3877-14.8617-1.8987,16.0645,3.3553-6.7789,3.3553,6.7789-1.8987-16.0645,6.3877,14.8617-.4838-7.5483,6.2953,4.1931-9.6768-12.9628,12.963,9.6767-4.1932-6.2952,7.5485.4837-14.8616-6.3877,16.0645,1.8988-6.7791-3.3553Z"/></svg>
Copied!