Manyverse Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Manyverse 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/343414.svg" alt="Manyverse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343414.svg" alt="Manyverse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343414.svg" alt="Manyverse icon" :width="24" :height="24" />
CSS background
.icon-manyverse {
background-image: url('https://proicons.com/icon/343414.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="i" d="M38.5006,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0012c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0012c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/><g id="d"><circle id="e" class="i" cx="12.7078" cy="34.0875" r="2.2078"/></g><g id="f"><path id="g" class="i" d="M12.7078,31.8797l.0198-19.1049c.2321-1.2459,2.0681-1.5104,2.6236-.2221l7.3482,21.2429c.1906.6372.7459,1.0094,1.3006,1.0185.5547-.0091,1.11-.3813,1.3006-1.0185l7.3482-21.2429c.5556-1.2883,2.3915-1.0239,2.6236.2221l.0198,19.1049"/><circle id="h" class="i" cx="35.2922" cy="34.0875" r="2.2078"/></g></svg>
Copied!