direct inbox icon
direct-inbox-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- direct-inbox-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the direct inbox icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.3 12.23h-3.48c-.98 0-1.85.54-2.29 1.42l-.84 1.66c-.2.4-.6.65-1.04.65h-3.28c-.31 0-.75-.07-1.04-.65l-.84-1.65a2.57 2.57 0 0 0-2.29-1.42H2.7c-.39 0-.7.31-.7.7v3.26C2 19.83 4.18 22 7.82 22h8.38c3.43 0 5.54-1.88 5.8-5.22v-3.85c0-.38-.31-.7-.7-.7M12.75 2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2h1.5z"/><path d="M22 9.81v1.04a2 2 0 0 0-.7-.12h-3.48c-1.55 0-2.94.86-3.63 2.24l-.75 1.48h-2.86l-.75-1.47a4.03 4.03 0 0 0-3.63-2.25H2.7c-.24 0-.48.04-.7.12V9.81C2 6.17 4.17 4 7.81 4h3.44v3.19l-.72-.72a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l2 2c.01.01.02.01.02.02a.75.75 0 0 0 .51.2c.1 0 .19-.02.28-.06c.09-.03.18-.09.25-.16l2-2c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0l-.72.72V4h3.44C19.83 4 22 6.17 22 9.81"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDirectInboxFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.3 12.23h-3.48c-.98 0-1.85.54-2.29 1.42l-.84 1.66c-.2.4-.6.65-1.04.65h-3.28c-.31 0-.75-.07-1.04-.65l-.84-1.65a2.57 2.57 0 0 0-2.29-1.42H2.7c-.39 0-.7.31-.7.7v3.26C2 19.83 4.18 22 7.82 22h8.38c3.43 0 5.54-1.88 5.8-5.22v-3.85c0-.38-.31-.7-.7-.7M12.75 2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2h1.5z"/><path d="M22 9.81v1.04a2 2 0 0 0-.7-.12h-3.48c-1.55 0-2.94.86-3.63 2.24l-.75 1.48h-2.86l-.75-1.47a4.03 4.03 0 0 0-3.63-2.25H2.7c-.24 0-.48.04-.7.12V9.81C2 6.17 4.17 4 7.81 4h3.44v3.19l-.72-.72a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l2 2c.01.01.02.01.02.02a.75.75 0 0 0 .51.2c.1 0 .19-.02.28-.06c.09-.03.18-.09.25-.16l2-2c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0l-.72.72V4h3.44C19.83 4 22 6.17 22 9.81"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.3 12.23h-3.48c-.98 0-1.85.54-2.29 1.42l-.84 1.66c-.2.4-.6.65-1.04.65h-3.28c-.31 0-.75-.07-1.04-.65l-.84-1.65a2.57 2.57 0 0 0-2.29-1.42H2.7c-.39 0-.7.31-.7.7v3.26C2 19.83 4.18 22 7.82 22h8.38c3.43 0 5.54-1.88 5.8-5.22v-3.85c0-.38-.31-.7-.7-.7M12.75 2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2h1.5z"/><path d="M22 9.81v1.04a2 2 0 0 0-.7-.12h-3.48c-1.55 0-2.94.86-3.63 2.24l-.75 1.48h-2.86l-.75-1.47a4.03 4.03 0 0 0-3.63-2.25H2.7c-.24 0-.48.04-.7.12V9.81C2 6.17 4.17 4 7.81 4h3.44v3.19l-.72-.72a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l2 2c.01.01.02.01.02.02a.75.75 0 0 0 .51.2c.1 0 .19-.02.28-.06c.09-.03.18-.09.25-.16l2-2c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0l-.72.72V4h3.44C19.83 4 22 6.17 22 9.81"/></g></svg> </template>
CSS
.icon-direct-inbox-filled {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.3%2012.23h-3.48c-.98%200-1.85.54-2.29%201.42l-.84%201.66c-.2.4-.6.65-1.04.65h-3.28c-.31%200-.75-.07-1.04-.65l-.84-1.65a2.57%202.57%200%200%200-2.29-1.42H2.7c-.39%200-.7.31-.7.7v3.26C2%2019.83%204.18%2022%207.82%2022h8.38c3.43%200%205.54-1.88%205.8-5.22v-3.85c0-.38-.31-.7-.7-.7M12.75%202c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2h1.5z%22%2F%3E%3Cpath%20d%3D%22M22%209.81v1.04a2%202%200%200%200-.7-.12h-3.48c-1.55%200-2.94.86-3.63%202.24l-.75%201.48h-2.86l-.75-1.47a4.03%204.03%200%200%200-3.63-2.25H2.7c-.24%200-.48.04-.7.12V9.81C2%206.17%204.17%204%207.81%204h3.44v3.19l-.72-.72a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l2%202c.01.01.02.01.02.02a.75.75%200%200%200%20.51.2c.1%200%20.19-.02.28-.06c.09-.03.18-.09.25-.16l2-2c.29-.29.29-.77%200-1.06a.754.754%200%200%200-1.06%200l-.72.72V4h3.44C19.83%204%2022%206.17%2022%209.81%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.3%2012.23h-3.48c-.98%200-1.85.54-2.29%201.42l-.84%201.66c-.2.4-.6.65-1.04.65h-3.28c-.31%200-.75-.07-1.04-.65l-.84-1.65a2.57%202.57%200%200%200-2.29-1.42H2.7c-.39%200-.7.31-.7.7v3.26C2%2019.83%204.18%2022%207.82%2022h8.38c3.43%200%205.54-1.88%205.8-5.22v-3.85c0-.38-.31-.7-.7-.7M12.75%202c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2h1.5z%22%2F%3E%3Cpath%20d%3D%22M22%209.81v1.04a2%202%200%200%200-.7-.12h-3.48c-1.55%200-2.94.86-3.63%202.24l-.75%201.48h-2.86l-.75-1.47a4.03%204.03%200%200%200-3.63-2.25H2.7c-.24%200-.48.04-.7.12V9.81C2%206.17%204.17%204%207.81%204h3.44v3.19l-.72-.72a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l2%202c.01.01.02.01.02.02a.75.75%200%200%200%20.51.2c.1%200%20.19-.02.28-.06c.09-.03.18-.09.25-.16l2-2c.29-.29.29-.77%200-1.06a.754.754%200%200%200-1.06%200l-.72.72V4h3.44C19.83%204%2022%206.17%2022%209.81%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/direct-inbox-filled.svg?color=%231a73e8&size=48