Pocketcasts Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Pocketcasts 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/315626.svg" alt="Pocketcasts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315626.svg" alt="Pocketcasts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315626.svg" alt="Pocketcasts icon" :width="24" :height="24" />
CSS background
.icon-pocketcasts {
background-image: url('https://proicons.com/icon/315626.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pocket Casts</title><path d="M12,0C5.372,0,0,5.372,0,12c0,6.628,5.372,12,12,12c6.628,0,12-5.372,12-12 C24,5.372,18.628,0,12,0z M15.564,12c0-1.968-1.596-3.564-3.564-3.564c-1.968,0-3.564,1.595-3.564,3.564 c0,1.968,1.595,3.564,3.564,3.564V17.6c-3.093,0-5.6-2.507-5.6-5.6c0-3.093,2.507-5.6,5.6-5.6c3.093,0,5.6,2.507,5.6,5.6H15.564z M19,12c0-3.866-3.134-7-7-7c-3.866,0-7,3.134-7,7c0,3.866,3.134,7,7,7v2.333c-5.155,0-9.333-4.179-9.333-9.333 c0-5.155,4.179-9.333,9.333-9.333c5.155,0,9.333,4.179,9.333,9.333H19z"/></svg>
Pocketcasts in other icon packs
Copied!