Monoclesmail Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Monoclesmail 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/344076.svg" alt="Monoclesmail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344076.svg" alt="Monoclesmail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344076.svg" alt="Monoclesmail icon" :width="24" :height="24" />
CSS background
.icon-monoclesmail {
background-image: url('https://proicons.com/icon/344076.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M23.9987,28.2107s2.2661-1.7986,3.6533-1.1126c4.6513,2.3029,6.6861,9.2545,16.39,3.9362-6.6233,12.202-17.17,7.0029-20.043,2.7316-2.8713,4.2709-13.418,9.4708-20.041-2.7316,9.7039,5.3183,11.738-1.6333,16.39-3.9362,1.3872-.686,3.6514,1.1126,3.6514,1.1126Z"/><path class="a" d="M43.53,31.1867V11.3887a2,2,0,0,0-2-2H6.47v.03a2,2,0,0,0-2,2V31.24m35.21-18.001L24,24.7787,8.32,13.2387"/></svg>
Copied!