Pagbank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pagbank 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/330900.svg" alt="Pagbank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330900.svg" alt="Pagbank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330900.svg" alt="Pagbank icon" :width="24" :height="24" />
CSS background
.icon-pagbank {
background-image: url('https://proicons.com/icon/330900.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M41.177,29.9c-.0006,4.3792-3.5508,7.929-7.93,7.929-4.3792-.0006-7.929-3.5508-7.929-7.93.0006-4.3792,3.5508-7.929,7.93-7.929s7.93,3.5504,7.93,7.93h-.001ZM31.134,37.553c-2.5106,3.0434-6.2497,4.806-10.195,4.806-7.299,0-13.216-5.917-13.216-13.216h0c0-7.299,5.917-13.216,13.216-13.216h.001c4.5229-.0004,8.732,2.3121,11.157,6.13M8.535,24.584c-.2537-1.1301-.3818-2.2848-.382-3.443-.0011-8.6858,7.0392-15.7279,15.725-15.729h.002c8.6858-.0006,15.7274,7.0402,15.728,15.726v.002h0c0,1.1774-.1321,2.3511-.394,3.499M45.5,24c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5Z"/></svg>
Copied!