Pivo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pivo 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/331285.svg" alt="Pivo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331285.svg" alt="Pivo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331285.svg" alt="Pivo icon" :width="24" :height="24" />
CSS background
.icon-pivo {
background-image: url('https://proicons.com/icon/331285.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><polyline class="c" points="28.3533 20.7606 25.6816 27.8405 23.01 20.7606"/><rect class="c" x="30.1567" y="20.7606" width="5.3433" height="7.0798" rx="2.6716" ry="2.6716"/><circle class="d" cx="20.3813" cy="17.4879" r=".75"/><line class="c" x1="20.3813" y1="20.7606" x2="20.3813" y2="27.8405"/><path class="c" d="M12.5,25.1688c0,1.4755,1.1961,2.6716,2.6716,2.6716h0c1.4755,0,2.6716-1.1961,2.6716-2.6716v-1.7366c0-1.4755-1.1961-2.6716-2.6716-2.6716h0c-1.4755,0-2.6716,1.1961-2.6716,2.6716"/><line class="c" x1="12.5" y1="20.7606" x2="12.5" y2="31.4472"/></svg>
Copied!