Cuppa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cuppa 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/324175.svg" alt="Cuppa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324175.svg" alt="Cuppa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324175.svg" alt="Cuppa icon" :width="24" :height="24" />
CSS background
.icon-cuppa {
background-image: url('https://proicons.com/icon/324175.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="M11.9986,23.3949C7.4377,24.8219,4.5,27.06,4.5,29.5764c0,4.31,8.6183,7.8039,19.25,7.8039s19.25-3.4939,19.25-7.8039c0-2.5163-2.9377-4.7544-7.4985-6.1815"/><path class="a" d="M4.5,29.786c0,4.31,4.6823,9.885,19.25,9.885s19.25-5.7846,19.25-10.0946"/><path class="a" d="M9.1823,12.9906c0,6.1144,4.0789,18.0634,14.5673,18.0634S38.3169,19.105,38.3169,12.9906"/><ellipse class="a" cx="23.7496" cy="12.9906" rx="14.5673" ry="4.6615"/><path class="a" d="M37.652,14.3863C35.9476,12.4424,30.3688,11.017,23.75,11.017S11.5515,12.4424,9.8472,14.3863"/><path class="a" d="M36.1468,22.1258c6.04,1.0811,7.3532-2.3572,7.3532-4.9432s-.9919-4.192-3.2762-4.192a2.4811,2.4811,0,0,0-1.9378.9441"/></svg>
Copied!