Hexagon Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Hexagon 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/311522.svg" alt="Hexagon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311522.svg" alt="Hexagon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311522.svg" alt="Hexagon icon" :width="24" :height="24" />
CSS background
.icon-hexagon {
background-image: url('https://proicons.com/icon/311522.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 21H10V20H8V19H6V18H4V17H2V5H4V4H6V3H8V2H10V1H12V2H14V3H16V4H18V5H20V17H18V18H16V19H14V20H12M12 19V18H14V17H16V16H18V6H16V5H14V4H12V3H10V4H8V5H6V6H4V16H6V17H8V18H10V19Z"/></svg>
Hexagon in other icon packs
Copied!