Monoclesmail Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Monoclesmail Alt 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/329518.svg" alt="Monoclesmail Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329518.svg" alt="Monoclesmail Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329518.svg" alt="Monoclesmail Alt icon" :width="24" :height="24" />
CSS background
.icon-monoclesmail-alt {
background-image: url('https://proicons.com/icon/329518.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M6.4969,10.73A1.997,1.997,0,0,0,4.5,12.7273h0V35.3026A1.9969,1.9969,0,0,0,6.4969,37.3H41.5031A1.9969,1.9969,0,0,0,43.5,35.3026h0V12.6974a1.9969,1.9969,0,0,0-1.9969-1.9969H6.4969ZM43.5,12.6974,24,26.0668,4.5,12.7273"/><path class="a" d="M23.9992,26.0428s1.8714-1.4668,3.017-.9074c3.8411,1.8781,5.5216,7.5475,13.5349,3.21-5.47,9.9517-14.1793,5.7112-16.5519,2.2278-2.3712,3.4831-11.0807,7.7239-16.55-2.2278,8.0137,4.3373,9.6938-1.3321,13.5349-3.21C22.1294,24.576,23.9992,26.0428,23.9992,26.0428Z"/></svg>
Copied!