Coffee Golf Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coffee Golf 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/323884.svg" alt="Coffee Golf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323884.svg" alt="Coffee Golf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323884.svg" alt="Coffee Golf icon" :width="24" :height="24" />
CSS background
.icon-coffee-golf {
background-image: url('https://proicons.com/icon/323884.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="19.1114" y1="14.3598" x2="19.1114" y2="32.528"/><circle class="b" cx="25.6678" cy="30.5304" r="1.9977"/><circle class="b" cx="19.1114" cy="13.4556" r=".9042"/><polyline class="b" points="19.1114 18.8655 25.7563 16.8119 19.1114 14.3598"/><path class="b" d="M25.8308,28.541c.7549-9.7168,6.9938-17.8951,15.6225-21.4455"/><path class="b" d="M16.746,32.528h14.9159c1.6557,0,3,1.3443,3,3v6.972H13.746v-6.972c0-1.6557,1.3443-3,3-3Z"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!