Povo1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Povo1 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/331531.svg" alt="Povo1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331531.svg" alt="Povo1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331531.svg" alt="Povo1 icon" :width="24" :height="24" />
CSS background
.icon-povo1 {
background-image: url('https://proicons.com/icon/331531.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.e{fill:#000;stroke-width:0px;}</style></defs><path class="d" d="M8.9334,23.1325c0,1.7058,1.3504,3.0886,3.0162,3.0886s3.0162-1.3828,3.0162-3.0886v-2.0076c0-1.7058-1.3504-3.0886-3.0162-3.0886s-3.0162,1.3828-3.0162,3.0886"/><line class="d" x1="8.9334" y1="18.0364" x2="8.9334" y2="30.3911"/><path class="d" d="M20.234,18.0364h0c1.6657,0,3.0161,1.3829,3.0161,3.0887v2.0075c0,1.7058-1.3503,3.0887-3.0161,3.0887h0c-1.6657,0-3.0161-1.3829-3.0161-3.0887v-2.0075c0-1.7058,1.3503-3.0887,3.0161-3.0887Z"/><path class="d" d="M36.0506,18.0364h0c1.6657,0,3.0161,1.3829,3.0161,3.0887v2.0075c0,1.7058-1.3503,3.0887-3.0161,3.0887h0c-1.6657,0-3.0161-1.3829-3.0161-3.0887v-2.0075c0-1.7058,1.3503-3.0887,3.0161-3.0887Z"/><polyline class="d" points="31.2407 18.0361 28.2246 26.2211 25.2084 18.0361"/><circle class="e" cx="34.2742" cy="33.4989" r=".75"/><polyline class="d" points="31.2407 29.4715 32.4901 28.8024 32.4901 33.7176"/><path class="d" d="M37.3319,28.7987h0c.9142,0,1.6554.729,1.6554,1.6282v1.6588c0,.8992-.7411,1.6282-1.6554,1.6282h0c-.9142,0-1.6554-.729-1.6554-1.6282v-1.6588c0-.8992.7411-1.6282,1.6554-1.6282Z"/><path id="c" class="d" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!