Selfpay Now Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Selfpay Now 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/332561.svg" alt="Selfpay Now icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332561.svg" alt="Selfpay Now icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332561.svg" alt="Selfpay Now icon" :width="24" :height="24" />
CSS background
.icon-selfpay-now {
background-image: url('https://proicons.com/icon/332561.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"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m26.489 19.125h-4.9772c-2.7489 0-4.9772-2.1826-4.9772-4.875 0-2.6924 2.2284-4.875 4.9772-4.875h9.9545"/><path class="d" d="m33.954 4.5h-12.443c-5.4977 0-9.9545 4.3652-9.9545 9.75 0 5.3848 4.4568 9.75 9.9545 9.75h4.9772c5.4977 0 9.9545 4.3652 9.9545 9.75 0 5.3848-4.4568 9.75-9.9545 9.75h-12.443"/><path class="d" d="m21.511 28.875h4.9772c2.7489 0 4.9772 2.1826 4.9772 4.875 0 2.6924-2.2284 4.875-4.9772 4.875h-9.9545"/><path class="d" d="m21.511 14.25h7.4659"/><path class="d" d="m26.489 33.75h-7.4659"/></svg>
Copied!