Pelisbox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pelisbox 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/331105.svg" alt="Pelisbox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331105.svg" alt="Pelisbox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331105.svg" alt="Pelisbox icon" :width="24" :height="24" />
CSS background
.icon-pelisbox {
background-image: url('https://proicons.com/icon/331105.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M39.5,28v2c0,2.216-1.784,4-4,4H8.5c-2.216,0-4-1.784-4-4v-12c0-2.216,1.784-4,4-4h27c2.216,0,4,1.784,4,4v2"/><line class="f" x1="35.5" y1="17.962" x2="43.5" y2="30.038"/><line class="f" x1="43.5" y1="17.962" x2="35.5" y2="30.038"/><path class="f" d="M15.33,24c1.6673,0,3.0189,1.3515,3.0189,3.0189s-1.3515,3.0189-3.0189,3.0189h-4.9811v-12.075h4.9811c1.6673,0,3.0189,1.3515,3.0189,3.0189s-1.3515,3.0189-3.0189,3.0189v-.0006Z"/><line class="f" x1="15.33" y1="24" x2="10.355" y2="24"/><path class="f" d="M26.925,17.962h0c2.2091,0,4,1.7909,4,4v4.075c0,2.2091-1.7909,4-4,4h0c-2.2091,0-4-1.7909-4-4v-4.075c0-2.2091,1.7909-4,4-4Z"/></svg>
Copied!