american football icon
american-football-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- american-football-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
american-footballEmoji One (Colored)american-footballFluent Emojiamerican-footballFluent Emoji Flatamerican-footballFluent Emoji High Contrastamerican-footballHuge Iconsamerican-footballIonIconsamerican-footballNoto Emojiamerican-footballOpenMojiamerican-footballStreamline Emojisamerican-footballTwitter Emoji
Use the american football icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20c.946 0 1.788.438 2.338 1.122c-.723.5-1.546.878-2.338.878c-.793 0-1.616-.378-2.339-.878A3 3 0 0 1 12 20m3.842-15.802q.361.388.701.83C17.897 6.79 19 9.25 19 12s-1.103 5.209-2.457 6.973q-.34.44-.701.828A4.99 4.99 0 0 0 12 18a4.99 4.99 0 0 0-3.843 1.8q-.361-.387-.7-.827C6.103 17.209 5 14.75 5 12s1.103-5.209 2.457-6.973q.339-.44.7-.829A4.99 4.99 0 0 0 12 6a4.99 4.99 0 0 0 3.842-1.802M12 8a1 1 0 0 0-1 1a1 1 0 1 0 0 2v2a1 1 0 1 0 0 2a1 1 0 1 0 2 0a1 1 0 1 0 0-2v-2a1 1 0 1 0 0-2a1 1 0 0 0-1-1m0-6c.792 0 1.615.378 2.338.877a2.993 2.993 0 0 1-4.677 0C10.384 2.377 11.208 2 12 2"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteAmericanFootballFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20c.946 0 1.788.438 2.338 1.122c-.723.5-1.546.878-2.338.878c-.793 0-1.616-.378-2.339-.878A3 3 0 0 1 12 20m3.842-15.802q.361.388.701.83C17.897 6.79 19 9.25 19 12s-1.103 5.209-2.457 6.973q-.34.44-.701.828A4.99 4.99 0 0 0 12 18a4.99 4.99 0 0 0-3.843 1.8q-.361-.387-.7-.827C6.103 17.209 5 14.75 5 12s1.103-5.209 2.457-6.973q.339-.44.7-.829A4.99 4.99 0 0 0 12 6a4.99 4.99 0 0 0 3.842-1.802M12 8a1 1 0 0 0-1 1a1 1 0 1 0 0 2v2a1 1 0 1 0 0 2a1 1 0 1 0 2 0a1 1 0 1 0 0-2v-2a1 1 0 1 0 0-2a1 1 0 0 0-1-1m0-6c.792 0 1.615.378 2.338.877a2.993 2.993 0 0 1-4.677 0C10.384 2.377 11.208 2 12 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20c.946 0 1.788.438 2.338 1.122c-.723.5-1.546.878-2.338.878c-.793 0-1.616-.378-2.339-.878A3 3 0 0 1 12 20m3.842-15.802q.361.388.701.83C17.897 6.79 19 9.25 19 12s-1.103 5.209-2.457 6.973q-.34.44-.701.828A4.99 4.99 0 0 0 12 18a4.99 4.99 0 0 0-3.843 1.8q-.361-.387-.7-.827C6.103 17.209 5 14.75 5 12s1.103-5.209 2.457-6.973q.339-.44.7-.829A4.99 4.99 0 0 0 12 6a4.99 4.99 0 0 0 3.842-1.802M12 8a1 1 0 0 0-1 1a1 1 0 1 0 0 2v2a1 1 0 1 0 0 2a1 1 0 1 0 2 0a1 1 0 1 0 0-2v-2a1 1 0 1 0 0-2a1 1 0 0 0-1-1m0-6c.792 0 1.615.378 2.338.877a2.993 2.993 0 0 1-4.677 0C10.384 2.377 11.208 2 12 2"/></svg> </template>
CSS
.icon-american-football-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2020c.946%200%201.788.438%202.338%201.122c-.723.5-1.546.878-2.338.878c-.793%200-1.616-.378-2.339-.878A3%203%200%200%201%2012%2020m3.842-15.802q.361.388.701.83C17.897%206.79%2019%209.25%2019%2012s-1.103%205.209-2.457%206.973q-.34.44-.701.828A4.99%204.99%200%200%200%2012%2018a4.99%204.99%200%200%200-3.843%201.8q-.361-.387-.7-.827C6.103%2017.209%205%2014.75%205%2012s1.103-5.209%202.457-6.973q.339-.44.7-.829A4.99%204.99%200%200%200%2012%206a4.99%204.99%200%200%200%203.842-1.802M12%208a1%201%200%200%200-1%201a1%201%200%201%200%200%202v2a1%201%200%201%200%200%202a1%201%200%201%200%202%200a1%201%200%201%200%200-2v-2a1%201%200%201%200%200-2a1%201%200%200%200-1-1m0-6c.792%200%201.615.378%202.338.877a2.993%202.993%200%200%201-4.677%200C10.384%202.377%2011.208%202%2012%202%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2020c.946%200%201.788.438%202.338%201.122c-.723.5-1.546.878-2.338.878c-.793%200-1.616-.378-2.339-.878A3%203%200%200%201%2012%2020m3.842-15.802q.361.388.701.83C17.897%206.79%2019%209.25%2019%2012s-1.103%205.209-2.457%206.973q-.34.44-.701.828A4.99%204.99%200%200%200%2012%2018a4.99%204.99%200%200%200-3.843%201.8q-.361-.387-.7-.827C6.103%2017.209%205%2014.75%205%2012s1.103-5.209%202.457-6.973q.339-.44.7-.829A4.99%204.99%200%200%200%2012%206a4.99%204.99%200%200%200%203.842-1.802M12%208a1%201%200%200%200-1%201a1%201%200%201%200%200%202v2a1%201%200%201%200%200%202a1%201%200%201%200%202%200a1%201%200%201%200%200-2v-2a1%201%200%201%200%200-2a1%201%200%200%200-1-1m0-6c.792%200%201.615.378%202.338.877a2.993%202.993%200%200%201-4.677%200C10.384%202.377%2011.208%202%2012%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/american-football-fill.svg?color=%231a73e8&size=48