Brand Citibank Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Citibank 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/305100.svg" alt="Brand Citibank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305100.svg" alt="Brand Citibank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305100.svg" alt="Brand Citibank icon" :width="24" :height="24" />
CSS background
.icon-brand-citibank {
background-image: url('https://proicons.com/icon/305100.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M206 488c34 0 68 16 97 46l2 1 46-55-1-2c-39-45-85-67-141-67-57 0-109 19-147 53-40 38-62 90-62 153 0 62 22 115 62 152 38 35 89 54 147 54 56 0 102-22 141-68l1-1-46-56-2 2c-29 29-62 45-97 45-72 0-124-54-124-129s52-128 124-128zm191-71h82v398h-82zm341 331c-26 0-38-14-38-45V492h83v-75h-83V293l-80 43v81h-69v75h69v225c0 61 36 103 91 104 36 1 59-10 72-18l1-1 20-77-5 3c-22 13-42 20-61 20zm128-331h82v398h-82zm-428-67c64-66 148-101 234-101s169 35 233 101l1 1h94l-3-5c-75-106-199-169-325-169s-251 63-325 169l-4 5h94l1-1z"/></svg>
Copied!