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

Name
sport-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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="M13.704 12.702a5 5 0 0 0 1.46-.83L8.128 4.836a5 5 0 0 0-.83 1.46a9 9 0 0 0-.99-.202a6 6 0 1 1 7.597 7.597a9 9 0 0 0-.201-.989M12.707 8l3.164 3.164a4.98 4.98 0 0 0 1.055-4.024c-.424.23-.91.36-1.426.36a3 3 0 0 1-1.739-.555zm3.164-3.164l-1.387 1.387c.297.176.645.277 1.016.277c.425 0 .819-.133 1.143-.359a5 5 0 0 0-.772-1.305M12.5 4.5c0-.516.13-1.002.36-1.426a4.98 4.98 0 0 0-4.024 1.055L12 7.293l1.054-1.055A3 3 0 0 1 12.5 4.5m1 0c0 .371.1.718.277 1.016l1.387-1.387c-.39-.32-.83-.582-1.306-.772A2 2 0 0 0 13.5 4.5M3.5 8a.5.5 0 0 0-.5.5V10a7 7 0 0 0 7 7h1.5a.5.5 0 0 0 .5-.5V15a7 7 0 0 0-7-7zM2 8.5A1.5 1.5 0 0 1 3.5 7H5a8 8 0 0 1 8 8v1.5a1.5 1.5 0 0 1-1.5 1.5H10a8 8 0 0 1-8-8zm4.146 2.646a.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 FluentSport20Regular(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="M13.704 12.702a5 5 0 0 0 1.46-.83L8.128 4.836a5 5 0 0 0-.83 1.46a9 9 0 0 0-.99-.202a6 6 0 1 1 7.597 7.597a9 9 0 0 0-.201-.989M12.707 8l3.164 3.164a4.98 4.98 0 0 0 1.055-4.024c-.424.23-.91.36-1.426.36a3 3 0 0 1-1.739-.555zm3.164-3.164l-1.387 1.387c.297.176.645.277 1.016.277c.425 0 .819-.133 1.143-.359a5 5 0 0 0-.772-1.305M12.5 4.5c0-.516.13-1.002.36-1.426a4.98 4.98 0 0 0-4.024 1.055L12 7.293l1.054-1.055A3 3 0 0 1 12.5 4.5m1 0c0 .371.1.718.277 1.016l1.387-1.387c-.39-.32-.83-.582-1.306-.772A2 2 0 0 0 13.5 4.5M3.5 8a.5.5 0 0 0-.5.5V10a7 7 0 0 0 7 7h1.5a.5.5 0 0 0 .5-.5V15a7 7 0 0 0-7-7zM2 8.5A1.5 1.5 0 0 1 3.5 7H5a8 8 0 0 1 8 8v1.5a1.5 1.5 0 0 1-1.5 1.5H10a8 8 0 0 1-8-8zm4.146 2.646a.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="M13.704 12.702a5 5 0 0 0 1.46-.83L8.128 4.836a5 5 0 0 0-.83 1.46a9 9 0 0 0-.99-.202a6 6 0 1 1 7.597 7.597a9 9 0 0 0-.201-.989M12.707 8l3.164 3.164a4.98 4.98 0 0 0 1.055-4.024c-.424.23-.91.36-1.426.36a3 3 0 0 1-1.739-.555zm3.164-3.164l-1.387 1.387c.297.176.645.277 1.016.277c.425 0 .819-.133 1.143-.359a5 5 0 0 0-.772-1.305M12.5 4.5c0-.516.13-1.002.36-1.426a4.98 4.98 0 0 0-4.024 1.055L12 7.293l1.054-1.055A3 3 0 0 1 12.5 4.5m1 0c0 .371.1.718.277 1.016l1.387-1.387c-.39-.32-.83-.582-1.306-.772A2 2 0 0 0 13.5 4.5M3.5 8a.5.5 0 0 0-.5.5V10a7 7 0 0 0 7 7h1.5a.5.5 0 0 0 .5-.5V15a7 7 0 0 0-7-7zM2 8.5A1.5 1.5 0 0 1 3.5 7H5a8 8 0 0 1 8 8v1.5a1.5 1.5 0 0 1-1.5 1.5H10a8 8 0 0 1-8-8zm4.146 2.646a.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-regular {
  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%22M13.704%2012.702a5%205%200%200%200%201.46-.83L8.128%204.836a5%205%200%200%200-.83%201.46a9%209%200%200%200-.99-.202a6%206%200%201%201%207.597%207.597a9%209%200%200%200-.201-.989M12.707%208l3.164%203.164a4.98%204.98%200%200%200%201.055-4.024c-.424.23-.91.36-1.426.36a3%203%200%200%201-1.739-.555zm3.164-3.164l-1.387%201.387c.297.176.645.277%201.016.277c.425%200%20.819-.133%201.143-.359a5%205%200%200%200-.772-1.305M12.5%204.5c0-.516.13-1.002.36-1.426a4.98%204.98%200%200%200-4.024%201.055L12%207.293l1.054-1.055A3%203%200%200%201%2012.5%204.5m1%200c0%20.371.1.718.277%201.016l1.387-1.387c-.39-.32-.83-.582-1.306-.772A2%202%200%200%200%2013.5%204.5M3.5%208a.5.5%200%200%200-.5.5V10a7%207%200%200%200%207%207h1.5a.5.5%200%200%200%20.5-.5V15a7%207%200%200%200-7-7zM2%208.5A1.5%201.5%200%200%201%203.5%207H5a8%208%200%200%201%208%208v1.5a1.5%201.5%200%200%201-1.5%201.5H10a8%208%200%200%201-8-8zm4.146%202.646a.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%22M13.704%2012.702a5%205%200%200%200%201.46-.83L8.128%204.836a5%205%200%200%200-.83%201.46a9%209%200%200%200-.99-.202a6%206%200%201%201%207.597%207.597a9%209%200%200%200-.201-.989M12.707%208l3.164%203.164a4.98%204.98%200%200%200%201.055-4.024c-.424.23-.91.36-1.426.36a3%203%200%200%201-1.739-.555zm3.164-3.164l-1.387%201.387c.297.176.645.277%201.016.277c.425%200%20.819-.133%201.143-.359a5%205%200%200%200-.772-1.305M12.5%204.5c0-.516.13-1.002.36-1.426a4.98%204.98%200%200%200-4.024%201.055L12%207.293l1.054-1.055A3%203%200%200%201%2012.5%204.5m1%200c0%20.371.1.718.277%201.016l1.387-1.387c-.39-.32-.83-.582-1.306-.772A2%202%200%200%200%2013.5%204.5M3.5%208a.5.5%200%200%200-.5.5V10a7%207%200%200%200%207%207h1.5a.5.5%200%200%200%20.5-.5V15a7%207%200%200%200-7-7zM2%208.5A1.5%201.5%200%200%201%203.5%207H5a8%208%200%200%201%208%208v1.5a1.5%201.5%200%200%201-1.5%201.5H10a8%208%200%200%201-8-8zm4.146%202.646a.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-regular.svg?color=%231a73e8&size=48