Pix Material You Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pix Material You Icon Pack 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/331289.svg" alt="Pix Material You Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331289.svg" alt="Pix Material You Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331289.svg" alt="Pix Material You Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-pix-material-you-icon-pack {
background-image: url('https://proicons.com/icon/331289.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m35.8027,40.2858c-4.2257.3701-4.1916,5.8632-9.7243,3.7193-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.1914-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.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.5615,8.0832h0Z"/><circle class="c" cx="31.2734" cy="18.8803" r="5.5"/><rect class="c" x="11.2266" y="13.3803" width="11" height="11" rx="3" ry="3"/><polyline class="c" points="18.1241 27.839 15.3121 31.1197 12.5 27.839"/><line class="c" x1="15.3121" y1="34.4005" x2="15.3121" y2="31.1197"/><circle class="c" cx="23.6894" cy="31.1197" r="3.2807"/><path class="c" d="m29.8759,27.839v3.7494c0,1.5531,1.259,2.8121,2.8121,2.8121s2.8121-1.259,2.8121-2.8121v-3.7494"/></svg>
Copied!