Bookmate Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bookmate 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/337420.svg" alt="Bookmate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337420.svg" alt="Bookmate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337420.svg" alt="Bookmate icon" :width="24" :height="24" />
CSS background
.icon-bookmate {
background-image: url('https://proicons.com/icon/337420.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m32.9682,42.5H6.1714V5.5l13.2126,9.9754,13.5723-9.9754m0,37v-8.6685"/><path class="c" d="m41.8286,23.3406c0,2.5178-.1199,4.8678-1.2229,6.7382-1.6317,2.5257-4.5054,3.9671-7.5055,3.7647-2.741-.1045-5.2936-1.4226-6.966-3.5969-1.6302,2.2241-4.2087,3.5555-6.966,3.5969-2.7576,0-5.3714-1.175-7.0019-3.3571-1.4028-1.8464-2.0143-4.4721-2.0143-7.1458h31.6766Z"/><path class="c" d="m38.2916,26.2421c0,2.6377-2.2181,4.7719-4.9517,4.7719-2.6793.0401-4.8872-2.0928-4.9397-4.7719m0-.012h9.8555m-14.3876,0h0c-.0131,2.6253-2.1346,4.7522-4.7599,4.7719-2.616-.0261-4.7284-2.1439-4.7479-4.7599v-.012m0,0h9.5078m9.1001-20.7301v17.8406m.012,7.6494l-.012-4.7599"/></svg>
Copied!