Pix Material You Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pix Material You 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/345847.svg" alt="Pix Material You icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345847.svg" alt="Pix Material You icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345847.svg" alt="Pix Material You icon" :width="24" :height="24" />
CSS background
.icon-pix-material-you {
background-image: url('https://proicons.com/icon/345847.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="m40.2858,12.1974c.3701,4.2257,5.8632,4.1916,3.7193,9.7243-1.7922,3.8445,2.982,6.5615-1.641,10.281-3.4744,2.4334-.6983,7.1734-6.5616,8.0831-4.2256.3702-4.1914,5.8632-9.7241,3.7194-3.8445-1.7922-6.5615,2.982-10.281-1.641-2.4334-3.4744-7.1734-.6983-8.0831-6.5616-.3702-4.2256-5.8632-4.1915-3.7194-9.7241,1.7922-3.8445-2.982-6.5615,1.641-10.281,3.4744-2.4334.6983-7.1734,6.5616-8.0831,4.2256-.3702,4.1915-5.8632,9.7241-3.7194,3.8445,1.7922,6.5615-2.982,10.281,1.641,2.4334,3.4744,7.1734.6983,8.0832,6.5615Z"/><g><rect class="c" x="13.5" y="13.5" width="8.75" height="8.75"/><rect class="c" x="25.75" y="25.75" width="8.75" height="8.75" rx=".875" ry=".875"/><circle class="c" cx="30.125" cy="17.875" r="4.375"/><path class="c" d="m22.25,30.125c0-2.4162-1.9588-4.375-4.375-4.375s-4.375,1.9588-4.375,4.375,1.9588,4.375,4.375,4.375h4.375v-4.375Z"/></g></svg>
Copied!