sports icon
sports-outline from Material Symbols by Google · Outline · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- sports-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sports-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
Use the sports icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 19q-2.5 0-4.25-1.75T5 13q0-.275.025-.55t.075-.55q-.125.05-.3.075T4.5 12q-1.05 0-1.775-.725T2 9.5t.688-1.775T4.425 7q.825 0 1.488.462T6.85 8.65q.825-.75 1.888-1.2T11 7h11v4h-5v2q0 2.5-1.75 4.25T11 19m-5.787-8.787Q5.5 9.925 5.5 9.5t-.288-.712T4.5 8.5t-.712.288T3.5 9.5t.288.713t.712.287t.713-.288m8.262 5.263Q14.5 14.45 14.5 13t-1.025-2.475T11 9.5t-2.475 1.025T7.5 13t1.025 2.475T11 16.5t2.475-1.025m-1.062-1.062Q13 13.825 13 13t-.587-1.412T11 11t-1.412.588T9 13t.588 1.413T11 15t1.413-.587M11 13"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSportsOutline(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="M11 19q-2.5 0-4.25-1.75T5 13q0-.275.025-.55t.075-.55q-.125.05-.3.075T4.5 12q-1.05 0-1.775-.725T2 9.5t.688-1.775T4.425 7q.825 0 1.488.462T6.85 8.65q.825-.75 1.888-1.2T11 7h11v4h-5v2q0 2.5-1.75 4.25T11 19m-5.787-8.787Q5.5 9.925 5.5 9.5t-.288-.712T4.5 8.5t-.712.288T3.5 9.5t.288.713t.712.287t.713-.288m8.262 5.263Q14.5 14.45 14.5 13t-1.025-2.475T11 9.5t-2.475 1.025T7.5 13t1.025 2.475T11 16.5t2.475-1.025m-1.062-1.062Q13 13.825 13 13t-.587-1.412T11 11t-1.412.588T9 13t.588 1.413T11 15t1.413-.587M11 13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 19q-2.5 0-4.25-1.75T5 13q0-.275.025-.55t.075-.55q-.125.05-.3.075T4.5 12q-1.05 0-1.775-.725T2 9.5t.688-1.775T4.425 7q.825 0 1.488.462T6.85 8.65q.825-.75 1.888-1.2T11 7h11v4h-5v2q0 2.5-1.75 4.25T11 19m-5.787-8.787Q5.5 9.925 5.5 9.5t-.288-.712T4.5 8.5t-.712.288T3.5 9.5t.288.713t.712.287t.713-.288m8.262 5.263Q14.5 14.45 14.5 13t-1.025-2.475T11 9.5t-2.475 1.025T7.5 13t1.025 2.475T11 16.5t2.475-1.025m-1.062-1.062Q13 13.825 13 13t-.587-1.412T11 11t-1.412.588T9 13t.588 1.413T11 15t1.413-.587M11 13"/></svg> </template>
CSS
.icon-sports-outline {
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%22M11%2019q-2.5%200-4.25-1.75T5%2013q0-.275.025-.55t.075-.55q-.125.05-.3.075T4.5%2012q-1.05%200-1.775-.725T2%209.5t.688-1.775T4.425%207q.825%200%201.488.462T6.85%208.65q.825-.75%201.888-1.2T11%207h11v4h-5v2q0%202.5-1.75%204.25T11%2019m-5.787-8.787Q5.5%209.925%205.5%209.5t-.288-.712T4.5%208.5t-.712.288T3.5%209.5t.288.713t.712.287t.713-.288m8.262%205.263Q14.5%2014.45%2014.5%2013t-1.025-2.475T11%209.5t-2.475%201.025T7.5%2013t1.025%202.475T11%2016.5t2.475-1.025m-1.062-1.062Q13%2013.825%2013%2013t-.587-1.412T11%2011t-1.412.588T9%2013t.588%201.413T11%2015t1.413-.587M11%2013%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%22M11%2019q-2.5%200-4.25-1.75T5%2013q0-.275.025-.55t.075-.55q-.125.05-.3.075T4.5%2012q-1.05%200-1.775-.725T2%209.5t.688-1.775T4.425%207q.825%200%201.488.462T6.85%208.65q.825-.75%201.888-1.2T11%207h11v4h-5v2q0%202.5-1.75%204.25T11%2019m-5.787-8.787Q5.5%209.925%205.5%209.5t-.288-.712T4.5%208.5t-.712.288T3.5%209.5t.288.713t.712.287t.713-.288m8.262%205.263Q14.5%2014.45%2014.5%2013t-1.025-2.475T11%209.5t-2.475%201.025T7.5%2013t1.025%202.475T11%2016.5t2.475-1.025m-1.062-1.062Q13%2013.825%2013%2013t-.587-1.412T11%2011t-1.412.588T9%2013t.588%201.413T11%2015t1.413-.587M11%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sports-outline.svg?color=%231a73e8&size=48