Pixelogic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pixelogic 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/331317.svg" alt="Pixelogic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331317.svg" alt="Pixelogic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331317.svg" alt="Pixelogic icon" :width="24" :height="24" />
CSS background
.icon-pixelogic {
background-image: url('https://proicons.com/icon/331317.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="cls-1" x="14.1404" y="13.9289" width="8.7114" height="8.7114"/><path class="cls-1" d="M31.5603,25.6512V7.2457c0-1.1049-.8859-1.9909-1.9909-1.9909H7.4909c-1.1049,0-1.9909.8859-1.9909,1.9909v30.7885c0,1.1049.8859,1.9909,1.9909,1.9909h4.7283c1.095,0,1.9909-.8859,1.9909-1.9909v-6.7191h11.6863"/><polygon class="cls-1" points="20.0726 37.1383 36.8931 20.3177 42.5 25.9246 25.6795 42.7451 20.0726 42.7451 20.0726 37.1383"/></svg>
Copied!