Pixshaft Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pixshaft 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/345890.svg" alt="Pixshaft icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345890.svg" alt="Pixshaft icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345890.svg" alt="Pixshaft icon" :width="24" :height="24" />
CSS background
.icon-pixshaft {
background-image: url('https://proicons.com/icon/345890.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>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="j" d="M38.6201,13.1209c-.2279-1.4787-.3869-3.6169.464-5.4685.4491-.9774,1.7103-1.9508,2.6425-1.2794,1.0914.7861,1.2606,1.9436.5973,2.7042-1.0323,1.1837-2.4471,1.0719-3.7037.5632"/><path id="c" class="j" d="M39.8576,25.0033c.8315,19.8642-16.836,17.8328-33.6814,15.2015-2.0243-.3162-1.364-2.2593,1.4313-2.2239l2.4058.0305c-1.67-3.6174-5.1932-5.0435-4.8725-11.0584.256-4.8033,4.8724-12.3179,12.2118-12.4293,9.5171-.1444,12.8311,7.2595,13.9476,12.8253.0101-.7819.1194-1.7712.6395-2.8331.4796-.9792.9136-2.5184.7613-5.6358-.1005-2.0571,1.9588-4.5422,5.0553-4.2345,3.4523.3431,5.1199,2.719,5.238,5.2398.0951,2.0293-.9948,3.7369-3.1367,5.1179Z"/><g id="d"><line id="e" class="j" x1="13.0924" y1="23.769" x2="16.0928" y2="35.7456"/><line id="f" class="j" x1="15.3057" y1="35.943" x2="16.8798" y2="35.5483"/><path id="g" class="j" d="M10.5111,27.0683c.9437-1.5722,3.1535-4.8979,7.2559-5.9264,4.1023-1.0285,6.7164,1.7011,7.3161,4.095s-.9689,5.8314-4.7294,6.7742c-3.7605.9428-5.2428-.1849-5.2428-.1849"/><line id="h" class="j" x1="10.5111" y1="27.0683" x2="11.0928" y2="27.7676"/></g><path id="i" class="j" d="M34.6805,13.7299c-.8781-1.2112-2.2866-2.867-2.3754-4.903-.0469-1.0747.6304-2.517,1.7663-2.3457,1.3299.2005,2.009,1.1528,1.7663,2.1325-.3777,1.5247-1.6872,2.0719-3.0373,2.1937"/></svg>
Copied!