Podlisten Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Podlisten 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/331441.svg" alt="Podlisten icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331441.svg" alt="Podlisten icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331441.svg" alt="Podlisten icon" :width="24" :height="24" />
CSS background
.icon-podlisten {
background-image: url('https://proicons.com/icon/331441.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><path class="a" d="M16.978,23.317a6.7753,6.7753,0,1,1,12.75,4.2666c-.9867,3.1121-5.1533,5.32-5.873,9.1543S16.0373,40.769,16.46,35.2973"/><path class="a" d="M27.17,24.5289s.5116-3.61-2.8153-3.61-2.7717,5.8783-5.8783,5.8783"/><path class="a" d="M19.8451,30.6042S18.69,30.79,18.69,32.6053s3.906,1.65,3.906-1.1565-3.1661-4.2363-1.4945-7.0813"/><path class="a" d="M23.9649,12.9966A11.0023,11.0023,0,0,1,34.9671,23.9988"/><path class="a" d="M23.9649,7.602A16.3968,16.3968,0,0,1,40.3617,23.9988"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!