Mangatoon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mangatoon 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/343398.svg" alt="Mangatoon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343398.svg" alt="Mangatoon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343398.svg" alt="Mangatoon icon" :width="24" :height="24" />
CSS background
.icon-mangatoon {
background-image: url('https://proicons.com/icon/343398.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5007,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0013c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0013c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/><path class="c" d="M33.741,16.4963c0-1.0237-.9535-1.9109-2.0537-1.8426-1.0269.0682-1.8337.9554-1.8337,1.9109v1.7061c0,1.0237.8802,1.8426,1.9804,1.8426s1.9804-.8189,1.9804-1.8426h-1.9804"/><polyline class="c" points="7.8999 20.1096 7.8999 14.65 10.8339 20.1096 13.7678 14.65 13.7678 20.1096"/><polyline class="c" points="22.9842 20.1096 22.9842 14.65 26.8717 20.1096 26.8717 14.65"/><polyline class="c" points="20.3197 20.1096 18.4127 14.65 16.4323 20.1096"/><line class="c" x1="17.0924" y1="18.267" x2="19.6596" y2="18.267"/><polyline class="c" points="40.1001 20.1096 38.193 14.65 36.2126 20.1096"/><line class="c" x1="36.8727" y1="18.267" x2="39.4399" y2="18.267"/><line class="c" x1="13.2978" y1="23.2985" x2="16.9908" y2="23.2985"/><line class="c" x1="15.1791" y1="28.6594" x2="15.1791" y2="23.2985"/><path class="c" d="M18.8072,26.8503c0,1.0052.8362,1.8093,1.8117,1.8093,1.0452,0,1.8814-.8041,1.8814-1.8093v-1.8093c0-1.0052-.8362-1.8093-1.8814-1.8093s-1.8117.8041-1.8117,1.8093v1.8093Z"/><path class="c" d="M24.9062,26.8503c0,1.0052.8362,1.8093,1.8117,1.8093,1.0452,0,1.8814-.8041,1.8814-1.8093v-1.8093c0-1.0052-.8362-1.8093-1.8814-1.8093s-1.8117.8041-1.8117,1.8093v1.8093Z"/><polyline class="c" points="31.0092 28.6594 31.0092 23.2985 34.7022 28.6594 34.7022 23.2985"/><path class="c" d="M19.6596,31.7763c2.3524,2.2612,5.9882,1.9287,8.0325,0"/></svg>
Copied!