Tile Diamond Hex Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Tile Diamond Hex 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/311655.svg" alt="Tile Diamond Hex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311655.svg" alt="Tile Diamond Hex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311655.svg" alt="Tile Diamond Hex icon" :width="24" :height="24" />
CSS background
.icon-tile-diamond-hex {
background-image: url('https://proicons.com/icon/311655.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 22 22"><path d="M12 22H10V18H9V17H8V16H7V15H6V14H5V13H4V12H0V10H4V9H5V8H6V7H7V6H8V5H9V4H10V0H12V4H13V5H14V6H15V7H16V8H17V9H18V10H22V12H18V13H17V14H16V15H15V16H14V17H13V18H12M12 16V15H13V14H14V13H15V12H16V10H15V9H14V8H13V7H12V6H10V7H9V8H8V9H7V10H6V12H7V13H8V14H9V15H10V16Z"/></svg>
Copied!