Bejeweled Blitz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bejeweled Blitz 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/322515.svg" alt="Bejeweled Blitz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322515.svg" alt="Bejeweled Blitz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322515.svg" alt="Bejeweled Blitz icon" :width="24" :height="24" />
CSS background
.icon-bejeweled-blitz {
background-image: url('https://proicons.com/icon/322515.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M43.177,16.37,35.807,9H12.192l-7.37,7.37a1.102,1.102,0,0,0-.057,1.496L23.164,39.32a1.101,1.101,0,0,0,1.672,0L43.234,17.866A1.102,1.102,0,0,0,43.177,16.37Z"/><path class="a" d="M5,17.15H43.5"/><path class="a" d="M23.8,39,14,17l4-7.8"/><path class="a" d="M24.2,39,34,17,30,9.2"/><path class="a" d="M8.5,26.5v15m4-9v13m4-10v6m4-2v7m19-20v16m-4-10v8m-4-5v10m-4-6v3.6M4.5,21.5v8m39-9v5"/></svg>
Copied!