Comicscreen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Comicscreen 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/323947.svg" alt="Comicscreen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323947.svg" alt="Comicscreen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323947.svg" alt="Comicscreen icon" :width="24" :height="24" />
CSS background
.icon-comicscreen {
background-image: url('https://proicons.com/icon/323947.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M18.41,4.5h6.27A1.49,1.49,0,0,1,26.17,6v5.34H16.92V6A1.49,1.49,0,0,1,18.41,4.5Zm-1.49,6.83h9.25V36.67H16.92Zm17.93-.92a1.75,1.75,0,0,1,2,1.45l.79,5L27,18.57l-.79-5a1.73,1.73,0,0,1,1.44-2l7.21-1.15Zm2.78,6.47,2.94,18.44L29.93,37,27,18.57l10.64-1.69Zm2.94,18.44.8,5a1.74,1.74,0,0,1-1.45,2l-7.21,1.15a1.75,1.75,0,0,1-2-1.45l-.79-5,10.64-1.69ZM8.29,7.84h7a1.68,1.68,0,0,1,1.68,1.68v5.15H6.61V9.52A1.68,1.68,0,0,1,8.29,7.84ZM6.61,14.67H16.92v22H6.61Zm0,22H16.92v5.15a1.68,1.68,0,0,1-1.68,1.68h-7a1.68,1.68,0,0,1-1.68-1.68Zm10.31,0h9.25V42a1.49,1.49,0,0,1-1.49,1.49H18.41A1.49,1.49,0,0,1,16.92,42Z"/></svg>
Copied!