Pocket Casts Alt 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pocket Casts Alt 2 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/345973.svg" alt="Pocket Casts Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345973.svg" alt="Pocket Casts Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345973.svg" alt="Pocket Casts Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-pocket-casts-alt-2 {
background-image: url('https://proicons.com/icon/345973.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:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m39.2028,8.7972c8.3963,8.3963,8.3963,22.0093,0,30.4056s-22.0093,8.3963-30.4056,0S.4009,17.1935,8.7972,8.7972"/><path class="d" d="m33.1924,14.8076c5.0768,5.0768,5.0768,13.308,0,18.3848s-13.308,5.0768-18.3848,0-5.0768-13.308,0-18.3848"/><path class="d" d="m19.2173,5.116c-.5183-1.0182-1.628-1.5274-2.7081-1.3534-.7762.771-1.0174,1.9679-.4991,2.9861"/><path class="d" d="m27.7018,12.5732c1.4362,1.0227,1.335,3.3941-1.1125,3.3941-2.043,0-2.4678-1.1831-2.5892-1.7849-.1214.6018-.5462,1.7849-2.5892,1.7849-2.4476,0-2.5487-2.3714-1.1125-3.3941"/><polyline class="d" points="24.9054 10.7625 24 11.3987 23.0946 10.7625"/><circle class="c" cx="26.6916" cy="8.5724" r=".75"/><circle class="c" cx="21.3084" cy="8.5724" r=".75"/><path class="d" d="m28.7827,5.116c.5183-1.0182,1.628-1.5274,2.7081-1.3534.7762.771,1.0174,1.9679.4991,2.9861"/></svg>
Copied!