Casas Bahia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Casas Bahia 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/338044.svg" alt="Casas Bahia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338044.svg" alt="Casas Bahia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338044.svg" alt="Casas Bahia icon" :width="24" :height="24" />
CSS background
.icon-casas-bahia {
background-image: url('https://proicons.com/icon/338044.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="m31.7639,23.5073c-.2075-.0308-.2184-.31-.0151-.3616,3.308-.8387,5.6495-3.9553,5.6495-8.709,0-5.5088-5.4417-8.9367-10.6686-8.9367H8.8653v37h17.9182c6.7126,0,12.3512-4.2816,12.3512-9.5633,0-5.9226-3.1331-8.8012-7.3708-9.4295Z"/><line class="c" x1="8.8653" y1="15.2109" x2="37.377" y2="15.2109"/></svg>
Copied!