Qidian Reader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qidian Reader 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/331762.svg" alt="Qidian Reader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331762.svg" alt="Qidian Reader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331762.svg" alt="Qidian Reader icon" :width="24" :height="24" />
CSS background
.icon-qidian-reader {
background-image: url('https://proicons.com/icon/331762.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>.s{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="s" d="M22.277,30.645h-12.4664c-.229,0-.4134-.1832-.4134-.4108v-4.454"/><path id="d" class="s" d="M12.3526,16.6466v13.998"/><path id="e" class="s" d="M9.5106,18.5242h5.2702"/><path id="f" class="s" d="M9.3249,22.1798h5.5951"/><path id="g" class="s" d="M12.3526,25.8355h2.5675"/><path id="h" class="s" d="M17.539,17.7168h4.3283v4.135c0,.2276-.1844.4108-.4134.4108h-3.9149v5.5853"/><path id="i" class="s" d="M21.8885,25.1756v2.4489c0,.3408-.2067.6319-.5028.7566"/></g><g id="j"><path id="k" class="s" d="M37.8117,21.6198v3.9382c0,.4552-.3687.8216-.8267.8216h-8.9103c-.458,0-.8267-.3665-.8267-.8216v-3.9382h10.5638Z"/><path id="l" class="s" d="M31.5758,16.6611v4.9582"/><path id="m" class="s" d="M34.445,18.0902h3.3423"/><path id="n" class="s" d="M26.3335,28.6597v2.2912"/><path id="o" class="s" d="M38.6751,28.6597v2.2912"/><path id="p" class="s" d="M34.5612,29.3773v1.5736"/><path id="q" class="s" d="M30.4473,29.3773v1.5736"/></g><path id="r" class="s" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></svg>
Copied!