stadium icon
stadium-outline from Material Symbols by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- stadium-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- stadium-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
Use the stadium icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 7V3l4 2zm15 0V3l4 2zm-7-1V2l4 2zm0 16q-1.9-.05-3.537-.312t-2.85-.663T2.7 20.1T2 19v-9q0-.625.788-1.162t2.137-.95t3.175-.65T12 7t3.9.238t3.175.65t2.138.95T22 10v9q0 .575-.7 1.1t-1.912.925t-2.85.663T13 22v-4h-2zm1-11q2.425 0 4.188-.288T19 10.05q0-.125-1.9-.587T12 9t-5.1.463t-1.9.587q1.05.375 2.812.663T12 11m-3 8.85V16h6v3.85q2-.2 3.275-.587T20 18.575V11.8q-1.375.55-3.45.875T12 13t-4.55-.325T4 11.8v6.775q.45.3 1.725.688T9 19.85m3-4.025"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsStadiumOutline(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="M3 7V3l4 2zm15 0V3l4 2zm-7-1V2l4 2zm0 16q-1.9-.05-3.537-.312t-2.85-.663T2.7 20.1T2 19v-9q0-.625.788-1.162t2.137-.95t3.175-.65T12 7t3.9.238t3.175.65t2.138.95T22 10v9q0 .575-.7 1.1t-1.912.925t-2.85.663T13 22v-4h-2zm1-11q2.425 0 4.188-.288T19 10.05q0-.125-1.9-.587T12 9t-5.1.463t-1.9.587q1.05.375 2.812.663T12 11m-3 8.85V16h6v3.85q2-.2 3.275-.587T20 18.575V11.8q-1.375.55-3.45.875T12 13t-4.55-.325T4 11.8v6.775q.45.3 1.725.688T9 19.85m3-4.025"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 7V3l4 2zm15 0V3l4 2zm-7-1V2l4 2zm0 16q-1.9-.05-3.537-.312t-2.85-.663T2.7 20.1T2 19v-9q0-.625.788-1.162t2.137-.95t3.175-.65T12 7t3.9.238t3.175.65t2.138.95T22 10v9q0 .575-.7 1.1t-1.912.925t-2.85.663T13 22v-4h-2zm1-11q2.425 0 4.188-.288T19 10.05q0-.125-1.9-.587T12 9t-5.1.463t-1.9.587q1.05.375 2.812.663T12 11m-3 8.85V16h6v3.85q2-.2 3.275-.587T20 18.575V11.8q-1.375.55-3.45.875T12 13t-4.55-.325T4 11.8v6.775q.45.3 1.725.688T9 19.85m3-4.025"/></svg> </template>
CSS
.icon-stadium-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%22M3%207V3l4%202zm15%200V3l4%202zm-7-1V2l4%202zm0%2016q-1.9-.05-3.537-.312t-2.85-.663T2.7%2020.1T2%2019v-9q0-.625.788-1.162t2.137-.95t3.175-.65T12%207t3.9.238t3.175.65t2.138.95T22%2010v9q0%20.575-.7%201.1t-1.912.925t-2.85.663T13%2022v-4h-2zm1-11q2.425%200%204.188-.288T19%2010.05q0-.125-1.9-.587T12%209t-5.1.463t-1.9.587q1.05.375%202.812.663T12%2011m-3%208.85V16h6v3.85q2-.2%203.275-.587T20%2018.575V11.8q-1.375.55-3.45.875T12%2013t-4.55-.325T4%2011.8v6.775q.45.3%201.725.688T9%2019.85m3-4.025%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%22M3%207V3l4%202zm15%200V3l4%202zm-7-1V2l4%202zm0%2016q-1.9-.05-3.537-.312t-2.85-.663T2.7%2020.1T2%2019v-9q0-.625.788-1.162t2.137-.95t3.175-.65T12%207t3.9.238t3.175.65t2.138.95T22%2010v9q0%20.575-.7%201.1t-1.912.925t-2.85.663T13%2022v-4h-2zm1-11q2.425%200%204.188-.288T19%2010.05q0-.125-1.9-.587T12%209t-5.1.463t-1.9.587q1.05.375%202.812.663T12%2011m-3%208.85V16h6v3.85q2-.2%203.275-.587T20%2018.575V11.8q-1.375.55-3.45.875T12%2013t-4.55-.325T4%2011.8v6.775q.45.3%201.725.688T9%2019.85m3-4.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/stadium-outline.svg?color=%231a73e8&size=48