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

Name
sport-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M13.016 9.308a4.48 4.48 0 0 0 .955-3.317a3 3 0 0 1-1.221.259a3 3 0 0 1-1.739-.555l-.804.805zm-.707.708L9.163 6.87l-.034-.034L5.984 3.69c-.353.44-.624.948-.792 1.5a7.5 7.5 0 0 0-.995-.159a5.5 5.5 0 0 1 6.442-3.914q.602.128 1.148.379a5.52 5.52 0 0 1 2.716 2.717q.25.545.379 1.147q.116.552.117 1.139a5.5 5.5 0 0 1-4.031 5.302a7.5 7.5 0 0 0-.16-.995a4.5 4.5 0 0 0 1.5-.791m1.43-5.027a4.5 4.5 0 0 0-.724-1.298l-1.282 1.282a2 2 0 0 0 2.007.016m-2.712-.724l1.281-1.28a4.5 4.5 0 0 0-1.296-.725c-.167.292-.262.63-.262.99c0 .37.1.718.277 1.015M10.009 2.03a4.48 4.48 0 0 0-3.318.955L9.5 5.792l.804-.804A3 3 0 0 1 9.75 3.25c0-.435.093-.848.26-1.221M2.5 7a.5.5 0 0 0-.5.5v1A5.5 5.5 0 0 0 7.5 14h1a.5.5 0 0 0 .5-.5v-1A5.5 5.5 0 0 0 3.5 7zM1 7.5A1.5 1.5 0 0 1 2.5 6h1a6.5 6.5 0 0 1 6.5 6.5v1A1.5 1.5 0 0 1 8.5 15h-1A6.5 6.5 0 0 1 1 8.5zm3.396 1.896a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708"/></svg>

React

import type { SVGProps } from "react";

export function FluentSport16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.016 9.308a4.48 4.48 0 0 0 .955-3.317a3 3 0 0 1-1.221.259a3 3 0 0 1-1.739-.555l-.804.805zm-.707.708L9.163 6.87l-.034-.034L5.984 3.69c-.353.44-.624.948-.792 1.5a7.5 7.5 0 0 0-.995-.159a5.5 5.5 0 0 1 6.442-3.914q.602.128 1.148.379a5.52 5.52 0 0 1 2.716 2.717q.25.545.379 1.147q.116.552.117 1.139a5.5 5.5 0 0 1-4.031 5.302a7.5 7.5 0 0 0-.16-.995a4.5 4.5 0 0 0 1.5-.791m1.43-5.027a4.5 4.5 0 0 0-.724-1.298l-1.282 1.282a2 2 0 0 0 2.007.016m-2.712-.724l1.281-1.28a4.5 4.5 0 0 0-1.296-.725c-.167.292-.262.63-.262.99c0 .37.1.718.277 1.015M10.009 2.03a4.48 4.48 0 0 0-3.318.955L9.5 5.792l.804-.804A3 3 0 0 1 9.75 3.25c0-.435.093-.848.26-1.221M2.5 7a.5.5 0 0 0-.5.5v1A5.5 5.5 0 0 0 7.5 14h1a.5.5 0 0 0 .5-.5v-1A5.5 5.5 0 0 0 3.5 7zM1 7.5A1.5 1.5 0 0 1 2.5 6h1a6.5 6.5 0 0 1 6.5 6.5v1A1.5 1.5 0 0 1 8.5 15h-1A6.5 6.5 0 0 1 1 8.5zm3.396 1.896a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708l-1.5-1.5a.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 16 16"><path fill="currentColor" d="M13.016 9.308a4.48 4.48 0 0 0 .955-3.317a3 3 0 0 1-1.221.259a3 3 0 0 1-1.739-.555l-.804.805zm-.707.708L9.163 6.87l-.034-.034L5.984 3.69c-.353.44-.624.948-.792 1.5a7.5 7.5 0 0 0-.995-.159a5.5 5.5 0 0 1 6.442-3.914q.602.128 1.148.379a5.52 5.52 0 0 1 2.716 2.717q.25.545.379 1.147q.116.552.117 1.139a5.5 5.5 0 0 1-4.031 5.302a7.5 7.5 0 0 0-.16-.995a4.5 4.5 0 0 0 1.5-.791m1.43-5.027a4.5 4.5 0 0 0-.724-1.298l-1.282 1.282a2 2 0 0 0 2.007.016m-2.712-.724l1.281-1.28a4.5 4.5 0 0 0-1.296-.725c-.167.292-.262.63-.262.99c0 .37.1.718.277 1.015M10.009 2.03a4.48 4.48 0 0 0-3.318.955L9.5 5.792l.804-.804A3 3 0 0 1 9.75 3.25c0-.435.093-.848.26-1.221M2.5 7a.5.5 0 0 0-.5.5v1A5.5 5.5 0 0 0 7.5 14h1a.5.5 0 0 0 .5-.5v-1A5.5 5.5 0 0 0 3.5 7zM1 7.5A1.5 1.5 0 0 1 2.5 6h1a6.5 6.5 0 0 1 6.5 6.5v1A1.5 1.5 0 0 1 8.5 15h-1A6.5 6.5 0 0 1 1 8.5zm3.396 1.896a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708"/></svg>
</template>

