Bofa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bofa 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/337389.svg" alt="Bofa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337389.svg" alt="Bofa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337389.svg" alt="Bofa icon" :width="24" :height="24" />
CSS background
.icon-bofa {
background-image: url('https://proicons.com/icon/337389.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="17.5406" y1="31.4938" x2="36.9796" y2="20.2707"/><line class="a" x1="24.061" y1="35.2584" x2="43.5" y2="24.0352"/><line class="a" x1="4.5" y1="23.9647" x2="10.9796" y2="20.2237"/><line class="a" x1="11.0204" y1="27.7292" x2="17.4999" y2="23.9882"/><line class="a" x1="23.9389" y1="12.7416" x2="30.4593" y2="16.5062"/><line class="a" x1="17.4592" y1="16.4827" x2="23.9796" y2="20.2472"/></svg>
Copied!