Supermoney Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Supermoney 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/333487.svg" alt="Supermoney icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333487.svg" alt="Supermoney icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333487.svg" alt="Supermoney icon" :width="24" :height="24" />
CSS background
.icon-supermoney {
background-image: url('https://proicons.com/icon/333487.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M42.5002,24h-10.014.7637c5.1086,0,9.25,4.1414,9.25,9.25s-4.1414,9.25-9.25,9.25H5.4998v-18.5h10.014s-.7637,0-.7637,0c-5.1086,0-9.25-4.1414-9.25-9.25S9.6416,5.5,14.7502,5.5h27.75v18.5"/><path class="c" d="M26.4752,14.454l7.0711,7.0711c.3917.3917.3917,1.0225,0,1.4142l-10.607,10.607c-.3917.3917-1.0225.3917-1.4142,0l-7.0711-7.0711c-.3917-.3917-.3917-1.0225,0-1.4142l10.607-10.607c.3917-.3917,1.0225-.3917,1.4142,0Z"/></svg>
Copied!