Pixbit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pixbit 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/345851.svg" alt="Pixbit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345851.svg" alt="Pixbit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345851.svg" alt="Pixbit icon" :width="24" :height="24" />
CSS background
.icon-pixbit {
background-image: url('https://proicons.com/icon/345851.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#fff;}</style></defs><rect class="a" x="7.3631" y="4.5" width="33.282" height="27.1198" rx="0.3575"/><rect class="a" x="34.5269" y="37.4086" width="6.0674" height="6.0674" rx="0.3848"/><rect class="a" x="7.3549" y="37.3848" width="22.1365" height="6.1152" rx="0.3677"/><path class="a" d="M19.3856,19.497h9.8578v3.7342H22.6716V19.497"/><circle class="b" cx="34.4579" cy="16.6382" r="0.75"/><circle class="b" cx="13.5421" cy="16.6382" r="0.75"/></svg>
Copied!