Pixel Xpert Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pixel Xpert 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/345866.svg" alt="Pixel Xpert icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345866.svg" alt="Pixel Xpert icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345866.svg" alt="Pixel Xpert icon" :width="24" :height="24" />
CSS background
.icon-pixel-xpert {
background-image: url('https://proicons.com/icon/345866.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="23.268" cy="23.161" r="4.1919"/><circle class="c" cx="15.26" cy="15.1531" r="2.3265"/><path class="c" d="M23.268,18.9691V3.5C12.4095,3.5,3.6069,12.3025,3.6069,23.161h15.4691"/><line class="c" x1="9.3655" y1="9.2586" x2="6.5777" y2="6.4708"/><polyline class="c" points="19.1842 24.1211 12.4637 30.8417 9.624 30.6389 3.6066 36.6563 9.5293 42.5926 15.5603 36.5616 15.3439 33.7355 21.9428 27.1366"/><path class="c" d="M24.228,19.0773l4.9627-4.9627-1.5145-1.5145,2.5963-2.6098-4.219-4.2054c2.0689-2.0689,4.5841-3.4076,8.208.2164l5.9363,5.9228-2.434,2.434,5.463,1.0953c.7167.1352.9736,1.0142.4598,1.5145l-5.0438,5.0573c-.5138.5003-1.3793.2434-1.528-.4598l-1.0953-5.463-2.4205,2.4205-1.5145-1.5145-4.841,4.841"/><path class="c" d="M44.3123,25.1912c.2849.9997-.2432,1.4773-.6101,1.7866-.6069.5115-1.3571.6317-2.1105.7929-2.1808.4665-2.8013,2.094-1.5352,3.9269.2332.3376.4918.658.7212.998.5352.7931.6653,1.629.15,2.4763-.513.8435-1.3232,1.1437-2.264,1.0387-.5175-.0578-1.0244-.2321-1.5293-.3774-1.9967-.5749-3.48.7387-3.1892,2.8274.0885.6354.2743,1.2822.222,1.9075-.1446,1.727-1.967,2.5449-3.3831,1.5404-.4739-.3361-.8481-.8092-1.2949-1.1877-1.616-1.3694-3.3106-.9465-4.0241,1.0332-.3888,1.0788-.7736,2.8174-2.1973,2.5104v-13.2952c3.7209,0,6.8491-2.5378,7.7481-5.9769l13.2962-.0009Z"/></svg>
Copied!