Brex Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Brex 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/313750.svg" alt="Brex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313750.svg" alt="Brex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313750.svg" alt="Brex icon" :width="24" :height="24" />
CSS background
.icon-brex {
background-image: url('https://proicons.com/icon/313750.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Brex</title><path d="M18.69 2.319a3.868 3.868 0 0 0-3.108 1.547l-.759 1.007a1.658 1.658 0 0 1-1.313.656H0V21.68h5.296a3.87 3.87 0 0 0 3.108-1.547l.759-1.006a1.656 1.656 0 0 1 1.313-.657H24V2.319h-5.31Zm1.108 11.949h-5.66a3.87 3.87 0 0 0-3.108 1.547l-.759 1.007a1.658 1.658 0 0 1-1.313.656H4.202V9.731h5.661a3.868 3.868 0 0 0 3.107-1.547l.759-1.006a1.658 1.658 0 0 1 1.313-.657h4.771l-.015 7.747Z"/></svg>
Copied!