Paidy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paidy 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/345465.svg" alt="Paidy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345465.svg" alt="Paidy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345465.svg" alt="Paidy icon" :width="24" :height="24" />
CSS background
.icon-paidy {
background-image: url('https://proicons.com/icon/345465.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="M40.0942,30.1563c0,2.2735-1.1996,4.3784-3.1558,5.537l-9.3344,5.5288c-2.8766,1.7038-6.4533,1.7038-9.3299,0l-9.3344-5.5288c-1.9562-1.1586-3.1558-3.2635-3.1558-5.537v-14.0576c0-4.4084,3.3523-8.2767,7.756-8.4816,2.606-.1212,5.0022.9464,6.535,2.7837,1.6458,1.9727,4.7009,6.1136,6.4055,8.0358,1.2149,1.37,3.047,2.1316,5.009,2.2124,4.1544.1711,7.8118-3.2034,7.9248-7.3597.1165-4.2817-3.3198-7.7893-7.5752-7.7893-2.0926,0-3.9872.8482-5.3585,2.2196"/><circle class="b" cx="40.0942" cy="24.4368" r="2.122"/><line class="b" x1="22.8444" y1="35.0871" x2="22.8444" y2="21.0574"/></svg>
Copied!