Cartoon Network Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cartoon Network 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/338041.svg" alt="Cartoon Network icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338041.svg" alt="Cartoon Network icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338041.svg" alt="Cartoon Network icon" :width="24" :height="24" />
CSS background
.icon-cartoon-network {
background-image: url('https://proicons.com/icon/338041.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="b" points="32.1317 30.7533 32.1317 17.2466 42.5 30.7533 42.5 17.2466"/><path class="b" d="m20.3424,26.2239v.0553c0,2.471-2.0031,4.4741-4.4741,4.4741h0c-2.471,0-4.4741-2.0031-4.4741-4.4741v-4.5585c0-2.471,2.0031-4.4741,4.4741-4.4741h0c2.471,0,4.4741,2.0031,4.4741,4.4741v.0553"/><rect class="b" x="5.5" y="13.6317" width="20.7365" height="20.7365"/></svg>
Copied!