Ptt Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ptt Bank 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/331689.svg" alt="Ptt Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331689.svg" alt="Ptt Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331689.svg" alt="Ptt Bank icon" :width="24" :height="24" />
CSS background
.icon-ptt-bank {
background-image: url('https://proicons.com/icon/331689.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m7,26.5859v-7.0772h2.3001c1.327,0,2.3886,1.0616,2.3886,2.3886s-1.0616,2.3886-2.3886,2.3886h-2.3001"/><path class="b" d="m14.0852,20.3934v5.3079c0,.5308.3538.8846.8846.8846h.2654"/><line class="b" x1="13.1116" y1="21.808" x2="15.0579" y2="21.808"/><path class="b" d="m17.6317,20.3934v5.3079c0,.5308.3538.8846.8846.8846h.2654"/><line class="b" x1="16.6581" y1="21.808" x2="18.6044" y2="21.808"/><line class="b" x1="37.4584" y1="19.4141" x2="37.4584" y2="26.5859"/><line class="b" x1="37.4584" y1="25.0807" x2="40.6458" y2="21.8047"/><line class="b" x1="38.5208" y1="24.0182" x2="41" y2="26.4974"/><path class="b" d="m30.3662,24.793c0,.9861-.8068,1.793-1.793,1.793h0c-.9861,0-1.793-.8068-1.793-1.793v-1.1654c0-.9861.8068-1.793,1.793-1.793h0c.9861,0,1.793.8068,1.793,1.793"/><line class="b" x1="30.3662" y1="26.5859" x2="30.3662" y2="21.7449"/><path class="b" d="m35.7552,26.5859v-2.9584c0-.9861-.8068-1.793-1.793-1.793s-1.793.8068-1.793,1.793"/><line class="b" x1="32.1693" y1="26.5859" x2="32.1693" y2="21.7449"/><path class="b" d="m23.366,23c.9861,0,1.793.8068,1.793,1.793s-.8068,1.793-1.793,1.793h-2.9584v-7.1718h2.9584c.9861,0,1.793.8068,1.793,1.793s-.8068,1.793-1.793,1.793Z"/><line class="b" x1="23.366" y1="23" x2="20.4077" y2="23"/></svg>
Copied!