Personal Pay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Personal Pay 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/331141.svg" alt="Personal Pay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331141.svg" alt="Personal Pay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331141.svg" alt="Personal Pay icon" :width="24" :height="24" />
CSS background
.icon-personal-pay {
background-image: url('https://proicons.com/icon/331141.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m42.5,34h-15.5"/><path class="c" d="m27.1,34c-2.55.007-3.93-.851-5.7-1.6-1.68-.75-3.75-2.4-5.03-4-1.28-1.6-1.97-3.2-2.56-5.2-.602-2-.681-3.1-.789-5.2"/><path class="c" d="m21.5,18c.0788.84.16,1.7.419,2.6s.708,2,1.3,2.8c.618.81,1.4,1.4,2.29,1.8.898.4,1.9.64,2.99.88"/><path class="c" d="m5.5,20c.0454,2.4.355,4.9,1.09,7.6.73,2.7,1.97,5.7,4.14,8.1,2.07,2.5,5.03,4.4,8.19,5.4s6.51,1.2,9.87,1.4"/><path class="c" d="m5.5,20V5.5h32.4c2.53,0,4.6,2.07,4.6,4.66v23.8"/></svg>
Copied!