Arabian Coffee Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Arabian 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/304929.svg" alt="Arabian Coffee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304929.svg" alt="Arabian Coffee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304929.svg" alt="Arabian Coffee icon" :width="24" :height="24" />
CSS background
.icon-arabian-coffee {
background-image: url('https://proicons.com/icon/304929.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="M302 767c-1 75 63 110 72 114v1l10 34c-5 0-8 2-8 5v12c0 3 4 5 9 5h288c5 0 9-3 9-5v-12c0-3-3-5-7-5l8-29s74-56 69-121c-34-15-69-69-92-127 2-23 7-57 23-77 24-31 97-116 87-166s-68-100-137-89v2c-4-9-10-18-21-25-28-20-60-28-66-59 8-5 14-13 14-23 1-13-9-24-22-28 7-3 13-10 13-17 0-10-6-18-16-20l9-9-13-66-16 68 9 7c-9 2-16 9-16 18-1 9 5 16 13 19-13 3-22 14-23 26 0 9 4 17 11 23 1 8-1 21-11 28-16 11-73 22-76 70l-2 20s-134-42-190 47c145-3 199 145 185 200-14 56-42 121-113 179zm333-222c-1-12-2-22-1-31 5-72 4-173 4-173s1-6 0-15c17-3 77-8 100 48 25 60-35 115-103 171z"/></svg>
Copied!