Google Podcasts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Podcasts 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/341245.svg" alt="Google Podcasts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341245.svg" alt="Google Podcasts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341245.svg" alt="Google Podcasts icon" :width="24" :height="24" />
CSS background
.icon-google-podcasts {
background-image: url('https://proicons.com/icon/341245.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="41.6" y1="21.13" x2="41.6" y2="26.9"/><line class="a" x1="6.4" y1="21.13" x2="6.4" y2="26.9"/><line class="a" x1="24" y1="3.5" x2="24" y2="8.75"/><line class="a" x1="24" y1="39.25" x2="24" y2="44.5"/><line class="a" x1="24" y1="14.48" x2="24" y2="33.52"/><line class="a" x1="32.8" y1="11.26" x2="32.8" y2="17.03"/><line class="a" x1="32.8" y1="22.76" x2="32.8" y2="36.74"/><line class="a" x1="15.2" y1="36.74" x2="15.2" y2="30.97"/><line class="a" x1="15.2" y1="25.24" x2="15.2" y2="11.26"/></svg>
Copied!