CSS

.icon-sport-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.016%209.308a4.48%204.48%200%200%200%20.955-3.317a3%203%200%200%201-1.221.259a3%203%200%200%201-1.739-.555l-.804.805zm-.707.708L9.163%206.87l-.034-.034L5.984%203.69c-.353.44-.624.948-.792%201.5a7.5%207.5%200%200%200-.995-.159a5.5%205.5%200%200%201%206.442-3.914q.602.128%201.148.379a5.52%205.52%200%200%201%202.716%202.717q.25.545.379%201.147q.116.552.117%201.139a5.5%205.5%200%200%201-4.031%205.302a7.5%207.5%200%200%200-.16-.995a4.5%204.5%200%200%200%201.5-.791m1.43-5.027a4.5%204.5%200%200%200-.724-1.298l-1.282%201.282a2%202%200%200%200%202.007.016m-2.712-.724l1.281-1.28a4.5%204.5%200%200%200-1.296-.725c-.167.292-.262.63-.262.99c0%20.37.1.718.277%201.015M10.009%202.03a4.48%204.48%200%200%200-3.318.955L9.5%205.792l.804-.804A3%203%200%200%201%209.75%203.25c0-.435.093-.848.26-1.221M2.5%207a.5.5%200%200%200-.5.5v1A5.5%205.5%200%200%200%207.5%2014h1a.5.5%200%200%200%20.5-.5v-1A5.5%205.5%200%200%200%203.5%207zM1%207.5A1.5%201.5%200%200%201%202.5%206h1a6.5%206.5%200%200%201%206.5%206.5v1A1.5%201.5%200%200%201%208.5%2015h-1A6.5%206.5%200%200%201%201%208.5zm3.396%201.896a.5.5%200%200%201%20.708%200l1.5%201.5a.5.5%200%200%201-.708.708l-1.5-1.5a.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.016%209.308a4.48%204.48%200%200%200%20.955-3.317a3%203%200%200%201-1.221.259a3%203%200%200%201-1.739-.555l-.804.805zm-.707.708L9.163%206.87l-.034-.034L5.984%203.69c-.353.44-.624.948-.792%201.5a7.5%207.5%200%200%200-.995-.159a5.5%205.5%200%200%201%206.442-3.914q.602.128%201.148.379a5.52%205.52%200%200%201%202.716%202.717q.25.545.379%201.147q.116.552.117%201.139a5.5%205.5%200%200%201-4.031%205.302a7.5%207.5%200%200%200-.16-.995a4.5%204.5%200%200%200%201.5-.791m1.43-5.027a4.5%204.5%200%200%200-.724-1.298l-1.282%201.282a2%202%200%200%200%202.007.016m-2.712-.724l1.281-1.28a4.5%204.5%200%200%200-1.296-.725c-.167.292-.262.63-.262.99c0%20.37.1.718.277%201.015M10.009%202.03a4.48%204.48%200%200%200-3.318.955L9.5%205.792l.804-.804A3%203%200%200%201%209.75%203.25c0-.435.093-.848.26-1.221M2.5%207a.5.5%200%200%200-.5.5v1A5.5%205.5%200%200%200%207.5%2014h1a.5.5%200%200%200%20.5-.5v-1A5.5%205.5%200%200%200%203.5%207zM1%207.5A1.5%201.5%200%200%201%202.5%206h1a6.5%206.5%200%200%201%206.5%206.5v1A1.5%201.5%200%200%201%208.5%2015h-1A6.5%206.5%200%200%201%201%208.5zm3.396%201.896a.5.5%200%200%201%20.708%200l1.5%201.5a.5.5%200%200%201-.708.708l-1.5-1.5a.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-16-regular.svg?color=%231a73e8&size=48