Fbreader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fbreader 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/325745.svg" alt="Fbreader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325745.svg" alt="Fbreader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325745.svg" alt="Fbreader icon" :width="24" :height="24" />
CSS background
.icon-fbreader {
background-image: url('https://proicons.com/icon/325745.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M11.32,7.23l-2-.29A1.93,1.93,0,0,0,7.65,9.07V38.92c0,1.18.75,2.25,1.66,2.13l2-.26m.62-33.85c-.69,0-1.24.95-1.24,2.13V38.92c0,1.18.56,2.25,1.24,2.13L24,39.15V8.85ZM7.65,8.85H6.39A1.88,1.88,0,0,0,4.5,10.74V37.25a1.89,1.89,0,0,0,1.89,1.9H7.65M24,8.85v30.3h14.3a1.89,1.89,0,0,0,1.89-1.9V10.74a1.88,1.88,0,0,0-1.89-1.89H35.58V23.54a.24.24,0,0,1-.37.2l-2.62-1.81L30,23.74a.24.24,0,0,1-.37-.2V8.85Zm14.3,30.3h3.28a1.9,1.9,0,0,0,1.89-1.9V10.74a1.89,1.89,0,0,0-1.89-1.89H38.33m1.77,0"/></svg>
Copied!