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