Mega Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Mega 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/315158.svg" alt="Mega icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315158.svg" alt="Mega icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315158.svg" alt="Mega icon" :width="24" :height="24" />
CSS background
.icon-mega {
background-image: url('https://proicons.com/icon/315158.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>MEGA</title><path d="M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zm6.23 16.244a.371.371 0 0 1-.373.372H16.29a.371.371 0 0 1-.372-.372v-4.828c0-.04-.046-.06-.08-.033l-3.32 3.32a.742.742 0 0 1-1.043 0l-3.32-3.32c-.027-.027-.08-.007-.08.033v4.828a.371.371 0 0 1-.372.372H6.136a.371.371 0 0 1-.372-.372V7.757c0-.206.166-.372.372-.372h1.076a.75.75 0 0 1 .525.22l4.13 4.13a.18.18 0 0 0 .26 0l4.13-4.13c.14-.14.325-.22.525-.22h1.075c.206 0 .372.166.372.372z"/></svg>
Mega in other icon packs
Copied!