sports football icon

sports-football-outline from Material Symbols by Google · Outline · Activities · Apache-2.0 Free for personal and commercial use.

Name
sports-football-outline
Set
Material Symbols
Style
Outline
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
sports-football-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the 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="m9.05 18.95l-4-4q-.075.95-.037 1.975T5.2 18.75q.575.175 1.738.225t2.112-.025m2.4-.4q1.475-.325 2.65-.925t2.05-1.475q.85-.85 1.45-2.012t.95-2.638L12.5 5.45q-1.425.35-2.575.963T7.9 7.9T6.413 9.938T5.45 12.55zM9.9 15.5l-1.4-1.4l5.6-5.6l1.4 1.4zm9.05-6.4q.1-.975.063-2.025T18.8 5.25q-.575-.2-1.737-.25t-2.113.05zM7.75 21q-1.425 0-2.6-.213T3.7 20.3q-.275-.3-.488-1.5T3 16.15q0-2.975.9-5.512T6.45 6.45t4.225-2.55T16.25 3q1.45 0 2.613.213T20.3 3.7q.275.3.488 1.5T21 7.9q0 2.925-.9 5.463t-2.55 4.187q-1.625 1.625-4.2 2.538T7.75 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSportsFootballOutline(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="m9.05 18.95l-4-4q-.075.95-.037 1.975T5.2 18.75q.575.175 1.738.225t2.112-.025m2.4-.4q1.475-.325 2.65-.925t2.05-1.475q.85-.85 1.45-2.012t.95-2.638L12.5 5.45q-1.425.35-2.575.963T7.9 7.9T6.413 9.938T5.45 12.55zM9.9 15.5l-1.4-1.4l5.6-5.6l1.4 1.4zm9.05-6.4q.1-.975.063-2.025T18.8 5.25q-.575-.2-1.737-.25t-2.113.05zM7.75 21q-1.425 0-2.6-.213T3.7 20.3q-.275-.3-.488-1.5T3 16.15q0-2.975.9-5.512T6.45 6.45t4.225-2.55T16.25 3q1.45 0 2.613.213T20.3 3.7q.275.3.488 1.5T21 7.9q0 2.925-.9 5.463t-2.55 4.187q-1.625 1.625-4.2 2.538T7.75 21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.05 18.95l-4-4q-.075.95-.037 1.975T5.2 18.75q.575.175 1.738.225t2.112-.025m2.4-.4q1.475-.325 2.65-.925t2.05-1.475q.85-.85 1.45-2.012t.95-2.638L12.5 5.45q-1.425.35-2.575.963T7.9 7.9T6.413 9.938T5.45 12.55zM9.9 15.5l-1.4-1.4l5.6-5.6l1.4 1.4zm9.05-6.4q.1-.975.063-2.025T18.8 5.25q-.575-.2-1.737-.25t-2.113.05zM7.75 21q-1.425 0-2.6-.213T3.7 20.3q-.275-.3-.488-1.5T3 16.15q0-2.975.9-5.512T6.45 6.45t4.225-2.55T16.25 3q1.45 0 2.613.213T20.3 3.7q.275.3.488 1.5T21 7.9q0 2.925-.9 5.463t-2.55 4.187q-1.625 1.625-4.2 2.538T7.75 21"/></svg>
</template>

CSS

.icon-sports-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.05%2018.95l-4-4q-.075.95-.037%201.975T5.2%2018.75q.575.175%201.738.225t2.112-.025m2.4-.4q1.475-.325%202.65-.925t2.05-1.475q.85-.85%201.45-2.012t.95-2.638L12.5%205.45q-1.425.35-2.575.963T7.9%207.9T6.413%209.938T5.45%2012.55zM9.9%2015.5l-1.4-1.4l5.6-5.6l1.4%201.4zm9.05-6.4q.1-.975.063-2.025T18.8%205.25q-.575-.2-1.737-.25t-2.113.05zM7.75%2021q-1.425%200-2.6-.213T3.7%2020.3q-.275-.3-.488-1.5T3%2016.15q0-2.975.9-5.512T6.45%206.45t4.225-2.55T16.25%203q1.45%200%202.613.213T20.3%203.7q.275.3.488%201.5T21%207.9q0%202.925-.9%205.463t-2.55%204.187q-1.625%201.625-4.2%202.538T7.75%2021%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%22m9.05%2018.95l-4-4q-.075.95-.037%201.975T5.2%2018.75q.575.175%201.738.225t2.112-.025m2.4-.4q1.475-.325%202.65-.925t2.05-1.475q.85-.85%201.45-2.012t.95-2.638L12.5%205.45q-1.425.35-2.575.963T7.9%207.9T6.413%209.938T5.45%2012.55zM9.9%2015.5l-1.4-1.4l5.6-5.6l1.4%201.4zm9.05-6.4q.1-.975.063-2.025T18.8%205.25q-.575-.2-1.737-.25t-2.113.05zM7.75%2021q-1.425%200-2.6-.213T3.7%2020.3q-.275-.3-.488-1.5T3%2016.15q0-2.975.9-5.512T6.45%206.45t4.225-2.55T16.25%203q1.45%200%202.613.213T20.3%203.7q.275.3.488%201.5T21%207.9q0%202.925-.9%205.463t-2.55%204.187q-1.625%201.625-4.2%202.538T7.75%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sports-football-outline.svg?color=%231a73e8&size=48