sport icon
sport-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- sport-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M18.035 15.096a6.5 6.5 0 0 1-2.154 1.128q.118.745.119 1.524a8.003 8.003 0 0 0-.12-15.526A8.003 8.003 0 0 0 6.252 8q.778 0 1.523.119a6.5 6.5 0 0 1 1.128-2.154zm1.06-1.06L15.062 10l.761-.761a4.23 4.23 0 0 0 2.428.76a4.23 4.23 0 0 0 2.22-.624q.03.308.03.625a6.47 6.47 0 0 1-1.404 4.035M16.225 3.89c.66.24 1.27.585 1.811 1.014l-2.187 2.187A2.74 2.74 0 0 1 15.5 5.75c0-.717.274-1.37.724-1.86M14.76 8.178l-.76.761l-4.035-4.035a6.47 6.47 0 0 1 4.66-1.374A4.23 4.23 0 0 0 14 5.75c0 .903.281 1.74.761 2.428m5.349-.402a2.74 2.74 0 0 1-1.86.724c-.487 0-.944-.127-1.34-.349l2.186-2.186a6.5 6.5 0 0 1 1.014 1.81M4.25 10.5a.75.75 0 0 0-.75.75v2a7.25 7.25 0 0 0 7.25 7.25h2a.75.75 0 0 0 .75-.75v-2a7.25 7.25 0 0 0-7.25-7.25zM2 11.25A2.25 2.25 0 0 1 4.25 9h2A8.75 8.75 0 0 1 15 17.75v2A2.25 2.25 0 0 1 12.75 22h-2A8.75 8.75 0 0 1 2 13.25zm5.78 2.47a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSport24Regular(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="M18.035 15.096a6.5 6.5 0 0 1-2.154 1.128q.118.745.119 1.524a8.003 8.003 0 0 0-.12-15.526A8.003 8.003 0 0 0 6.252 8q.778 0 1.523.119a6.5 6.5 0 0 1 1.128-2.154zm1.06-1.06L15.062 10l.761-.761a4.23 4.23 0 0 0 2.428.76a4.23 4.23 0 0 0 2.22-.624q.03.308.03.625a6.47 6.47 0 0 1-1.404 4.035M16.225 3.89c.66.24 1.27.585 1.811 1.014l-2.187 2.187A2.74 2.74 0 0 1 15.5 5.75c0-.717.274-1.37.724-1.86M14.76 8.178l-.76.761l-4.035-4.035a6.47 6.47 0 0 1 4.66-1.374A4.23 4.23 0 0 0 14 5.75c0 .903.281 1.74.761 2.428m5.349-.402a2.74 2.74 0 0 1-1.86.724c-.487 0-.944-.127-1.34-.349l2.186-2.186a6.5 6.5 0 0 1 1.014 1.81M4.25 10.5a.75.75 0 0 0-.75.75v2a7.25 7.25 0 0 0 7.25 7.25h2a.75.75 0 0 0 .75-.75v-2a7.25 7.25 0 0 0-7.25-7.25zM2 11.25A2.25 2.25 0 0 1 4.25 9h2A8.75 8.75 0 0 1 15 17.75v2A2.25 2.25 0 0 1 12.75 22h-2A8.75 8.75 0 0 1 2 13.25zm5.78 2.47a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.035 15.096a6.5 6.5 0 0 1-2.154 1.128q.118.745.119 1.524a8.003 8.003 0 0 0-.12-15.526A8.003 8.003 0 0 0 6.252 8q.778 0 1.523.119a6.5 6.5 0 0 1 1.128-2.154zm1.06-1.06L15.062 10l.761-.761a4.23 4.23 0 0 0 2.428.76a4.23 4.23 0 0 0 2.22-.624q.03.308.03.625a6.47 6.47 0 0 1-1.404 4.035M16.225 3.89c.66.24 1.27.585 1.811 1.014l-2.187 2.187A2.74 2.74 0 0 1 15.5 5.75c0-.717.274-1.37.724-1.86M14.76 8.178l-.76.761l-4.035-4.035a6.47 6.47 0 0 1 4.66-1.374A4.23 4.23 0 0 0 14 5.75c0 .903.281 1.74.761 2.428m5.349-.402a2.74 2.74 0 0 1-1.86.724c-.487 0-.944-.127-1.34-.349l2.186-2.186a6.5 6.5 0 0 1 1.014 1.81M4.25 10.5a.75.75 0 0 0-.75.75v2a7.25 7.25 0 0 0 7.25 7.25h2a.75.75 0 0 0 .75-.75v-2a7.25 7.25 0 0 0-7.25-7.25zM2 11.25A2.25 2.25 0 0 1 4.25 9h2A8.75 8.75 0 0 1 15 17.75v2A2.25 2.25 0 0 1 12.75 22h-2A8.75 8.75 0 0 1 2 13.25zm5.78 2.47a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06z"/></svg> </template>
CSS
.icon-sport-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.035%2015.096a6.5%206.5%200%200%201-2.154%201.128q.118.745.119%201.524a8.003%208.003%200%200%200-.12-15.526A8.003%208.003%200%200%200%206.252%208q.778%200%201.523.119a6.5%206.5%200%200%201%201.128-2.154zm1.06-1.06L15.062%2010l.761-.761a4.23%204.23%200%200%200%202.428.76a4.23%204.23%200%200%200%202.22-.624q.03.308.03.625a6.47%206.47%200%200%201-1.404%204.035M16.225%203.89c.66.24%201.27.585%201.811%201.014l-2.187%202.187A2.74%202.74%200%200%201%2015.5%205.75c0-.717.274-1.37.724-1.86M14.76%208.178l-.76.761l-4.035-4.035a6.47%206.47%200%200%201%204.66-1.374A4.23%204.23%200%200%200%2014%205.75c0%20.903.281%201.74.761%202.428m5.349-.402a2.74%202.74%200%200%201-1.86.724c-.487%200-.944-.127-1.34-.349l2.186-2.186a6.5%206.5%200%200%201%201.014%201.81M4.25%2010.5a.75.75%200%200%200-.75.75v2a7.25%207.25%200%200%200%207.25%207.25h2a.75.75%200%200%200%20.75-.75v-2a7.25%207.25%200%200%200-7.25-7.25zM2%2011.25A2.25%202.25%200%200%201%204.25%209h2A8.75%208.75%200%200%201%2015%2017.75v2A2.25%202.25%200%200%201%2012.75%2022h-2A8.75%208.75%200%200%201%202%2013.25zm5.78%202.47a.75.75%200%200%200-1.06%201.06l2.5%202.5a.75.75%200%201%200%201.06-1.06z%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%22M18.035%2015.096a6.5%206.5%200%200%201-2.154%201.128q.118.745.119%201.524a8.003%208.003%200%200%200-.12-15.526A8.003%208.003%200%200%200%206.252%208q.778%200%201.523.119a6.5%206.5%200%200%201%201.128-2.154zm1.06-1.06L15.062%2010l.761-.761a4.23%204.23%200%200%200%202.428.76a4.23%204.23%200%200%200%202.22-.624q.03.308.03.625a6.47%206.47%200%200%201-1.404%204.035M16.225%203.89c.66.24%201.27.585%201.811%201.014l-2.187%202.187A2.74%202.74%200%200%201%2015.5%205.75c0-.717.274-1.37.724-1.86M14.76%208.178l-.76.761l-4.035-4.035a6.47%206.47%200%200%201%204.66-1.374A4.23%204.23%200%200%200%2014%205.75c0%20.903.281%201.74.761%202.428m5.349-.402a2.74%202.74%200%200%201-1.86.724c-.487%200-.944-.127-1.34-.349l2.186-2.186a6.5%206.5%200%200%201%201.014%201.81M4.25%2010.5a.75.75%200%200%200-.75.75v2a7.25%207.25%200%200%200%207.25%207.25h2a.75.75%200%200%200%20.75-.75v-2a7.25%207.25%200%200%200-7.25-7.25zM2%2011.25A2.25%202.25%200%200%201%204.25%209h2A8.75%208.75%200%200%201%2015%2017.75v2A2.25%202.25%200%200%201%2012.75%2022h-2A8.75%208.75%200%200%201%202%2013.25zm5.78%202.47a.75.75%200%200%200-1.06%201.06l2.5%202.5a.75.75%200%201%200%201.06-1.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sport-24-regular.svg?color=%231a73e8&size=48