Webnovel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Webnovel 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/349618.svg" alt="Webnovel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349618.svg" alt="Webnovel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349618.svg" alt="Webnovel icon" :width="24" :height="24" />
CSS background
.icon-webnovel {
background-image: url('https://proicons.com/icon/349618.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="m21.6737,27.5443c-1.6752-.8225-2.8972-2.4715-2.9123-4.3377-.0001-.0144-.0002-.0289-.0002-.0434,0-3.7969,4.0393-6.6504,8.0552-4.4976,1.2293.659,2.0403,1.9064,2.2899,3.2787h0c.4184,2.3004-.7412,4.5989-2.8399,5.6294l-21.7664,10.6875V9.7388"/><polyline class="c" points="43.5 9.7388 43.5 38.2612 23.9999 28.6865"/></svg>
Copied!