Ct Magazin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ct Magazin 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/338704.svg" alt="Ct Magazin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338704.svg" alt="Ct Magazin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338704.svg" alt="Ct Magazin icon" :width="24" :height="24" />
CSS background
.icon-ct-magazin {
background-image: url('https://proicons.com/icon/338704.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><g id="c"><path id="d" class="i" d="M25.3835,21.8295c.8301-1.1068,1.1068-2.2136,1.1068-4.4272v-1.3835"/></g><g id="e"><path id="f" class="i" d="M31.6747,14.3156v16.6019c0,1.6602,1.1068,2.767,2.767,2.767h.8301"/><line id="g" class="i" x1="28.9077" y1="19.0194" x2="34.7184" y2="19.0194"/></g><path id="h" class="i" d="M22.9661,30.9174c-.8301,1.6602-2.767,2.767-4.7039,2.767h0c-3.0437,0-5.534-2.4903-5.534-5.5339v-3.5971c0-3.0437,2.4903-5.534,5.534-5.534h0c1.9369,0,3.8738,1.1068,4.7039,2.767"/></svg>
Copied!