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/310102.svg" alt="Double Diamond icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310102.svg" alt="Double Diamond icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310102.svg" alt="Double Diamond icon" :width="24" :height="24" />
CSS background
.icon-double-diamond {
background-image: url('https://proicons.com/icon/310102.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"> <path d="M20.9933 8.35147L15.6485 3.00673C14.6794 2.04176 13.3675 1.5 11.9999 1.5C10.6324 1.5 9.32057 2.04176 8.3515 3.00673L3.00673 8.35147C2.04176 9.32054 1.5 10.6324 1.5 12C1.5 13.3676 2.04176 14.6795 3.00673 15.6485L8.3515 20.9933C9.32057 21.9583 10.6324 22.5 11.9999 22.5C13.3675 22.5 14.6794 21.9583 15.6485 20.9933L20.9933 15.6485C21.9582 14.6795 22.5 13.3676 22.5 12C22.5 10.6324 21.9582 9.32054 20.9933 8.35147ZM15.9482 13.7639L13.7639 15.9385C13.5341 16.1716 13.2602 16.3566 12.9582 16.4827C12.6562 16.6088 12.3321 16.6735 12.0048 16.673C11.3412 16.6723 10.705 16.4081 10.2361 15.9385L8.0615 13.7639C7.59816 13.2937 7.3384 12.6601 7.3384 12C7.3384 11.3399 7.59816 10.7063 8.0615 10.2362L10.2361 8.06153C10.7121 7.60944 11.3435 7.35737 11.9999 7.35737C12.6564 7.35737 13.2879 7.60944 13.7639 8.06153L15.9482 10.2458C16.4115 10.716 16.6712 11.3496 16.6712 12.0097C16.6712 12.6698 16.4115 13.3034 15.9482 13.7735V13.7639Z" fill="black"/> </svg>
Copied!