sport general icon
sport-general-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- sport-general-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the sport general icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path d="M4.437 4.347l-.01.025c.305.09.625.193.953.315c.154-.351.356-.686.604-.996l6.325 6.325a4.474 4.474 0 0 1-.975.594c.122.328.226.648.316.954l.032-.014a5.508 5.508 0 0 0 3.199-6.191a5.507 5.507 0 0 0-5.701-4.35a5.504 5.504 0 0 0-1.704.375a5.519 5.519 0 0 0-3.039 2.963zm9.31.664c-.632.399-1.44.409-2.081.03l1.35-1.35c.324.404.568.851.732 1.32zm-2.804.752a3.004 3.004 0 0 0 3.032.263a4.493 4.493 0 0 1-.959 3.283l-2.809-2.81l.736-.736zm-.707-.707l-.736.737l-2.81-2.81a4.493 4.493 0 0 1 3.284-.958a3.004 3.004 0 0 0 .262 3.031zm.723-.722a2.003 2.003 0 0 1 .03-2.082c.469.164.916.408 1.32.732l-1.35 1.35z" fill="currentColor"/><path d="M4.896 8.897a.5.5 0 0 1 .707 0l1.5 1.5a.5.5 0 1 1-.707.707l-1.5-1.5a.5.5 0 0 1 0-.707z" fill="currentColor"/><path d="M1.068 7.02a1.628 1.628 0 0 1 1.95-1.97c1.496.313 3.769 1.02 5.362 2.614c1.597 1.596 2.295 3.863 2.6 5.35a1.626 1.626 0 0 1-1.958 1.943c-1.479-.315-3.726-1.025-5.318-2.617c-1.587-1.587-2.31-3.835-2.636-5.32zm1.745-.99c-.493-.104-.877.284-.769.776c.313 1.427.985 3.445 2.367 4.827c1.385 1.385 3.4 2.044 4.819 2.346c.487.104.87-.276.77-.764c-.292-1.428-.94-3.458-2.327-4.844C6.29 6.987 4.252 6.33 2.813 6.029z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentSportGeneral16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path d="M4.437 4.347l-.01.025c.305.09.625.193.953.315c.154-.351.356-.686.604-.996l6.325 6.325a4.474 4.474 0 0 1-.975.594c.122.328.226.648.316.954l.032-.014a5.508 5.508 0 0 0 3.199-6.191a5.507 5.507 0 0 0-5.701-4.35a5.504 5.504 0 0 0-1.704.375a5.519 5.519 0 0 0-3.039 2.963zm9.31.664c-.632.399-1.44.409-2.081.03l1.35-1.35c.324.404.568.851.732 1.32zm-2.804.752a3.004 3.004 0 0 0 3.032.263a4.493 4.493 0 0 1-.959 3.283l-2.809-2.81l.736-.736zm-.707-.707l-.736.737l-2.81-2.81a4.493 4.493 0 0 1 3.284-.958a3.004 3.004 0 0 0 .262 3.031zm.723-.722a2.003 2.003 0 0 1 .03-2.082c.469.164.916.408 1.32.732l-1.35 1.35z" fill="currentColor"/><path d="M4.896 8.897a.5.5 0 0 1 .707 0l1.5 1.5a.5.5 0 1 1-.707.707l-1.5-1.5a.5.5 0 0 1 0-.707z" fill="currentColor"/><path d="M1.068 7.02a1.628 1.628 0 0 1 1.95-1.97c1.496.313 3.769 1.02 5.362 2.614c1.597 1.596 2.295 3.863 2.6 5.35a1.626 1.626 0 0 1-1.958 1.943c-1.479-.315-3.726-1.025-5.318-2.617c-1.587-1.587-2.31-3.835-2.636-5.32zm1.745-.99c-.493-.104-.877.284-.769.776c.313 1.427.985 3.445 2.367 4.827c1.385 1.385 3.4 2.044 4.819 2.346c.487.104.87-.276.77-.764c-.292-1.428-.94-3.458-2.327-4.844C6.29 6.987 4.252 6.33 2.813 6.029z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path d="M4.437 4.347l-.01.025c.305.09.625.193.953.315c.154-.351.356-.686.604-.996l6.325 6.325a4.474 4.474 0 0 1-.975.594c.122.328.226.648.316.954l.032-.014a5.508 5.508 0 0 0 3.199-6.191a5.507 5.507 0 0 0-5.701-4.35a5.504 5.504 0 0 0-1.704.375a5.519 5.519 0 0 0-3.039 2.963zm9.31.664c-.632.399-1.44.409-2.081.03l1.35-1.35c.324.404.568.851.732 1.32zm-2.804.752a3.004 3.004 0 0 0 3.032.263a4.493 4.493 0 0 1-.959 3.283l-2.809-2.81l.736-.736zm-.707-.707l-.736.737l-2.81-2.81a4.493 4.493 0 0 1 3.284-.958a3.004 3.004 0 0 0 .262 3.031zm.723-.722a2.003 2.003 0 0 1 .03-2.082c.469.164.916.408 1.32.732l-1.35 1.35z" fill="currentColor"/><path d="M4.896 8.897a.5.5 0 0 1 .707 0l1.5 1.5a.5.5 0 1 1-.707.707l-1.5-1.5a.5.5 0 0 1 0-.707z" fill="currentColor"/><path d="M1.068 7.02a1.628 1.628 0 0 1 1.95-1.97c1.496.313 3.769 1.02 5.362 2.614c1.597 1.596 2.295 3.863 2.6 5.35a1.626 1.626 0 0 1-1.958 1.943c-1.479-.315-3.726-1.025-5.318-2.617c-1.587-1.587-2.31-3.835-2.636-5.32zm1.745-.99c-.493-.104-.877.284-.769.776c.313 1.427.985 3.445 2.367 4.827c1.385 1.385 3.4 2.044 4.819 2.346c.487.104.87-.276.77-.764c-.292-1.428-.94-3.458-2.327-4.844C6.29 6.987 4.252 6.33 2.813 6.029z" fill="currentColor"/></g></svg> </template>
CSS
.icon-sport-general-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4.437%204.347l-.01.025c.305.09.625.193.953.315c.154-.351.356-.686.604-.996l6.325%206.325a4.474%204.474%200%200%201-.975.594c.122.328.226.648.316.954l.032-.014a5.508%205.508%200%200%200%203.199-6.191a5.507%205.507%200%200%200-5.701-4.35a5.504%205.504%200%200%200-1.704.375a5.519%205.519%200%200%200-3.039%202.963zm9.31.664c-.632.399-1.44.409-2.081.03l1.35-1.35c.324.404.568.851.732%201.32zm-2.804.752a3.004%203.004%200%200%200%203.032.263a4.493%204.493%200%200%201-.959%203.283l-2.809-2.81l.736-.736zm-.707-.707l-.736.737l-2.81-2.81a4.493%204.493%200%200%201%203.284-.958a3.004%203.004%200%200%200%20.262%203.031zm.723-.722a2.003%202.003%200%200%201%20.03-2.082c.469.164.916.408%201.32.732l-1.35%201.35z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4.896%208.897a.5.5%200%200%201%20.707%200l1.5%201.5a.5.5%200%201%201-.707.707l-1.5-1.5a.5.5%200%200%201%200-.707z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M1.068%207.02a1.628%201.628%200%200%201%201.95-1.97c1.496.313%203.769%201.02%205.362%202.614c1.597%201.596%202.295%203.863%202.6%205.35a1.626%201.626%200%200%201-1.958%201.943c-1.479-.315-3.726-1.025-5.318-2.617c-1.587-1.587-2.31-3.835-2.636-5.32zm1.745-.99c-.493-.104-.877.284-.769.776c.313%201.427.985%203.445%202.367%204.827c1.385%201.385%203.4%202.044%204.819%202.346c.487.104.87-.276.77-.764c-.292-1.428-.94-3.458-2.327-4.844C6.29%206.987%204.252%206.33%202.813%206.029z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4.437%204.347l-.01.025c.305.09.625.193.953.315c.154-.351.356-.686.604-.996l6.325%206.325a4.474%204.474%200%200%201-.975.594c.122.328.226.648.316.954l.032-.014a5.508%205.508%200%200%200%203.199-6.191a5.507%205.507%200%200%200-5.701-4.35a5.504%205.504%200%200%200-1.704.375a5.519%205.519%200%200%200-3.039%202.963zm9.31.664c-.632.399-1.44.409-2.081.03l1.35-1.35c.324.404.568.851.732%201.32zm-2.804.752a3.004%203.004%200%200%200%203.032.263a4.493%204.493%200%200%201-.959%203.283l-2.809-2.81l.736-.736zm-.707-.707l-.736.737l-2.81-2.81a4.493%204.493%200%200%201%203.284-.958a3.004%203.004%200%200%200%20.262%203.031zm.723-.722a2.003%202.003%200%200%201%20.03-2.082c.469.164.916.408%201.32.732l-1.35%201.35z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4.896%208.897a.5.5%200%200%201%20.707%200l1.5%201.5a.5.5%200%201%201-.707.707l-1.5-1.5a.5.5%200%200%201%200-.707z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M1.068%207.02a1.628%201.628%200%200%201%201.95-1.97c1.496.313%203.769%201.02%205.362%202.614c1.597%201.596%202.295%203.863%202.6%205.35a1.626%201.626%200%200%201-1.958%201.943c-1.479-.315-3.726-1.025-5.318-2.617c-1.587-1.587-2.31-3.835-2.636-5.32zm1.745-.99c-.493-.104-.877.284-.769.776c.313%201.427.985%203.445%202.367%204.827c1.385%201.385%203.4%202.044%204.819%202.346c.487.104.87-.276.77-.764c-.292-1.428-.94-3.458-2.327-4.844C6.29%206.987%204.252%206.33%202.813%206.029z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sport-general-16-regular.svg?color=%231a73e8&size=48