Destiny 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Destiny 2 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/324437.svg" alt="Destiny 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324437.svg" alt="Destiny 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324437.svg" alt="Destiny 2 icon" :width="24" :height="24" />
CSS background
.icon-destiny-2 {
background-image: url('https://proicons.com/icon/324437.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><rect class="a" x="19.9038" y="8.764" width="8.1922" height="15.0191" rx="4.0961"/><path class="a" d="M20.8971,10.2088a25.731,25.731,0,0,1-6.5456-2.4943c-.1932-.1351-.8738-.4941-.8738-.4941a5.6219,5.6219,0,0,0-5.5506,9.7305c5.4291,4.0952,10.4407,11.3834,10.4407,18.7223a5.6322,5.6322,0,0,0,11.2644,0c0-7.3389,5.0116-14.6271,10.4407-18.7223A5.62,5.62,0,0,0,34.5223,7.22s-.6806.359-.8738.4941a25.7309,25.7309,0,0,1-6.5457,2.4943"/></svg>
Copied!