Povo2 Supporter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Povo2 Supporter 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/331533.svg" alt="Povo2 Supporter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331533.svg" alt="Povo2 Supporter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331533.svg" alt="Povo2 Supporter icon" :width="24" :height="24" />
CSS background
.icon-povo2-supporter {
background-image: url('https://proicons.com/icon/331533.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"><rect x="4.5" y="14.25" width="39" height="19.5" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M4.5,22.05l7.8-7.8" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M35.7,33.75l7.8-7.8" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M31.789,24c1.6128,0,2.9201,1.3264,2.9201,2.9627s-1.3073,2.9627-2.9201,2.9627h-4.8181v-11.851h4.8181c1.6128,0,2.9201,1.3264,2.9201,2.9627s-1.3073,2.9627-2.9201,2.9627v.0002Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><line x1="31.789" y1="24" x2="26.977" y2="24" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M21.029,22c0-2.1681-1.7322-3.9256-3.8691-3.9256s-3.8691,1.7575-3.8691,3.9256v3.9997c0,2.1681,1.7322,3.9256,3.8691,3.9256s3.8691-1.7575,3.8691-3.9256h-3.8691" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!