Mangaworld Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mangaworld 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/343399.svg" alt="Mangaworld icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343399.svg" alt="Mangaworld icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343399.svg" alt="Mangaworld icon" :width="24" :height="24" />
CSS background
.icon-mangaworld {
background-image: url('https://proicons.com/icon/343399.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="a" cx="14.835" cy="19.4594" rx="10.335" ry="5.0505"/><path class="a" d="M4.5022,19.3563V36.1c1.2392,5.2741,16.4985,7.7045,20.6663.1925V19.374"/><ellipse class="a" cx="14.8545" cy="19.6035" rx="4.4655" ry="2.73"/><path class="a" d="M17.5879,17.4447c-1.3766,2.0108-4.801.92-7.1923,2.01"/><path class="a" d="M19.2676,19.1864c-2.2758,1.3888-6.2736.8658-7.97,2.0676"/><path class="a" d="M41.16,6.96,25.1685,27.1619"/><path class="a" d="M43.5,14.1749,19.905,37.8479"/></svg>
Copied!