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/310694.svg" alt="Email Opened icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310694.svg" alt="Email Opened icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310694.svg" alt="Email Opened icon" :width="24" :height="24" />
CSS background
.icon-email-opened {
background-image: url('https://proicons.com/icon/310694.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="M4.85 6.09502L10.1 3.25502C10.6837 2.93993 11.3367 2.77496 12 2.77496C12.6633 2.77496 13.3163 2.93993 13.9 3.25502L19.15 6.09502C19.7835 6.43697 20.313 6.94354 20.6826 7.5613C21.0522 8.17907 21.2482 8.88513 21.25 9.60502V17.225C21.25 18.2859 20.8286 19.3033 20.0784 20.0534C19.3283 20.8036 18.3109 21.225 17.25 21.225H6.75C5.68913 21.225 4.67172 20.8036 3.92157 20.0534C3.17143 19.3033 2.75 18.2859 2.75 17.225V9.60502C2.75179 8.88513 2.94783 8.17907 3.31743 7.5613C3.68703 6.94354 4.21651 6.43697 4.85 6.09502Z" stroke="black" stroke-width="1.5"/> <path d="M2.91 8.495L10 12.595C10.6081 12.9461 11.2979 13.1309 12 13.1309C12.7022 13.1309 13.3919 12.9461 14 12.595L21.14 8.595" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!