Golf Field Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Golf Field 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/305772.svg" alt="Golf Field icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305772.svg" alt="Golf Field icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305772.svg" alt="Golf Field icon" :width="24" :height="24" />
CSS background
.icon-golf-field {
background-image: url('https://proicons.com/icon/305772.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="M973 550c-29-39-67-66-109-88-85-45-177-65-272-78-26-4-53-6-79-2-48 6-87 30-116 68-26 32-49 67-73 100-43 58-99 96-172 109-14 2-18 0-18-15 1-118 1-237 0-356 0-13 5-18 17-21 74-24 148-49 223-73 4-2 9-1 13-8-53-17-106-34-158-52-30-10-61-17-90-31h-27c0 8-1 16-1 24v514c0 15-1 22-19 25-32 6-57 23-72 49 0 0-50 64 8 127 23 27 53 39 87 42 41 6 165 20 344 6h11l102-12c28-4 55-8 82-13h1c71-13 139-33 205-65 42-21 81-47 111-86 38-48 38-115 2-164zM163 837c-13 6-27 7-39 9-28-2-52-9-70-29-18-19-23-47-12-70 13-25 35-38 61-43 9-2 7 5 7 10 1 15 1 30 1 45 0 8-1 15 11 15 13 0 13-7 13-16-1-12 0-25-1-37-1-14 2-19 18-15 31 10 54 35 57 67 2 24-18 51-46 64z"/></svg>
Copied!