deck-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
deck-rounded
Set
Material Symbols Light
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

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.5 21V8.5H4.864q-.298 0-.389-.283t.152-.444l6.914-4.834q.22-.143.46-.143t.459.142l6.913 4.835q.243.162.152.444t-.388.283H12.5V21q0 .213-.144.356t-.357.144t-.356-.144T11.5 21m-8 0v-4.673l-.625-3.483q-.036-.213.077-.374t.326-.198q.2-.037.365.08t.201.315l.633 3.449h3.215q.344 0 .576.232t.232.575V21q0 .213-.144.356t-.357.144t-.356-.144T7.5 21v-3.884h-3V21q0 .213-.144.356t-.357.144t-.356-.144T3.5 21m12 0v-4.077q0-.343.232-.575q.233-.233.576-.233h3.215l.633-3.448q.035-.198.188-.315q.152-.118.37-.08t.333.198t.078.374l-.625 3.483V21q0 .213-.144.356t-.357.144t-.356-.144T19.5 21v-3.884h-3V21q0 .213-.144.356t-.357.144t-.356-.144T15.5 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDeckRounded(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.5 21V8.5H4.864q-.298 0-.389-.283t.152-.444l6.914-4.834q.22-.143.46-.143t.459.142l6.913 4.835q.243.162.152.444t-.388.283H12.5V21q0 .213-.144.356t-.357.144t-.356-.144T11.5 21m-8 0v-4.673l-.625-3.483q-.036-.213.077-.374t.326-.198q.2-.037.365.08t.201.315l.633 3.449h3.215q.344 0 .576.232t.232.575V21q0 .213-.144.356t-.357.144t-.356-.144T7.5 21v-3.884h-3V21q0 .213-.144.356t-.357.144t-.356-.144T3.5 21m12 0v-4.077q0-.343.232-.575q.233-.233.576-.233h3.215l.633-3.448q.035-.198.188-.315q.152-.118.37-.08t.333.198t.078.374l-.625 3.483V21q0 .213-.144.356t-.357.144t-.356-.144T19.5 21v-3.884h-3V21q0 .213-.144.356t-.357.144t-.356-.144T15.5 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.5 21V8.5H4.864q-.298 0-.389-.283t.152-.444l6.914-4.834q.22-.143.46-.143t.459.142l6.913 4.835q.243.162.152.444t-.388.283H12.5V21q0 .213-.144.356t-.357.144t-.356-.144T11.5 21m-8 0v-4.673l-.625-3.483q-.036-.213.077-.374t.326-.198q.2-.037.365.08t.201.315l.633 3.449h3.215q.344 0 .576.232t.232.575V21q0 .213-.144.356t-.357.144t-.356-.144T7.5 21v-3.884h-3V21q0 .213-.144.356t-.357.144t-.356-.144T3.5 21m12 0v-4.077q0-.343.232-.575q.233-.233.576-.233h3.215l.633-3.448q.035-.198.188-.315q.152-.118.37-.08t.333.198t.078.374l-.625 3.483V21q0 .213-.144.356t-.357.144t-.356-.144T19.5 21v-3.884h-3V21q0 .213-.144.356t-.357.144t-.356-.144T15.5 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.5%2021V8.5H4.864q-.298%200-.389-.283t.152-.444l6.914-4.834q.22-.143.46-.143t.459.142l6.913%204.835q.243.162.152.444t-.388.283H12.5V21q0%20.213-.144.356t-.357.144t-.356-.144T11.5%2021m-8%200v-4.673l-.625-3.483q-.036-.213.077-.374t.326-.198q.2-.037.365.08t.201.315l.633%203.449h3.215q.344%200%20.576.232t.232.575V21q0%20.213-.144.356t-.357.144t-.356-.144T7.5%2021v-3.884h-3V21q0%20.213-.144.356t-.357.144t-.356-.144T3.5%2021m12%200v-4.077q0-.343.232-.575q.233-.233.576-.233h3.215l.633-3.448q.035-.198.188-.315q.152-.118.37-.08t.333.198t.078.374l-.625%203.483V21q0%20.213-.144.356t-.357.144t-.356-.144T19.5%2021v-3.884h-3V21q0%20.213-.144.356t-.357.144t-.356-.144T15.5%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.5%2021V8.5H4.864q-.298%200-.389-.283t.152-.444l6.914-4.834q.22-.143.46-.143t.459.142l6.913%204.835q.243.162.152.444t-.388.283H12.5V21q0%20.213-.144.356t-.357.144t-.356-.144T11.5%2021m-8%200v-4.673l-.625-3.483q-.036-.213.077-.374t.326-.198q.2-.037.365.08t.201.315l.633%203.449h3.215q.344%200%20.576.232t.232.575V21q0%20.213-.144.356t-.357.144t-.356-.144T7.5%2021v-3.884h-3V21q0%20.213-.144.356t-.357.144t-.356-.144T3.5%2021m12%200v-4.077q0-.343.232-.575q.233-.233.576-.233h3.215l.633-3.448q.035-.198.188-.315q.152-.118.37-.08t.333.198t.078.374l-.625%203.483V21q0%20.213-.144.356t-.357.144t-.356-.144T19.5%2021v-3.884h-3V21q0%20.213-.144.356t-.357.144t-.356-.144T15.5%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/deck-rounded.svg?color=%231a73e8&size=48