Manga Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Manga Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/328835.svg" alt="Manga Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328835.svg" alt="Manga Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328835.svg" alt="Manga Plus icon" :width="24" :height="24" />
CSS background
.icon-manga-plus {
background-image: url('https://proicons.com/icon/328835.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M35.9648,41.8625l8.4128,2.3611-2.5744-8.1708"/><path class="a" d="M9.5,24h29"/><path class="a" d="M24,9.5v29"/><path class="a" d="M35.9648,41.8625a21.4994,21.4994,0,1,1,5.8384-5.81"/></svg>
Copied!