Rpg Dice Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rpg Dice 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/346808.svg" alt="Rpg Dice icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346808.svg" alt="Rpg Dice icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346808.svg" alt="Rpg Dice icon" :width="24" :height="24" />
CSS background
.icon-rpg-dice {
background-image: url('https://proicons.com/icon/346808.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="M39.2269,38.6837l5.1112-20.5L29.1112,3.5l-20.3382,5.8163L3.6618,29.8163l15.2269,14.6837,20.3382-5.8163Z"/><path class="b" d="M33.7286,34.9835l10.6096-16.7998-17.1502-6.97-18.4149-1.8974,1.4807,19.8142,8.635,15.3695s14.8398-9.5165,14.8398-9.5165Z"/><path class="b" d="M33.7286,34.9835l-23.4749-5.853L27.188,11.2137l6.5406,23.7697ZM27.188,11.2137l1.9233-7.7137M33.7286,34.9835l5.4983,3.7002M10.2537,29.1305l-6.5919.6858"/></svg>
Copied!