Golf Battle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Golf Battle 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/326596.svg" alt="Golf Battle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326596.svg" alt="Golf Battle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326596.svg" alt="Golf Battle icon" :width="24" :height="24" />
CSS background
.icon-golf-battle {
background-image: url('https://proicons.com/icon/326596.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><circle class="b" cx="30.3065" cy="15.4712" r="3.5569"/><circle class="b" cx="30.6095" cy="31.7668" r="8.8098"/><ellipse class="b" cx="16.5833" cy="20.8439" rx="4.8687" ry="2.119" transform="translate(-7.0947 8.6445) rotate(-24.236)"/><path class="b" d="M13.512,23.3178s1.6451-3.2475,7.3922-3.3971"/><path class="b" d="M16.4071,23.1645l-6.6597-11.1504s4.0347-.0659,4.2665-1.4929c.2319-1.427,3.0324-.9454,3.0324-.9454l2.087,3.2286s-3.6211-.0892-3.5675,1.98c0,0-.874,1.2843-2.5686,2.0156"/><path class="b" d="M4.5,21.1971S25.6395,9.4921,43.5,7.4234"/></svg>
Copied!