inbox out icon
inbox-out-filled from Reicon by REICON · Filled · Messages · MIT Free for personal and commercial use.
- Name
- inbox-out-filled
- Set
- Reicon
- Style
- Filled
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All inbox out icons →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 inbox out icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 1.25a.75.75 0 0 1 .53.22l3 3a.75.75 0 0 1-1.06 1.06l-1.72-1.72V10a.75.75 0 0 1-1.5 0V3.81L9.53 5.53a.75.75 0 0 1-1.06-1.06l3-3a.75.75 0 0 1 .53-.22" clip-rule="evenodd"/><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 d="M22 12c0-4.714 0-7.071-1.465-8.536c-1.02-1.02-2.473-1.33-4.856-1.423l-.472-.016l1.384 1.384a2.25 2.25 0 0 1-2.341 3.713V10a2.25 2.25 0 0 1-4.5 0V7.122a2.25 2.25 0 0 1-2.341-3.713l1.376-1.384c-2.66.073-4.235.354-5.32 1.44C2 4.928 2 7.285 2 12v.25h3.295c.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.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.304s1.162-.253 1.935-.252H22z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconInboxOutFilled(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 fillRule="evenodd" d="M12 1.25a.75.75 0 0 1 .53.22l3 3a.75.75 0 0 1-1.06 1.06l-1.72-1.72V10a.75.75 0 0 1-1.5 0V3.81L9.53 5.53a.75.75 0 0 1-1.06-1.06l3-3a.75.75 0 0 1 .53-.22" clipRule="evenodd"/><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 d="M22 12c0-4.714 0-7.071-1.465-8.536c-1.02-1.02-2.473-1.33-4.856-1.423l-.472-.016l1.384 1.384a2.25 2.25 0 0 1-2.341 3.713V10a2.25 2.25 0 0 1-4.5 0V7.122a2.25 2.25 0 0 1-2.341-3.713l1.376-1.384c-2.66.073-4.235.354-5.32 1.44C2 4.928 2 7.285 2 12v.25h3.295c.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.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.304s1.162-.253 1.935-.252H22z"/></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 fill-rule="evenodd" d="M12 1.25a.75.75 0 0 1 .53.22l3 3a.75.75 0 0 1-1.06 1.06l-1.72-1.72V10a.75.75 0 0 1-1.5 0V3.81L9.53 5.53a.75.75 0 0 1-1.06-1.06l3-3a.75.75 0 0 1 .53-.22" clip-rule="evenodd"/><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 d="M22 12c0-4.714 0-7.071-1.465-8.536c-1.02-1.02-2.473-1.33-4.856-1.423l-.472-.016l1.384 1.384a2.25 2.25 0 0 1-2.341 3.713V10a2.25 2.25 0 0 1-4.5 0V7.122a2.25 2.25 0 0 1-2.341-3.713l1.376-1.384c-2.66.073-4.235.354-5.32 1.44C2 4.928 2 7.285 2 12v.25h3.295c.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.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.304s1.162-.253 1.935-.252H22z"/></g></svg> </template>
CSS
.icon-inbox-out-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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25a.75.75%200%200%201%20.53.22l3%203a.75.75%200%200%201-1.06%201.06l-1.72-1.72V10a.75.75%200%200%201-1.5%200V3.81L9.53%205.53a.75.75%200%200%201-1.06-1.06l3-3a.75.75%200%200%201%20.53-.22%22%20clip-rule%3D%22evenodd%22%2F%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%20d%3D%22M22%2012c0-4.714%200-7.071-1.465-8.536c-1.02-1.02-2.473-1.33-4.856-1.423l-.472-.016l1.384%201.384a2.25%202.25%200%200%201-2.341%203.713V10a2.25%202.25%200%200%201-4.5%200V7.122a2.25%202.25%200%200%201-2.341-3.713l1.376-1.384c-2.66.073-4.235.354-5.32%201.44C2%204.928%202%207.285%202%2012v.25h3.295c.772%200%201.384-.002%201.934.252c.55.253.948.718%201.45%201.305l.693.808c.634.74.812.922%201.026%201.02c.213.099.468.115%201.442.115h.32c.974%200%201.229-.016%201.442-.114c.214-.099.392-.282%201.026-1.02l.693-.81c.502-.586.9-1.051%201.45-1.304s1.162-.253%201.935-.252H22z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25a.75.75%200%200%201%20.53.22l3%203a.75.75%200%200%201-1.06%201.06l-1.72-1.72V10a.75.75%200%200%201-1.5%200V3.81L9.53%205.53a.75.75%200%200%201-1.06-1.06l3-3a.75.75%200%200%201%20.53-.22%22%20clip-rule%3D%22evenodd%22%2F%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%20d%3D%22M22%2012c0-4.714%200-7.071-1.465-8.536c-1.02-1.02-2.473-1.33-4.856-1.423l-.472-.016l1.384%201.384a2.25%202.25%200%200%201-2.341%203.713V10a2.25%202.25%200%200%201-4.5%200V7.122a2.25%202.25%200%200%201-2.341-3.713l1.376-1.384c-2.66.073-4.235.354-5.32%201.44C2%204.928%202%207.285%202%2012v.25h3.295c.772%200%201.384-.002%201.934.252c.55.253.948.718%201.45%201.305l.693.808c.634.74.812.922%201.026%201.02c.213.099.468.115%201.442.115h.32c.974%200%201.229-.016%201.442-.114c.214-.099.392-.282%201.026-1.02l.693-.81c.502-.586.9-1.051%201.45-1.304s1.162-.253%201.935-.252H22z%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/inbox-out-filled.svg?color=%231a73e8&size=48