inbox2 icon
inbox2-filled from Reicon by REICON · Filled · Messages · MIT Free for personal and commercial use.
- Name
- inbox2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More messages icons from Reicon
at-signchatchat-checkchat-dotschat-linechat-minuschat-pluschat-roundchat-round-callchat-round-checkchat-round-dotschat-round-likechat-round-linechat-round-moneychat-round-unreadchat-round-videochat-squarechat-square-arrowchat-square-callchat-square-checkchat-square-codechat-square-likechat-unreadchat-x
Use the inbox2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.464 20.536C4.93 22 7.286 22 12 22s7.071 0 8.535-1.465c1.271-1.27 1.44-3.213 1.462-6.785H18.84c-.974 0-1.229.016-1.442.114c-.214.099-.392.282-1.026 1.02l-.693.81c-.502.586-.9 1.051-1.45 1.304s-1.162.253-1.934.252h-.59c-.772 0-1.384.002-1.934-.252c-.55-.253-.948-.718-1.45-1.305l-.693-.808c-.634-.74-.812-.922-1.026-1.02c-.213-.099-.468-.115-1.442-.115H2.003c.023 3.572.19 5.515 1.461 6.785"/><path fill-rule="evenodd" d="M7.25 7A.75.75 0 0 1 8 6.25h8a.75.75 0 0 1 0 1.5H8A.75.75 0 0 1 7.25 7" clip-rule="evenodd"/><path fill-rule="evenodd" d="M12 2c4.714 0 7.071 0 8.535 1.464C22 4.93 22 7.286 22 12v.25h-3.294c-.773 0-1.385-.002-1.935.252c-.55.253-.948.718-1.45 1.305l-.693.808c-.634.74-.812.922-1.026 1.02c-.213.099-.468.115-1.442.115h-.32c-.974 0-1.229-.016-1.442-.114c-.214-.099-.392-.282-1.026-1.02l-.693-.81c-.502-.586-.9-1.051-1.45-1.304s-1.162-.253-1.934-.252H2V12c0-4.714 0-7.071 1.464-8.536C4.93 2 7.286 2 12 2m-2.75 8.5a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconInbox2Filled(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="M3.464 20.536C4.93 22 7.286 22 12 22s7.071 0 8.535-1.465c1.271-1.27 1.44-3.213 1.462-6.785H18.84c-.974 0-1.229.016-1.442.114c-.214.099-.392.282-1.026 1.02l-.693.81c-.502.586-.9 1.051-1.45 1.304s-1.162.253-1.934.252h-.59c-.772 0-1.384.002-1.934-.252c-.55-.253-.948-.718-1.45-1.305l-.693-.808c-.634-.74-.812-.922-1.026-1.02c-.213-.099-.468-.115-1.442-.115H2.003c.023 3.572.19 5.515 1.461 6.785"/><path fillRule="evenodd" d="M7.25 7A.75.75 0 0 1 8 6.25h8a.75.75 0 0 1 0 1.5H8A.75.75 0 0 1 7.25 7" clipRule="evenodd"/><path fillRule="evenodd" d="M12 2c4.714 0 7.071 0 8.535 1.464C22 4.93 22 7.286 22 12v.25h-3.294c-.773 0-1.385-.002-1.935.252c-.55.253-.948.718-1.45 1.305l-.693.808c-.634.74-.812.922-1.026 1.02c-.213.099-.468.115-1.442.115h-.32c-.974 0-1.229-.016-1.442-.114c-.214-.099-.392-.282-1.026-1.02l-.693-.81c-.502-.586-.9-1.051-1.45-1.304s-1.162-.253-1.934-.252H2V12c0-4.714 0-7.071 1.464-8.536C4.93 2 7.286 2 12 2m-2.75 8.5a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></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="M3.464 20.536C4.93 22 7.286 22 12 22s7.071 0 8.535-1.465c1.271-1.27 1.44-3.213 1.462-6.785H18.84c-.974 0-1.229.016-1.442.114c-.214.099-.392.282-1.026 1.02l-.693.81c-.502.586-.9 1.051-1.45 1.304s-1.162.253-1.934.252h-.59c-.772 0-1.384.002-1.934-.252c-.55-.253-.948-.718-1.45-1.305l-.693-.808c-.634-.74-.812-.922-1.026-1.02c-.213-.099-.468-.115-1.442-.115H2.003c.023 3.572.19 5.515 1.461 6.785"/><path fill-rule="evenodd" d="M7.25 7A.75.75 0 0 1 8 6.25h8a.75.75 0 0 1 0 1.5H8A.75.75 0 0 1 7.25 7" clip-rule="evenodd"/><path fill-rule="evenodd" d="M12 2c4.714 0 7.071 0 8.535 1.464C22 4.93 22 7.286 22 12v.25h-3.294c-.773 0-1.385-.002-1.935.252c-.55.253-.948.718-1.45 1.305l-.693.808c-.634.74-.812.922-1.026 1.02c-.213.099-.468.115-1.442.115h-.32c-.974 0-1.229-.016-1.442-.114c-.214-.099-.392-.282-1.026-1.02l-.693-.81c-.502-.586-.9-1.051-1.45-1.304s-1.162-.253-1.934-.252H2V12c0-4.714 0-7.071 1.464-8.536C4.93 2 7.286 2 12 2m-2.75 8.5a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-inbox2-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%22M3.464%2020.536C4.93%2022%207.286%2022%2012%2022s7.071%200%208.535-1.465c1.271-1.27%201.44-3.213%201.462-6.785H18.84c-.974%200-1.229.016-1.442.114c-.214.099-.392.282-1.026%201.02l-.693.81c-.502.586-.9%201.051-1.45%201.304s-1.162.253-1.934.252h-.59c-.772%200-1.384.002-1.934-.252c-.55-.253-.948-.718-1.45-1.305l-.693-.808c-.634-.74-.812-.922-1.026-1.02c-.213-.099-.468-.115-1.442-.115H2.003c.023%203.572.19%205.515%201.461%206.785%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.25%207A.75.75%200%200%201%208%206.25h8a.75.75%200%200%201%200%201.5H8A.75.75%200%200%201%207.25%207%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202c4.714%200%207.071%200%208.535%201.464C22%204.93%2022%207.286%2022%2012v.25h-3.294c-.773%200-1.385-.002-1.935.252c-.55.253-.948.718-1.45%201.305l-.693.808c-.634.74-.812.922-1.026%201.02c-.213.099-.468.115-1.442.115h-.32c-.974%200-1.229-.016-1.442-.114c-.214-.099-.392-.282-1.026-1.02l-.693-.81c-.502-.586-.9-1.051-1.45-1.304s-1.162-.253-1.934-.252H2V12c0-4.714%200-7.071%201.464-8.536C4.93%202%207.286%202%2012%202m-2.75%208.5a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%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%22M3.464%2020.536C4.93%2022%207.286%2022%2012%2022s7.071%200%208.535-1.465c1.271-1.27%201.44-3.213%201.462-6.785H18.84c-.974%200-1.229.016-1.442.114c-.214.099-.392.282-1.026%201.02l-.693.81c-.502.586-.9%201.051-1.45%201.304s-1.162.253-1.934.252h-.59c-.772%200-1.384.002-1.934-.252c-.55-.253-.948-.718-1.45-1.305l-.693-.808c-.634-.74-.812-.922-1.026-1.02c-.213-.099-.468-.115-1.442-.115H2.003c.023%203.572.19%205.515%201.461%206.785%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.25%207A.75.75%200%200%201%208%206.25h8a.75.75%200%200%201%200%201.5H8A.75.75%200%200%201%207.25%207%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202c4.714%200%207.071%200%208.535%201.464C22%204.93%2022%207.286%2022%2012v.25h-3.294c-.773%200-1.385-.002-1.935.252c-.55.253-.948.718-1.45%201.305l-.693.808c-.634.74-.812.922-1.026%201.02c-.213.099-.468.115-1.442.115h-.32c-.974%200-1.229-.016-1.442-.114c-.214-.099-.392-.282-1.026-1.02l-.693-.81c-.502-.586-.9-1.051-1.45-1.304s-1.162-.253-1.934-.252H2V12c0-4.714%200-7.071%201.464-8.536C4.93%202%207.286%202%2012%202m-2.75%208.5a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%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/inbox2-filled.svg?color=%231a73e8&size=48