Lemonade Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lemonade 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/342825.svg" alt="Lemonade icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342825.svg" alt="Lemonade icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342825.svg" alt="Lemonade icon" :width="24" :height="24" />
CSS background
.icon-lemonade {
background-image: url('https://proicons.com/icon/342825.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><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M18.158,16.6063c1.3882,5.2966,10.7067,6.3069,14.3044,2.7195,2.7703-2.2524,4.5494-9.7589-.3951-10.1233-1.3173-.0238-2.4972.7361-3.2341,1.7937-.3833.5068-.7063,1.0445-.976,1.7263s-.4862,1.5076-1.0862,5.0004c-.6001,3.4928-1.5838,9.6523-2.1971,13.027-.6134,3.3745-.8564,3.9636-1.2337,4.5237-1.7438,2.8614-5.9369,3.3182-8.7778,1.9077-2.0883-.9529-2.4181-3.1446-.3442-4.2346,1.2959-.7275,2.9862-.987,4.6477-1.0899,5.08-.0501,10.1348,3.8224,14.3797,6.9411"/></svg>
Copied!