Dbs Digibank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dbs Digibank 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/338883.svg" alt="Dbs Digibank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338883.svg" alt="Dbs Digibank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338883.svg" alt="Dbs Digibank icon" :width="24" :height="24" />
CSS background
.icon-dbs-digibank {
background-image: url('https://proicons.com/icon/338883.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m13.0001,13.0002l9.1327,7.2312c1.0942.8664,2.6405.8664,3.7347,0l9.1327-7.2312-7.2312,9.1327c-.8664,1.0942-.8664,2.6405,0,3.7347l7.2312,9.1327-9.1327-7.2312c-1.0942-.8664-2.6405-.8664-3.7347,0l-9.1327,7.2312,7.2312-9.1327c.8664-1.0942.8664-2.6405,0-3.7347l-7.2312-9.1327Z"/><path class="c" d="m41.5226,32.0086c-1.9861-3.7102-2.1532-4.9966-2.1532-8.008s.1671-4.2988,2.1522-8.008c.9693-1.8067.2867-4.0662-1.5228-5.0374-.8397-.4496-1.7734-.5296-2.6331-.3196.2174-.8919.1153-1.819-.3214-2.6339-.9674-1.8086-3.2279-2.4921-5.0355-1.5247-3.7111,1.987-4.9975,2.1541-8.0089,2.1541s-4.2978-.1671-8.008-2.1532c-1.8086-.9703-4.0652-.2839-5.0364,1.5228-.4367.8159-.5388,1.7431-.3214,2.635-.8601-.2102-1.7938-.1304-2.6331.3194-1.8086.9674-2.4921,3.2269-1.5237,5.0364,1.9861,3.7102,2.1532,4.9966,2.1532,8.0089s-.1671,4.2978-2.1522,8.007c-.9693,1.8067-.2867,4.0662,1.5218,5.0374.5487.2934,1.1468.4424,1.7516.4424.295,0,.5896-.0447.8813-.1161-.2155.8901-.1132,1.815.3226,2.6282.9684,1.8095,3.2279,2.4902,5.0355,1.5237,3.7111-1.987,4.9975-2.1541,8.0089-2.1541s4.2978.1671,8.008,2.1532c.5573.2991,1.1573.4405,1.7487.4405,1.3282,0,2.6155-.712,3.2877-1.9624.4358-.814.5381-1.7391.3226-2.6292.2919.0714.587.1162.8813.1162.6048,0,1.2029-.1491,1.7506-.4424,1.8086-.9674,2.4921-3.2269,1.5237-5.0364Z"/></svg>
Copied!