Pocketbook Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pocketbook 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/331424.svg" alt="Pocketbook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331424.svg" alt="Pocketbook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331424.svg" alt="Pocketbook icon" :width="24" :height="24" />
CSS background
.icon-pocketbook {
background-image: url('https://proicons.com/icon/331424.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><line class="b" x1="5.5" y1="41.5592" x2="42.5" y2="41.5592"/><rect class="b" x="7.0475" y="9.1813" width="7.2071" height="27.4885" rx="1.692" ry="1.692"/><line class="b" x1="7.0475" y1="14.3354" x2="14.2542" y2="14.3354"/><rect class="b" x="14.2542" y="6.4408" width="7.2071" height="30.2296" rx="1.692" ry="1.692"/><line class="b" x1="14.2542" y1="11.9746" x2="21.4615" y2="11.9746"/><rect class="b" x="21.4615" y="9.1813" width="7.2071" height="27.4885" rx="1.692" ry="1.692"/><line class="b" x1="21.4615" y1="14.3354" x2="28.6689" y2="14.3354"/><rect class="b" x="31.6819" y="9.1812" width="7.2071" height="27.4885" rx="1.692" ry="1.692" transform="translate(-3.4449 6.4756) rotate(-10)"/><line class="b" x1="30.2449" y1="15.0917" x2="37.3428" y2="13.8408"/></svg>
Copied!