Ned Comics Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ned Comics 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/344598.svg" alt="Ned Comics icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344598.svg" alt="Ned Comics icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344598.svg" alt="Ned Comics icon" :width="24" :height="24" />
CSS background
.icon-ned-comics {
background-image: url('https://proicons.com/icon/344598.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><path class="b" d="M11.137,31.006l5.513-2.568,2.544,5.462-5.512,2.569-2.545-5.463ZM8.657,24l-3.003,4.22M17.994,24l6.007,12.816M24.001,37.819l-9.594,4.597M5.503,32.804l4.505,9.611M6.7,29.303l6.145,13.112M28.077,39.487v-12.011h3.527c3.787,0,6.857,2.352,6.857,5.255v1.501c0,2.902-3.07,5.255-6.857,5.255h-3.527ZM37.187,20.947h-7.836v-12.011h7.836M29.351,14.94h5.109M9.453,20.947v-12.011l10.383,12.01v-12.009M42.5,24H5.5M24,42.417V5.583M17.762,24.002l-11.063,5.301-1.101.529"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!