Podimo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Podimo 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/331440.svg" alt="Podimo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331440.svg" alt="Podimo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331440.svg" alt="Podimo icon" :width="24" :height="24" />
CSS background
.icon-podimo {
background-image: url('https://proicons.com/icon/331440.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m22.9459,35.744V6.0382c0-.8495.6887-1.5382,1.5382-1.5382h0c8.5966,0,15.5655,6.9689,15.5655,15.5655v1.6512c0,8.5966-6.9689,15.5655-15.5655,15.5655h0c-.8495,0-1.5382-.6887-1.5382-1.5382Z"/><path class="b" d="m7.9504,27.2169V5.6184c0-.6177.5007-1.1184,1.1184-1.1184h0c6.2504,0,11.3174,5.067,11.3174,11.3174v1.2006c0,6.2504-5.067,11.3174-11.3174,11.3174h0c-.6177,0-1.1184-.5007-1.1184-1.1184Z"/><circle class="b" cx="14.1683" cy="37.2821" r="6.2179"/></svg>
Copied!