Rakuten Golf Score Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rakuten Golf Score 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/331910.svg" alt="Rakuten Golf Score icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331910.svg" alt="Rakuten Golf Score icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331910.svg" alt="Rakuten Golf Score icon" :width="24" :height="24" />
CSS background
.icon-rakuten-golf-score {
background-image: url('https://proicons.com/icon/331910.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:#000;}.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="g" d="M21.381,22.627v-8h2.619c1.4807,0,2.681,1.2029,2.681,2.6867s-1.2003,2.6867-2.681,2.6867h-2.619"/><line class="g" x1="24.001" y1="20" x2="26.621" y2="22.625"/><path class="g" d="M18.8548,24.2778l10.2924-.0028-8.3021,1.922-1.9902-1.9192Z"/><circle class="g" cx="24" cy="20" r="15.5"/><path class="g" d="M31.396,35.86c-4.6883,2.1863-10.1037,2.1863-14.792,0"/><path class="g" d="M24,43.5v-6"/><circle class="f" cx="13.594" cy="26.947" r=".75"/><circle class="f" cx="15.901" cy="29.373" r=".75"/><circle class="f" cx="17.056" cy="26.947" r=".75"/><circle class="f" cx="19.363" cy="29.373" r=".75"/><circle class="f" cx="18.195" cy="31.799" r=".75"/></svg>
Copied!