stadium icon
stadium-outline from Material Symbols Light by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- stadium-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- stadium-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
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="M4.462 7V3.616l3.384 1.692zm12.692 0V3.616l3.384 1.692zm-5.923-.846V2.769l3.385 1.693zM10.5 21.289q-1.727-.07-3.124-.294t-2.398-.557t-1.547-.752t-.547-.878v-8.231q0-.529.682-.98t1.898-.787t2.886-.534T12 8.077t3.65.199t2.887.535t1.897.786t.681.98v8.23q0 .46-.546.88t-1.547.752q-1 .332-2.398.556q-1.397.224-3.124.294v-3.981h-3zm1.5-9.212q2.483 0 4.649-.393t3.236-1.038q-.327-.529-2.39-1.049T12 9.077t-5.494.52t-2.39 1.05q1.068.644 3.014 1.037t4.87.393m-2.5 8.139v-3.908h5v3.907q2.366-.18 3.804-.626q1.438-.445 1.812-.88v-7.063q-1.645.762-3.662 1.096T12 13.077t-4.454-.335q-2.017-.334-3.662-1.096v7.064q.374.434 1.697.88q1.323.445 3.919.626M12 15.92"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightStadiumOutline(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="M4.462 7V3.616l3.384 1.692zm12.692 0V3.616l3.384 1.692zm-5.923-.846V2.769l3.385 1.693zM10.5 21.289q-1.727-.07-3.124-.294t-2.398-.557t-1.547-.752t-.547-.878v-8.231q0-.529.682-.98t1.898-.787t2.886-.534T12 8.077t3.65.199t2.887.535t1.897.786t.681.98v8.23q0 .46-.546.88t-1.547.752q-1 .332-2.398.556q-1.397.224-3.124.294v-3.981h-3zm1.5-9.212q2.483 0 4.649-.393t3.236-1.038q-.327-.529-2.39-1.049T12 9.077t-5.494.52t-2.39 1.05q1.068.644 3.014 1.037t4.87.393m-2.5 8.139v-3.908h5v3.907q2.366-.18 3.804-.626q1.438-.445 1.812-.88v-7.063q-1.645.762-3.662 1.096T12 13.077t-4.454-.335q-2.017-.334-3.662-1.096v7.064q.374.434 1.697.88q1.323.445 3.919.626M12 15.92"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.462 7V3.616l3.384 1.692zm12.692 0V3.616l3.384 1.692zm-5.923-.846V2.769l3.385 1.693zM10.5 21.289q-1.727-.07-3.124-.294t-2.398-.557t-1.547-.752t-.547-.878v-8.231q0-.529.682-.98t1.898-.787t2.886-.534T12 8.077t3.65.199t2.887.535t1.897.786t.681.98v8.23q0 .46-.546.88t-1.547.752q-1 .332-2.398.556q-1.397.224-3.124.294v-3.981h-3zm1.5-9.212q2.483 0 4.649-.393t3.236-1.038q-.327-.529-2.39-1.049T12 9.077t-5.494.52t-2.39 1.05q1.068.644 3.014 1.037t4.87.393m-2.5 8.139v-3.908h5v3.907q2.366-.18 3.804-.626q1.438-.445 1.812-.88v-7.063q-1.645.762-3.662 1.096T12 13.077t-4.454-.335q-2.017-.334-3.662-1.096v7.064q.374.434 1.697.88q1.323.445 3.919.626M12 15.92"/></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%22M4.462%207V3.616l3.384%201.692zm12.692%200V3.616l3.384%201.692zm-5.923-.846V2.769l3.385%201.693zM10.5%2021.289q-1.727-.07-3.124-.294t-2.398-.557t-1.547-.752t-.547-.878v-8.231q0-.529.682-.98t1.898-.787t2.886-.534T12%208.077t3.65.199t2.887.535t1.897.786t.681.98v8.23q0%20.46-.546.88t-1.547.752q-1%20.332-2.398.556q-1.397.224-3.124.294v-3.981h-3zm1.5-9.212q2.483%200%204.649-.393t3.236-1.038q-.327-.529-2.39-1.049T12%209.077t-5.494.52t-2.39%201.05q1.068.644%203.014%201.037t4.87.393m-2.5%208.139v-3.908h5v3.907q2.366-.18%203.804-.626q1.438-.445%201.812-.88v-7.063q-1.645.762-3.662%201.096T12%2013.077t-4.454-.335q-2.017-.334-3.662-1.096v7.064q.374.434%201.697.88q1.323.445%203.919.626M12%2015.92%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%22M4.462%207V3.616l3.384%201.692zm12.692%200V3.616l3.384%201.692zm-5.923-.846V2.769l3.385%201.693zM10.5%2021.289q-1.727-.07-3.124-.294t-2.398-.557t-1.547-.752t-.547-.878v-8.231q0-.529.682-.98t1.898-.787t2.886-.534T12%208.077t3.65.199t2.887.535t1.897.786t.681.98v8.23q0%20.46-.546.88t-1.547.752q-1%20.332-2.398.556q-1.397.224-3.124.294v-3.981h-3zm1.5-9.212q2.483%200%204.649-.393t3.236-1.038q-.327-.529-2.39-1.049T12%209.077t-5.494.52t-2.39%201.05q1.068.644%203.014%201.037t4.87.393m-2.5%208.139v-3.908h5v3.907q2.366-.18%203.804-.626q1.438-.445%201.812-.88v-7.063q-1.645.762-3.662%201.096T12%2013.077t-4.454-.335q-2.017-.334-3.662-1.096v7.064q.374.434%201.697.88q1.323.445%203.919.626M12%2015.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/stadium-outline.svg?color=%231a73e8&size=48