Google Now Playing Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Now Playing 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/341229.svg" alt="Google Now Playing icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341229.svg" alt="Google Now Playing icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341229.svg" alt="Google Now Playing icon" :width="24" :height="24" />
CSS background
.icon-google-now-playing {
background-image: url('https://proicons.com/icon/341229.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="M34.6926,15.7408c0-2.1559-1.7477-3.9037-3.9037-3.9037s-3.9037,1.7477-3.9037,3.9037v13.3841c0,2.1559,1.7477,3.9037,3.9037,3.9037s3.9037-1.7477,3.9037-3.9037v-13.3841Z"/><path class="c" d="M42.5,21.2659c0-2.1559-1.7477-3.9037-3.9037-3.9037s-3.9037,1.7477-3.9037,3.9037v2.3339c0,2.1559,1.7477,3.9037,3.9037,3.9037s3.9037-1.7477,3.9037-3.9037v-2.3339Z"/><path class="c" d="M22.9816,6.3121c-2.156,0-3.9037,1.7478-3.9037,3.9037v10.492c-.9191-.2574-1.8841-.4051-2.8853-.4051-5.9054,0-10.6927,4.7872-10.6927,10.6926s4.7873,10.6927,10.6927,10.6927,10.6926-4.7873,10.6926-10.6927V10.2158c0-2.1559-1.7477-3.9037-3.9036-3.9037Z"/></svg>
Copied!