Emoji Rugby Football Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Rugby Football 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/325388.svg" alt="Emoji Rugby Football icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325388.svg" alt="Emoji Rugby Football icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325388.svg" alt="Emoji Rugby Football icon" :width="24" :height="24" />
CSS background
.icon-emoji-rugby-football {
background-image: url('https://proicons.com/icon/325388.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>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="m" d="M41.4858,6.4392c-9.531-2.4989-20.098-.0132-27.568,7.4567-7.4855,7.4855-9.9659,18.0809-7.4411,27.6273l.0376.0376c9.531,2.4989,20.098.0132,27.568-7.4567,7.4855-7.4855,9.9658-18.0809,7.4411-27.6273"/><path id="c" class="m" d="M16.2816,24.1057c0-1.3908.3673-2.6957,1.0101-3.8232"/><path id="d" class="m" d="M27.8712,30.8054c-1.1357.6556-2.4536,1.0307-3.8592,1.0307"/><path id="e" class="m" d="M31.7425,24.1057c0,1.4068-.3758,2.7258-1.0324,3.8621"/><path id="f" class="m" d="M20.124,17.4228c1.1267-.6569,2.4346-1.037,3.8305-1.0472"/><path id="g" class="m" d="M41.5243,6.4778L6.4776,41.5242"/><path id="h" class="m" d="M28.3098,22.8436l-3.1534-3.1534"/><path id="i" class="m" d="M31.0429,20.1105l-3.1535-3.1534"/><path id="j" class="m" d="M25.5767,25.5767l-3.1534-3.1535"/><path id="k" class="m" d="M22.8436,28.3098l-3.1535-3.1534"/><path id="l" class="m" d="M20.1104,31.0429l-3.1534-3.1534"/></svg>
Copied!