american football emoji
american-football from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.
- Name
- american-football
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Activities
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
american-footballEmoji One (Colored)american-footballFluent Emojiamerican-footballFluent Emoji Flatamerican-footballHuge Iconsamerican-footballIonIconsamerican-football-fillMingCute Iconamerican-footballNoto Emojiamerican-footballOpenMojiamerican-footballStreamline Emojisamerican-footballTwitter Emoji
More activities icons from Fluent Emoji High Contrast
Use the american football emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.87 30.711a5.52 5.52 0 0 1-4.58-4.578A21.66 21.66 0 0 1 26.142 1.287h.003a5.545 5.545 0 0 1 4.57 4.575v.002A21.66 21.66 0 0 1 5.87 30.711M19.55 3.257a19.7 19.7 0 0 0-3.385.858l11.721 11.72q.08-.23.157-.464q.464-1.438.701-2.92zm-3.463 24.537l-11.88-11.88a19.7 19.7 0 0 0-.898 3.344l9.434 9.434a19.7 19.7 0 0 0 3.344-.898M12.88 15.38a.875.875 0 0 0 0 1.238l2 2a.875.875 0 1 0 1.238-1.238l-2-2a.875.875 0 0 0-1.238 0m-1.262 2.5a.875.875 0 1 0-1.238 1.238l2 2a.875.875 0 1 0 1.238-1.238zm3.762-5a.875.875 0 0 0 0 1.238l2 2a.875.875 0 1 0 1.238-1.238l-2-2a.875.875 0 0 0-1.238 0m3.738-2.5a.875.875 0 1 0-1.238 1.238l2 2a.875.875 0 1 0 1.238-1.238z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastAmericanFootball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.87 30.711a5.52 5.52 0 0 1-4.58-4.578A21.66 21.66 0 0 1 26.142 1.287h.003a5.545 5.545 0 0 1 4.57 4.575v.002A21.66 21.66 0 0 1 5.87 30.711M19.55 3.257a19.7 19.7 0 0 0-3.385.858l11.721 11.72q.08-.23.157-.464q.464-1.438.701-2.92zm-3.463 24.537l-11.88-11.88a19.7 19.7 0 0 0-.898 3.344l9.434 9.434a19.7 19.7 0 0 0 3.344-.898M12.88 15.38a.875.875 0 0 0 0 1.238l2 2a.875.875 0 1 0 1.238-1.238l-2-2a.875.875 0 0 0-1.238 0m-1.262 2.5a.875.875 0 1 0-1.238 1.238l2 2a.875.875 0 1 0 1.238-1.238zm3.762-5a.875.875 0 0 0 0 1.238l2 2a.875.875 0 1 0 1.238-1.238l-2-2a.875.875 0 0 0-1.238 0m3.738-2.5a.875.875 0 1 0-1.238 1.238l2 2a.875.875 0 1 0 1.238-1.238z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.87 30.711a5.52 5.52 0 0 1-4.58-4.578A21.66 21.66 0 0 1 26.142 1.287h.003a5.545 5.545 0 0 1 4.57 4.575v.002A21.66 21.66 0 0 1 5.87 30.711M19.55 3.257a19.7 19.7 0 0 0-3.385.858l11.721 11.72q.08-.23.157-.464q.464-1.438.701-2.92zm-3.463 24.537l-11.88-11.88a19.7 19.7 0 0 0-.898 3.344l9.434 9.434a19.7 19.7 0 0 0 3.344-.898M12.88 15.38a.875.875 0 0 0 0 1.238l2 2a.875.875 0 1 0 1.238-1.238l-2-2a.875.875 0 0 0-1.238 0m-1.262 2.5a.875.875 0 1 0-1.238 1.238l2 2a.875.875 0 1 0 1.238-1.238zm3.762-5a.875.875 0 0 0 0 1.238l2 2a.875.875 0 1 0 1.238-1.238l-2-2a.875.875 0 0 0-1.238 0m3.738-2.5a.875.875 0 1 0-1.238 1.238l2 2a.875.875 0 1 0 1.238-1.238z"/></svg> </template>
CSS
.icon-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.87%2030.711a5.52%205.52%200%200%201-4.58-4.578A21.66%2021.66%200%200%201%2026.142%201.287h.003a5.545%205.545%200%200%201%204.57%204.575v.002A21.66%2021.66%200%200%201%205.87%2030.711M19.55%203.257a19.7%2019.7%200%200%200-3.385.858l11.721%2011.72q.08-.23.157-.464q.464-1.438.701-2.92zm-3.463%2024.537l-11.88-11.88a19.7%2019.7%200%200%200-.898%203.344l9.434%209.434a19.7%2019.7%200%200%200%203.344-.898M12.88%2015.38a.875.875%200%200%200%200%201.238l2%202a.875.875%200%201%200%201.238-1.238l-2-2a.875.875%200%200%200-1.238%200m-1.262%202.5a.875.875%200%201%200-1.238%201.238l2%202a.875.875%200%201%200%201.238-1.238zm3.762-5a.875.875%200%200%200%200%201.238l2%202a.875.875%200%201%200%201.238-1.238l-2-2a.875.875%200%200%200-1.238%200m3.738-2.5a.875.875%200%201%200-1.238%201.238l2%202a.875.875%200%201%200%201.238-1.238z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.87%2030.711a5.52%205.52%200%200%201-4.58-4.578A21.66%2021.66%200%200%201%2026.142%201.287h.003a5.545%205.545%200%200%201%204.57%204.575v.002A21.66%2021.66%200%200%201%205.87%2030.711M19.55%203.257a19.7%2019.7%200%200%200-3.385.858l11.721%2011.72q.08-.23.157-.464q.464-1.438.701-2.92zm-3.463%2024.537l-11.88-11.88a19.7%2019.7%200%200%200-.898%203.344l9.434%209.434a19.7%2019.7%200%200%200%203.344-.898M12.88%2015.38a.875.875%200%200%200%200%201.238l2%202a.875.875%200%201%200%201.238-1.238l-2-2a.875.875%200%200%200-1.238%200m-1.262%202.5a.875.875%200%201%200-1.238%201.238l2%202a.875.875%200%201%200%201.238-1.238zm3.762-5a.875.875%200%200%200%200%201.238l2%202a.875.875%200%201%200%201.238-1.238l-2-2a.875.875%200%200%200-1.238%200m3.738-2.5a.875.875%200%201%200-1.238%201.238l2%202a.875.875%200%201%200%201.238-1.238z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/american-football.svg?color=%231a73e8&size=48