Pydroid3 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pydroid3 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/331744.svg" alt="Pydroid3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331744.svg" alt="Pydroid3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331744.svg" alt="Pydroid3 icon" :width="24" :height="24" />
CSS background
.icon-pydroid3 {
background-image: url('https://proicons.com/icon/331744.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><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M34,5v5a4.5,4.5,0,0,0,4,4h5"/><path class="a" d="M11.5,29.5v-16h5.2a5.4,5.4,0,1,1,0,10.8H11.5"/><line class="a" x1="28.2" y1="29.5" x2="24" y2="18.9"/><path class="a" d="M32,18.9,27,33.3a2.34,2.34,0,0,1-2.2,1.6h-.6"/><path class="a" d="M31.5,30.2a3.4024,3.4024,0,0,1,2.5-.7h.8"/><path class="a" d="M34.8,37.5a2.0059,2.0059,0,0,0,2-2h0a2.0059,2.0059,0,0,0-2-2h0a2.0059,2.0059,0,0,0,2-2h0a2.0059,2.0059,0,0,0-2-2"/><path class="a" d="M31.5,36.9a3.2533,3.2533,0,0,0,2.5.7h.8"/></svg>
Copied!