Pixel Experience Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pixel Experience 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/345855.svg" alt="Pixel Experience icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345855.svg" alt="Pixel Experience icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345855.svg" alt="Pixel Experience icon" :width="24" :height="24" />
CSS background
.icon-pixel-experience {
background-image: url('https://proicons.com/icon/345855.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><circle class="c" cx="24" cy="17.604" r="14.104"/><circle class="c" cx="24" cy="17.604" r="8.2"/><line class="c" x1="24" y1="9.404" x2="24" y2="3.5"/><line class="c" x1="24" y1="25.804" x2="24" y2="31.708"/><line class="c" x1="32.2" y1="17.604" x2="38.104" y2="17.604"/><line class="c" x1="15.8" y1="17.604" x2="9.896" y2="17.604"/><path class="c" d="m15.8,29.0783v12.4697c0,1.6303-1.3217,2.952-2.952,2.952h0c-1.6303,0-2.952-1.3217-2.952-2.952v-23.9432"/></svg>
Copied!