Alert Hexagon Fill Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Alert Hexagon Fill 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/311704.svg" alt="Alert Hexagon Fill icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311704.svg" alt="Alert Hexagon Fill icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311704.svg" alt="Alert Hexagon Fill icon" :width="24" :height="24" />
CSS background
.icon-alert-hexagon-fill {
background-image: url('https://proicons.com/icon/311704.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" id="memory-alert-hexagon-fill" viewBox="0 0 22 22"><path d="M12 21H10V20H8V19H6V18H4V17H2V5H4V4H6V3H8V2H10V1H12V2H14V3H16V4H18V5H20V17H18V18H16V19H14V20H12M12 12V6H10V12M12 16V14H10V16Z" /></svg>
Copied!