inbox customize icon
inbox-customize-outline-rounded from Material Symbols by Google · Outline Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- inbox-customize-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More communicate icons from Material Symbols
Use the inbox customize icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20q-.825 0-1.412-.587T3 18V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v4.025q0 .425-.288.7T20 9t-.712-.288T19 8V4H5v9h3.55q.3 0 .525.138t.35.362q.275.425.613.713t.762.487q.275.125.438.375t.162.55q0 .5-.387.838t-.963.137q-.65-.2-1.137-.65T8 15H5v3h5.4q.425 0 .713.288T11.4 19t-.288.713T10.4 20zm0-2h6.325zm11.725 1.5q-.3-.125-.562-.262t-.538-.338l-1.075.325q-.175.05-.325-.012t-.25-.213l-.6-1q-.1-.15-.05-.325t.175-.3l.825-.725q-.05-.3-.05-.65t.05-.65l-.825-.725q-.125-.125-.175-.3t.05-.325l.6-1q.1-.15.25-.212t.325-.013l1.075.325q.275-.2.538-.337t.562-.263l.225-1.1q.05-.175.163-.288t.312-.112h1.2q.2 0 .313.113t.162.287l.225 1.1q.3.125.563.263t.537.337l1.075-.325q.175-.05.325.013t.25.212l.6 1q.1.15.05.325t-.175.3l-.825.725q.05.3.05.65t-.05.65l.825.725q.125.125.175.3t-.05.325l-.6 1q-.1.15-.25.213t-.325.012l-1.075-.325q-.275.2-.537.338t-.563.262l-.225 1.1q-.05.175-.162.288t-.313.112h-1.2q-.2 0-.312-.112t-.163-.288zm2.713-2.087q.587-.588.587-1.413t-.587-1.412T18.025 14t-1.412.588T16.025 16t.588 1.413t1.412.587t1.413-.587"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsInboxCustomizeOutlineRounded(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="M5 20q-.825 0-1.412-.587T3 18V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v4.025q0 .425-.288.7T20 9t-.712-.288T19 8V4H5v9h3.55q.3 0 .525.138t.35.362q.275.425.613.713t.762.487q.275.125.438.375t.162.55q0 .5-.387.838t-.963.137q-.65-.2-1.137-.65T8 15H5v3h5.4q.425 0 .713.288T11.4 19t-.288.713T10.4 20zm0-2h6.325zm11.725 1.5q-.3-.125-.562-.262t-.538-.338l-1.075.325q-.175.05-.325-.012t-.25-.213l-.6-1q-.1-.15-.05-.325t.175-.3l.825-.725q-.05-.3-.05-.65t.05-.65l-.825-.725q-.125-.125-.175-.3t.05-.325l.6-1q.1-.15.25-.212t.325-.013l1.075.325q.275-.2.538-.337t.562-.263l.225-1.1q.05-.175.163-.288t.312-.112h1.2q.2 0 .313.113t.162.287l.225 1.1q.3.125.563.263t.537.337l1.075-.325q.175-.05.325.013t.25.212l.6 1q.1.15.05.325t-.175.3l-.825.725q.05.3.05.65t-.05.65l.825.725q.125.125.175.3t-.05.325l-.6 1q-.1.15-.25.213t-.325.012l-1.075-.325q-.275.2-.537.338t-.563.262l-.225 1.1q-.05.175-.162.288t-.313.112h-1.2q-.2 0-.312-.112t-.163-.288zm2.713-2.087q.587-.588.587-1.413t-.587-1.412T18.025 14t-1.412.588T16.025 16t.588 1.413t1.412.587t1.413-.587"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20q-.825 0-1.412-.587T3 18V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v4.025q0 .425-.288.7T20 9t-.712-.288T19 8V4H5v9h3.55q.3 0 .525.138t.35.362q.275.425.613.713t.762.487q.275.125.438.375t.162.55q0 .5-.387.838t-.963.137q-.65-.2-1.137-.65T8 15H5v3h5.4q.425 0 .713.288T11.4 19t-.288.713T10.4 20zm0-2h6.325zm11.725 1.5q-.3-.125-.562-.262t-.538-.338l-1.075.325q-.175.05-.325-.012t-.25-.213l-.6-1q-.1-.15-.05-.325t.175-.3l.825-.725q-.05-.3-.05-.65t.05-.65l-.825-.725q-.125-.125-.175-.3t.05-.325l.6-1q.1-.15.25-.212t.325-.013l1.075.325q.275-.2.538-.337t.562-.263l.225-1.1q.05-.175.163-.288t.312-.112h1.2q.2 0 .313.113t.162.287l.225 1.1q.3.125.563.263t.537.337l1.075-.325q.175-.05.325.013t.25.212l.6 1q.1.15.05.325t-.175.3l-.825.725q.05.3.05.65t-.05.65l.825.725q.125.125.175.3t-.05.325l-.6 1q-.1.15-.25.213t-.325.012l-1.075-.325q-.275.2-.537.338t-.563.262l-.225 1.1q-.05.175-.162.288t-.313.112h-1.2q-.2 0-.312-.112t-.163-.288zm2.713-2.087q.587-.588.587-1.413t-.587-1.412T18.025 14t-1.412.588T16.025 16t.588 1.413t1.412.587t1.413-.587"/></svg> </template>
CSS
.icon-inbox-customize-outline-rounded {
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%22M5%2020q-.825%200-1.412-.587T3%2018V4q0-.825.588-1.412T5%202h14q.825%200%201.413.588T21%204v4.025q0%20.425-.288.7T20%209t-.712-.288T19%208V4H5v9h3.55q.3%200%20.525.138t.35.362q.275.425.613.713t.762.487q.275.125.438.375t.162.55q0%20.5-.387.838t-.963.137q-.65-.2-1.137-.65T8%2015H5v3h5.4q.425%200%20.713.288T11.4%2019t-.288.713T10.4%2020zm0-2h6.325zm11.725%201.5q-.3-.125-.562-.262t-.538-.338l-1.075.325q-.175.05-.325-.012t-.25-.213l-.6-1q-.1-.15-.05-.325t.175-.3l.825-.725q-.05-.3-.05-.65t.05-.65l-.825-.725q-.125-.125-.175-.3t.05-.325l.6-1q.1-.15.25-.212t.325-.013l1.075.325q.275-.2.538-.337t.562-.263l.225-1.1q.05-.175.163-.288t.312-.112h1.2q.2%200%20.313.113t.162.287l.225%201.1q.3.125.563.263t.537.337l1.075-.325q.175-.05.325.013t.25.212l.6%201q.1.15.05.325t-.175.3l-.825.725q.05.3.05.65t-.05.65l.825.725q.125.125.175.3t-.05.325l-.6%201q-.1.15-.25.213t-.325.012l-1.075-.325q-.275.2-.537.338t-.563.262l-.225%201.1q-.05.175-.162.288t-.313.112h-1.2q-.2%200-.312-.112t-.163-.288zm2.713-2.087q.587-.588.587-1.413t-.587-1.412T18.025%2014t-1.412.588T16.025%2016t.588%201.413t1.412.587t1.413-.587%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%22M5%2020q-.825%200-1.412-.587T3%2018V4q0-.825.588-1.412T5%202h14q.825%200%201.413.588T21%204v4.025q0%20.425-.288.7T20%209t-.712-.288T19%208V4H5v9h3.55q.3%200%20.525.138t.35.362q.275.425.613.713t.762.487q.275.125.438.375t.162.55q0%20.5-.387.838t-.963.137q-.65-.2-1.137-.65T8%2015H5v3h5.4q.425%200%20.713.288T11.4%2019t-.288.713T10.4%2020zm0-2h6.325zm11.725%201.5q-.3-.125-.562-.262t-.538-.338l-1.075.325q-.175.05-.325-.012t-.25-.213l-.6-1q-.1-.15-.05-.325t.175-.3l.825-.725q-.05-.3-.05-.65t.05-.65l-.825-.725q-.125-.125-.175-.3t.05-.325l.6-1q.1-.15.25-.212t.325-.013l1.075.325q.275-.2.538-.337t.562-.263l.225-1.1q.05-.175.163-.288t.312-.112h1.2q.2%200%20.313.113t.162.287l.225%201.1q.3.125.563.263t.537.337l1.075-.325q.175-.05.325.013t.25.212l.6%201q.1.15.05.325t-.175.3l-.825.725q.05.3.05.65t-.05.65l.825.725q.125.125.175.3t-.05.325l-.6%201q-.1.15-.25.213t-.325.012l-1.075-.325q-.275.2-.537.338t-.563.262l-.225%201.1q-.05.175-.162.288t-.313.112h-1.2q-.2%200-.312-.112t-.163-.288zm2.713-2.087q.587-.588.587-1.413t-.587-1.412T18.025%2014t-1.412.588T16.025%2016t.588%201.413t1.412.587t1.413-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/inbox-customize-outline-rounded.svg?color=%231a73e8&size=48