Bejeweled 3 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bejeweled 3 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/322514.svg" alt="Bejeweled 3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322514.svg" alt="Bejeweled 3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322514.svg" alt="Bejeweled 3 icon" :width="24" :height="24" />
CSS background
.icon-bejeweled-3 {
background-image: url('https://proicons.com/icon/322514.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"/></svg>
Copied!