T3 Arena Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The T3 Arena 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/333592.svg" alt="T3 Arena icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333592.svg" alt="T3 Arena icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333592.svg" alt="T3 Arena icon" :width="24" :height="24" />
CSS background
.icon-t3-arena {
background-image: url('https://proicons.com/icon/333592.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="25.9941" y1="27.835" x2="33.2436" y2="27.835"/><line class="b" x1="27.3378" y1="20.165" x2="34.5873" y2="20.165"/><path class="b" d="M25.755,12.9346l-1.1575,6.6072c-.057.3252.1933.6231.5234.6231h2.2169l-1.3437,7.67h-2.4031c-.2581,0-.4789.1855-.5234.4397l-1.1575,6.6072c-.057.3252.1933.6231.5234.6231h16.69c.2581,0,.4789-.1855.5234-.4397l3.845-21.9473c.057-.3252-.1933-.6231-.5234-.6231h-16.69c-.2581,0-.4789.1855-.5234.4397Z"/><path class="b" d="M25.1994,12.4949H6.1891c-.2581,0-.4789.1855-.5234.4397l-1.1575,6.6072c-.057.3252.1933.6231.5234.6231h5.577l-2.5783,14.717c-.057.3252.1933.6231.5234.6231h6.591c.2581,0,.4789-.1855.5234-.4397l2.6104-14.9004h5.7632c.2581,0,.4789-.1855.5234-.4397l1.1575-6.6072c.057-.3252-.1933-.6231-.5234-.6231Z"/></svg>
Copied!