Graysky Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Graysky 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/326761.svg" alt="Graysky icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326761.svg" alt="Graysky icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326761.svg" alt="Graysky icon" :width="24" :height="24" />
CSS background
.icon-graysky {
background-image: url('https://proicons.com/icon/326761.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"><path d="M29.38,42.5c-1.52-.8-2.76-2.06-3.55-3.58-.74.2-1.52.32-2.32.32-3.92,0-7.24-2.53-8.43-6.05v-.01c-.3-.89-.46-1.84-.46-2.83,0-.93.15-1.83.42-2.67,1.13-3.6,4.49-6.21,8.47-6.21.2,0,.39.02.58.02,2.05-3.16,5.61-5.25,9.66-5.25.32,0,.63.02.93.04.96-3.84,3.84-6.93,7.57-8.15" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M6.03,7.52c7.89,4.98,12.9,9.14,12.34,10.88-.55,1.69-7.93-.17-12.87-1.62" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M27.33,5.5c1.0329,2.1737,1.534,4.44-.0385,5.5346-3.2067,2.2277-5.7042-.6321-10.0671-5.5346" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><rect x="5.5" y="5.5" width="37" height="37" rx="4" ry="4" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><line x1="15.0815" y1="33.1883" x2="15.0815" y2="33.1806" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M5.5,25.1485c1.0483-.7246,2.3125-1.1485,3.6846-1.1485,2.5746,0,4.8023,1.5031,5.8506,3.6769" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M5.5,29.51c.93.48,1.73,1.19,2.31,2.05.63-.2,1.3-.32,2-.32,1.3,0,2.51.39,3.51,1.06.33-.66.77-1.26,1.31-1.76" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!