Noveltoon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Noveltoon 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/344957.svg" alt="Noveltoon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344957.svg" alt="Noveltoon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344957.svg" alt="Noveltoon icon" :width="24" :height="24" />
CSS background
.icon-noveltoon {
background-image: url('https://proicons.com/icon/344957.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m38.501 5.4992h-29.001c-2.2001 0-4.0002 1.8001-4.0002 4.0002v29.001c0 2.2001 1.8001 4.0002 4.0002 4.0002h29.001c2.2001 0 4.0002-1.8001 4.0002-4.0002v-29.001c0-2.2001-1.8001-4.0002-4.0002-4.0002z"/><line class="c" x1="13.298" x2="16.991" y1="23.298" y2="23.298"/><line class="c" x1="15.179" x2="15.179" y1="28.659" y2="23.298"/><path class="c" d="m18.807 26.85c0 1.0052.8362 1.8093 1.8117 1.8093 1.0452 0 1.8814-.8041 1.8814-1.8093v-1.8093c0-1.0052-.8362-1.8093-1.8814-1.8093s-1.8117.8041-1.8117 1.8093v1.8093z"/><path class="c" d="m17.18 18.3c0 1.0052.8362 1.8093 1.8117 1.8093 1.0452 0 1.8814-.8041 1.8814-1.8093v-1.8093c0-1.0052-.8362-1.8093-1.8814-1.8093s-1.8117.8041-1.8117 1.8093z"/><path class="c" d="m24.906 26.85c0 1.0052.8362 1.8093 1.8117 1.8093 1.0452 0 1.8814-.8041 1.8814-1.8093v-1.8093c0-1.0052-.8362-1.8093-1.8814-1.8093s-1.8117.8041-1.8117 1.8093v1.8093z"/><path class="c" d="m19.66 31.776c2.3524 2.2612 5.9882 1.9287 8.0325 0"/><path class="c" d="m34.378 14.666v5.4436h2.7218"/><path class="c" d="m26.872 14.666-1.8032 5.4436-1.8032-5.4436"/><line class="c" x1="29.264" x2="31.033" y1="17.388" y2="17.388"/><path class="c" d="m31.986 20.11h-2.7218v-5.4436h2.7218"/><path class="c" d="m10.9 20.11v-5.46l3.888 5.46v-5.46"/><path class="c" d="m31.009 28.659v-5.361l3.693 5.361v-5.361"/></svg>
Copied!