Manga Up Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Manga Up 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/328836.svg" alt="Manga Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328836.svg" alt="Manga Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328836.svg" alt="Manga Up icon" :width="24" :height="24" />
CSS background
.icon-manga-up {
background-image: url('https://proicons.com/icon/328836.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m39.0278,39.1954c-.2871,1.1169-1.6724,1.726-3.0941,1.3604,0,0,0,0,0,0-1.4217-.3656-2.3415-1.5673-2.0543-2.6842,0-.0002.0001-.0005.0002-.0007.2877-1.1164,1.6728-1.725,3.0942-1.3594,1.4215.3656,2.3411,1.5672,2.0541,2.6839Zm-2.9514-4.2649c-.2695-.0739-.7446.0858-.537-1.0909l2.4753-14.0704c.0928-.529.2376-1.2237.9961-1.0241l4.0334,1.063c.7546.1986.52.7925.3853,1.2476l-4.1023,13.8309c-.1916.6488-.3793.8334-1.1209.6298l-2.13-.5859Zm-14.9647,5.1503c0,.2555.1677.4611.4242.4611h4.0583c.2555,0,.6009-.2066.6009-.4621v-5.9029c0-.6867.4022-.7486.8943-.7166,3.6282.2395,7.5547-1.075,7.7544-5.4956.1617-3.5753-2.4484-5.7332-7.1166-5.7332h-5.5994c-.7346,0-1.1259.3334-1.0151.8484v16.9999l-.001.001Zm6.5856-15.1065l-2.7967,4.8429h5.5924l-2.7957-4.8429Zm-23.1243-2.2817c0-.2555.1667-.4621.4232-.4621h4.0583c.2555,0,.4162.2066.4162.4631v8.2524c0,1.4233,1.1129,2.5691,2.4953,2.5691,1.3804,0,2.4933-1.1458,2.4933-2.5691v-11.117c0-.2565.1677-.4621.4232-.4621h4.0583c.2565,0,.4162.2066.4162.4621v12.0273c.0077,3.3097-2.669,5.9989-5.9787,6.0067-.009,0-.018,0-.027,0h-2.7728c-3.3097.0072-5.9985-2.67-6.0057-5.9797,0-.0087,0-.0173,0-.026,0,0,0-9.1647,0-9.1647Zm2.2158-5.4427l-.0918-7.441,3.2399,3.9156,3.0552-3.9156.0918,5.9268h1.8964l2.8646-5.9707,2.8646,5.9707h1.8914v-5.7262l5.1603,4.5963v-7.1425m6.8211,2.5851c-2.1529-1.2197-5.1882-.53-5.1882,2.4005s3.0353,3.6202,5.1882,2.3995v-1.8615m1.3844,2.6041l2.7418-5.6264,2.7418,5.6264"/></svg>
Copied!