outline sports football icon
outline-sports-football from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- outline-sports-football
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the outline sports football icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.31 3.69c-.32-.33-1.94-.69-4.05-.69c-3.03 0-7.09.75-9.8 3.46c-4.59 4.59-3.56 13.06-2.77 13.85c.32.33 1.94.69 4.05.69c3.03 0 7.09-.75 9.8-3.46c4.59-4.59 3.56-13.06 2.77-13.85M7.74 19c-1.14 0-2.02-.12-2.53-.23c-.18-.79-.3-2.21-.17-3.83l4.01 4.01c-.52.04-.97.05-1.31.05m8.39-2.87c-1.33 1.33-3.06 2.05-4.66 2.44l-6.04-6.04c.42-1.68 1.16-3.37 2.45-4.65c1.32-1.32 3.05-2.04 4.64-2.43l6.05 6.05c-.42 1.67-1.17 3.35-2.44 4.63m2.83-7.04l-4.03-4.03c.52-.05.98-.06 1.33-.06c1.14 0 2.02.12 2.53.23c.18.79.3 2.22.17 3.86"/><path fill="currentColor" d="m8.5 14.1l5.6-5.6l1.4 1.4l-5.6 5.6z"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineSportsFootball(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="M20.31 3.69c-.32-.33-1.94-.69-4.05-.69c-3.03 0-7.09.75-9.8 3.46c-4.59 4.59-3.56 13.06-2.77 13.85c.32.33 1.94.69 4.05.69c3.03 0 7.09-.75 9.8-3.46c4.59-4.59 3.56-13.06 2.77-13.85M7.74 19c-1.14 0-2.02-.12-2.53-.23c-.18-.79-.3-2.21-.17-3.83l4.01 4.01c-.52.04-.97.05-1.31.05m8.39-2.87c-1.33 1.33-3.06 2.05-4.66 2.44l-6.04-6.04c.42-1.68 1.16-3.37 2.45-4.65c1.32-1.32 3.05-2.04 4.64-2.43l6.05 6.05c-.42 1.67-1.17 3.35-2.44 4.63m2.83-7.04l-4.03-4.03c.52-.05.98-.06 1.33-.06c1.14 0 2.02.12 2.53.23c.18.79.3 2.22.17 3.86"/><path fill="currentColor" d="m8.5 14.1l5.6-5.6l1.4 1.4l-5.6 5.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.31 3.69c-.32-.33-1.94-.69-4.05-.69c-3.03 0-7.09.75-9.8 3.46c-4.59 4.59-3.56 13.06-2.77 13.85c.32.33 1.94.69 4.05.69c3.03 0 7.09-.75 9.8-3.46c4.59-4.59 3.56-13.06 2.77-13.85M7.74 19c-1.14 0-2.02-.12-2.53-.23c-.18-.79-.3-2.21-.17-3.83l4.01 4.01c-.52.04-.97.05-1.31.05m8.39-2.87c-1.33 1.33-3.06 2.05-4.66 2.44l-6.04-6.04c.42-1.68 1.16-3.37 2.45-4.65c1.32-1.32 3.05-2.04 4.64-2.43l6.05 6.05c-.42 1.67-1.17 3.35-2.44 4.63m2.83-7.04l-4.03-4.03c.52-.05.98-.06 1.33-.06c1.14 0 2.02.12 2.53.23c.18.79.3 2.22.17 3.86"/><path fill="currentColor" d="m8.5 14.1l5.6-5.6l1.4 1.4l-5.6 5.6z"/></svg> </template>
CSS
.icon-outline-sports-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.31%203.69c-.32-.33-1.94-.69-4.05-.69c-3.03%200-7.09.75-9.8%203.46c-4.59%204.59-3.56%2013.06-2.77%2013.85c.32.33%201.94.69%204.05.69c3.03%200%207.09-.75%209.8-3.46c4.59-4.59%203.56-13.06%202.77-13.85M7.74%2019c-1.14%200-2.02-.12-2.53-.23c-.18-.79-.3-2.21-.17-3.83l4.01%204.01c-.52.04-.97.05-1.31.05m8.39-2.87c-1.33%201.33-3.06%202.05-4.66%202.44l-6.04-6.04c.42-1.68%201.16-3.37%202.45-4.65c1.32-1.32%203.05-2.04%204.64-2.43l6.05%206.05c-.42%201.67-1.17%203.35-2.44%204.63m2.83-7.04l-4.03-4.03c.52-.05.98-.06%201.33-.06c1.14%200%202.02.12%202.53.23c.18.79.3%202.22.17%203.86%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.5%2014.1l5.6-5.6l1.4%201.4l-5.6%205.6z%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%22M20.31%203.69c-.32-.33-1.94-.69-4.05-.69c-3.03%200-7.09.75-9.8%203.46c-4.59%204.59-3.56%2013.06-2.77%2013.85c.32.33%201.94.69%204.05.69c3.03%200%207.09-.75%209.8-3.46c4.59-4.59%203.56-13.06%202.77-13.85M7.74%2019c-1.14%200-2.02-.12-2.53-.23c-.18-.79-.3-2.21-.17-3.83l4.01%204.01c-.52.04-.97.05-1.31.05m8.39-2.87c-1.33%201.33-3.06%202.05-4.66%202.44l-6.04-6.04c.42-1.68%201.16-3.37%202.45-4.65c1.32-1.32%203.05-2.04%204.64-2.43l6.05%206.05c-.42%201.67-1.17%203.35-2.44%204.63m2.83-7.04l-4.03-4.03c.52-.05.98-.06%201.33-.06c1.14%200%202.02.12%202.53.23c.18.79.3%202.22.17%203.86%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.5%2014.1l5.6-5.6l1.4%201.4l-5.6%205.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-sports-football.svg?color=%231a73e8&size=48