Pixel Studio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pixel Studio 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/345864.svg" alt="Pixel Studio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345864.svg" alt="Pixel Studio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345864.svg" alt="Pixel Studio icon" :width="24" :height="24" />
CSS background
.icon-pixel-studio {
background-image: url('https://proicons.com/icon/345864.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M15.3676,16.9115c-.4579.2201-1.5127-.7863-1.9919-.9549-.4792-.1686-1.9309-.0441-2.1507-.5026-.2198-.4585.7853-1.5146.9537-1.9944.1684-.4798.044-1.9333.502-2.1534.4579-.2201,1.5127.7863,1.9919.9549s1.9309.0441,2.1507.5026-.7853,1.5146-.9537,1.9944c-.1684.4798-.044,1.9333-.502,2.1534Z"/><path id="c" class="d" d="M14.6937,9.0522c-1.0064-.0675-1.9984.2682-2.7575.9333-3.6447,3.1903-5.7548,5.7989-6.8308,8.4246-1.076,2.6256-.7555,5.9473,1.2656,7.7475,1.4844,1.3222,3.5779,1.4829,4.9392,1.2055,1.3613-.2774,2.3989-.8173,3.4108-1.4136,2.024-1.1926,3.9134-2.7479,5.5766-4.0579.0638-.0503.1471-.0828.2125-.1327-.8911,1.1743-1.4962,2.0395-2.3577,3.2459-1.0961,1.5349-2.0903,3.0097-2.7666,4.7304-.3382.8604-.6301,1.809-.5894,3.0331.0407,1.2241.6387,2.8087,1.7363,3.7948,2.3696,2.1289,5.9417,2.4182,8.382,1.5211,2.4403-.8971,4.2725-2.4247,5.9901-3.9069.5071-.4376.8616-.7318,1.3388-1.1574-1.1357,1.1028-1.4706,2.7946-.8407,4.2477,1.168,1.7462,3.5283,2.2141,5.2728,1.0454,3.2826-2.2001,5.5648-4.9505,6.4767-8.1272.456-1.5884.5875-3.4827-.3838-5.316-.9713-1.8332-3.0837-2.998-5.0009-3.207-3.0723-.3349-5.1505,1.1748-6.9314,2.5299s-3.393,2.9211-4.8958,4.218c-.6977.6021-1.0918.751-1.6929,1.1734.0453-.0644.045-.086.0914-.151,1.8839-2.6382,4.5729-5.7577,6.3419-8.8066.6611-1.0356,1.173-1.9782,1.5147-3.008.3503-1.0558.6251-2.3334.0731-3.8657-.552-1.5323-2.1586-2.7063-3.372-3.0217-1.2134-.3153-2.1547-.2059-3.043-.0457-2.7759.5004-5.4725,1.9915-8.0691,3.7697.6617-1.346.4721-2.9556-.4843-4.1105-.6634-.7598-1.601-1.2246-2.6067-1.2924Z"/></svg>
Copied!