Email Opened Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Email Opened 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/310109.svg" alt="Email Opened icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310109.svg" alt="Email Opened icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310109.svg" alt="Email Opened icon" :width="24" :height="24" />
CSS background
.icon-email-opened {
background-image: url('https://proicons.com/icon/310109.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.84 8.56133L21.75 8.20133C21.6299 7.85199 21.4723 7.5167 21.28 7.20133C20.8409 6.46817 20.2122 5.86706 19.46 5.46134L14.21 2.62133C13.5158 2.25188 12.7414 2.05866 11.955 2.05866C11.1686 2.05866 10.3942 2.25188 9.7 2.62133L4.45 5.46134C3.69785 5.86706 3.0691 6.46817 2.63 7.20133C2.43476 7.51374 2.28017 7.84979 2.17 8.20133C2.17 8.20133 2.17 8.29133 2.17 8.34133C2.05824 8.74181 2.00106 9.15556 2 9.57134V17.1913C2.00264 18.4503 2.50394 19.6569 3.39417 20.5472C4.28439 21.4374 5.49103 21.9387 6.75 21.9413H17.25C18.5098 21.9413 19.718 21.4409 20.6088 20.5501C21.4996 19.6593 22 18.4511 22 17.1913V9.56133C21.9822 9.22328 21.9285 8.88808 21.84 8.56133ZM13.58 11.9113C13.0843 12.1918 12.5245 12.3392 11.955 12.3392C11.3855 12.3392 10.8257 12.1918 10.33 11.9113L3.8 8.13134C3.83063 8.05514 3.86742 7.98156 3.91 7.91134C4.21181 7.40927 4.6437 6.9981 5.16 6.72134L10.41 3.88134C10.8824 3.62396 11.412 3.48983 11.95 3.49134C12.4911 3.48986 13.024 3.62394 13.5 3.88134L18.75 6.72134C19.2635 6.99833 19.6921 7.40966 19.99 7.91134C20.0493 8.01148 20.1027 8.11499 20.15 8.22134L13.58 11.9113Z" fill="black"/> </svg>
Copied!