Saldo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Saldo 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/332341.svg" alt="Saldo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332341.svg" alt="Saldo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332341.svg" alt="Saldo icon" :width="24" :height="24" />
CSS background
.icon-saldo {
background-image: url('https://proicons.com/icon/332341.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>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="d" class="k" d="M26.454,2.5703c10.8533,1.2469,19.046,10.4348,19.046,21.3595h0c0,11.8741-9.6259,21.5-21.5,21.5h0c-3.2899,0-6.5359-.755-9.4881-2.2068"/><path id="e" class="k" d="M5.6436,12.7364C9.0217,7.1965,14.721,3.4785,21.1525,2.6191"/><path id="f" class="k" d="M10.1738,40.3944c-4.8647-4.0851-7.6738-10.1123-7.6738-16.4647,0-1.96.268-3.9107.7966-5.798"/><path id="g" class="k" d="M14.5119,43.2229c-.0007-.0003-.0014-.0007-.0021-.001"/><path id="h" class="k" d="M18.6827,30.4952c1.0583,1.3778,2.3854,1.891,4.2316,1.891h2.555c2.3778,0,4.3054-1.9317,4.3054-4.3146h0c0-2.3829-1.9276-4.3147-4.3054-4.3147h-2.8231c-2.3778,0-4.3054-1.9317-4.3054-4.3146h0c0-2.3829,1.9276-4.3147,4.3054-4.3147h2.555c1.8462,0,3.1733.5132,4.2316,1.891"/><path id="i" class="k" d="M24.0579,15.1276v-2.1647"/><path id="j" class="k" d="M24.0579,34.4263v-2.0401"/></svg>
Copied!