Gotham Sports Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gotham Sports icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/326711.svg" alt="Gotham Sports icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326711.svg" alt="Gotham Sports icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326711.svg" alt="Gotham Sports icon" :width="24" :height="24" />
CSS background
.icon-gotham-sports {
background-image: url('https://proicons.com/icon/326711.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="f" d="M25.9182,30.2685c1.0175,1.221,2.2385,1.8315,4.0699,1.8315h2.442c2.2385,0,4.0699-1.8315,4.0699-4.0699h0c0-2.2385-1.8315-4.0699-4.0699-4.0699h-2.6455c-2.2385,0-4.0699-1.8315-4.0699-4.0699h0c0-2.2385,1.8315-4.0699,4.0699-4.0699h2.442c1.8315,0,3.0525.407,4.0699,1.8315"/><path id="e" class="f" d="M22.5395,21.3447c0-3.0665-2.4532-5.5198-5.5198-5.5198h0c-3.0665,0-5.5198,2.4532-5.5198,5.5198v5.5198c0,3.0665,2.4532,5.3153,5.5198,5.3153h0c3.0665,0,5.5198-2.4532,5.5198-5.3153h-5.5198"/></g><rect class="f" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!