Emoji American Football Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji American 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/325073.svg" alt="Emoji American Football icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325073.svg" alt="Emoji American Football icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325073.svg" alt="Emoji American Football icon" :width="24" :height="24" />
CSS background
.icon-emoji-american-football {
background-image: url('https://proicons.com/icon/325073.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>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="j" d="m23.9422,5.5c-6.353,3.7058-10.5692,10.5962-10.5692,18.471s4.2739,14.8232,10.6269,18.529h.0578c6.2953-3.7058,10.5692-10.5962,10.5692-18.471,0-7.9327-4.2739-14.8232-10.6847-18.529"/><path id="d" class="j" d="m24,5.6158v36.7684"/><path id="e" class="j" d="m25.6749,23.971h-3.3498"/><path id="f" class="j" d="m25.6749,21.0759h-3.3498"/><path id="g" class="j" d="m25.6749,26.8662h-3.3498"/><path id="h" class="j" d="m17.9935,37.115h12.0708"/><path id="i" class="j" d="m16.8384,12.4484h14.3232"/></svg>
Copied!