Skycash Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Skycash 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/332859.svg" alt="Skycash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332859.svg" alt="Skycash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332859.svg" alt="Skycash icon" :width="24" :height="24" />
CSS background
.icon-skycash {
background-image: url('https://proicons.com/icon/332859.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M38.88,20.5741H33.4259a6,6,0,0,1-6-6V9.12a3.559,3.559,0,0,0-2.8123-3.5666,3.4285,3.4285,0,0,0-4.04,3.3725v5.6482a6,6,0,0,1-6,6H9.12a3.6471,3.6471,0,0,0-3.6151,3.2418,3.4259,3.4259,0,0,0,3.421,3.61h5.6482a6,6,0,0,1,6,6V38.88a3.647,3.647,0,0,0,3.2417,3.615,3.426,3.426,0,0,0,3.61-3.4211V33.4259a6,6,0,0,1,6-6h5.6482a3.4259,3.4259,0,0,0,3.421-3.61A3.647,3.647,0,0,0,38.88,20.5741Z"/></svg>
Copied!