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

Name
deck
Set
Material Symbols
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
deck-sharp

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 22V9H2l10-7l10 7h-9v13zm-8 0v-5.25l-.8-4.4L4.15 12l.75 4H9v6H7v-4H5v4zm12 0v-6h4.1l.75-4l1.95.35l-.8 4.4V22h-2v-4h-2v4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDeck(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 22V9H2l10-7l10 7h-9v13zm-8 0v-5.25l-.8-4.4L4.15 12l.75 4H9v6H7v-4H5v4zm12 0v-6h4.1l.75-4l1.95.35l-.8 4.4V22h-2v-4h-2v4z"/></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 22V9H2l10-7l10 7h-9v13zm-8 0v-5.25l-.8-4.4L4.15 12l.75 4H9v6H7v-4H5v4zm12 0v-6h4.1l.75-4l1.95.35l-.8 4.4V22h-2v-4h-2v4z"/></svg>
</template>

CSS

.icon-deck {
  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%2022V9H2l10-7l10%207h-9v13zm-8%200v-5.25l-.8-4.4L4.15%2012l.75%204H9v6H7v-4H5v4zm12%200v-6h4.1l.75-4l1.95.35l-.8%204.4V22h-2v-4h-2v4z%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%2022V9H2l10-7l10%207h-9v13zm-8%200v-5.25l-.8-4.4L4.15%2012l.75%204H9v6H7v-4H5v4zm12%200v-6h4.1l.75-4l1.95.35l-.8%204.4V22h-2v-4h-2v4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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