Email Notification Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Email Notification icon is commonly used in alert panels, push notification UIs and dashboard headers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310693.svg" alt="Email Notification icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310693.svg" alt="Email Notification icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310693.svg" alt="Email Notification icon" :width="24" :height="24" />
CSS background
.icon-email-notification {
background-image: url('https://proicons.com/icon/310693.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M21.25 10.7449V16.5C21.25 17.5609 20.8286 18.5783 20.0784 19.3284C19.3283 20.0786 18.3109 20.5 17.25 20.5H6.75C5.68913 20.5 4.67172 20.0786 3.92157 19.3284C3.17143 18.5783 2.75 17.5609 2.75 16.5V7.5C2.75 6.43913 3.17143 5.42172 3.92157 4.67157C4.67172 3.92143 5.68913 3.5 6.75 3.5L13.9013 3.5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M2.75 7.58997L10 11.72C10.606 12.077 11.2966 12.2653 12 12.2653C12.7034 12.2653 13.394 12.077 14 11.72L16.2189 10.4634" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <circle cx="19" cy="5" r="2.5" stroke="black" stroke-width="1.5"/> </svg>
Copied!