Megogo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Megogo 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/329038.svg" alt="Megogo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329038.svg" alt="Megogo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329038.svg" alt="Megogo icon" :width="24" :height="24" />
CSS background
.icon-megogo {
background-image: url('https://proicons.com/icon/329038.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><path class="b" d="M37.9093,37.6339c3.7447,0,5.5907-3.3755,5.5907-6.962v-13.2383c0-4.4304-2.8481-7.0675-5.2215-7.0675-3.8502,0-10.4957,6.54-14.2785,6.54s-10.4283-6.54-14.2785-6.54c-2.3734,0-5.2215,2.6371-5.2215,7.0675v13.2383c0,3.5865,1.846,6.962,5.5907,6.962h27.8186Z"/></svg>
Copied!