sport icon
sport-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- sport-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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="M20.162 4.898c.406.49.755 1.029 1.036 1.606a2.75 2.75 0 0 1-3.789 1.148zm-1.06-1.06L16.348 6.59a2.75 2.75 0 0 1 1.147-3.789a8 8 0 0 1 1.607 1.036M22 10c0-.615-.07-1.214-.201-1.79a4.24 4.24 0 0 1-3.05 1.29a4.23 4.23 0 0 1-2.427-.761l-.761.761l5.032 5.032A7.96 7.96 0 0 0 22 10m-7.5-4.75c0-1.196.494-2.277 1.29-3.05a8.03 8.03 0 0 0-6.323 1.207L14.5 8.439l.761-.761A4.23 4.23 0 0 1 14.5 5.25m0 5.31l5.126 5.127A8 8 0 0 1 16 17.748a9.7 9.7 0 0 0-2.346-6.342zm-1.906-.214A9.7 9.7 0 0 0 6.252 8a8 8 0 0 1 2.06-3.626L13.44 9.5zM4.25 9A2.25 2.25 0 0 0 2 11.25v2A8.75 8.75 0 0 0 10.75 22h2A2.25 2.25 0 0 0 15 19.75v-2A8.75 8.75 0 0 0 6.25 9zm2.47 4.72a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06"/></svg>
React
import type { SVGProps } from "react";
export function FluentSport24Filled(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="M20.162 4.898c.406.49.755 1.029 1.036 1.606a2.75 2.75 0 0 1-3.789 1.148zm-1.06-1.06L16.348 6.59a2.75 2.75 0 0 1 1.147-3.789a8 8 0 0 1 1.607 1.036M22 10c0-.615-.07-1.214-.201-1.79a4.24 4.24 0 0 1-3.05 1.29a4.23 4.23 0 0 1-2.427-.761l-.761.761l5.032 5.032A7.96 7.96 0 0 0 22 10m-7.5-4.75c0-1.196.494-2.277 1.29-3.05a8.03 8.03 0 0 0-6.323 1.207L14.5 8.439l.761-.761A4.23 4.23 0 0 1 14.5 5.25m0 5.31l5.126 5.127A8 8 0 0 1 16 17.748a9.7 9.7 0 0 0-2.346-6.342zm-1.906-.214A9.7 9.7 0 0 0 6.252 8a8 8 0 0 1 2.06-3.626L13.44 9.5zM4.25 9A2.25 2.25 0 0 0 2 11.25v2A8.75 8.75 0 0 0 10.75 22h2A2.25 2.25 0 0 0 15 19.75v-2A8.75 8.75 0 0 0 6.25 9zm2.47 4.72a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.162 4.898c.406.49.755 1.029 1.036 1.606a2.75 2.75 0 0 1-3.789 1.148zm-1.06-1.06L16.348 6.59a2.75 2.75 0 0 1 1.147-3.789a8 8 0 0 1 1.607 1.036M22 10c0-.615-.07-1.214-.201-1.79a4.24 4.24 0 0 1-3.05 1.29a4.23 4.23 0 0 1-2.427-.761l-.761.761l5.032 5.032A7.96 7.96 0 0 0 22 10m-7.5-4.75c0-1.196.494-2.277 1.29-3.05a8.03 8.03 0 0 0-6.323 1.207L14.5 8.439l.761-.761A4.23 4.23 0 0 1 14.5 5.25m0 5.31l5.126 5.127A8 8 0 0 1 16 17.748a9.7 9.7 0 0 0-2.346-6.342zm-1.906-.214A9.7 9.7 0 0 0 6.252 8a8 8 0 0 1 2.06-3.626L13.44 9.5zM4.25 9A2.25 2.25 0 0 0 2 11.25v2A8.75 8.75 0 0 0 10.75 22h2A2.25 2.25 0 0 0 15 19.75v-2A8.75 8.75 0 0 0 6.25 9zm2.47 4.72a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06"/></svg> </template>
CSS
.icon-sport-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.162%204.898c.406.49.755%201.029%201.036%201.606a2.75%202.75%200%200%201-3.789%201.148zm-1.06-1.06L16.348%206.59a2.75%202.75%200%200%201%201.147-3.789a8%208%200%200%201%201.607%201.036M22%2010c0-.615-.07-1.214-.201-1.79a4.24%204.24%200%200%201-3.05%201.29a4.23%204.23%200%200%201-2.427-.761l-.761.761l5.032%205.032A7.96%207.96%200%200%200%2022%2010m-7.5-4.75c0-1.196.494-2.277%201.29-3.05a8.03%208.03%200%200%200-6.323%201.207L14.5%208.439l.761-.761A4.23%204.23%200%200%201%2014.5%205.25m0%205.31l5.126%205.127A8%208%200%200%201%2016%2017.748a9.7%209.7%200%200%200-2.346-6.342zm-1.906-.214A9.7%209.7%200%200%200%206.252%208a8%208%200%200%201%202.06-3.626L13.44%209.5zM4.25%209A2.25%202.25%200%200%200%202%2011.25v2A8.75%208.75%200%200%200%2010.75%2022h2A2.25%202.25%200%200%200%2015%2019.75v-2A8.75%208.75%200%200%200%206.25%209zm2.47%204.72a.75.75%200%200%201%201.06%200l2.5%202.5a.75.75%200%201%201-1.06%201.06l-2.5-2.5a.75.75%200%200%201%200-1.06%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%22M20.162%204.898c.406.49.755%201.029%201.036%201.606a2.75%202.75%200%200%201-3.789%201.148zm-1.06-1.06L16.348%206.59a2.75%202.75%200%200%201%201.147-3.789a8%208%200%200%201%201.607%201.036M22%2010c0-.615-.07-1.214-.201-1.79a4.24%204.24%200%200%201-3.05%201.29a4.23%204.23%200%200%201-2.427-.761l-.761.761l5.032%205.032A7.96%207.96%200%200%200%2022%2010m-7.5-4.75c0-1.196.494-2.277%201.29-3.05a8.03%208.03%200%200%200-6.323%201.207L14.5%208.439l.761-.761A4.23%204.23%200%200%201%2014.5%205.25m0%205.31l5.126%205.127A8%208%200%200%201%2016%2017.748a9.7%209.7%200%200%200-2.346-6.342zm-1.906-.214A9.7%209.7%200%200%200%206.252%208a8%208%200%200%201%202.06-3.626L13.44%209.5zM4.25%209A2.25%202.25%200%200%200%202%2011.25v2A8.75%208.75%200%200%200%2010.75%2022h2A2.25%202.25%200%200%200%2015%2019.75v-2A8.75%208.75%200%200%200%206.25%209zm2.47%204.72a.75.75%200%200%201%201.06%200l2.5%202.5a.75.75%200%201%201-1.06%201.06l-2.5-2.5a.75.75%200%200%201%200-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sport-24-filled.svg?color=%231a73e8&size=48