Kmail Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kmail 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/327998.svg" alt="Kmail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327998.svg" alt="Kmail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327998.svg" alt="Kmail icon" :width="24" :height="24" />
CSS background
.icon-kmail {
background-image: url('https://proicons.com/icon/327998.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m32.1005,36.0962l2.1764.6193c.9536.2681,1.7033-.2271,1.7033-.8916v-16.1918c0-.6182-.3102-.9915-.7539-1.2512l-19.2409-5.6356c-.7791,0-1.3774.5257-1.3774,1.3143l.0044,2.2605"/><path class="c" d="m27.5794,38.7248l2.8283.8401c.9536.2681,1.7033-.2271,1.7033-.8916v-16.1918c0-.6182-.3102-.9915-.7539-1.2512l-19.2409-5.6356c-.7791,0-1.3774.5257-1.3774,1.3143l.0044,2.4077"/><path class="c" d="m6.2461,19.7993l.0287,15.6661c0,.6971.2576,1.083.8106,1.2932l18.8204,5.6671c.9536.2681,1.7033-.2271,1.7033-.8916v-16.1918c0-.6182-.3102-.9915-.7539-1.2512l-19.2409-5.6356c-.7791,0-1.3774.5257-1.3774,1.3143l.0091.0294Z"/><path class="c" d="m6.9716,18.9581l7.4651,14.6147c.3669.6046,1.2302,1.2407,2.0713.5814l10.7245-9.2735"/><path class="c" d="m35.9907,5.5v9.8202-1.5351l5.4989-5.4989-2.3552,2.3552,2.6285,4.7209"/></svg>
Copied!