Coffee Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Coffee Alt 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/305414.svg" alt="Coffee Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305414.svg" alt="Coffee Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305414.svg" alt="Coffee Alt icon" :width="24" :height="24" />
CSS background
.icon-coffee-alt {
background-image: url('https://proicons.com/icon/305414.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M500 631c-51 0-95-25-118-60h-86l39 327h321l38-327h-76c-23 35-67 60-118 60zM340 938h311l3-24H338l2 24zm404-804h-17c-8 0-34-5-45-41-3-17-18-31-36-31H348c-18 0-33 14-36 31-12 36-37 41-46 41h-10c-21 0-37 17-37 38v15c0 21 16 38 37 38l28 237h98c23-36 67-61 118-61s95 25 118 61h89l28-237h9c20 0 37-17 37-38v-15c0-21-17-38-37-38zm-207 3h-75c-8 0-15-7-15-16 0-10 7-17 15-17h75c9 0 16 8 16 17s-7 16-16 16zm-37 469c58 0 106-40 106-90 0-49-48-90-106-90-59 0-106 41-106 90s47 90 106 90z"/></svg>
Copied!