Pixel Icon Pack 1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pixel Icon Pack 1 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/331299.svg" alt="Pixel Icon Pack 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331299.svg" alt="Pixel Icon Pack 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331299.svg" alt="Pixel Icon Pack 1 icon" :width="24" :height="24" />
CSS background
.icon-pixel-icon-pack-1 {
background-image: url('https://proicons.com/icon/331299.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M22.4333,23.3345v-7.6963h3.2852c2.1221,0,3.8477,1.7256,3.8477,3.8477s-1.7256,3.8486-3.8477,3.8486h-3.2852Z"/><line class="b" x1="22.4333" y1="23.3345" x2="16.4335" y2="29.3345"/><line class="b" x1="16.4335" y1="9.638" x2="22.4333" y2="15.6383"/><line class="b" x1="28.7046" y1="21.9093" x2="32.956" y2="26.1607"/><line class="b" x1="28.7052" y1="17.0626" x2="32.9555" y2="12.8124"/><path class="b" d="M25.7182,9.638h-9.2847v28.724h5.9998v-9.0276h3.2849c5.4391,0,9.8483-4.4092,9.8483-9.8482s-4.4092-9.8482-9.8483-9.8482Z"/></svg>
Copied!