deck icon
deck-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- deck-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the deck icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 21V9H3.575Q3.2 9 3.1 8.65t.2-.55l8.125-5.7q.275-.2.575-.2t.575.2L20.7 8.1q.3.2.2.55t-.475.35H13v12q0 .425-.288.713T12 22t-.712-.288T11 21m-8 0v-4.25l-.625-3.425q-.075-.425.15-.75t.65-.4q.4-.075.738.163t.412.637L4.9 16H8q.425 0 .713.288T9 17v4q0 .425-.288.713T8 22t-.712-.288T7 21v-3H5v3q0 .425-.288.713T4 22t-.712-.288T3 21m12 0v-4q0-.425.288-.712T16 16h3.1l.575-3.025q.075-.4.4-.638t.75-.162t.65.4t.15.75L21 16.75V21q0 .425-.288.713T20 22t-.712-.288T19 21v-3h-2v3q0 .425-.288.713T16 22t-.712-.288T15 21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDeckRounded(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="M11 21V9H3.575Q3.2 9 3.1 8.65t.2-.55l8.125-5.7q.275-.2.575-.2t.575.2L20.7 8.1q.3.2.2.55t-.475.35H13v12q0 .425-.288.713T12 22t-.712-.288T11 21m-8 0v-4.25l-.625-3.425q-.075-.425.15-.75t.65-.4q.4-.075.738.163t.412.637L4.9 16H8q.425 0 .713.288T9 17v4q0 .425-.288.713T8 22t-.712-.288T7 21v-3H5v3q0 .425-.288.713T4 22t-.712-.288T3 21m12 0v-4q0-.425.288-.712T16 16h3.1l.575-3.025q.075-.4.4-.638t.75-.162t.65.4t.15.75L21 16.75V21q0 .425-.288.713T20 22t-.712-.288T19 21v-3h-2v3q0 .425-.288.713T16 22t-.712-.288T15 21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 21V9H3.575Q3.2 9 3.1 8.65t.2-.55l8.125-5.7q.275-.2.575-.2t.575.2L20.7 8.1q.3.2.2.55t-.475.35H13v12q0 .425-.288.713T12 22t-.712-.288T11 21m-8 0v-4.25l-.625-3.425q-.075-.425.15-.75t.65-.4q.4-.075.738.163t.412.637L4.9 16H8q.425 0 .713.288T9 17v4q0 .425-.288.713T8 22t-.712-.288T7 21v-3H5v3q0 .425-.288.713T4 22t-.712-.288T3 21m12 0v-4q0-.425.288-.712T16 16h3.1l.575-3.025q.075-.4.4-.638t.75-.162t.65.4t.15.75L21 16.75V21q0 .425-.288.713T20 22t-.712-.288T19 21v-3h-2v3q0 .425-.288.713T16 22t-.712-.288T15 21"/></svg> </template>
CSS
.icon-deck-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%22M11%2021V9H3.575Q3.2%209%203.1%208.65t.2-.55l8.125-5.7q.275-.2.575-.2t.575.2L20.7%208.1q.3.2.2.55t-.475.35H13v12q0%20.425-.288.713T12%2022t-.712-.288T11%2021m-8%200v-4.25l-.625-3.425q-.075-.425.15-.75t.65-.4q.4-.075.738.163t.412.637L4.9%2016H8q.425%200%20.713.288T9%2017v4q0%20.425-.288.713T8%2022t-.712-.288T7%2021v-3H5v3q0%20.425-.288.713T4%2022t-.712-.288T3%2021m12%200v-4q0-.425.288-.712T16%2016h3.1l.575-3.025q.075-.4.4-.638t.75-.162t.65.4t.15.75L21%2016.75V21q0%20.425-.288.713T20%2022t-.712-.288T19%2021v-3h-2v3q0%20.425-.288.713T16%2022t-.712-.288T15%2021%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%22M11%2021V9H3.575Q3.2%209%203.1%208.65t.2-.55l8.125-5.7q.275-.2.575-.2t.575.2L20.7%208.1q.3.2.2.55t-.475.35H13v12q0%20.425-.288.713T12%2022t-.712-.288T11%2021m-8%200v-4.25l-.625-3.425q-.075-.425.15-.75t.65-.4q.4-.075.738.163t.412.637L4.9%2016H8q.425%200%20.713.288T9%2017v4q0%20.425-.288.713T8%2022t-.712-.288T7%2021v-3H5v3q0%20.425-.288.713T4%2022t-.712-.288T3%2021m12%200v-4q0-.425.288-.712T16%2016h3.1l.575-3.025q.075-.4.4-.638t.75-.162t.65.4t.15.75L21%2016.75V21q0%20.425-.288.713T20%2022t-.712-.288T19%2021v-3h-2v3q0%20.425-.288.713T16%2022t-.712-.288T15%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/deck-rounded.svg?color=%231a73e8&size=48