sport-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
sport-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the sport icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.581 4.126c.33.39.611.822.834 1.287A2 2 0 0 1 16 6a2 2 0 0 1-1.016-.277zm-.707-.708l-1.597 1.598a1.994 1.994 0 0 1 .31-2.431c.465.223.897.504 1.287.833M18 8a6 6 0 0 0-.213-1.59c-.5.37-1.118.59-1.787.59a3 3 0 0 1-1.739-.555L13.207 7.5l3.803 3.803C17.635 10.355 18 9.22 18 8m-5-4c0-.67.219-1.288.59-1.787A6 6 0 0 0 12 2a5.97 5.97 0 0 0-3.303.99L12.5 6.793l1.054-1.055A3 3 0 0 1 13 4m-1.293 5a8.97 8.97 0 0 1 2.198 4.691a6 6 0 0 0 2.481-1.597L12.5 8.207zm.086-1.5L11 8.292a8.97 8.97 0 0 0-4.69-2.198a6 6 0 0 1 1.597-2.48zM3.5 7A1.5 1.5 0 0 0 2 8.5V10a8 8 0 0 0 8 8h1.5a1.5 1.5 0 0 0 1.5-1.5V15a8 8 0 0 0-8-8zm2.646 4.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708"/></svg>

React

import type { SVGProps } from "react";

export function FluentSport20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.581 4.126c.33.39.611.822.834 1.287A2 2 0 0 1 16 6a2 2 0 0 1-1.016-.277zm-.707-.708l-1.597 1.598a1.994 1.994 0 0 1 .31-2.431c.465.223.897.504 1.287.833M18 8a6 6 0 0 0-.213-1.59c-.5.37-1.118.59-1.787.59a3 3 0 0 1-1.739-.555L13.207 7.5l3.803 3.803C17.635 10.355 18 9.22 18 8m-5-4c0-.67.219-1.288.59-1.787A6 6 0 0 0 12 2a5.97 5.97 0 0 0-3.303.99L12.5 6.793l1.054-1.055A3 3 0 0 1 13 4m-1.293 5a8.97 8.97 0 0 1 2.198 4.691a6 6 0 0 0 2.481-1.597L12.5 8.207zm.086-1.5L11 8.292a8.97 8.97 0 0 0-4.69-2.198a6 6 0 0 1 1.597-2.48zM3.5 7A1.5 1.5 0 0 0 2 8.5V10a8 8 0 0 0 8 8h1.5a1.5 1.5 0 0 0 1.5-1.5V15a8 8 0 0 0-8-8zm2.646 4.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.581 4.126c.33.39.611.822.834 1.287A2 2 0 0 1 16 6a2 2 0 0 1-1.016-.277zm-.707-.708l-1.597 1.598a1.994 1.994 0 0 1 .31-2.431c.465.223.897.504 1.287.833M18 8a6 6 0 0 0-.213-1.59c-.5.37-1.118.59-1.787.59a3 3 0 0 1-1.739-.555L13.207 7.5l3.803 3.803C17.635 10.355 18 9.22 18 8m-5-4c0-.67.219-1.288.59-1.787A6 6 0 0 0 12 2a5.97 5.97 0 0 0-3.303.99L12.5 6.793l1.054-1.055A3 3 0 0 1 13 4m-1.293 5a8.97 8.97 0 0 1 2.198 4.691a6 6 0 0 0 2.481-1.597L12.5 8.207zm.086-1.5L11 8.292a8.97 8.97 0 0 0-4.69-2.198a6 6 0 0 1 1.597-2.48zM3.5 7A1.5 1.5 0 0 0 2 8.5V10a8 8 0 0 0 8 8h1.5a1.5 1.5 0 0 0 1.5-1.5V15a8 8 0 0 0-8-8zm2.646 4.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708"/></svg>
</template>

CSS

.icon-sport-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.581%204.126c.33.39.611.822.834%201.287A2%202%200%200%201%2016%206a2%202%200%200%201-1.016-.277zm-.707-.708l-1.597%201.598a1.994%201.994%200%200%201%20.31-2.431c.465.223.897.504%201.287.833M18%208a6%206%200%200%200-.213-1.59c-.5.37-1.118.59-1.787.59a3%203%200%200%201-1.739-.555L13.207%207.5l3.803%203.803C17.635%2010.355%2018%209.22%2018%208m-5-4c0-.67.219-1.288.59-1.787A6%206%200%200%200%2012%202a5.97%205.97%200%200%200-3.303.99L12.5%206.793l1.054-1.055A3%203%200%200%201%2013%204m-1.293%205a8.97%208.97%200%200%201%202.198%204.691a6%206%200%200%200%202.481-1.597L12.5%208.207zm.086-1.5L11%208.292a8.97%208.97%200%200%200-4.69-2.198a6%206%200%200%201%201.597-2.48zM3.5%207A1.5%201.5%200%200%200%202%208.5V10a8%208%200%200%200%208%208h1.5a1.5%201.5%200%200%200%201.5-1.5V15a8%208%200%200%200-8-8zm2.646%204.146a.5.5%200%200%201%20.708%200l2%202a.5.5%200%200%201-.708.708l-2-2a.5.5%200%200%201%200-.708%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.581%204.126c.33.39.611.822.834%201.287A2%202%200%200%201%2016%206a2%202%200%200%201-1.016-.277zm-.707-.708l-1.597%201.598a1.994%201.994%200%200%201%20.31-2.431c.465.223.897.504%201.287.833M18%208a6%206%200%200%200-.213-1.59c-.5.37-1.118.59-1.787.59a3%203%200%200%201-1.739-.555L13.207%207.5l3.803%203.803C17.635%2010.355%2018%209.22%2018%208m-5-4c0-.67.219-1.288.59-1.787A6%206%200%200%200%2012%202a5.97%205.97%200%200%200-3.303.99L12.5%206.793l1.054-1.055A3%203%200%200%201%2013%204m-1.293%205a8.97%208.97%200%200%201%202.198%204.691a6%206%200%200%200%202.481-1.597L12.5%208.207zm.086-1.5L11%208.292a8.97%208.97%200%200%200-4.69-2.198a6%206%200%200%201%201.597-2.48zM3.5%207A1.5%201.5%200%200%200%202%208.5V10a8%208%200%200%200%208%208h1.5a1.5%201.5%200%200%200%201.5-1.5V15a8%208%200%200%200-8-8zm2.646%204.146a.5.5%200%200%201%20.708%200l2%202a.5.5%200%200%201-.708.708l-2-2a.5.5%200%200%201%200-.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sport-20-filled.svg?color=%231a73e8&size=48