K9mail Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The K9mail 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/342332.svg" alt="K9mail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342332.svg" alt="K9mail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342332.svg" alt="K9mail icon" :width="24" :height="24" />
CSS background
.icon-k9mail {
background-image: url('https://proicons.com/icon/342332.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="M27.9424,35.9109A1.9712,1.9712,0,0,0,25.9712,33.94H22.0288a1.9712,1.9712,0,0,0-1.9712,1.9712v3.6467a3.9424,3.9424,0,1,0,7.8848,0Z"/><polyline class="a" points="37.621 13.814 24 22.369 10.379 13.814"/><path class="a" d="M11.1872,31.2392l4.4155,6.5542a2.6119,2.6119,0,0,0,2.2767,1.301h2.1782"/><path class="a" d="M27.9424,39.0944h2.1683a2.6118,2.6118,0,0,0,2.2767-1.301l4.4254-6.5542"/><rect class="a" x="7.4025" y="11.1428" width="33.1949" height="20.0963" rx="3"/><line class="a" x1="17.9061" y1="11.1428" x2="17.9061" y2="8.8617"/><rect class="a" x="12.6222" y="4.5" width="7.8552" height="4.3617" rx="1.5"/><line class="a" x1="30.0939" y1="11.1428" x2="30.0939" y2="8.8617"/><rect class="a" x="27.5226" y="4.5" width="7.8552" height="4.3617" rx="1.5" transform="translate(62.9004 13.3617) rotate(-180)"/></svg>
Copied!