round-stadium from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
round-stadium
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the round stadium icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.11 5.45L3.72 6.64A.502.502 0 0 1 3 6.19V3.81c0-.37.39-.61.72-.45L6.1 4.55c.37.19.37.71.01.9M18 3.81v2.38c0 .37.39.61.72.45l2.38-1.19c.37-.18.37-.71 0-.89l-2.38-1.19a.494.494 0 0 0-.72.44m-7-1v2.38c0 .37.39.61.72.45l2.38-1.19c.37-.18.37-.71 0-.89l-2.38-1.19a.494.494 0 0 0-.72.44m-6 7.23c1.38.49 3.77.96 7 .96s5.62-.47 7-.96C19 9.86 16.22 9 12 9s-7 .86-7 1.04M14 17h-4c-.55 0-1 .45-1 1v3.88c-4.06-.39-7-1.54-7-2.88v-9c0-1.66 4.48-3 10-3s10 1.34 10 3v9c0 1.34-2.94 2.48-7 2.87V18c0-.55-.45-1-1-1"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundStadium(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="M6.11 5.45L3.72 6.64A.502.502 0 0 1 3 6.19V3.81c0-.37.39-.61.72-.45L6.1 4.55c.37.19.37.71.01.9M18 3.81v2.38c0 .37.39.61.72.45l2.38-1.19c.37-.18.37-.71 0-.89l-2.38-1.19a.494.494 0 0 0-.72.44m-7-1v2.38c0 .37.39.61.72.45l2.38-1.19c.37-.18.37-.71 0-.89l-2.38-1.19a.494.494 0 0 0-.72.44m-6 7.23c1.38.49 3.77.96 7 .96s5.62-.47 7-.96C19 9.86 16.22 9 12 9s-7 .86-7 1.04M14 17h-4c-.55 0-1 .45-1 1v3.88c-4.06-.39-7-1.54-7-2.88v-9c0-1.66 4.48-3 10-3s10 1.34 10 3v9c0 1.34-2.94 2.48-7 2.87V18c0-.55-.45-1-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.11 5.45L3.72 6.64A.502.502 0 0 1 3 6.19V3.81c0-.37.39-.61.72-.45L6.1 4.55c.37.19.37.71.01.9M18 3.81v2.38c0 .37.39.61.72.45l2.38-1.19c.37-.18.37-.71 0-.89l-2.38-1.19a.494.494 0 0 0-.72.44m-7-1v2.38c0 .37.39.61.72.45l2.38-1.19c.37-.18.37-.71 0-.89l-2.38-1.19a.494.494 0 0 0-.72.44m-6 7.23c1.38.49 3.77.96 7 .96s5.62-.47 7-.96C19 9.86 16.22 9 12 9s-7 .86-7 1.04M14 17h-4c-.55 0-1 .45-1 1v3.88c-4.06-.39-7-1.54-7-2.88v-9c0-1.66 4.48-3 10-3s10 1.34 10 3v9c0 1.34-2.94 2.48-7 2.87V18c0-.55-.45-1-1-1"/></svg>
</template>

CSS

.icon-round-stadium {
  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%22M6.11%205.45L3.72%206.64A.502.502%200%200%201%203%206.19V3.81c0-.37.39-.61.72-.45L6.1%204.55c.37.19.37.71.01.9M18%203.81v2.38c0%20.37.39.61.72.45l2.38-1.19c.37-.18.37-.71%200-.89l-2.38-1.19a.494.494%200%200%200-.72.44m-7-1v2.38c0%20.37.39.61.72.45l2.38-1.19c.37-.18.37-.71%200-.89l-2.38-1.19a.494.494%200%200%200-.72.44m-6%207.23c1.38.49%203.77.96%207%20.96s5.62-.47%207-.96C19%209.86%2016.22%209%2012%209s-7%20.86-7%201.04M14%2017h-4c-.55%200-1%20.45-1%201v3.88c-4.06-.39-7-1.54-7-2.88v-9c0-1.66%204.48-3%2010-3s10%201.34%2010%203v9c0%201.34-2.94%202.48-7%202.87V18c0-.55-.45-1-1-1%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%22M6.11%205.45L3.72%206.64A.502.502%200%200%201%203%206.19V3.81c0-.37.39-.61.72-.45L6.1%204.55c.37.19.37.71.01.9M18%203.81v2.38c0%20.37.39.61.72.45l2.38-1.19c.37-.18.37-.71%200-.89l-2.38-1.19a.494.494%200%200%200-.72.44m-7-1v2.38c0%20.37.39.61.72.45l2.38-1.19c.37-.18.37-.71%200-.89l-2.38-1.19a.494.494%200%200%200-.72.44m-6%207.23c1.38.49%203.77.96%207%20.96s5.62-.47%207-.96C19%209.86%2016.22%209%2012%209s-7%20.86-7%201.04M14%2017h-4c-.55%200-1%20.45-1%201v3.88c-4.06-.39-7-1.54-7-2.88v-9c0-1.66%204.48-3%2010-3s10%201.34%2010%203v9c0%201.34-2.94%202.48-7%202.87V18c0-.55-.45-1-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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