Golfer Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Golfer 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/305774.svg" alt="Golfer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305774.svg" alt="Golfer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305774.svg" alt="Golfer icon" :width="24" :height="24" />
CSS background
.icon-golfer {
background-image: url('https://proicons.com/icon/305774.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="M379 198c54 10 106-26 116-80 10-55-26-107-81-117-54-9-106 27-116 81-9 54 27 106 81 116zm389 751c-17-49-18-79-127-54L491 564c5 0 10-1 15-3 19-8 28-31 19-50l-98-225c-4-9-11-15-19-19-11-9-24-15-38-18-46-8-89 22-97 68l-41 224c-5 28 5 55 23 74v344c0 23 19 41 42 41s41-18 41-41v-23c23 0 42-19 42-42V607c8-10 14-22 17-36l21-117 38 88c5 12 16 20 28 22 66 159 157 385 157 385s140 36 127 0z"/></svg>
Copied!