Pleo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pleo 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/331382.svg" alt="Pleo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331382.svg" alt="Pleo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331382.svg" alt="Pleo icon" :width="24" :height="24" />
CSS background
.icon-pleo {
background-image: url('https://proicons.com/icon/331382.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M5.5,16.2224V5.4843h3.4802c1.9666,0,3.5615,1.6147,3.5615,3.6068,0,1.991-1.5949,3.6057-3.5615,3.6057h-3.4802"/><rect class="d" x="35.4582" y="31.7776" width="7.0418" height="10.738" rx="3.0783" ry="3.0783"/><path class="d" d="M15.2449,15.8959c-2.1223,8.2034,3.68,14.1997,12.6187,10.5231"/><path class="d" d="M30.9674,32.5095h-7.6377v-10.7392h7.6377"/></svg>
Copied!