inbox icon
inbox-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- inbox-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
2 other variants in Octicons
The same icon in other sets
inboxAkar Iconsinbox-outlinedAnt Design IconsinboxBootstrap IconsinboxBoxIcons v2 SolidinboxCodiconsinbox-fillEva IconsinboxFont Awesome 6 SolidinboxFont Awesome SolidinboxFeather Iconsinbox-outlineFlowbite Iconsinboxcss.gginboxHeroIconsinboxHuge IconsinboxIconParkinboxIconPark OutlineinboxIconPark SolidinboxIconPark TwoToneinboxJam IconsinboxLine AwesomeinboxLucideinboxMage IconsinboxMajesticonsinboxMaterial SymbolsinboxMaterial Symbols Light
Related icons in Octicons
Use the inbox icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.801 3.57A1.75 1.75 0 0 1 6.414 2.5h11.174c.702 0 1.337.42 1.611 1.067l3.741 8.828q.06.14.06.293v7.562A1.75 1.75 0 0 1 21.25 22H2.75A1.75 1.75 0 0 1 1 20.25v-7.5q0-.151.059-.291L4.8 3.571ZM6.414 4a.25.25 0 0 0-.23.153L2.88 12H8a.75.75 0 0 1 .648.372L10.18 15h3.638l1.533-2.628a.75.75 0 0 1 .64-.372l5.13-.051l-3.304-7.797a.25.25 0 0 0-.23-.152ZM21.5 13.445l-5.067.05l-1.535 2.633a.75.75 0 0 1-.648.372h-4.5a.75.75 0 0 1-.648-.372L7.57 13.5H2.5v6.75c0 .138.112.25.25.25h18.5a.25.25 0 0 0 .25-.25Z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonInbox24(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.801 3.57A1.75 1.75 0 0 1 6.414 2.5h11.174c.702 0 1.337.42 1.611 1.067l3.741 8.828q.06.14.06.293v7.562A1.75 1.75 0 0 1 21.25 22H2.75A1.75 1.75 0 0 1 1 20.25v-7.5q0-.151.059-.291L4.8 3.571ZM6.414 4a.25.25 0 0 0-.23.153L2.88 12H8a.75.75 0 0 1 .648.372L10.18 15h3.638l1.533-2.628a.75.75 0 0 1 .64-.372l5.13-.051l-3.304-7.797a.25.25 0 0 0-.23-.152ZM21.5 13.445l-5.067.05l-1.535 2.633a.75.75 0 0 1-.648.372h-4.5a.75.75 0 0 1-.648-.372L7.57 13.5H2.5v6.75c0 .138.112.25.25.25h18.5a.25.25 0 0 0 .25-.25Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.801 3.57A1.75 1.75 0 0 1 6.414 2.5h11.174c.702 0 1.337.42 1.611 1.067l3.741 8.828q.06.14.06.293v7.562A1.75 1.75 0 0 1 21.25 22H2.75A1.75 1.75 0 0 1 1 20.25v-7.5q0-.151.059-.291L4.8 3.571ZM6.414 4a.25.25 0 0 0-.23.153L2.88 12H8a.75.75 0 0 1 .648.372L10.18 15h3.638l1.533-2.628a.75.75 0 0 1 .64-.372l5.13-.051l-3.304-7.797a.25.25 0 0 0-.23-.152ZM21.5 13.445l-5.067.05l-1.535 2.633a.75.75 0 0 1-.648.372h-4.5a.75.75 0 0 1-.648-.372L7.57 13.5H2.5v6.75c0 .138.112.25.25.25h18.5a.25.25 0 0 0 .25-.25Z"/></svg> </template>
CSS
.icon-inbox-24 {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.801%203.57A1.75%201.75%200%200%201%206.414%202.5h11.174c.702%200%201.337.42%201.611%201.067l3.741%208.828q.06.14.06.293v7.562A1.75%201.75%200%200%201%2021.25%2022H2.75A1.75%201.75%200%200%201%201%2020.25v-7.5q0-.151.059-.291L4.8%203.571ZM6.414%204a.25.25%200%200%200-.23.153L2.88%2012H8a.75.75%200%200%201%20.648.372L10.18%2015h3.638l1.533-2.628a.75.75%200%200%201%20.64-.372l5.13-.051l-3.304-7.797a.25.25%200%200%200-.23-.152ZM21.5%2013.445l-5.067.05l-1.535%202.633a.75.75%200%200%201-.648.372h-4.5a.75.75%200%200%201-.648-.372L7.57%2013.5H2.5v6.75c0%20.138.112.25.25.25h18.5a.25.25%200%200%200%20.25-.25Z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.801%203.57A1.75%201.75%200%200%201%206.414%202.5h11.174c.702%200%201.337.42%201.611%201.067l3.741%208.828q.06.14.06.293v7.562A1.75%201.75%200%200%201%2021.25%2022H2.75A1.75%201.75%200%200%201%201%2020.25v-7.5q0-.151.059-.291L4.8%203.571ZM6.414%204a.25.25%200%200%200-.23.153L2.88%2012H8a.75.75%200%200%201%20.648.372L10.18%2015h3.638l1.533-2.628a.75.75%200%200%201%20.64-.372l5.13-.051l-3.304-7.797a.25.25%200%200%200-.23-.152ZM21.5%2013.445l-5.067.05l-1.535%202.633a.75.75%200%200%201-.648.372h-4.5a.75.75%200%200%201-.648-.372L7.57%2013.5H2.5v6.75c0%20.138.112.25.25.25h18.5a.25.25%200%200%200%20.25-.25Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/inbox-24.svg?color=%231a73e8&size=48