Alert Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Alert 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/311709.svg" alt="Alert icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311709.svg" alt="Alert icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311709.svg" alt="Alert icon" :width="24" :height="24" />
CSS background
.icon-alert {
background-image: url('https://proicons.com/icon/311709.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" viewBox="0 0 22 22"><path d="M20 20H2V19H1V15H2V13H3V11H4V9H5V7H6V5H7V3H8V2H14V3H15V5H16V7H17V9H18V11H19V13H20V15H21V19H20V20M9 6H8V8H7V10H6V12H5V14H4V16H3V18H19V16H18V14H17V12H16V10H15V8H14V6H13V4H9V6M10 7H12V13H10V7M10 14H12V16H10V14Z" /></svg>
Copied!