Amboss Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amboss 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/336253.svg" alt="Amboss Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336253.svg" alt="Amboss Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336253.svg" alt="Amboss Bank icon" :width="24" :height="24" />
CSS background
.icon-amboss-bank {
background-image: url('https://proicons.com/icon/336253.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="c" class="f" cx="36.9641" cy="37.8451" r="7"/><line id="d" class="f" x1="39.6141" y1="41.845" x2="36.964" y2="39.2267"/><path id="e" class="f" d="M36.9641,33.8451h0c1.4636,0,2.65,1.1864,2.65,2.65v2.7c0,1.4636-1.1864,2.65-2.65,2.65h0c-1.4636,0-2.65-1.1864-2.65-2.65v-2.7c0-1.4636,1.1864-2.65,2.65-2.65Z"/><line class="f" x1="33.03" y1="32.05" x2="27.23" y2="22"/><polyline class="f" points="38.44 31.01 27.01 11.21 12.41 36.49 9.23 42 31.33 42"/><polyline class="f" points="30.09 36.49 12.41 36.49 6.39 36.49 24 6"/></svg>
Copied!