inbox icon
inbox from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.
- Name
- inbox
- Set
- Keyline Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
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
Use the inbox icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.6794 4L15.3206 4C16.364 4 17.3325 4.5422 17.878 5.4317L21.5574 11.4317C21.8468 11.9036 22 12.4464 22 13L22 17C22 18.6569 20.6569 20 19 20L5 20C3.3431 20 2 18.6569 2 17L2 13C2 12.4464 2.1532 11.9036 2.4426 11.4317L6.122 5.4317C6.6675 4.5422 7.636 4 8.6794 4ZM2 13L8 13L10 16L14 16L16 13L22 13"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsInbox(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M8.6794 4L15.3206 4C16.364 4 17.3325 4.5422 17.878 5.4317L21.5574 11.4317C21.8468 11.9036 22 12.4464 22 13L22 17C22 18.6569 20.6569 20 19 20L5 20C3.3431 20 2 18.6569 2 17L2 13C2 12.4464 2.1532 11.9036 2.4426 11.4317L6.122 5.4317C6.6675 4.5422 7.636 4 8.6794 4ZM2 13L8 13L10 16L14 16L16 13L22 13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.6794 4L15.3206 4C16.364 4 17.3325 4.5422 17.878 5.4317L21.5574 11.4317C21.8468 11.9036 22 12.4464 22 13L22 17C22 18.6569 20.6569 20 19 20L5 20C3.3431 20 2 18.6569 2 17L2 13C2 12.4464 2.1532 11.9036 2.4426 11.4317L6.122 5.4317C6.6675 4.5422 7.636 4 8.6794 4ZM2 13L8 13L10 16L14 16L16 13L22 13"/></svg> </template>
CSS
.icon-inbox {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8.6794%204L15.3206%204C16.364%204%2017.3325%204.5422%2017.878%205.4317L21.5574%2011.4317C21.8468%2011.9036%2022%2012.4464%2022%2013L22%2017C22%2018.6569%2020.6569%2020%2019%2020L5%2020C3.3431%2020%202%2018.6569%202%2017L2%2013C2%2012.4464%202.1532%2011.9036%202.4426%2011.4317L6.122%205.4317C6.6675%204.5422%207.636%204%208.6794%204ZM2%2013L8%2013L10%2016L14%2016L16%2013L22%2013%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8.6794%204L15.3206%204C16.364%204%2017.3325%204.5422%2017.878%205.4317L21.5574%2011.4317C21.8468%2011.9036%2022%2012.4464%2022%2013L22%2017C22%2018.6569%2020.6569%2020%2019%2020L5%2020C3.3431%2020%202%2018.6569%202%2017L2%2013C2%2012.4464%202.1532%2011.9036%202.4426%2011.4317L6.122%205.4317C6.6675%204.5422%207.636%204%208.6794%204ZM2%2013L8%2013L10%2016L14%2016L16%2013L22%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/inbox.svg?color=%231a73e8&size=48