ios american football icon
ios-american-football from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-american-football
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-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-forwardios-arrow-left
Use the ios american football icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M378.6 133.4C338.1 92.9 283.9 71 231.4 59.6L59.6 231.4C71 284 92.9 338.1 133.4 378.6c40.5 40.5 94.7 62.4 147.2 73.8l171.8-171.8c-11.4-52.5-33.3-106.7-73.8-147.2zM344.1 288l-19.2 19.2 14.8 14.8c4.9 4.9 4.9 12.7 0 17.6-4.9 4.9-12.7 4.9-17.6 0l-14.8-14.8-19.3 19.4c-2 2-4.5 3.4-7.3 3.9-4.2.7-8.4-.7-11.3-3.6-1.5-1.5-2.6-3.3-3.2-5.3-1.4-4.9-.1-9.7 3.2-13.1l19.5-19.5-15.6-15.6-19.3 19.3c-2.1 2.1-4.7 3.5-7.6 3.9-5.5.7-10.7-1.9-13.4-7-.3-.6-.6-1.2-.8-1.9-1.5-4.9-.2-9.8 3.2-13.2l19.5-19.5-15.5-15.6-19.3 19.3c-2.1 2.1-4.7 3.5-7.6 3.9-5.5.7-10.7-1.9-13.4-7-.3-.6-.6-1.2-.8-1.9-1.5-4.9-.2-9.8 3.2-13.2l19.5-19.5-15.5-15.6-19.3 19.3c-2.1 2.1-4.7 3.5-7.6 3.9-5.5.7-10.7-1.9-13.4-7-.3-.6-.6-1.2-.8-1.9-1.5-4.9-.2-9.8 3.2-13.2l19.5-19.5-14.8-14.8c-4.9-4.9-4.9-12.7 0-17.6 4.9-4.9 12.7-4.9 17.6 0l14.8 14.8 19.3-19.3c2.1-2.1 4.7-3.5 7.6-3.9 5.5-.7 10.7 1.9 13.4 7 .3.6.6 1.2.8 1.9 1.5 4.9.2 9.8-3.2 13.2l-19.5 19.5 15.6 15.6 19.3-19.3c2-2 4.5-3.4 7.3-3.9 4.2-.7 8.4.7 11.3 3.6 1.5 1.4 2.6 3.2 3.2 5.2 1.5 4.9.2 9.8-3.2 13.2L257 239.4l15.6 15.6 19.3-19.3c2.1-2.1 4.7-3.5 7.6-3.9 5.5-.7 10.7 1.9 13.4 7 .3.6.6 1.2.8 1.9 1.5 4.9.2 9.8-3.2 13.2L291 273.4l15.6 15.6 19.3-19.3c2.2-2.2 5-3.6 8-4 4.4-.5 8.6 1.2 11.4 4.6 4.1 5 3.5 13.1-1.2 17.7z" fill="currentColor"/><path d="M395.1 464c27.6 0 48.8-1.8 58.8-2.9 3.7-.4 6.7-3.4 7.1-7.1 2-18.9 6.8-77.6-3.2-143.7L310.3 457.9c31 4.7 60.4 6.1 84.8 6.1z" fill="currentColor"/><path d="M116.8 48C89.3 48 68 49.8 58 50.9c-3.7.4-6.7 3.4-7.1 7.1-2 18.9-6.8 77.6 3.2 143.6L201.6 54.1c-31-4.7-60.4-6.1-84.8-6.1z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosAmericanFootball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M378.6 133.4C338.1 92.9 283.9 71 231.4 59.6L59.6 231.4C71 284 92.9 338.1 133.4 378.6c40.5 40.5 94.7 62.4 147.2 73.8l171.8-171.8c-11.4-52.5-33.3-106.7-73.8-147.2zM344.1 288l-19.2 19.2 14.8 14.8c4.9 4.9 4.9 12.7 0 17.6-4.9 4.9-12.7 4.9-17.6 0l-14.8-14.8-19.3 19.4c-2 2-4.5 3.4-7.3 3.9-4.2.7-8.4-.7-11.3-3.6-1.5-1.5-2.6-3.3-3.2-5.3-1.4-4.9-.1-9.7 3.2-13.1l19.5-19.5-15.6-15.6-19.3 19.3c-2.1 2.1-4.7 3.5-7.6 3.9-5.5.7-10.7-1.9-13.4-7-.3-.6-.6-1.2-.8-1.9-1.5-4.9-.2-9.8 3.2-13.2l19.5-19.5-15.5-15.6-19.3 19.3c-2.1 2.1-4.7 3.5-7.6 3.9-5.5.7-10.7-1.9-13.4-7-.3-.6-.6-1.2-.8-1.9-1.5-4.9-.2-9.8 3.2-13.2l19.5-19.5-15.5-15.6-19.3 19.3c-2.1 2.1-4.7 3.5-7.6 3.9-5.5.7-10.7-1.9-13.4-7-.3-.6-.6-1.2-.8-1.9-1.5-4.9-.2-9.8 3.2-13.2l19.5-19.5-14.8-14.8c-4.9-4.9-4.9-12.7 0-17.6 4.9-4.9 12.7-4.9 17.6 0l14.8 14.8 19.3-19.3c2.1-2.1 4.7-3.5 7.6-3.9 5.5-.7 10.7 1.9 13.4 7 .3.6.6 1.2.8 1.9 1.5 4.9.2 9.8-3.2 13.2l-19.5 19.5 15.6 15.6 19.3-19.3c2-2 4.5-3.4 7.3-3.9 4.2-.7 8.4.7 11.3 3.6 1.5 1.4 2.6 3.2 3.2 5.2 1.5 4.9.2 9.8-3.2 13.2L257 239.4l15.6 15.6 19.3-19.3c2.1-2.1 4.7-3.5 7.6-3.9 5.5-.7 10.7 1.9 13.4 7 .3.6.6 1.2.8 1.9 1.5 4.9.2 9.8-3.2 13.2L291 273.4l15.6 15.6 19.3-19.3c2.2-2.2 5-3.6 8-4 4.4-.5 8.6 1.2 11.4 4.6 4.1 5 3.5 13.1-1.2 17.7z" fill="currentColor"/><path d="M395.1 464c27.6 0 48.8-1.8 58.8-2.9 3.7-.4 6.7-3.4 7.1-7.1 2-18.9 6.8-77.6-3.2-143.7L310.3 457.9c31 4.7 60.4 6.1 84.8 6.1z" fill="currentColor"/><path d="M116.8 48C89.3 48 68 49.8 58 50.9c-3.7.4-6.7 3.4-7.1 7.1-2 18.9-6.8 77.6 3.2 143.6L201.6 54.1c-31-4.7-60.4-6.1-84.8-6.1z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M378.6 133.4C338.1 92.9 283.9 71 231.4 59.6L59.6 231.4C71 284 92.9 338.1 133.4 378.6c40.5 40.5 94.7 62.4 147.2 73.8l171.8-171.8c-11.4-52.5-33.3-106.7-73.8-147.2zM344.1 288l-19.2 19.2 14.8 14.8c4.9 4.9 4.9 12.7 0 17.6-4.9 4.9-12.7 4.9-17.6 0l-14.8-14.8-19.3 19.4c-2 2-4.5 3.4-7.3 3.9-4.2.7-8.4-.7-11.3-3.6-1.5-1.5-2.6-3.3-3.2-5.3-1.4-4.9-.1-9.7 3.2-13.1l19.5-19.5-15.6-15.6-19.3 19.3c-2.1 2.1-4.7 3.5-7.6 3.9-5.5.7-10.7-1.9-13.4-7-.3-.6-.6-1.2-.8-1.9-1.5-4.9-.2-9.8 3.2-13.2l19.5-19.5-15.5-15.6-19.3 19.3c-2.1 2.1-4.7 3.5-7.6 3.9-5.5.7-10.7-1.9-13.4-7-.3-.6-.6-1.2-.8-1.9-1.5-4.9-.2-9.8 3.2-13.2l19.5-19.5-15.5-15.6-19.3 19.3c-2.1 2.1-4.7 3.5-7.6 3.9-5.5.7-10.7-1.9-13.4-7-.3-.6-.6-1.2-.8-1.9-1.5-4.9-.2-9.8 3.2-13.2l19.5-19.5-14.8-14.8c-4.9-4.9-4.9-12.7 0-17.6 4.9-4.9 12.7-4.9 17.6 0l14.8 14.8 19.3-19.3c2.1-2.1 4.7-3.5 7.6-3.9 5.5-.7 10.7 1.9 13.4 7 .3.6.6 1.2.8 1.9 1.5 4.9.2 9.8-3.2 13.2l-19.5 19.5 15.6 15.6 19.3-19.3c2-2 4.5-3.4 7.3-3.9 4.2-.7 8.4.7 11.3 3.6 1.5 1.4 2.6 3.2 3.2 5.2 1.5 4.9.2 9.8-3.2 13.2L257 239.4l15.6 15.6 19.3-19.3c2.1-2.1 4.7-3.5 7.6-3.9 5.5-.7 10.7 1.9 13.4 7 .3.6.6 1.2.8 1.9 1.5 4.9.2 9.8-3.2 13.2L291 273.4l15.6 15.6 19.3-19.3c2.2-2.2 5-3.6 8-4 4.4-.5 8.6 1.2 11.4 4.6 4.1 5 3.5 13.1-1.2 17.7z" fill="currentColor"/><path d="M395.1 464c27.6 0 48.8-1.8 58.8-2.9 3.7-.4 6.7-3.4 7.1-7.1 2-18.9 6.8-77.6-3.2-143.7L310.3 457.9c31 4.7 60.4 6.1 84.8 6.1z" fill="currentColor"/><path d="M116.8 48C89.3 48 68 49.8 58 50.9c-3.7.4-6.7 3.4-7.1 7.1-2 18.9-6.8 77.6 3.2 143.6L201.6 54.1c-31-4.7-60.4-6.1-84.8-6.1z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-american-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%22M378.6%20133.4C338.1%2092.9%20283.9%2071%20231.4%2059.6L59.6%20231.4C71%20284%2092.9%20338.1%20133.4%20378.6c40.5%2040.5%2094.7%2062.4%20147.2%2073.8l171.8-171.8c-11.4-52.5-33.3-106.7-73.8-147.2zM344.1%20288l-19.2%2019.2%2014.8%2014.8c4.9%204.9%204.9%2012.7%200%2017.6-4.9%204.9-12.7%204.9-17.6%200l-14.8-14.8-19.3%2019.4c-2%202-4.5%203.4-7.3%203.9-4.2.7-8.4-.7-11.3-3.6-1.5-1.5-2.6-3.3-3.2-5.3-1.4-4.9-.1-9.7%203.2-13.1l19.5-19.5-15.6-15.6-19.3%2019.3c-2.1%202.1-4.7%203.5-7.6%203.9-5.5.7-10.7-1.9-13.4-7-.3-.6-.6-1.2-.8-1.9-1.5-4.9-.2-9.8%203.2-13.2l19.5-19.5-15.5-15.6-19.3%2019.3c-2.1%202.1-4.7%203.5-7.6%203.9-5.5.7-10.7-1.9-13.4-7-.3-.6-.6-1.2-.8-1.9-1.5-4.9-.2-9.8%203.2-13.2l19.5-19.5-15.5-15.6-19.3%2019.3c-2.1%202.1-4.7%203.5-7.6%203.9-5.5.7-10.7-1.9-13.4-7-.3-.6-.6-1.2-.8-1.9-1.5-4.9-.2-9.8%203.2-13.2l19.5-19.5-14.8-14.8c-4.9-4.9-4.9-12.7%200-17.6%204.9-4.9%2012.7-4.9%2017.6%200l14.8%2014.8%2019.3-19.3c2.1-2.1%204.7-3.5%207.6-3.9%205.5-.7%2010.7%201.9%2013.4%207%20.3.6.6%201.2.8%201.9%201.5%204.9.2%209.8-3.2%2013.2l-19.5%2019.5%2015.6%2015.6%2019.3-19.3c2-2%204.5-3.4%207.3-3.9%204.2-.7%208.4.7%2011.3%203.6%201.5%201.4%202.6%203.2%203.2%205.2%201.5%204.9.2%209.8-3.2%2013.2L257%20239.4l15.6%2015.6%2019.3-19.3c2.1-2.1%204.7-3.5%207.6-3.9%205.5-.7%2010.7%201.9%2013.4%207%20.3.6.6%201.2.8%201.9%201.5%204.9.2%209.8-3.2%2013.2L291%20273.4l15.6%2015.6%2019.3-19.3c2.2-2.2%205-3.6%208-4%204.4-.5%208.6%201.2%2011.4%204.6%204.1%205%203.5%2013.1-1.2%2017.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M395.1%20464c27.6%200%2048.8-1.8%2058.8-2.9%203.7-.4%206.7-3.4%207.1-7.1%202-18.9%206.8-77.6-3.2-143.7L310.3%20457.9c31%204.7%2060.4%206.1%2084.8%206.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M116.8%2048C89.3%2048%2068%2049.8%2058%2050.9c-3.7.4-6.7%203.4-7.1%207.1-2%2018.9-6.8%2077.6%203.2%20143.6L201.6%2054.1c-31-4.7-60.4-6.1-84.8-6.1z%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%22M378.6%20133.4C338.1%2092.9%20283.9%2071%20231.4%2059.6L59.6%20231.4C71%20284%2092.9%20338.1%20133.4%20378.6c40.5%2040.5%2094.7%2062.4%20147.2%2073.8l171.8-171.8c-11.4-52.5-33.3-106.7-73.8-147.2zM344.1%20288l-19.2%2019.2%2014.8%2014.8c4.9%204.9%204.9%2012.7%200%2017.6-4.9%204.9-12.7%204.9-17.6%200l-14.8-14.8-19.3%2019.4c-2%202-4.5%203.4-7.3%203.9-4.2.7-8.4-.7-11.3-3.6-1.5-1.5-2.6-3.3-3.2-5.3-1.4-4.9-.1-9.7%203.2-13.1l19.5-19.5-15.6-15.6-19.3%2019.3c-2.1%202.1-4.7%203.5-7.6%203.9-5.5.7-10.7-1.9-13.4-7-.3-.6-.6-1.2-.8-1.9-1.5-4.9-.2-9.8%203.2-13.2l19.5-19.5-15.5-15.6-19.3%2019.3c-2.1%202.1-4.7%203.5-7.6%203.9-5.5.7-10.7-1.9-13.4-7-.3-.6-.6-1.2-.8-1.9-1.5-4.9-.2-9.8%203.2-13.2l19.5-19.5-15.5-15.6-19.3%2019.3c-2.1%202.1-4.7%203.5-7.6%203.9-5.5.7-10.7-1.9-13.4-7-.3-.6-.6-1.2-.8-1.9-1.5-4.9-.2-9.8%203.2-13.2l19.5-19.5-14.8-14.8c-4.9-4.9-4.9-12.7%200-17.6%204.9-4.9%2012.7-4.9%2017.6%200l14.8%2014.8%2019.3-19.3c2.1-2.1%204.7-3.5%207.6-3.9%205.5-.7%2010.7%201.9%2013.4%207%20.3.6.6%201.2.8%201.9%201.5%204.9.2%209.8-3.2%2013.2l-19.5%2019.5%2015.6%2015.6%2019.3-19.3c2-2%204.5-3.4%207.3-3.9%204.2-.7%208.4.7%2011.3%203.6%201.5%201.4%202.6%203.2%203.2%205.2%201.5%204.9.2%209.8-3.2%2013.2L257%20239.4l15.6%2015.6%2019.3-19.3c2.1-2.1%204.7-3.5%207.6-3.9%205.5-.7%2010.7%201.9%2013.4%207%20.3.6.6%201.2.8%201.9%201.5%204.9.2%209.8-3.2%2013.2L291%20273.4l15.6%2015.6%2019.3-19.3c2.2-2.2%205-3.6%208-4%204.4-.5%208.6%201.2%2011.4%204.6%204.1%205%203.5%2013.1-1.2%2017.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M395.1%20464c27.6%200%2048.8-1.8%2058.8-2.9%203.7-.4%206.7-3.4%207.1-7.1%202-18.9%206.8-77.6-3.2-143.7L310.3%20457.9c31%204.7%2060.4%206.1%2084.8%206.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M116.8%2048C89.3%2048%2068%2049.8%2058%2050.9c-3.7.4-6.7%203.4-7.1%207.1-2%2018.9-6.8%2077.6%203.2%20143.6L201.6%2054.1c-31-4.7-60.4-6.1-84.8-6.1z%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-american-football.svg?color=%231a73e8&size=48