Bestbuy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bestbuy 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/337102.svg" alt="Bestbuy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337102.svg" alt="Bestbuy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337102.svg" alt="Bestbuy icon" :width="24" :height="24" />
CSS background
.icon-bestbuy {
background-image: url('https://proicons.com/icon/337102.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><path class="a" d="M12.22,11.24,4.5,18.86V29.28L12,36.76H43.5V11.24ZM9.63,21.75A1.94,1.94,0,1,1,7.7,23.69h0A1.93,1.93,0,0,1,9.63,21.75Z"/></svg>
Copied!