Astropay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Astropay 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/336664.svg" alt="Astropay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336664.svg" alt="Astropay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336664.svg" alt="Astropay icon" :width="24" :height="24" />
CSS background
.icon-astropay {
background-image: url('https://proicons.com/icon/336664.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m14.32 41.467c4.0667-5.3358 10.471-8.4674 17.18-8.4674 2.8349 0 5.6418.56064 8.2592 1.6497l-3.4986-8.7562c-1.5734-.26183-3.1656-.39342-4.7606-.39342-10.961 0-21.066 6.1801-25.989 15.973z"/><path class="d" d="m19.5 6.5-10.346 25.863a31.5 31.5 0 0112.025-7.5625l2.8203-7.0508 2.3145 5.7852a31.5 31.5 0 015.1855-.47852 31.5 31.5 0 013.7109.2207l-6.7109-16.777h-9z"/></svg>
Copied!