Ebook Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ebook 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/305563.svg" alt="Ebook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305563.svg" alt="Ebook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305563.svg" alt="Ebook icon" :width="24" :height="24" />
CSS background
.icon-ebook {
background-image: url('https://proicons.com/icon/305563.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M794 62H206c-19 0-34 16-34 36v804c0 20 15 35 34 35h588c19 0 34-15 34-35V98c0-20-15-36-34-36zM499 918c-11 0-19-8-19-19s8-20 19-20 19 9 19 20-8 19-19 19zm262-55H234V137h296v221c0 4 2 5 5 2l79-81c3-3 7-3 10 0l79 81c3 3 5 2 5-2V137h53v726zm-57-393H296c-3 0-5 3-5 6v33c0 3 2 5 5 5h408c3 0 5-2 5-5v-33c0-3-2-6-5-6zm0 83H296c-3 0-5 2-5 5v33c0 4 2 6 5 6h408c3 0 5-2 5-6v-33c0-3-2-5-5-5zm0 85H296c-3 0-5 3-5 6v33c0 3 2 5 5 5h408c3 0 5-2 5-5v-33c0-3-2-6-5-6zm0 83H296c-3 0-5 2-5 5v33c0 3 2 6 5 6h408c3 0 5-3 5-6v-33c0-3-2-5-5-5z"/></svg>
Copied!