Booklive Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Booklive Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/322860.svg" alt="Booklive Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322860.svg" alt="Booklive Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322860.svg" alt="Booklive Plus icon" :width="24" :height="24" />
CSS background
.icon-booklive-plus {
background-image: url('https://proicons.com/icon/322860.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"><path d="M31.271,41H8c-2.216,0-4-1.784-4-4V8c0-2.216,1.784-4,4-4h29c2.216,0,4,1.784,4,4v23.258" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M17.2,14.5h6.6c2.2091,0,4,1.7909,4,4s-1.7909,4-4,4c2.2091,0,4,1.7909,4,4s-1.7909,4-4,4h-6.6v-12" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M20.5,22.5h3.3" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><circle cx="37" cy="37" r="7" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M34.35,41v-8h2.619c1.4807,0,2.681,1.2029,2.681,2.6867s-1.2003,2.6867-2.681,2.6867h-2.619" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!