Podverse Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Podverse 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/331442.svg" alt="Podverse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331442.svg" alt="Podverse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331442.svg" alt="Podverse icon" :width="24" :height="24" />
CSS background
.icon-podverse {
background-image: url('https://proicons.com/icon/331442.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="12.21" y1="25.17" x2="12.21" y2="42.19"/><line class="a" x1="35.79" y1="25.17" x2="35.79" y2="42.19"/><path class="a" d="M8.88,22.55A15.12,15.12,0,0,1,24,7.43h0A15.12,15.12,0,0,1,39.12,22.55v4.53a8.81,8.81,0,0,0-3.33-1.91,1.31,1.31,0,0,0-1.31-1.31H31.86a1.3,1.3,0,0,0-1.31,1.31v17a1.3,1.3,0,0,0,1.31,1.31h2.62a1.31,1.31,0,0,0,1.31-1.31,8.92,8.92,0,0,0,6.27-8.51V22.55A18.06,18.06,0,0,0,24,4.5h0A18.06,18.06,0,0,0,5.94,22.55V33.68a8.92,8.92,0,0,0,6.27,8.51,1.31,1.31,0,0,0,1.31,1.31h2.62a1.3,1.3,0,0,0,1.31-1.31v-17a1.3,1.3,0,0,0-1.31-1.31H13.52a1.31,1.31,0,0,0-1.31,1.31,8.81,8.81,0,0,0-3.33,1.91V22.55Z"/></svg>
Copied!