Coffee2u Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coffee2u 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/338442.svg" alt="Coffee2u icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338442.svg" alt="Coffee2u icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338442.svg" alt="Coffee2u icon" :width="24" :height="24" />
CSS background
.icon-coffee2u {
background-image: url('https://proicons.com/icon/338442.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>.v{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><path id="d" class="v" d="M14.9868,16.3279h0c0,1.0087-.7749,1.8157-1.7434,1.8157h0c-.9686,0-1.7434-.807-1.7434-1.7485v-1.8157c0-1.0087.7749-1.8157,1.7434-1.7485h0c.9686,0,1.6788.807,1.6788,1.7485h0"/><g id="e"><path id="f" class="v" d="M33.9172,15.4537h1.7434"/><path id="g" class="v" d="M36.5,18.1436h-2.5828v-5.3799h2.5828"/></g><g id="h"><path id="i" class="v" d="M21.5273,15.4537h1.6788"/><path id="j" class="v" d="M21.5273,18.1436v-5.3799h2.5828"/></g><path id="k" class="v" d="M18.2288,18.1436h0c-.9686,0-1.6788-.807-1.6788-1.7485v-1.8157c0-1.0087.7749-1.8157,1.6788-1.8157h0c.9686,0,1.7434.807,1.7434,1.8157v1.7485c0,1.0087-.7749,1.8157-1.7434,1.8157Z"/><g id="l"><path id="m" class="v" d="M29.7872,15.4537h1.7434"/><path id="n" class="v" d="M32.37,18.1436h-2.5828v-5.3799h2.5828"/></g><g id="o"><path id="p" class="v" d="M25.6572,15.4537h1.6788"/><path id="q" class="v" d="M25.6572,18.1436v-5.3799h2.5828"/></g></g><g id="r"><path id="s" class="v" d="M25.8829,20.2699v9.8887c0,2.7987,2.3002,5.0376,4.9837,5.0376s5.1754-2.2389,5.1754-5.0376v-9.8887"/><path id="t" class="v" d="M11.9506,25.161c0-2.9853,2.8752-5.4108,6.1338-4.8511,2.1085.3732,3.8336,2.2389,4.0253,4.2913,0,1.4926-.3834,3.1718-1.5334,4.1047-2.1085,1.6792-8.6256,6.5303-8.6256,6.5303h10.1591"/></g></g><rect id="u" class="v" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!