Comixology Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Comixology 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/338507.svg" alt="Comixology icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338507.svg" alt="Comixology icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338507.svg" alt="Comixology icon" :width="24" :height="24" />
CSS background
.icon-comixology {
background-image: url('https://proicons.com/icon/338507.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="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="cls-1" points="28.3172 24.5033 30.597 34.3624 22.6903 35.6721 21.6474 31.2943 15.9478 37.103 4.5 38.9706 19.7556 23.3512 17.0877 12.1096 25.2248 11.1637 26.4618 16.4874 32.5009 10.3027 43.5 9.0294 28.3172 24.5033"/></svg>
Copied!