football from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
football
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-football

The same icon in other sets

Use the football icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.071 4.929a9.94 9.94 0 0 0-7.07-2.938a9.94 9.94 0 0 0-7.072 2.938c-3.899 3.898-3.899 10.243 0 14.142a9.94 9.94 0 0 0 7.073 2.938a9.94 9.94 0 0 0 7.07-2.937c3.899-3.898 3.899-10.243-.001-14.143M12.181 4h-.359c.061-.001.119-.009.18-.009s.118.008.179.009m6.062 13H16l-1.258 2.516a8 8 0 0 1-2.741.493a8 8 0 0 1-2.746-.494L8 17.01H5.765a7.96 7.96 0 0 1-1.623-3.532L6 11L4.784 8.567a8 8 0 0 1 1.559-2.224a8 8 0 0 1 3.22-1.969L12 6l2.438-1.625a8 8 0 0 1 3.22 1.968a8 8 0 0 1 1.558 2.221L18 11l1.858 2.478A7.95 7.95 0 0 1 18.243 17"/><path fill="currentColor" d="m8.5 11l1.5 4h4l1.5-4L12 8.5z"/></svg>

React

import type { SVGProps } from "react";

export function BxFootball(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="M19.071 4.929a9.94 9.94 0 0 0-7.07-2.938a9.94 9.94 0 0 0-7.072 2.938c-3.899 3.898-3.899 10.243 0 14.142a9.94 9.94 0 0 0 7.073 2.938a9.94 9.94 0 0 0 7.07-2.937c3.899-3.898 3.899-10.243-.001-14.143M12.181 4h-.359c.061-.001.119-.009.18-.009s.118.008.179.009m6.062 13H16l-1.258 2.516a8 8 0 0 1-2.741.493a8 8 0 0 1-2.746-.494L8 17.01H5.765a7.96 7.96 0 0 1-1.623-3.532L6 11L4.784 8.567a8 8 0 0 1 1.559-2.224a8 8 0 0 1 3.22-1.969L12 6l2.438-1.625a8 8 0 0 1 3.22 1.968a8 8 0 0 1 1.558 2.221L18 11l1.858 2.478A7.95 7.95 0 0 1 18.243 17"/><path fill="currentColor" d="m8.5 11l1.5 4h4l1.5-4L12 8.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.071 4.929a9.94 9.94 0 0 0-7.07-2.938a9.94 9.94 0 0 0-7.072 2.938c-3.899 3.898-3.899 10.243 0 14.142a9.94 9.94 0 0 0 7.073 2.938a9.94 9.94 0 0 0 7.07-2.937c3.899-3.898 3.899-10.243-.001-14.143M12.181 4h-.359c.061-.001.119-.009.18-.009s.118.008.179.009m6.062 13H16l-1.258 2.516a8 8 0 0 1-2.741.493a8 8 0 0 1-2.746-.494L8 17.01H5.765a7.96 7.96 0 0 1-1.623-3.532L6 11L4.784 8.567a8 8 0 0 1 1.559-2.224a8 8 0 0 1 3.22-1.969L12 6l2.438-1.625a8 8 0 0 1 3.22 1.968a8 8 0 0 1 1.558 2.221L18 11l1.858 2.478A7.95 7.95 0 0 1 18.243 17"/><path fill="currentColor" d="m8.5 11l1.5 4h4l1.5-4L12 8.5z"/></svg>
</template>

CSS

.icon-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%22M19.071%204.929a9.94%209.94%200%200%200-7.07-2.938a9.94%209.94%200%200%200-7.072%202.938c-3.899%203.898-3.899%2010.243%200%2014.142a9.94%209.94%200%200%200%207.073%202.938a9.94%209.94%200%200%200%207.07-2.937c3.899-3.898%203.899-10.243-.001-14.143M12.181%204h-.359c.061-.001.119-.009.18-.009s.118.008.179.009m6.062%2013H16l-1.258%202.516a8%208%200%200%201-2.741.493a8%208%200%200%201-2.746-.494L8%2017.01H5.765a7.96%207.96%200%200%201-1.623-3.532L6%2011L4.784%208.567a8%208%200%200%201%201.559-2.224a8%208%200%200%201%203.22-1.969L12%206l2.438-1.625a8%208%200%200%201%203.22%201.968a8%208%200%200%201%201.558%202.221L18%2011l1.858%202.478A7.95%207.95%200%200%201%2018.243%2017%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.5%2011l1.5%204h4l1.5-4L12%208.5z%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%22M19.071%204.929a9.94%209.94%200%200%200-7.07-2.938a9.94%209.94%200%200%200-7.072%202.938c-3.899%203.898-3.899%2010.243%200%2014.142a9.94%209.94%200%200%200%207.073%202.938a9.94%209.94%200%200%200%207.07-2.937c3.899-3.898%203.899-10.243-.001-14.143M12.181%204h-.359c.061-.001.119-.009.18-.009s.118.008.179.009m6.062%2013H16l-1.258%202.516a8%208%200%200%201-2.741.493a8%208%200%200%201-2.746-.494L8%2017.01H5.765a7.96%207.96%200%200%201-1.623-3.532L6%2011L4.784%208.567a8%208%200%200%201%201.559-2.224a8%208%200%200%201%203.22-1.969L12%206l2.438-1.625a8%208%200%200%201%203.22%201.968a8%208%200%200%201%201.558%202.221L18%2011l1.858%202.478A7.95%207.95%200%200%201%2018.243%2017%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.5%2011l1.5%204h4l1.5-4L12%208.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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