Novelworld Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Novelworld 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/344958.svg" alt="Novelworld icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344958.svg" alt="Novelworld icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344958.svg" alt="Novelworld icon" :width="24" :height="24" />
CSS background
.icon-novelworld {
background-image: url('https://proicons.com/icon/344958.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M23.8748,39.9225l.1-28.09"/><path class="a" d="M10.0562,8.0775l-.05,25.4344"/><path class="a" d="M7.5528,11.1336l.25,24.5331"/><path class="a" d="M38.094,34.0126l.05-25.9351"/><path class="a" d="M23.975,11.8326C28.7223,10.2891,33.52,8.137,38.1441,8.0775"/><path class="a" d="M10.0562,8.0775c5.5116.4887,9.3551,2.437,13.9188,3.7551"/><path class="a" d="M23.9285,37.4163c4.5547-2.305,9.3482-2.938,14.1655-3.4037"/><path class="a" d="M10.0061,33.5119c5.588.449,9.6006,2.3159,13.9224,3.9044"/><path class="a" d="M40.5474,11.3338l-.2,24.6333"/><path class="a" d="M23.9249,38.9211a48.9787,48.9787,0,0,1,16.4222-2.954"/><path class="a" d="M7.8031,35.6667c6.1988.0124,11.24,1.53,16.1218,3.2544"/><path class="a" d="M38.1368,11.383l2.4106-.0492"/><path class="a" d="M7.5528,11.1336l2.4957.3517"/><path class="a" d="M29.8419,9.8075l.2914,8.634-1.5521-1.6021-1.502,1.8024-.1985-7.8054"/><path class="a" d="M40.5307,13.38l1.9693-.043V38.7208c-6.5121-.58-12.2976.72-18.6252,1.2017A84.6363,84.6363,0,0,0,5.5,38.5706V13.5368l2.0773-.0032"/></svg>
Copied!