Pixels Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pixels 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/306251.svg" alt="Pixels icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306251.svg" alt="Pixels icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306251.svg" alt="Pixels icon" :width="24" :height="24" />
CSS background
.icon-pixels {
background-image: url('https://proicons.com/icon/306251.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M911 82h-77c-14 0-26 12-26 26v77c0 15 12 27 26 27h77c15 0 27-12 27-27v-77c0-14-12-26-27-26zm-76 318V299c0-15-12-26-27-26H708c-15 0-27 11-27 26v101c0 14 12 26 27 26h100c15 0 27-12 27-26zM592 742H491c-15 0-26 12-26 27v101c0 14 11 26 26 26h101c14 0 26-12 26-26V769c0-15-12-27-26-27zm278-277H769c-14 0-26 12-26 26v101c0 15 12 26 26 26h101c14 0 26-11 26-26V491c0-14-12-26-26-26zm-241 0H463c-15 0-27 12-27 26v167c0 14 12 26 27 26h166c14 0 26-12 26-26V491c0-14-12-26-26-26zm-376-45h212c15 0 27-12 27-26V182c0-15-12-27-27-27H253c-14 0-26 12-26 27v212c0 14 12 26 26 26zm112 169H89c-15 0-26 12-26 27v276c0 15 11 26 26 26h276c15 0 27-11 27-26V616c0-15-12-27-27-27zm330-360V128c0-15-12-26-26-26H568c-15 0-26 11-26 26v101c0 14 11 26 26 26h101c14 0 26-12 26-26z"/></svg>
Copied!