Bookviewer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bookviewer 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/322869.svg" alt="Bookviewer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322869.svg" alt="Bookviewer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322869.svg" alt="Bookviewer icon" :width="24" :height="24" />
CSS background
.icon-bookviewer {
background-image: url('https://proicons.com/icon/322869.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24,10.254c-1.7381-.8613-5.0581-2.221-9.4327-2.2842-4.7249-.0682-8.3028,1.4102-10.0673,2.2842v29.7786c1.7645-.8739,5.3424-2.3524,10.0673-2.2842,4.3746.0632,7.6945,1.4228,9.4327,2.2842V10.254Z"/><path class="b" d="M24,10.254c1.7381-.8613,5.0581-2.221,9.4327-2.2842,4.7249-.0682,8.3028,1.4102,10.0673,2.2842v29.7786c-1.7645-.8739-5.3424-2.3524-10.0673-2.2842-4.3746.0632-7.6945,1.4228-9.4327,2.2842V10.254Z"/><polyline class="b" points="18.5084 8.3781 18.5084 23.1178 14.254 19.3914 9.9995 23.1178 9.9995 8.3932"/></svg>
Copied!