Sadapay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sadapay 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/332317.svg" alt="Sadapay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332317.svg" alt="Sadapay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332317.svg" alt="Sadapay icon" :width="24" :height="24" />
CSS background
.icon-sadapay {
background-image: url('https://proicons.com/icon/332317.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><line class="a" x1="23.3923" y1="44.5595" x2="9.525" y2="30.6921"/><line class="a" x1="22.9247" y1="3.5595" x2="36.792" y2="17.4269"/><path class="a" d="M15.2041,25.6468l7.6244-7.6244c4.02-4.02,10.3128-4.2453,14.055-.5031h0c3.7422,3.7422,3.5173,10.0346-.5031,14.055l-7.6665,7.6664"/><path class="a" d="M31.1129,22.4722l-7.6244,7.6244c-4.02,4.02-10.3128,4.2453-14.055.5031h0c-3.7422-3.7422-3.5173-10.0346.5031-14.055l7.6665-7.6664"/></svg>
Copied!