stadium-variant from Material Design Icons by Pictogrammers · Filled · Places · Apache-2.0 Free for personal and commercial use.

Name
stadium-variant
Set
Material Design Icons
Style
Filled
Category
Places
Viewbox
24×24
License
Apache 2.0

More places icons from Material Design Icons

Use the stadium variant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 3h2l3 2l-3 2v1.33C8.47 8.12 10.18 8 12 8s3.53.12 5 .33V3h2l3 2l-3 2v1.71c1.85.46 3 1.09 3 1.79c0 1.38-4.5 2.5-10 2.5S2 11.88 2 10.5c0-.7 1.15-1.33 3-1.79zm7 6.5c-3.31 0-5 .17-5 1s1.69 1 5 1s5-.17 5-1s-1.69-1-5-1m0 5.25c3.81 0 7.2-.67 9.4-1.7L20 21h-5v-2a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v2H4l-1.4-7.95c2.2 1.03 5.59 1.7 9.4 1.7"/></svg>

React

import type { SVGProps } from "react";

export function MdiStadiumVariant(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="M5 3h2l3 2l-3 2v1.33C8.47 8.12 10.18 8 12 8s3.53.12 5 .33V3h2l3 2l-3 2v1.71c1.85.46 3 1.09 3 1.79c0 1.38-4.5 2.5-10 2.5S2 11.88 2 10.5c0-.7 1.15-1.33 3-1.79zm7 6.5c-3.31 0-5 .17-5 1s1.69 1 5 1s5-.17 5-1s-1.69-1-5-1m0 5.25c3.81 0 7.2-.67 9.4-1.7L20 21h-5v-2a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v2H4l-1.4-7.95c2.2 1.03 5.59 1.7 9.4 1.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 3h2l3 2l-3 2v1.33C8.47 8.12 10.18 8 12 8s3.53.12 5 .33V3h2l3 2l-3 2v1.71c1.85.46 3 1.09 3 1.79c0 1.38-4.5 2.5-10 2.5S2 11.88 2 10.5c0-.7 1.15-1.33 3-1.79zm7 6.5c-3.31 0-5 .17-5 1s1.69 1 5 1s5-.17 5-1s-1.69-1-5-1m0 5.25c3.81 0 7.2-.67 9.4-1.7L20 21h-5v-2a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v2H4l-1.4-7.95c2.2 1.03 5.59 1.7 9.4 1.7"/></svg>
</template>

CSS

.icon-stadium-variant {
  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%22M5%203h2l3%202l-3%202v1.33C8.47%208.12%2010.18%208%2012%208s3.53.12%205%20.33V3h2l3%202l-3%202v1.71c1.85.46%203%201.09%203%201.79c0%201.38-4.5%202.5-10%202.5S2%2011.88%202%2010.5c0-.7%201.15-1.33%203-1.79zm7%206.5c-3.31%200-5%20.17-5%201s1.69%201%205%201s5-.17%205-1s-1.69-1-5-1m0%205.25c3.81%200%207.2-.67%209.4-1.7L20%2021h-5v-2a2%202%200%200%200-2-2h-2a2%202%200%200%200-2%202v2H4l-1.4-7.95c2.2%201.03%205.59%201.7%209.4%201.7%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%22M5%203h2l3%202l-3%202v1.33C8.47%208.12%2010.18%208%2012%208s3.53.12%205%20.33V3h2l3%202l-3%202v1.71c1.85.46%203%201.09%203%201.79c0%201.38-4.5%202.5-10%202.5S2%2011.88%202%2010.5c0-.7%201.15-1.33%203-1.79zm7%206.5c-3.31%200-5%20.17-5%201s1.69%201%205%201s5-.17%205-1s-1.69-1-5-1m0%205.25c3.81%200%207.2-.67%209.4-1.7L20%2021h-5v-2a2%202%200%200%200-2-2h-2a2%202%200%200%200-2%202v2H4l-1.4-7.95c2.2%201.03%205.59%201.7%209.4%201.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/stadium-variant.svg?color=%231a73e8&size=48