Lokas Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lokas 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/328653.svg" alt="Lokas icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328653.svg" alt="Lokas icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328653.svg" alt="Lokas icon" :width="24" :height="24" />
CSS background
.icon-lokas {
background-image: url('https://proicons.com/icon/328653.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="b" 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><path class="f" d="M16.07578291,20.34266926c9.01125692.00046118,8.75727558-14.22295514-.91433244-14.32454806-5.82125189-.02976683-9.46842411,3.7081272-9.66145047,11.17517904.03088393,10.56562343,12.1911044,15.54365928,18.89621221,8.49313475-5.03899083-.00721221-9.48874308-.46935741-8.2696338-5.36408663l-.05079549.02032091Z"/><path class="f" d="M31.92421902,27.65733074c-9.01125886-.00046118-8.75727751,14.22295707.91433244,14.32454806,5.82125189.02976731,9.46842411-3.70812914,9.66144853-11.17517904-.03088344-10.56562343-12.1911044-15.54365831-18.89621221-8.49313669,5.03899083.00721221,9.48874114.46935741,8.2696338,5.36408663l.05079743-.02031897Z"/></svg>
Copied!