Quicknovel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quicknovel 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/346376.svg" alt="Quicknovel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346376.svg" alt="Quicknovel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346376.svg" alt="Quicknovel icon" :width="24" :height="24" />
CSS background
.icon-quicknovel {
background-image: url('https://proicons.com/icon/346376.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="M43.5,30.8611a32.3675,32.3675,0,0,0-19.5556,7.8016A32.1527,32.1527,0,0,0,4.5,30.861"/><path class="a" d="M23.9435,41.5916l.0007-26.9191A34.983,34.983,0,0,1,43.5,6.4065v27.37"/><path class="a" d="M23.9442,14.6725A34.7746,34.7746,0,0,0,4.5,6.4065"/><path class="a" d="M23.9435,41.5916A32.3353,32.3353,0,0,1,43.5,33.7763"/><path class="a" d="M4.5,6.4065v27.37"/><path class="a" d="M23.9443,41.5935A32.112,32.112,0,0,0,4.5,33.7762"/></svg>
Copied!