Mangadex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mangadex 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/328837.svg" alt="Mangadex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328837.svg" alt="Mangadex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328837.svg" alt="Mangadex icon" :width="24" :height="24" />
CSS background
.icon-mangadex {
background-image: url('https://proicons.com/icon/328837.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M41.3013,22.2682c-2.577-1.195-5.6451-1.34-8.2901-.455M32.6982,23.7702c2.641-1.389,5.9241-1.464,8.5021-.888M40.9273,23.6822c-2.643.043-5.6751.409-7.7861,2.693M36.2302,18.9551c.945-.893,2.342-.915,3.354,0M11.2919,30.2773h28.4404M11.2919,27.8892h28.4404M23.2951,33.7263c-1.535.304-2.82,1.304-3.4191,2.75M35.8182,12.049c-1.583.388-3.5451,1.606-4.4981,2.538-.45-3.1096,1.5896-6.0351,4.6631-6.6881M30.6612,20.7901c-2.805-.787-4.9801-3.129-5.5901-6.0641h-.002c.7942-1.4058,1.813-2.6722,3.016-3.7491,2.0971-1.8836,4.6915-3.1246,7.4741-3.5751.01-.002.02-.002.028-.002.2231-.0015.4052.1782.4066.4014.0005.0687-.0166.1364-.0496.1966-.6303,1.1426-.9314,2.4376-.87,3.7411,2.0234.4983,3.8671,1.5523,5.3231,3.043-.1201.589-.3081,1.1622-.56,1.708M36.4143,25.9272l3.8671-.01c1.703-1.318,3.7011-3.354,3.114-5.7121h0c-1.71-1.292-1.933-3.6481-3.001-5.3901M25.0271,14.7991c-7.1121-4.1291-17.5163-.063-19.6603,7.9621-.911,3.295-1.31,6.9871-.16,10.2202,1.17,3.2881,5.1141,3.524,8.1951,3.6121,2.569.074,7.6541-1.411,7.6321,1.359-.026,3.4371,4.2741,3.5201,4.4281.294.004-3.7131-2.803-6.1051-7.2951-6.0531-2.87.033-6.5341,1.025-8.7371-1.28-2.06-3.3631,1.906-5.1301,4.9731-5.0051,5.5141.226,11.0392.046,16.5602.034M34.9732,30.2793v4.2001l1.798-1.041,1.799,1.041v-4.2001"/></svg>
Copied!