Sns Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sns 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/333017.svg" alt="Sns Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333017.svg" alt="Sns Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333017.svg" alt="Sns Bank icon" :width="24" :height="24" />
CSS background
.icon-sns-bank {
background-image: url('https://proicons.com/icon/333017.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"><polyline points="20.9527 28.5997 20.9527 19.4003 27.0473 28.5997 27.0473 19.4003" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M12.6822,27.5918c.5641.7344,1.2715,1.008,2.2556,1.008h1.362c1.2674,0,2.2949-1.0275,2.2949-2.2949v-.0099c0-1.2674-1.0275-2.2949-2.2949-2.2949h-1.5023c-1.2688,0-2.2974-1.0286-2.2974-2.2974h0c0-1.2716,1.0308-2.3024,2.3023-2.3024h1.3545c.9841,0,1.6915.2736,2.2556,1.008" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M29.5875,27.5918c.5641.7344,1.2715,1.008,2.2556,1.008h1.362c1.2674,0,2.2949-1.0275,2.2949-2.2949v-.0099c0-1.2674-1.0275-2.2949-2.2949-2.2949h-1.5023c-1.2688,0-2.2974-1.0286-2.2974-2.2974h0c0-1.2716,1.0308-2.3024,2.3023-2.3024h1.3545c.9841,0,1.6915.2736,2.2556,1.008" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><rect x="5.5" y="5.5" width="37" height="37" rx="4" ry="4" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!