Openpods Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Openpods 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/330706.svg" alt="Openpods icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330706.svg" alt="Openpods icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330706.svg" alt="Openpods icon" :width="24" :height="24" />
CSS background
.icon-openpods {
background-image: url('https://proicons.com/icon/330706.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="m17.1985,16.3041c-.2768-.3765-.6201-.6976-1.0187-.9634"/><path class="c" d="m11.5179,16.3041c-.1107-.1218-.2215-.2436-.3322-.3765-.1218-.155-.1882-.3543-.1993-.5537v-4.0528c.0111-.1993.0775-.3876.2104-.5426,2.4472-2.7129,5.5034-3.4549,8.0392-1.2956.155.1329.299.2768.4429.4319,1.3509,1.506,1.96,3.9089,2.0486,6.3893"/><circle class="d" cx="13.561" cy="13.4182" r=".75"/><path class="c" d="m17.367,10.9741c.6382.5602,1.1319,1.266,1.4394,2.0576"/><path class="c" d="m26.2786,16.3041c.0775-2.4804.6976-4.8833,2.0486-6.3893.1329-.155.2879-.299.4429-.4319,2.5358-2.1593,5.592-1.4174,8.0392,1.2956.1218.155.1993.3433.2104.5426v4.0528c-.0111.1993-.0775.3986-.1993.5537-.1107.1329-.2215.2547-.3322.3765"/><path class="c" d="m31.8263,15.3407c-.3986.2658-.7419.5869-1.0187.9634"/><circle class="d" cx="34.4431" cy="13.4182" r=".75"/><path class="c" d="m30.6371,10.9741c-.6382.5602-1.1319,1.266-1.4394,2.0576"/><path class="c" d="m11.057,16.3022h25.8902c1.2223,0,2.2147.9924,2.2147,2.2147v17.2319c0,4.278-3.4732,7.7513-7.7513,7.7513h-14.8169c-4.278,0-7.7513-3.4732-7.7513-7.7513v-17.2319c0-1.2223.9924-2.2147,2.2147-2.2147Z"/><path class="c" d="m37.8834,16.5145c.8083-1.2181,1.2734-2.6797,1.2734-4.2411v-.0221c0-4.2632-3.4881-7.7513-7.7513-7.7513h-14.816c-4.2632,0-7.7513,3.4881-7.7513,7.7513v.0221c0,1.5613.4651,3.023,1.2734,4.2411"/></svg>
Copied!