Lemon8 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lemon8 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/328265.svg" alt="Lemon8 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328265.svg" alt="Lemon8 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328265.svg" alt="Lemon8 icon" :width="24" :height="24" />
CSS background
.icon-lemon8 {
background-image: url('https://proicons.com/icon/328265.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="M3.3384,18.9145c.8976,2.1695.155,4.8087.1646,7.6411.0034,1.0177,1.0298,1.167,1.6876.61l2.9423-2.4912,1.9928-.8794c2.0098-1.3758,1.1108-3.694-.1934-3.344-2.714.7283-2.6268,4.5292-.8466,5.3677,1.638.7715,3.558-.0382,4.9239-2.0591M14.3972,19.4758c-.3673,1.9775-.4422,4.9326.2847,5.6809.4355.4484.5667-1.6772,1.2665-3.5212.808-2.1292,2.4367-3.1877,2.2859-1.9314-.2399,1.9991-.3202,3.7876.4095,4.9097.288.443.5057-2.2505,1.2993-3.7984,1.2806-2.498,2.5273-2.6308,2.3057-1.3238-.3312,1.9528-.5116,4.8623.8389,4.6306.8691-.1491,1.8471-1.0507,2.4777-1.8518M27.791,18.2323c-1.3343-.0554-2.1983,1.1692-2.2035,2.8691-.0052,1.6999.5244,2.8299,2.1462,2.8299,1.1895,0,2.1093-1.1294,2.1103-2.8853.001-1.7559-.7609-2.76-2.0531-2.8137"/><path class="f" d="M28.335,18.4486c.2238,3.2605,4.2711,3.1427,5.0645.156.2724-1.0255-.374-.2238-.586,1.133-.2591,1.6581-.2965,5.2716.2974,3.708.4244-1.1172.9124-2.092,1.585-3.1911,1.1172-1.8259,2.7627-3.0808,2.4728-1.5493-.3095,1.6353-.4913,3.4096-.4139,4.9058M42.302,20.0695c.7217,0,2.3596-1.1926,2.3596-2.015s-.7068-1.7109-2.1153-1.7188c-1.4085-.0078-2.8768,1.0068-2.296,2.407.4738,1.1423,3.8697,1.5891,4.0364,3.4852.0955,1.0859-1.1937,1.9722-2.2911,1.9217-1.9709-.0908-2.5814-.8068-2.6276-1.7449-.059-1.1988,1.4697-1.9897,2.934-2.3352M10.9191,31.6643c6.743-1.9065,18.8899-3.4583,27.7579-2.6998"/></svg>
Copied!