Destiny Item Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Destiny Item Manager 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/338997.svg" alt="Destiny Item Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338997.svg" alt="Destiny Item Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338997.svg" alt="Destiny Item Manager icon" :width="24" :height="24" />
CSS background
.icon-destiny-item-manager {
background-image: url('https://proicons.com/icon/338997.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="36.9 24 24 36.9 11.1 24 19.7 15.4 15.4 11.1 2.5 24 24 45.5 45.5 24 24 2.5 19.7 6.8 36.9 24"/><polygon class="c" points="24 19.7571 28.3133 24.0704 24 28.3837 19.6867 24.0704 24 19.7571"/></svg>
Copied!