ios football icon
ios-football from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-football
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios football icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48C141.1 48 48 141.1 48 256c0 114.7 93.3 208 208 208 114.9 0 208-93.1 208-208 0-114.7-93.3-208-208-208zm127.3 80.7c8.5 8.5 16.1 17.7 22.6 27.5.7 1 .9 2.4.4 3.5L391.9 201c-.4 1-1.1 1.9-2.1 2.3l-57.5 26.2c-1.4.6-3 .4-4.2-.6l-56.6-47.6a4.1 4.1 0 01-1.4-3.1v-63.1c0-1.3.7-2.6 1.8-3.3l38.4-26.1c1-.7 2.3-.9 3.5-.5 25.8 8.9 49.6 23.6 69.5 43.5zm-73.9 297.6c-.4 1.2-1.4 2.1-2.6 2.4-16.3 4.8-33.4 7.2-50.8 7.2-17.5 0-34.5-2.5-50.8-7.2-1.2-.4-2.2-1.3-2.6-2.4l-16.4-43c-.4-1.1-.3-2.3.2-3.3l22.3-42.3c.7-1.3 2.1-2.1 3.5-2.1h87.5c1.5 0 2.8.8 3.5 2.1l22.3 42.3c.5 1 .6 2.2.2 3.3l-16.3 43zm-67.4-311v63.1c0 1.2-.5 2.3-1.4 3.1L183.9 229c-1.2 1-2.8 1.2-4.2.6l-57.5-26.2c-1-.5-1.8-1.3-2.1-2.3l-14.4-41.2c-.4-1.2-.3-2.5.4-3.5 6.5-9.8 14.1-19 22.6-27.5 19.9-19.9 43.7-34.6 69.6-43.3 1.2-.4 2.5-.2 3.5.5l38.4 26.1c1.1.5 1.8 1.7 1.8 3.1zM77.7 264.1l36.1-31.2c1.2-1 2.9-1.3 4.3-.6l52.4 23.8c1.1.5 1.9 1.5 2.2 2.7l14.6 57.3c.2 1 .1 2-.3 2.9l-23.2 43.9c-.7 1.3-2.1 2.2-3.6 2.1l-46-.6c-1.2 0-2.4-.6-3.2-1.6-20.5-27.7-32.5-60.6-34.7-95.4 0-1.3.5-2.5 1.4-3.3zm270.4 98.7L325 319c-.5-.9-.6-1.9-.3-2.9l14.6-57.3c.3-1.2 1.1-2.2 2.2-2.7l52.4-23.8c1.4-.6 3.1-.4 4.3.6l36.1 31.2c.9.8 1.5 2 1.4 3.3-2.1 34.8-14.2 67.6-34.7 95.4-.7 1-1.9 1.6-3.2 1.6l-46.1.6c-1.5-.1-2.9-.9-3.6-2.2z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosFootball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48C141.1 48 48 141.1 48 256c0 114.7 93.3 208 208 208 114.9 0 208-93.1 208-208 0-114.7-93.3-208-208-208zm127.3 80.7c8.5 8.5 16.1 17.7 22.6 27.5.7 1 .9 2.4.4 3.5L391.9 201c-.4 1-1.1 1.9-2.1 2.3l-57.5 26.2c-1.4.6-3 .4-4.2-.6l-56.6-47.6a4.1 4.1 0 01-1.4-3.1v-63.1c0-1.3.7-2.6 1.8-3.3l38.4-26.1c1-.7 2.3-.9 3.5-.5 25.8 8.9 49.6 23.6 69.5 43.5zm-73.9 297.6c-.4 1.2-1.4 2.1-2.6 2.4-16.3 4.8-33.4 7.2-50.8 7.2-17.5 0-34.5-2.5-50.8-7.2-1.2-.4-2.2-1.3-2.6-2.4l-16.4-43c-.4-1.1-.3-2.3.2-3.3l22.3-42.3c.7-1.3 2.1-2.1 3.5-2.1h87.5c1.5 0 2.8.8 3.5 2.1l22.3 42.3c.5 1 .6 2.2.2 3.3l-16.3 43zm-67.4-311v63.1c0 1.2-.5 2.3-1.4 3.1L183.9 229c-1.2 1-2.8 1.2-4.2.6l-57.5-26.2c-1-.5-1.8-1.3-2.1-2.3l-14.4-41.2c-.4-1.2-.3-2.5.4-3.5 6.5-9.8 14.1-19 22.6-27.5 19.9-19.9 43.7-34.6 69.6-43.3 1.2-.4 2.5-.2 3.5.5l38.4 26.1c1.1.5 1.8 1.7 1.8 3.1zM77.7 264.1l36.1-31.2c1.2-1 2.9-1.3 4.3-.6l52.4 23.8c1.1.5 1.9 1.5 2.2 2.7l14.6 57.3c.2 1 .1 2-.3 2.9l-23.2 43.9c-.7 1.3-2.1 2.2-3.6 2.1l-46-.6c-1.2 0-2.4-.6-3.2-1.6-20.5-27.7-32.5-60.6-34.7-95.4 0-1.3.5-2.5 1.4-3.3zm270.4 98.7L325 319c-.5-.9-.6-1.9-.3-2.9l14.6-57.3c.3-1.2 1.1-2.2 2.2-2.7l52.4-23.8c1.4-.6 3.1-.4 4.3.6l36.1 31.2c.9.8 1.5 2 1.4 3.3-2.1 34.8-14.2 67.6-34.7 95.4-.7 1-1.9 1.6-3.2 1.6l-46.1.6c-1.5-.1-2.9-.9-3.6-2.2z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48C141.1 48 48 141.1 48 256c0 114.7 93.3 208 208 208 114.9 0 208-93.1 208-208 0-114.7-93.3-208-208-208zm127.3 80.7c8.5 8.5 16.1 17.7 22.6 27.5.7 1 .9 2.4.4 3.5L391.9 201c-.4 1-1.1 1.9-2.1 2.3l-57.5 26.2c-1.4.6-3 .4-4.2-.6l-56.6-47.6a4.1 4.1 0 01-1.4-3.1v-63.1c0-1.3.7-2.6 1.8-3.3l38.4-26.1c1-.7 2.3-.9 3.5-.5 25.8 8.9 49.6 23.6 69.5 43.5zm-73.9 297.6c-.4 1.2-1.4 2.1-2.6 2.4-16.3 4.8-33.4 7.2-50.8 7.2-17.5 0-34.5-2.5-50.8-7.2-1.2-.4-2.2-1.3-2.6-2.4l-16.4-43c-.4-1.1-.3-2.3.2-3.3l22.3-42.3c.7-1.3 2.1-2.1 3.5-2.1h87.5c1.5 0 2.8.8 3.5 2.1l22.3 42.3c.5 1 .6 2.2.2 3.3l-16.3 43zm-67.4-311v63.1c0 1.2-.5 2.3-1.4 3.1L183.9 229c-1.2 1-2.8 1.2-4.2.6l-57.5-26.2c-1-.5-1.8-1.3-2.1-2.3l-14.4-41.2c-.4-1.2-.3-2.5.4-3.5 6.5-9.8 14.1-19 22.6-27.5 19.9-19.9 43.7-34.6 69.6-43.3 1.2-.4 2.5-.2 3.5.5l38.4 26.1c1.1.5 1.8 1.7 1.8 3.1zM77.7 264.1l36.1-31.2c1.2-1 2.9-1.3 4.3-.6l52.4 23.8c1.1.5 1.9 1.5 2.2 2.7l14.6 57.3c.2 1 .1 2-.3 2.9l-23.2 43.9c-.7 1.3-2.1 2.2-3.6 2.1l-46-.6c-1.2 0-2.4-.6-3.2-1.6-20.5-27.7-32.5-60.6-34.7-95.4 0-1.3.5-2.5 1.4-3.3zm270.4 98.7L325 319c-.5-.9-.6-1.9-.3-2.9l14.6-57.3c.3-1.2 1.1-2.2 2.2-2.7l52.4-23.8c1.4-.6 3.1-.4 4.3.6l36.1 31.2c.9.8 1.5 2 1.4 3.3-2.1 34.8-14.2 67.6-34.7 95.4-.7 1-1.9 1.6-3.2 1.6l-46.1.6c-1.5-.1-2.9-.9-3.6-2.2z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-football {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M256%2048C141.1%2048%2048%20141.1%2048%20256c0%20114.7%2093.3%20208%20208%20208%20114.9%200%20208-93.1%20208-208%200-114.7-93.3-208-208-208zm127.3%2080.7c8.5%208.5%2016.1%2017.7%2022.6%2027.5.7%201%20.9%202.4.4%203.5L391.9%20201c-.4%201-1.1%201.9-2.1%202.3l-57.5%2026.2c-1.4.6-3%20.4-4.2-.6l-56.6-47.6a4.1%204.1%200%2001-1.4-3.1v-63.1c0-1.3.7-2.6%201.8-3.3l38.4-26.1c1-.7%202.3-.9%203.5-.5%2025.8%208.9%2049.6%2023.6%2069.5%2043.5zm-73.9%20297.6c-.4%201.2-1.4%202.1-2.6%202.4-16.3%204.8-33.4%207.2-50.8%207.2-17.5%200-34.5-2.5-50.8-7.2-1.2-.4-2.2-1.3-2.6-2.4l-16.4-43c-.4-1.1-.3-2.3.2-3.3l22.3-42.3c.7-1.3%202.1-2.1%203.5-2.1h87.5c1.5%200%202.8.8%203.5%202.1l22.3%2042.3c.5%201%20.6%202.2.2%203.3l-16.3%2043zm-67.4-311v63.1c0%201.2-.5%202.3-1.4%203.1L183.9%20229c-1.2%201-2.8%201.2-4.2.6l-57.5-26.2c-1-.5-1.8-1.3-2.1-2.3l-14.4-41.2c-.4-1.2-.3-2.5.4-3.5%206.5-9.8%2014.1-19%2022.6-27.5%2019.9-19.9%2043.7-34.6%2069.6-43.3%201.2-.4%202.5-.2%203.5.5l38.4%2026.1c1.1.5%201.8%201.7%201.8%203.1zM77.7%20264.1l36.1-31.2c1.2-1%202.9-1.3%204.3-.6l52.4%2023.8c1.1.5%201.9%201.5%202.2%202.7l14.6%2057.3c.2%201%20.1%202-.3%202.9l-23.2%2043.9c-.7%201.3-2.1%202.2-3.6%202.1l-46-.6c-1.2%200-2.4-.6-3.2-1.6-20.5-27.7-32.5-60.6-34.7-95.4%200-1.3.5-2.5%201.4-3.3zm270.4%2098.7L325%20319c-.5-.9-.6-1.9-.3-2.9l14.6-57.3c.3-1.2%201.1-2.2%202.2-2.7l52.4-23.8c1.4-.6%203.1-.4%204.3.6l36.1%2031.2c.9.8%201.5%202%201.4%203.3-2.1%2034.8-14.2%2067.6-34.7%2095.4-.7%201-1.9%201.6-3.2%201.6l-46.1.6c-1.5-.1-2.9-.9-3.6-2.2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M256%2048C141.1%2048%2048%20141.1%2048%20256c0%20114.7%2093.3%20208%20208%20208%20114.9%200%20208-93.1%20208-208%200-114.7-93.3-208-208-208zm127.3%2080.7c8.5%208.5%2016.1%2017.7%2022.6%2027.5.7%201%20.9%202.4.4%203.5L391.9%20201c-.4%201-1.1%201.9-2.1%202.3l-57.5%2026.2c-1.4.6-3%20.4-4.2-.6l-56.6-47.6a4.1%204.1%200%2001-1.4-3.1v-63.1c0-1.3.7-2.6%201.8-3.3l38.4-26.1c1-.7%202.3-.9%203.5-.5%2025.8%208.9%2049.6%2023.6%2069.5%2043.5zm-73.9%20297.6c-.4%201.2-1.4%202.1-2.6%202.4-16.3%204.8-33.4%207.2-50.8%207.2-17.5%200-34.5-2.5-50.8-7.2-1.2-.4-2.2-1.3-2.6-2.4l-16.4-43c-.4-1.1-.3-2.3.2-3.3l22.3-42.3c.7-1.3%202.1-2.1%203.5-2.1h87.5c1.5%200%202.8.8%203.5%202.1l22.3%2042.3c.5%201%20.6%202.2.2%203.3l-16.3%2043zm-67.4-311v63.1c0%201.2-.5%202.3-1.4%203.1L183.9%20229c-1.2%201-2.8%201.2-4.2.6l-57.5-26.2c-1-.5-1.8-1.3-2.1-2.3l-14.4-41.2c-.4-1.2-.3-2.5.4-3.5%206.5-9.8%2014.1-19%2022.6-27.5%2019.9-19.9%2043.7-34.6%2069.6-43.3%201.2-.4%202.5-.2%203.5.5l38.4%2026.1c1.1.5%201.8%201.7%201.8%203.1zM77.7%20264.1l36.1-31.2c1.2-1%202.9-1.3%204.3-.6l52.4%2023.8c1.1.5%201.9%201.5%202.2%202.7l14.6%2057.3c.2%201%20.1%202-.3%202.9l-23.2%2043.9c-.7%201.3-2.1%202.2-3.6%202.1l-46-.6c-1.2%200-2.4-.6-3.2-1.6-20.5-27.7-32.5-60.6-34.7-95.4%200-1.3.5-2.5%201.4-3.3zm270.4%2098.7L325%20319c-.5-.9-.6-1.9-.3-2.9l14.6-57.3c.3-1.2%201.1-2.2%202.2-2.7l52.4-23.8c1.4-.6%203.1-.4%204.3.6l36.1%2031.2c.9.8%201.5%202%201.4%203.3-2.1%2034.8-14.2%2067.6-34.7%2095.4-.7%201-1.9%201.6-3.2%201.6l-46.1.6c-1.5-.1-2.9-.9-3.6-2.2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-football.svg?color=%231a73e8&size=48