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

Name
deck-outline
Set
Material Symbols
Style
Outline
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
deck-outline-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-9v13zm1-15h3.65h-7.3zM3 22v-5.25l-.8-4.4L4.15 12l.75 4H9v6H7v-4H5v4zm12 0v-6h4.1l.75-4l1.95.35l-.8 4.4V22h-2v-4h-2v4zM8.35 7h7.3L12 4.45z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDeckOutline(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-9v13zm1-15h3.65h-7.3zM3 22v-5.25l-.8-4.4L4.15 12l.75 4H9v6H7v-4H5v4zm12 0v-6h4.1l.75-4l1.95.35l-.8 4.4V22h-2v-4h-2v4zM8.35 7h7.3L12 4.45z"/></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-9v13zm1-15h3.65h-7.3zM3 22v-5.25l-.8-4.4L4.15 12l.75 4H9v6H7v-4H5v4zm12 0v-6h4.1l.75-4l1.95.35l-.8 4.4V22h-2v-4h-2v4zM8.35 7h7.3L12 4.45z"/></svg>
</template>

CSS

.icon-deck-outline {
  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-9v13zm1-15h3.65h-7.3zM3%2022v-5.25l-.8-4.4L4.15%2012l.75%204H9v6H7v-4H5v4zm12%200v-6h4.1l.75-4l1.95.35l-.8%204.4V22h-2v-4h-2v4zM8.35%207h7.3L12%204.45z%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-9v13zm1-15h3.65h-7.3zM3%2022v-5.25l-.8-4.4L4.15%2012l.75%204H9v6H7v-4H5v4zm12%200v-6h4.1l.75-4l1.95.35l-.8%204.4V22h-2v-4h-2v4zM8.35%207h7.3L12%204.45z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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