Luckin Coffee Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Luckin Coffee 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/328710.svg" alt="Luckin Coffee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328710.svg" alt="Luckin Coffee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328710.svg" alt="Luckin Coffee icon" :width="24" :height="24" />
CSS background
.icon-luckin-coffee {
background-image: url('https://proicons.com/icon/328710.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M8.5893,7.185C16.6168,26.6794,36.8588,17.2887,37.164,5.5"/><path class="a" d="M5.36,11.7482C19.5547,23.296,35.2018,18.46,42.64,7.8165"/><path class="a" d="M26.0709,27.0539c-4.1529.6074-8.1417,7.8266-.5617,11.3038C29.9373,40.3889,36.9606,38.1755,39.2,42.5"/><path class="a" d="M16.874,22.28c-4.2528,4.0974-6.7838,9.8836-6.1783,18.7453"/><path class="a" d="M23.4508,18.4084c.4295,2.5219,4.2577,2.629,8.1669,2.6784a6.18,6.18,0,0,1-.9829,3.8615,6.5387,6.5387,0,0,1-4.5636,2.1063"/><path class="a" d="M16.874,22.28a8.5,8.5,0,0,1-9.3026-2.036c2.1477-.8366,4.3134-1.66,9.4781-.2106,1.3776-.3589,1.5315-1.2072,2.1383-1.8744"/><path class="a" d="M31.1674,23.9679l-2.8142.48"/></svg>
Copied!