Google Play Books Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Play Books icon is commonly used in media players, video thumbnails and tutorial listings. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/341237.svg" alt="Google Play Books icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341237.svg" alt="Google Play Books icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341237.svg" alt="Google Play Books icon" :width="24" :height="24" />
CSS background
.icon-google-play-books {
background-image: url('https://proicons.com/icon/341237.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m41.0546,27.7377c1.3497-.7268,2.2842-2.1803,2.2842-3.7377-.1038-1.5574-1.0383-3.0109-2.388-3.7377h0L15.2022,5.623c-.623-.4153-1.4536-.623-2.2842-.623-1.9727,0-3.7377,1.3497-4.153,3.1148h0c-.1038.3115-.1038.7268-.1038,1.1421v29.5902c0,.4153,0,.7268.1038,1.1421v-.1038h0c.5191,1.765,2.1803,3.1148,4.153,3.1148.8306,0,1.5574-.2077,2.1803-.6229h0l25.9563-14.6393Z"/><path class="b" d="m15.2022,5.623v17.2219c0,.4455.5386.6685.8536.3536l4.9498-4.9498,4.9306,4.9306c.315.315.8536.0919.8536-.3536v-10.4006"/></svg>
Copied!