Laokyc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Laokyc 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/342728.svg" alt="Laokyc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342728.svg" alt="Laokyc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342728.svg" alt="Laokyc icon" :width="24" :height="24" />
CSS background
.icon-laokyc {
background-image: url('https://proicons.com/icon/342728.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="M12.5039,34.3158h22.9961M17.6706,31.5019l-3.959-4.772M12.5,28.176l5.1706-6.1867M12.5039,21.9579v9.5439M35.5,28.2971v.0391c-.0043,1.7527-1.4286,3.17-3.1813,3.1657-.0013,0-.0026,0-.0039,0h0c-1.7527.0065-3.1787-1.4091-3.1852-3.1617v-.0039s0-3.2165,0-3.2165c0-1.747,1.4265-3.1657,3.1852-3.1657h0c1.7587,0,3.1852,1.4187,3.1852,3.1657v.0391M23.6963,31.5019v-4.772M26.8815,21.9579l-3.1852,4.7681-3.1852-4.7681M19.058,17.5885h-2.5208M12.5078,13.6842v5.8389h3.4002l1.8916-5.8389,1.8877,5.8389M23.0757,13.6842c1.0474,0,1.8877.8598,1.8877,1.9346v1.9698c.0152,1.0532-.8263,1.9193-1.8796,1.9345-.0027,0-.0054,0-.0081,0-1.0533-.0107-1.8985-.8732-1.8878-1.9265,0-.0027,0-.0054,0-.0081v-1.9698c0-1.0709.8403-1.9346,1.8877-1.9346Z"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!