Bcckz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bcckz 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/337021.svg" alt="Bcckz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337021.svg" alt="Bcckz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337021.svg" alt="Bcckz icon" :width="24" :height="24" />
CSS background
.icon-bcckz {
background-image: url('https://proicons.com/icon/337021.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m19.3838,9.9365l-13.1617,22.7968c-2.0516,3.5536.5129,7.9955,4.6162,7.9955h26.3234c4.1033,0,6.6679-4.4419,4.6162-7.9955l-13.1617-22.7968c-2.0516-3.5536-7.1808-3.5536-9.2324,0Z"/><path class="b" d="m22.9951,16.0217l-7.4667,12.9326c-1.1639,2.0159.291,4.5359,2.6188,4.5359h14.9333c2.3278,0,3.7827-2.5199,2.6188-4.5359l-7.4667-12.9326c-1.1639-2.0159-4.0737-2.0159-5.2376,0Z"/></svg>
Copied!