Megalodon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Megalodon 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/343593.svg" alt="Megalodon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343593.svg" alt="Megalodon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343593.svg" alt="Megalodon icon" :width="24" :height="24" />
CSS background
.icon-megalodon {
background-image: url('https://proicons.com/icon/343593.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:#fff;}.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="m7.8972,38.2437c2.1537-17.072,8.5487-29.4528,16.1028-29.4528,8.0227,0,13.2428,10.0472,14.5419,31.0445"/><path class="c" d="m27.5189,45.2316c.4564-13.0515,2.4668-24.2076,5.2912-30.6215"/><ellipse class="c" cx="25.2275" cy="23.1542" rx="3.2615" ry="2.2559" transform="translate(-1.8585 44.1039) rotate(-80.2664)"/><path class="c" d="m35.6335,21.2644c-2.5354,3.6141-2.8235,8.6818-2.8235,13.7917,1.4026-4.4159,2.3161-6.5638,4.2827-7.6844"/><circle class="b" cx="25.326" cy="23.9042" r=".75"/><line class="c" x1="35.0137" y1="22.2542" x2="35.3411" y2="22.4813"/><line class="c" x1="32.9112" y1="30.9615" x2="33.1542" y2="30.9626"/><line class="c" x1="33.0863" y1="29.2348" x2="33.5327" y2="29.3224"/><line class="c" x1="33.2483" y1="27.7399" x2="33.9813" y2="27.8785"/><line class="c" x1="33.5218" y1="26.2807" x2="34.1823" y2="26.4639"/><line class="c" x1="33.9174" y1="24.834" x2="34.5421" y2="25.0047"/><line class="c" x1="34.4034" y1="23.5075" x2="35.0187" y2="23.729"/></svg>
Copied!