Colizeum Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Colizeum 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/323906.svg" alt="Colizeum icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323906.svg" alt="Colizeum icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323906.svg" alt="Colizeum icon" :width="24" :height="24" />
CSS background
.icon-colizeum {
background-image: url('https://proicons.com/icon/323906.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"><path d="M23.9865,2.5c-9.1645.0135-17.313,5.8348-20.297,14.5h40.621c-2.9871-8.6747-11.15-14.498-20.324-14.5ZM3.6895,31c2.9838,8.6652,11.132,14.486,20.297,14.5,9.1645-.0135,17.313-5.8348,20.297-14.5h-17.797l-2.5-4-2.5,4H3.6895Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><circle cx="33.4865" cy="24" r="4.5" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M11.3045,27.182l6.364-6.364" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M17.6685,27.182l-6.364-6.364" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!