Tooltip End Alert Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Tooltip End 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/312319.svg" alt="Tooltip End Alert icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312319.svg" alt="Tooltip End Alert icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312319.svg" alt="Tooltip End Alert icon" :width="24" :height="24" />
CSS background
.icon-tooltip-end-alert {
background-image: url('https://proicons.com/icon/312319.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-tooltip-end-alert" viewBox="0 0 22 22"><path d="M14 15H12V13H14V15M14 12H12V7H14V12M21 2V20H20V21H6V20H5V15H4V14H3V13H2V12H1V10H2V9H3V8H4V7H5V2H6V1H20V2H21M19 3H7V8H6V9H5V10H4V12H5V13H6V14H7V19H19V3Z" /></svg>
Copied!