futbol from Font Awesome 6 Regular by Dave Gandy · Regular · Objects · CC-BY-4.0 Attribution required.

Name
futbol
Set
Font Awesome 6 Regular
Style
Regular
Category
Objects
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More objects icons from Font Awesome 6 Regular

Use the futbol icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m435.4 361.4l-89.7-6c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-22 87.2c-14.4 3.2-29.4 4.8-44.8 4.8s-30.3-1.7-44.8-4.8l-22-87.2c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-89.7 6C61.7 335.9 51.9 307 49 276.2l76-47.9c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15L100.4 118c19.9-22.4 44.6-40.5 72.4-52.7l69.1 57.6c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l69.1-57.6c27.8 12.2 52.5 30.3 72.4 52.7l-33.4 83.4c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9l76.1 47.9c-3 30.8-12.7 59.7-27.6 85.2M256 48h.9h-1.8zM56.7 196.2c.9-3 1.9-6.1 2.9-9.1zM132 423l3.8 2.7c-1.3-.9-2.5-1.8-3.8-2.7m248.1-.1c-1.3 1-2.6 2-4 2.9zm75.2-226.7l-3-9.2c1.1 3 2.1 6.1 3 9.2M256 512a256 256 0 1 0 0-512a256 256 0 1 0 0 512m14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6h59.2c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6RegularFutbol(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m435.4 361.4l-89.7-6c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-22 87.2c-14.4 3.2-29.4 4.8-44.8 4.8s-30.3-1.7-44.8-4.8l-22-87.2c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-89.7 6C61.7 335.9 51.9 307 49 276.2l76-47.9c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15L100.4 118c19.9-22.4 44.6-40.5 72.4-52.7l69.1 57.6c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l69.1-57.6c27.8 12.2 52.5 30.3 72.4 52.7l-33.4 83.4c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9l76.1 47.9c-3 30.8-12.7 59.7-27.6 85.2M256 48h.9h-1.8zM56.7 196.2c.9-3 1.9-6.1 2.9-9.1zM132 423l3.8 2.7c-1.3-.9-2.5-1.8-3.8-2.7m248.1-.1c-1.3 1-2.6 2-4 2.9zm75.2-226.7l-3-9.2c1.1 3 2.1 6.1 3 9.2M256 512a256 256 0 1 0 0-512a256 256 0 1 0 0 512m14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6h59.2c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m435.4 361.4l-89.7-6c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-22 87.2c-14.4 3.2-29.4 4.8-44.8 4.8s-30.3-1.7-44.8-4.8l-22-87.2c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-89.7 6C61.7 335.9 51.9 307 49 276.2l76-47.9c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15L100.4 118c19.9-22.4 44.6-40.5 72.4-52.7l69.1 57.6c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l69.1-57.6c27.8 12.2 52.5 30.3 72.4 52.7l-33.4 83.4c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9l76.1 47.9c-3 30.8-12.7 59.7-27.6 85.2M256 48h.9h-1.8zM56.7 196.2c.9-3 1.9-6.1 2.9-9.1zM132 423l3.8 2.7c-1.3-.9-2.5-1.8-3.8-2.7m248.1-.1c-1.3 1-2.6 2-4 2.9zm75.2-226.7l-3-9.2c1.1 3 2.1 6.1 3 9.2M256 512a256 256 0 1 0 0-512a256 256 0 1 0 0 512m14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6h59.2c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z"/></svg>
</template>

CSS

.icon-futbol {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m435.4%20361.4l-89.7-6c-5.2-.3-10.3%201.1-14.5%204.2s-7.2%207.4-8.4%2012.5l-22%2087.2c-14.4%203.2-29.4%204.8-44.8%204.8s-30.3-1.7-44.8-4.8l-22-87.2c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-89.7%206C61.7%20335.9%2051.9%20307%2049%20276.2l76-47.9c4.4-2.8%207.6-7%209.2-11.9s1.4-10.2-.5-15L100.4%20118c19.9-22.4%2044.6-40.5%2072.4-52.7l69.1%2057.6c4%203.3%209%205.1%2014.1%205.1s10.2-1.8%2014.1-5.1l69.1-57.6c27.8%2012.2%2052.5%2030.3%2072.4%2052.7l-33.4%2083.4c-1.9%204.8-2.1%2010.1-.5%2015s4.9%209.1%209.2%2011.9l76.1%2047.9c-3%2030.8-12.7%2059.7-27.6%2085.2M256%2048h.9h-1.8zM56.7%20196.2c.9-3%201.9-6.1%202.9-9.1zM132%20423l3.8%202.7c-1.3-.9-2.5-1.8-3.8-2.7m248.1-.1c-1.3%201-2.6%202-4%202.9zm75.2-226.7l-3-9.2c1.1%203%202.1%206.1%203%209.2M256%20512a256%20256%200%201%200%200-512a256%20256%200%201%200%200%20512m14.1-325.7c-8.4-6.1-19.8-6.1-28.2%200L194%20221c-8.4%206.1-11.9%2016.9-8.7%2026.8l18.3%2056.3c3.2%209.9%2012.4%2016.6%2022.8%2016.6h59.2c10.4%200%2019.6-6.7%2022.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m435.4%20361.4l-89.7-6c-5.2-.3-10.3%201.1-14.5%204.2s-7.2%207.4-8.4%2012.5l-22%2087.2c-14.4%203.2-29.4%204.8-44.8%204.8s-30.3-1.7-44.8-4.8l-22-87.2c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-89.7%206C61.7%20335.9%2051.9%20307%2049%20276.2l76-47.9c4.4-2.8%207.6-7%209.2-11.9s1.4-10.2-.5-15L100.4%20118c19.9-22.4%2044.6-40.5%2072.4-52.7l69.1%2057.6c4%203.3%209%205.1%2014.1%205.1s10.2-1.8%2014.1-5.1l69.1-57.6c27.8%2012.2%2052.5%2030.3%2072.4%2052.7l-33.4%2083.4c-1.9%204.8-2.1%2010.1-.5%2015s4.9%209.1%209.2%2011.9l76.1%2047.9c-3%2030.8-12.7%2059.7-27.6%2085.2M256%2048h.9h-1.8zM56.7%20196.2c.9-3%201.9-6.1%202.9-9.1zM132%20423l3.8%202.7c-1.3-.9-2.5-1.8-3.8-2.7m248.1-.1c-1.3%201-2.6%202-4%202.9zm75.2-226.7l-3-9.2c1.1%203%202.1%206.1%203%209.2M256%20512a256%20256%200%201%200%200-512a256%20256%200%201%200%200%20512m14.1-325.7c-8.4-6.1-19.8-6.1-28.2%200L194%20221c-8.4%206.1-11.9%2016.9-8.7%2026.8l18.3%2056.3c3.2%209.9%2012.4%2016.6%2022.8%2016.6h59.2c10.4%200%2019.6-6.7%2022.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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