Andropods Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Andropods 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/336329.svg" alt="Andropods icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336329.svg" alt="Andropods icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336329.svg" alt="Andropods icon" :width="24" :height="24" />
CSS background
.icon-andropods {
background-image: url('https://proicons.com/icon/336329.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M11.065,13.07c-.0011.6959.5621,1.2609,1.258,1.262.0013,0,.0027,0,.004,0,.6959.0017,1.2613-.5611,1.263-1.257,0-.0017,0-.0033,0-.005.0011-.6959-.5621-1.2609-1.258-1.262-.0017,0-.0033,0-.005,0-.6959-.0011-1.2609.5621-1.262,1.258,0,.0013,0,.0027,0,.004M22.894,25.204v-11.406c0-4.597-3.703-8.298-8.708-8.298-2.967,0-5.476,1.3-7.028,3.316v9.473c1.552,2.016,4.061,3.316,7.119,3.316,1.367,0,2.56-.24,3.626-.675v4.274M36.935,13.069c.0011.6959-.5621,1.2609-1.258,1.262-.0013,0-.0027,0-.004,0-.6959.0017-1.2613-.5611-1.263-1.257,0-.0017,0-.0033,0-.005-.0011-.6959.5621-1.2609,1.258-1.262.0017,0,.0033,0,.005,0,.6959-.0011,1.2609.5621,1.262,1.258,0,.0013,0,.0027,0,.004M25.106,25.204v-11.406c0-4.597,3.703-8.298,8.709-8.298,2.966,0,5.475,1.3,7.027,3.316v9.473c-1.552,2.016-4.06,3.316-7.119,3.316-1.367,0-2.559-.24-3.626-.675v4.274M24.273,28.333v4.593h4.959l-5.505,6.089v-4.594h-4.959l5.505-6.088ZM39.737,25.203v8.998c.0105,4.5729-3.688,8.2885-8.2609,8.299-.014,0-.028,0-.0421,0h-14.869c-4.5729.0122-8.2898-3.685-8.302-8.2579,0-.0137,0-.0274,0-.041v-8.997l31.474-.001Z"/></svg>
Copied!