Podaura Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Podaura 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/331435.svg" alt="Podaura icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331435.svg" alt="Podaura icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331435.svg" alt="Podaura icon" :width="24" :height="24" />
CSS background
.icon-podaura {
background-image: url('https://proicons.com/icon/331435.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>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="k" d="M28.7623,5.5v4.6216"/><path id="c" class="k" d="M38.0812,9.8788l-3.254,3.402"/><path id="d" class="k" d="M42.338,19.3088h-4.6782"/><path id="e" class="k" d="M15.9049,32.3931l4.9404-5.3134v-5.2353"/><path id="f" class="k" d="M20.8453,27.0797l5.2288.0744"/><rect id="g" class="k" x="7.7632" y="29.8332" width="9.4369" height="11.6146" rx="1.4517" ry="1.4517" transform="translate(-21.1026 18.3739) rotate(-43.4903)"/><path id="h" class="k" d="M11.8491,28.7696c-1.6758-5.1067.3714-10.696,4.9494-13.5125,4.5779-2.8165,10.4905-2.1245,14.2941,1.6731,3.8036,3.7976,4.5045,9.7085,1.6944,14.2901-2.8101,4.5816-8.3969,6.6369-13.5066,4.9688"/><path id="i" class="k" d="M8.4845,31.4278l7.9944,8.4255"/><path id="j" class="k" d="M6.8874,36.5997c-1.372,2.8775,1.3516,5.9124,4.2825,4.5134"/></svg>
Copied!