ios football icon
ios-football-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- ios-football-outline
- Set
- IonIcons
- Style
- Outline
- 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.137 48 48 141.136 48 256s93.137 208 208 208c114.872 0 208-93.138 208-208S370.87 48 256 48zm41.151 394.179c-13.514 2.657-30.327 4.187-44 4.45a190.525 190.525 0 0 1-38.5-4.493 978.146 978.146 0 0 1-6.805-1.777l-24.417-65.435L203.074 336h105.854l.57 1.076 19.34 38.852-23.618 64.282a189.782 189.782 0 0 1-8.069 1.969zM89.317 163.522l18.188 52.284.175.504-42.304 36.61c.516-32.385 9.144-62.832 23.941-89.398zM189.578 77.28L247 116.576v58.147l-70.997 60.067-49.403-22.51-4.167-1.899-22.332-64.019c22.009-31.204 53.138-55.532 89.477-69.082zm135.447 169.926l.921.765L307.569 320H204.431l-18.485-72.453.445-.376 68.873-58.27 69.761 58.305zm121.601 5.715l-42.454-36.738.127-.364 18.298-52.451c14.85 26.604 23.512 57.105 24.029 89.553zm-35.062-106.854l-22.432 64.483-53.992 24.388L264 174.723v-58.147l57.596-39.415c36.362 13.483 67.905 37.752 89.968 68.906zM66.144 273.414l53.756-46.518 49.539 22.599.559.255 19.718 77.287-20.433 38.529-69.86-.915c-18.348-26.36-30.214-57.546-33.279-91.237zm276.575 92.151l-20.434-38.529 19.752-77.416 49.997-22.781 53.822 46.575c-3.065 33.691-14.932 64.877-33.277 91.236l-69.86.915zM255.257 102.67l-46.126-31.498A190.3 190.3 0 0 1 256 65.337c15.961 0 31.466 1.982 46.293 5.694l-47.036 31.639zm-88.834 278.859l.848 2.511 19.946 49.781c-29.239-11.351-55.011-29.704-75.232-53.006l54.438.714zm158.14 52.375l17.934-48.608 1.627-3.748 55.892-.732c-20.272 23.359-46.123 41.746-75.453 53.088z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosFootballOutline(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.137 48 48 141.136 48 256s93.137 208 208 208c114.872 0 208-93.138 208-208S370.87 48 256 48zm41.151 394.179c-13.514 2.657-30.327 4.187-44 4.45a190.525 190.525 0 0 1-38.5-4.493 978.146 978.146 0 0 1-6.805-1.777l-24.417-65.435L203.074 336h105.854l.57 1.076 19.34 38.852-23.618 64.282a189.782 189.782 0 0 1-8.069 1.969zM89.317 163.522l18.188 52.284.175.504-42.304 36.61c.516-32.385 9.144-62.832 23.941-89.398zM189.578 77.28L247 116.576v58.147l-70.997 60.067-49.403-22.51-4.167-1.899-22.332-64.019c22.009-31.204 53.138-55.532 89.477-69.082zm135.447 169.926l.921.765L307.569 320H204.431l-18.485-72.453.445-.376 68.873-58.27 69.761 58.305zm121.601 5.715l-42.454-36.738.127-.364 18.298-52.451c14.85 26.604 23.512 57.105 24.029 89.553zm-35.062-106.854l-22.432 64.483-53.992 24.388L264 174.723v-58.147l57.596-39.415c36.362 13.483 67.905 37.752 89.968 68.906zM66.144 273.414l53.756-46.518 49.539 22.599.559.255 19.718 77.287-20.433 38.529-69.86-.915c-18.348-26.36-30.214-57.546-33.279-91.237zm276.575 92.151l-20.434-38.529 19.752-77.416 49.997-22.781 53.822 46.575c-3.065 33.691-14.932 64.877-33.277 91.236l-69.86.915zM255.257 102.67l-46.126-31.498A190.3 190.3 0 0 1 256 65.337c15.961 0 31.466 1.982 46.293 5.694l-47.036 31.639zm-88.834 278.859l.848 2.511 19.946 49.781c-29.239-11.351-55.011-29.704-75.232-53.006l54.438.714zm158.14 52.375l17.934-48.608 1.627-3.748 55.892-.732c-20.272 23.359-46.123 41.746-75.453 53.088z" 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.137 48 48 141.136 48 256s93.137 208 208 208c114.872 0 208-93.138 208-208S370.87 48 256 48zm41.151 394.179c-13.514 2.657-30.327 4.187-44 4.45a190.525 190.525 0 0 1-38.5-4.493 978.146 978.146 0 0 1-6.805-1.777l-24.417-65.435L203.074 336h105.854l.57 1.076 19.34 38.852-23.618 64.282a189.782 189.782 0 0 1-8.069 1.969zM89.317 163.522l18.188 52.284.175.504-42.304 36.61c.516-32.385 9.144-62.832 23.941-89.398zM189.578 77.28L247 116.576v58.147l-70.997 60.067-49.403-22.51-4.167-1.899-22.332-64.019c22.009-31.204 53.138-55.532 89.477-69.082zm135.447 169.926l.921.765L307.569 320H204.431l-18.485-72.453.445-.376 68.873-58.27 69.761 58.305zm121.601 5.715l-42.454-36.738.127-.364 18.298-52.451c14.85 26.604 23.512 57.105 24.029 89.553zm-35.062-106.854l-22.432 64.483-53.992 24.388L264 174.723v-58.147l57.596-39.415c36.362 13.483 67.905 37.752 89.968 68.906zM66.144 273.414l53.756-46.518 49.539 22.599.559.255 19.718 77.287-20.433 38.529-69.86-.915c-18.348-26.36-30.214-57.546-33.279-91.237zm276.575 92.151l-20.434-38.529 19.752-77.416 49.997-22.781 53.822 46.575c-3.065 33.691-14.932 64.877-33.277 91.236l-69.86.915zM255.257 102.67l-46.126-31.498A190.3 190.3 0 0 1 256 65.337c15.961 0 31.466 1.982 46.293 5.694l-47.036 31.639zm-88.834 278.859l.848 2.511 19.946 49.781c-29.239-11.351-55.011-29.704-75.232-53.006l54.438.714zm158.14 52.375l17.934-48.608 1.627-3.748 55.892-.732c-20.272 23.359-46.123 41.746-75.453 53.088z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-football-outline {
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.137%2048%2048%20141.136%2048%20256s93.137%20208%20208%20208c114.872%200%20208-93.138%20208-208S370.87%2048%20256%2048zm41.151%20394.179c-13.514%202.657-30.327%204.187-44%204.45a190.525%20190.525%200%200%201-38.5-4.493%20978.146%20978.146%200%200%201-6.805-1.777l-24.417-65.435L203.074%20336h105.854l.57%201.076%2019.34%2038.852-23.618%2064.282a189.782%20189.782%200%200%201-8.069%201.969zM89.317%20163.522l18.188%2052.284.175.504-42.304%2036.61c.516-32.385%209.144-62.832%2023.941-89.398zM189.578%2077.28L247%20116.576v58.147l-70.997%2060.067-49.403-22.51-4.167-1.899-22.332-64.019c22.009-31.204%2053.138-55.532%2089.477-69.082zm135.447%20169.926l.921.765L307.569%20320H204.431l-18.485-72.453.445-.376%2068.873-58.27%2069.761%2058.305zm121.601%205.715l-42.454-36.738.127-.364%2018.298-52.451c14.85%2026.604%2023.512%2057.105%2024.029%2089.553zm-35.062-106.854l-22.432%2064.483-53.992%2024.388L264%20174.723v-58.147l57.596-39.415c36.362%2013.483%2067.905%2037.752%2089.968%2068.906zM66.144%20273.414l53.756-46.518%2049.539%2022.599.559.255%2019.718%2077.287-20.433%2038.529-69.86-.915c-18.348-26.36-30.214-57.546-33.279-91.237zm276.575%2092.151l-20.434-38.529%2019.752-77.416%2049.997-22.781%2053.822%2046.575c-3.065%2033.691-14.932%2064.877-33.277%2091.236l-69.86.915zM255.257%20102.67l-46.126-31.498A190.3%20190.3%200%200%201%20256%2065.337c15.961%200%2031.466%201.982%2046.293%205.694l-47.036%2031.639zm-88.834%20278.859l.848%202.511%2019.946%2049.781c-29.239-11.351-55.011-29.704-75.232-53.006l54.438.714zm158.14%2052.375l17.934-48.608%201.627-3.748%2055.892-.732c-20.272%2023.359-46.123%2041.746-75.453%2053.088z%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.137%2048%2048%20141.136%2048%20256s93.137%20208%20208%20208c114.872%200%20208-93.138%20208-208S370.87%2048%20256%2048zm41.151%20394.179c-13.514%202.657-30.327%204.187-44%204.45a190.525%20190.525%200%200%201-38.5-4.493%20978.146%20978.146%200%200%201-6.805-1.777l-24.417-65.435L203.074%20336h105.854l.57%201.076%2019.34%2038.852-23.618%2064.282a189.782%20189.782%200%200%201-8.069%201.969zM89.317%20163.522l18.188%2052.284.175.504-42.304%2036.61c.516-32.385%209.144-62.832%2023.941-89.398zM189.578%2077.28L247%20116.576v58.147l-70.997%2060.067-49.403-22.51-4.167-1.899-22.332-64.019c22.009-31.204%2053.138-55.532%2089.477-69.082zm135.447%20169.926l.921.765L307.569%20320H204.431l-18.485-72.453.445-.376%2068.873-58.27%2069.761%2058.305zm121.601%205.715l-42.454-36.738.127-.364%2018.298-52.451c14.85%2026.604%2023.512%2057.105%2024.029%2089.553zm-35.062-106.854l-22.432%2064.483-53.992%2024.388L264%20174.723v-58.147l57.596-39.415c36.362%2013.483%2067.905%2037.752%2089.968%2068.906zM66.144%20273.414l53.756-46.518%2049.539%2022.599.559.255%2019.718%2077.287-20.433%2038.529-69.86-.915c-18.348-26.36-30.214-57.546-33.279-91.237zm276.575%2092.151l-20.434-38.529%2019.752-77.416%2049.997-22.781%2053.822%2046.575c-3.065%2033.691-14.932%2064.877-33.277%2091.236l-69.86.915zM255.257%20102.67l-46.126-31.498A190.3%20190.3%200%200%201%20256%2065.337c15.961%200%2031.466%201.982%2046.293%205.694l-47.036%2031.639zm-88.834%20278.859l.848%202.511%2019.946%2049.781c-29.239-11.351-55.011-29.704-75.232-53.006l54.438.714zm158.14%2052.375l17.934-48.608%201.627-3.748%2055.892-.732c-20.272%2023.359-46.123%2041.746-75.453%2053.088z%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-outline.svg?color=%231a73e8&size=48