Pixel Mods Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pixel Mods 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/345861.svg" alt="Pixel Mods icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345861.svg" alt="Pixel Mods icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345861.svg" alt="Pixel Mods icon" :width="24" :height="24" />
CSS background
.icon-pixel-mods {
background-image: url('https://proicons.com/icon/345861.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="M30.2236,14.1364c-3.2514,1.8772-3.875,5.9832-4.0228,8.5205-.4238,7.2731.6494,10.389-2.3889,14.718-2.3986,3.4167-6.9242,3.2486-9.7019,2.4552-1.9677-.562-3.8776-1.8047-4.987-3.7264"/><path class="c" d="M19.6056,26.4954c-5.4715,4.0058-10.675,2.1452-12.274.3465-3.0759-3.4599-2.902-10.954,5.4009-15.696,3.4257-1.9563,10.75-3.6222,15.739-3.4386,8.8256,0,15.809,5.4307,13.626,13.577-1.6005,5.9733-8.4286,7.5262-12.813,7.5262"/></svg>
Copied!