Pixelshot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pixelshot 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/345880.svg" alt="Pixelshot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345880.svg" alt="Pixelshot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345880.svg" alt="Pixelshot icon" :width="24" :height="24" />
CSS background
.icon-pixelshot {
background-image: url('https://proicons.com/icon/345880.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M25.0488,9.6835h-12.7689c-3.7444,0-6.7799,3.0355-6.7799,6.7799v18.5883c0,3.7444,3.0355,6.7799,6.7799,6.7799h18.5883c3.7444,0,6.7799-3.0355,6.7799-6.7799v-13.0731"/><path class="c" d="M29.2713,8.7303c1.4149,0,2.5619,1.147,2.5619,2.5619,0-1.4149,1.147-2.5619,2.5619-2.5619-1.4149,0-2.5619-1.147-2.5619-2.5619,0,1.4149-1.147,2.5619-2.5619,2.5619Z"/><path class="c" d="M32.7963,14.5353c2.6796,0,4.8519,2.1722,4.8519,4.8519,0-2.6796,2.1722-4.8519,4.8519-4.8519-2.6796,0-4.8519-2.1722-4.8519-4.8519,0,2.6796-2.1722,4.8519-4.8519,4.8519Z"/><circle class="c" cx="15.9119" cy="20.0016" r="3.8471"/><path class="c" d="M5.5,27.7791c4.1604,3.5265,6.2443,5.9546,9.3967,5.9546,5.2363,0,6.7324-9.404,14.0526-9.404,4.3814,0,8.6988,5.6103,8.6988,5.6103"/></svg>
Copied!