Comic Geeks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Comic Geeks 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/323943.svg" alt="Comic Geeks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323943.svg" alt="Comic Geeks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323943.svg" alt="Comic Geeks icon" :width="24" :height="24" />
CSS background
.icon-comic-geeks {
background-image: url('https://proicons.com/icon/323943.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m5.5,18.3071l.2961,23.2157h24.1929v-21.6907l-24.489-1.525Z"/><path class="b" d="m29.989,14.8277l12.511-8.3505-12.511,8.3505Z"/><path class="b" d="m5.7961,13.9986l24.1929.8291v5.0044l12.511-9.1797v20.8615l-12.511,10.0088"/><path class="b" d="m9.3199,23.3411h15.6647v3.9976h-15.6647v-3.9976Z"/><path class="b" d="m5.5,17.5668l.2961-3.5682,10.8527-7.5214h25.8511v4.1753"/></svg>
Copied!