stadium-outline-rounded from Material Symbols by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
stadium-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

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 6.2V3.8q0-.275.238-.425t.487-.025L6.1 4.55q.275.125.275.45t-.275.45l-2.375 1.2q-.25.125-.488-.025T3 6.2m15 0V3.8q0-.275.238-.425t.487-.025l2.375 1.2q.275.125.275.45t-.275.45l-2.375 1.2q-.25.125-.488-.025T18 6.2m-7-1V2.8q0-.275.238-.425t.487-.025l2.375 1.2q.275.125.275.45t-.275.45l-2.375 1.2q-.25.125-.487-.025T11 5.2m-.85 16.775q-3.5-.2-5.825-1.037T2 19v-9q0-.625.788-1.162t2.137-.95t3.175-.65T12 7t3.9.238t3.175.65t2.138.95T22 10v9q0 1.125-2.337 1.95t-5.838 1.025q-.35.025-.587-.213T13 21.176V18h-2v3.15q0 .35-.25.6t-.6.225M12 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.85V18q0-.825.588-1.412T11 16h2q.825 0 1.413.588T15 18v1.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 MaterialSymbolsStadiumOutlineRounded(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 6.2V3.8q0-.275.238-.425t.487-.025L6.1 4.55q.275.125.275.45t-.275.45l-2.375 1.2q-.25.125-.488-.025T3 6.2m15 0V3.8q0-.275.238-.425t.487-.025l2.375 1.2q.275.125.275.45t-.275.45l-2.375 1.2q-.25.125-.488-.025T18 6.2m-7-1V2.8q0-.275.238-.425t.487-.025l2.375 1.2q.275.125.275.45t-.275.45l-2.375 1.2q-.25.125-.487-.025T11 5.2m-.85 16.775q-3.5-.2-5.825-1.037T2 19v-9q0-.625.788-1.162t2.137-.95t3.175-.65T12 7t3.9.238t3.175.65t2.138.95T22 10v9q0 1.125-2.337 1.95t-5.838 1.025q-.35.025-.587-.213T13 21.176V18h-2v3.15q0 .35-.25.6t-.6.225M12 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.85V18q0-.825.588-1.412T11 16h2q.825 0 1.413.588T15 18v1.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 6.2V3.8q0-.275.238-.425t.487-.025L6.1 4.55q.275.125.275.45t-.275.45l-2.375 1.2q-.25.125-.488-.025T3 6.2m15 0V3.8q0-.275.238-.425t.487-.025l2.375 1.2q.275.125.275.45t-.275.45l-2.375 1.2q-.25.125-.488-.025T18 6.2m-7-1V2.8q0-.275.238-.425t.487-.025l2.375 1.2q.275.125.275.45t-.275.45l-2.375 1.2q-.25.125-.487-.025T11 5.2m-.85 16.775q-3.5-.2-5.825-1.037T2 19v-9q0-.625.788-1.162t2.137-.95t3.175-.65T12 7t3.9.238t3.175.65t2.138.95T22 10v9q0 1.125-2.337 1.95t-5.838 1.025q-.35.025-.587-.213T13 21.176V18h-2v3.15q0 .35-.25.6t-.6.225M12 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.85V18q0-.825.588-1.412T11 16h2q.825 0 1.413.588T15 18v1.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-rounded {
  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%206.2V3.8q0-.275.238-.425t.487-.025L6.1%204.55q.275.125.275.45t-.275.45l-2.375%201.2q-.25.125-.488-.025T3%206.2m15%200V3.8q0-.275.238-.425t.487-.025l2.375%201.2q.275.125.275.45t-.275.45l-2.375%201.2q-.25.125-.488-.025T18%206.2m-7-1V2.8q0-.275.238-.425t.487-.025l2.375%201.2q.275.125.275.45t-.275.45l-2.375%201.2q-.25.125-.487-.025T11%205.2m-.85%2016.775q-3.5-.2-5.825-1.037T2%2019v-9q0-.625.788-1.162t2.137-.95t3.175-.65T12%207t3.9.238t3.175.65t2.138.95T22%2010v9q0%201.125-2.337%201.95t-5.838%201.025q-.35.025-.587-.213T13%2021.176V18h-2v3.15q0%20.35-.25.6t-.6.225M12%2011q2.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.85V18q0-.825.588-1.412T11%2016h2q.825%200%201.413.588T15%2018v1.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%206.2V3.8q0-.275.238-.425t.487-.025L6.1%204.55q.275.125.275.45t-.275.45l-2.375%201.2q-.25.125-.488-.025T3%206.2m15%200V3.8q0-.275.238-.425t.487-.025l2.375%201.2q.275.125.275.45t-.275.45l-2.375%201.2q-.25.125-.488-.025T18%206.2m-7-1V2.8q0-.275.238-.425t.487-.025l2.375%201.2q.275.125.275.45t-.275.45l-2.375%201.2q-.25.125-.487-.025T11%205.2m-.85%2016.775q-3.5-.2-5.825-1.037T2%2019v-9q0-.625.788-1.162t2.137-.95t3.175-.65T12%207t3.9.238t3.175.65t2.138.95T22%2010v9q0%201.125-2.337%201.95t-5.838%201.025q-.35.025-.587-.213T13%2021.176V18h-2v3.15q0%20.35-.25.6t-.6.225M12%2011q2.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.85V18q0-.825.588-1.412T11%2016h2q.825%200%201.413.588T15%2018v1.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-rounded.svg?color=%231a73e8&size=48