cards-stack-outline from Material Symbols by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.

Name
cards-stack-outline
Set
Material Symbols
Style
Outline
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the cards stack icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.25 19.275L2.025 10.35q-.125-.8.388-1.45t1.312-.775L5.25 19l7.075-1H19q-.2.525-.612.888t-1.013.437L5.45 20.975Q4.625 21.1 4 20.6t-.75-1.325M8 16.1q-.825 0-1.413-.587T6 14.1V5q0-.825.588-1.412T8 3h12q.825 0 1.413.588T22 5v9.1q0 .825-.587 1.413T20 16.1zm0-2h12V5H8zm0 0V5zM10 9h8V7h-8zm0 3h5v-2h-5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCardsStackOutline(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="M3.25 19.275L2.025 10.35q-.125-.8.388-1.45t1.312-.775L5.25 19l7.075-1H19q-.2.525-.612.888t-1.013.437L5.45 20.975Q4.625 21.1 4 20.6t-.75-1.325M8 16.1q-.825 0-1.413-.587T6 14.1V5q0-.825.588-1.412T8 3h12q.825 0 1.413.588T22 5v9.1q0 .825-.587 1.413T20 16.1zm0-2h12V5H8zm0 0V5zM10 9h8V7h-8zm0 3h5v-2h-5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.25 19.275L2.025 10.35q-.125-.8.388-1.45t1.312-.775L5.25 19l7.075-1H19q-.2.525-.612.888t-1.013.437L5.45 20.975Q4.625 21.1 4 20.6t-.75-1.325M8 16.1q-.825 0-1.413-.587T6 14.1V5q0-.825.588-1.412T8 3h12q.825 0 1.413.588T22 5v9.1q0 .825-.587 1.413T20 16.1zm0-2h12V5H8zm0 0V5zM10 9h8V7h-8zm0 3h5v-2h-5z"/></svg>
</template>

CSS

.icon-cards-stack-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%22M3.25%2019.275L2.025%2010.35q-.125-.8.388-1.45t1.312-.775L5.25%2019l7.075-1H19q-.2.525-.612.888t-1.013.437L5.45%2020.975Q4.625%2021.1%204%2020.6t-.75-1.325M8%2016.1q-.825%200-1.413-.587T6%2014.1V5q0-.825.588-1.412T8%203h12q.825%200%201.413.588T22%205v9.1q0%20.825-.587%201.413T20%2016.1zm0-2h12V5H8zm0%200V5zM10%209h8V7h-8zm0%203h5v-2h-5z%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%22M3.25%2019.275L2.025%2010.35q-.125-.8.388-1.45t1.312-.775L5.25%2019l7.075-1H19q-.2.525-.612.888t-1.013.437L5.45%2020.975Q4.625%2021.1%204%2020.6t-.75-1.325M8%2016.1q-.825%200-1.413-.587T6%2014.1V5q0-.825.588-1.412T8%203h12q.825%200%201.413.588T22%205v9.1q0%20.825-.587%201.413T20%2016.1zm0-2h12V5H8zm0%200V5zM10%209h8V7h-8zm0%203h5v-2h-5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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