Lenskart Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lenskart 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/328275.svg" alt="Lenskart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328275.svg" alt="Lenskart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328275.svg" alt="Lenskart icon" :width="24" :height="24" />
CSS background
.icon-lenskart {
background-image: url('https://proicons.com/icon/328275.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m33.3186,16.4084c-4.4004,0-5.1592,3.4293-8.2654,7.916"/><path class="c" d="m14.8232,16.3999c6.1261.604,5.4666,7.6849,13.4047,13.7247.6903.5177,1.4668.9491,2.3296,1.208,1.208.3451,2.2434.3451,3.1062.3451,4.4867,0,7.7655-3.6239,8.1106-8.1106v-.6903c0-1.5531-.2588-3.1925-1.2942-4.4004-1.208-1.3805-3.1062-1.8982-4.8319-1.9845-3.7336-.1968-16.9502-.3113-23.2965,0-1.7257.0863-3.6239.604-4.8319,1.9845-1.0354,1.208-1.2942,2.8473-1.2942,4.4004v.6903c.3451,4.4867,3.6239,8.1106,8.1106,8.1106,1.208,0,3.2788.0863,4.9181-.9491,1.8119-1.0354,2.3296-2.1571,3.6239-3.7965"/><polyline class="c" points="7.5199 18.4764 4.5863 19.9432 4.5 22.4454 6.1394 22.4454"/><polyline class="c" points="40.4801 18.4764 43.4137 19.9432 43.5 22.4454 41.8606 22.4454"/></svg>
Copied!