Adultswim Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adultswim 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/335965.svg" alt="Adultswim icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335965.svg" alt="Adultswim icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335965.svg" alt="Adultswim icon" :width="24" :height="24" />
CSS background
.icon-adultswim {
background-image: url('https://proicons.com/icon/335965.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><g><path class="b" d="m27.2688,30.6272c1.0298,1.3407,2.3212,1.8401,4.1178,1.8401h2.4863c2.3138,0,4.1895-1.8757,4.1895-4.1895v-.0181c0-2.3138-1.8757-4.1895-4.1895-4.1895h-2.7426c-2.3163,0-4.194-1.8777-4.194-4.194h0c0-2.3213,1.8818-4.2031,4.2031-4.2031h2.4728c1.7966,0,3.0879.4994,4.1178,1.8401"/><g><path class="b" d="m22.7067,26.0769c0,3.5293-2.8394,6.3904-6.3419,6.3904h-2.2257c-2.3204,0-4.2015-1.8955-4.2015-4.2336,0-2.3382,1.8811-4.2336,4.2015-4.2336h8.5793"/><path class="b" d="m11.5352,17.2102c1.54-1.5423,2.6192-1.6775,5.5916-1.6775,3.3744,0,5.5916,1.4842,5.5916,5.496v11.4385"/></g></g><g><polyline class="b" points="10.5 37.5 4.5 37.5 4.5 10.5 10.5 10.5"/><polyline class="b" points="37.5 10.5 43.5 10.5 43.5 37.5 37.5 37.5"/></g></svg>
Copied!