Double Diamond Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Double Diamond 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/310685.svg" alt="Double Diamond icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310685.svg" alt="Double Diamond icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310685.svg" alt="Double Diamond icon" :width="24" :height="24" />
CSS background
.icon-double-diamond {
background-image: url('https://proicons.com/icon/310685.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_1356_570)"> <path d="M8.75377 3.22541L3.22539 8.75378C1.43256 10.5466 1.43256 13.4534 3.22539 15.2462L8.75377 20.7746C10.5466 22.5674 13.4534 22.5674 15.2462 20.7746L20.7746 15.2462C22.5674 13.4534 22.5674 10.5466 20.7746 8.75378L15.2462 3.22541C13.4534 1.43257 10.5466 1.43257 8.75377 3.22541Z" stroke="black" stroke-width="1.5"/> <path d="M10.5759 8.15074L8.15075 10.5759C7.36426 11.3624 7.36426 12.6376 8.15075 13.4241L10.5759 15.8493C11.3624 16.6357 12.6376 16.6357 13.4241 15.8493L15.8493 13.4241C16.6358 12.6376 16.6358 11.3624 15.8493 10.5759L13.4241 8.15074C12.6376 7.36425 11.3624 7.36425 10.5759 8.15074Z" stroke="black" stroke-width="1.5"/> </g> <defs> <clipPath id="clip0_1356_570"> <rect width="24" height="24" fill="white"/> </clipPath> </defs> </svg>
Copied!