Japan Racing Association Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Japan Racing Association 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/342192.svg" alt="Japan Racing Association icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342192.svg" alt="Japan Racing Association icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342192.svg" alt="Japan Racing Association icon" :width="24" :height="24" />
CSS background
.icon-japan-racing-association {
background-image: url('https://proicons.com/icon/342192.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m10.174 26.721h10.862c1.708 0 3.3114.823 4.3071 2.2108l7.702 10.737c-2.7916 1.3256-5.8949 2.0178-9.0451 2.0178-10.77 0-19.5-7.9183-19.5-17.686s8.7304-17.686 19.5-17.686c10.77 0 19.5 7.9183 19.5 17.686 0 1.6974-.2694 3.3859-.79991 5.0136l-13.674-10.04"/><path class="d" d="m9.0003 22.341 21.679-9.5361" /></svg>
Copied!