Llolu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Llolu 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/328611.svg" alt="Llolu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328611.svg" alt="Llolu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328611.svg" alt="Llolu icon" :width="24" :height="24" />
CSS background
.icon-llolu {
background-image: url('https://proicons.com/icon/328611.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="M15.2361,10.7067v16.547c0,11.5679-10.7361,9.9767-10.7361,9.9767v-16.2208c0-11.6558,10.7361-10.3029,10.7361-10.3029Z"/><path id="d" class="f" d="M26.8382,10.7541v16.547c0,11.5679-11.6021,9.9404-11.6021,9.9404v-16.2208c0-11.6558,11.6021-10.2665,11.6021-10.2665Z"/><ellipse id="e" class="f" cx="35.1691" cy="28.987" rx="8.3309" ry="8.3543"/></g></svg>
Copied!