Ul Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ul 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/334475.svg" alt="Ul icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334475.svg" alt="Ul icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334475.svg" alt="Ul icon" :width="24" :height="24" />
CSS background
.icon-ul {
background-image: url('https://proicons.com/icon/334475.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.0881,41.0571c-8.9873,6.8962-21.7838,5.6359-29.253-2.8812C.3657,29.6588.7864,16.8072,8.7969,8.7969,16.8072.7864,29.6588.3657,38.1759,7.8351c8.5171,7.4692,9.7774,20.2657,2.8812,29.253"/><path class="b" d="M29.0071,15.1891v17.622h8.6145"/><path class="b" d="M10.3781,15.1891v11.785c0,3.2239,2.5551,5.8373,5.7071,5.8373s5.7071-2.6133,5.7071-5.8373v-11.785"/><circle class="c" cx="39.2031" cy="39.2031" r=".75"/></svg>
Copied!