Foxpay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Foxpay 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/340765.svg" alt="Foxpay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340765.svg" alt="Foxpay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340765.svg" alt="Foxpay icon" :width="24" :height="24" />
CSS background
.icon-foxpay {
background-image: url('https://proicons.com/icon/340765.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m23.9955,42.5c13.7143-8,17.4286-14.5714,16.2857-31.4286-14-7.4286-18.5714-7.4286-32.5714,0-1.1429,16.5714,2.8571,23.4286,16.2857,31.4286Z"/><g><path class="b" d="m10.8526,12.7857c-1.9866,8.5464,2.1715,16.4069,7.4286,23.4286-2.5467-8.7098,2.1327-14.1657,8-18.2857-4.8823,1.0602-9.7826,1.052-15.4286-5.1429Z"/><path class="b" d="m26.2812,17.9286c-4.3051-.1097-8.2097-1.6214-11.1531-6.4969-.4829,1.0703-1.046,1.873-1.1379,4.2466"/><path class="b" d="m23.9955,39.6429c.0641-5.1074,2.4431-9.7005,7.4286-13.7143,4.8491-3.16,6.3269-7.4999,5.7143-12.5714-2.3407,3.6126-6.5825,5.597-10.2857,7.4286s-10.7805,10.0359-2.8571,18.8571Z"/></g></svg>
Copied!