inbox in icon

inbox-in-filled from Reicon by REICON · Filled · Messages · MIT Free for personal and commercial use.

Name
inbox-in-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 in icons →

More messages icons from Reicon

Use the inbox in 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 10.75a.75.75 0 0 0 .53-.22l3-3a.75.75 0 0 0-1.06-1.06l-1.72 1.72V2a.75.75 0 0 0-1.5 0v6.19L9.53 6.47a.75.75 0 0 0-1.06 1.06l3 3c.14.141.331.22.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.21-1.21-3.03-1.42-6.285-1.456v2.87a2.25 2.25 0 0 1 2.341 3.713l-3 3a2.25 2.25 0 0 1-3.182 0l-3-3A2.25 2.25 0 0 1 9.75 4.878v-2.87c-3.256.036-5.075.246-6.286 1.456C2 4.93 2 7.286 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 ReiconInboxInFilled(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 10.75a.75.75 0 0 0 .53-.22l3-3a.75.75 0 0 0-1.06-1.06l-1.72 1.72V2a.75.75 0 0 0-1.5 0v6.19L9.53 6.47a.75.75 0 0 0-1.06 1.06l3 3c.14.141.331.22.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.21-1.21-3.03-1.42-6.285-1.456v2.87a2.25 2.25 0 0 1 2.341 3.713l-3 3a2.25 2.25 0 0 1-3.182 0l-3-3A2.25 2.25 0 0 1 9.75 4.878v-2.87c-3.256.036-5.075.246-6.286 1.456C2 4.93 2 7.286 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 10.75a.75.75 0 0 0 .53-.22l3-3a.75.75 0 0 0-1.06-1.06l-1.72 1.72V2a.75.75 0 0 0-1.5 0v6.19L9.53 6.47a.75.75 0 0 0-1.06 1.06l3 3c.14.141.331.22.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.21-1.21-3.03-1.42-6.285-1.456v2.87a2.25 2.25 0 0 1 2.341 3.713l-3 3a2.25 2.25 0 0 1-3.182 0l-3-3A2.25 2.25 0 0 1 9.75 4.878v-2.87c-3.256.036-5.075.246-6.286 1.456C2 4.93 2 7.286 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-in-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%2010.75a.75.75%200%200%200%20.53-.22l3-3a.75.75%200%200%200-1.06-1.06l-1.72%201.72V2a.75.75%200%200%200-1.5%200v6.19L9.53%206.47a.75.75%200%200%200-1.06%201.06l3%203c.14.141.331.22.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.21-1.21-3.03-1.42-6.285-1.456v2.87a2.25%202.25%200%200%201%202.341%203.713l-3%203a2.25%202.25%200%200%201-3.182%200l-3-3A2.25%202.25%200%200%201%209.75%204.878v-2.87c-3.256.036-5.075.246-6.286%201.456C2%204.93%202%207.286%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%2010.75a.75.75%200%200%200%20.53-.22l3-3a.75.75%200%200%200-1.06-1.06l-1.72%201.72V2a.75.75%200%200%200-1.5%200v6.19L9.53%206.47a.75.75%200%200%200-1.06%201.06l3%203c.14.141.331.22.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.21-1.21-3.03-1.42-6.285-1.456v2.87a2.25%202.25%200%200%201%202.341%203.713l-3%203a2.25%202.25%200%200%201-3.182%200l-3-3A2.25%202.25%200%200%201%209.75%204.878v-2.87c-3.256.036-5.075.246-6.286%201.456C2%204.93%202%207.286%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-in-filled.svg?color=%231a73e8&size=48

Inbox In filled icon — Reicon · IconsDB