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

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

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

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="M8.23 15.196q-.69 0-1.152-.462t-.462-1.153V5.616q0-.691.462-1.153T8.231 4h11.154q.69 0 1.153.463T21 5.616v7.965q0 .69-.462 1.153t-1.153.462zm0-1h11.155q.269 0 .442-.173t.173-.442V5.616q0-.27-.173-.443T19.385 5H8.23q-.27 0-.442.173q-.173.173-.173.443v7.965q0 .269.173.442t.442.173m-.615 0V5zm9.192-5.677q.194 0 .347-.143t.153-.357t-.153-.357t-.347-.143h-6.025q-.195 0-.335.143q-.14.144-.14.357t.143.357t.357.143zm-3 3.154q.194 0 .347-.143t.153-.357t-.153-.357t-.347-.143h-3.025q-.195 0-.335.143t-.14.357t.143.357t.357.143zm-7.973 8.283q-.652.086-1.168-.317q-.515-.404-.62-1.056l-1.249-8.92q-.03-.213.094-.384q.125-.171.358-.202q.208-.03.379.101q.171.132.202.345l1.227 8.939q.038.25.23.404q.193.153.443.115l7.504-.97l4.83-.613q.22-.036.387.1q.167.137.186.362q.02.202-.115.355t-.337.183z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCardsStackOutlineRounded(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="M8.23 15.196q-.69 0-1.152-.462t-.462-1.153V5.616q0-.691.462-1.153T8.231 4h11.154q.69 0 1.153.463T21 5.616v7.965q0 .69-.462 1.153t-1.153.462zm0-1h11.155q.269 0 .442-.173t.173-.442V5.616q0-.27-.173-.443T19.385 5H8.23q-.27 0-.442.173q-.173.173-.173.443v7.965q0 .269.173.442t.442.173m-.615 0V5zm9.192-5.677q.194 0 .347-.143t.153-.357t-.153-.357t-.347-.143h-6.025q-.195 0-.335.143q-.14.144-.14.357t.143.357t.357.143zm-3 3.154q.194 0 .347-.143t.153-.357t-.153-.357t-.347-.143h-3.025q-.195 0-.335.143t-.14.357t.143.357t.357.143zm-7.973 8.283q-.652.086-1.168-.317q-.515-.404-.62-1.056l-1.249-8.92q-.03-.213.094-.384q.125-.171.358-.202q.208-.03.379.101q.171.132.202.345l1.227 8.939q.038.25.23.404q.193.153.443.115l7.504-.97l4.83-.613q.22-.036.387.1q.167.137.186.362q.02.202-.115.355t-.337.183z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.23 15.196q-.69 0-1.152-.462t-.462-1.153V5.616q0-.691.462-1.153T8.231 4h11.154q.69 0 1.153.463T21 5.616v7.965q0 .69-.462 1.153t-1.153.462zm0-1h11.155q.269 0 .442-.173t.173-.442V5.616q0-.27-.173-.443T19.385 5H8.23q-.27 0-.442.173q-.173.173-.173.443v7.965q0 .269.173.442t.442.173m-.615 0V5zm9.192-5.677q.194 0 .347-.143t.153-.357t-.153-.357t-.347-.143h-6.025q-.195 0-.335.143q-.14.144-.14.357t.143.357t.357.143zm-3 3.154q.194 0 .347-.143t.153-.357t-.153-.357t-.347-.143h-3.025q-.195 0-.335.143t-.14.357t.143.357t.357.143zm-7.973 8.283q-.652.086-1.168-.317q-.515-.404-.62-1.056l-1.249-8.92q-.03-.213.094-.384q.125-.171.358-.202q.208-.03.379.101q.171.132.202.345l1.227 8.939q.038.25.23.404q.193.153.443.115l7.504-.97l4.83-.613q.22-.036.387.1q.167.137.186.362q.02.202-.115.355t-.337.183z"/></svg>
</template>

CSS

.icon-cards-stack-outline-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%22M8.23%2015.196q-.69%200-1.152-.462t-.462-1.153V5.616q0-.691.462-1.153T8.231%204h11.154q.69%200%201.153.463T21%205.616v7.965q0%20.69-.462%201.153t-1.153.462zm0-1h11.155q.269%200%20.442-.173t.173-.442V5.616q0-.27-.173-.443T19.385%205H8.23q-.27%200-.442.173q-.173.173-.173.443v7.965q0%20.269.173.442t.442.173m-.615%200V5zm9.192-5.677q.194%200%20.347-.143t.153-.357t-.153-.357t-.347-.143h-6.025q-.195%200-.335.143q-.14.144-.14.357t.143.357t.357.143zm-3%203.154q.194%200%20.347-.143t.153-.357t-.153-.357t-.347-.143h-3.025q-.195%200-.335.143t-.14.357t.143.357t.357.143zm-7.973%208.283q-.652.086-1.168-.317q-.515-.404-.62-1.056l-1.249-8.92q-.03-.213.094-.384q.125-.171.358-.202q.208-.03.379.101q.171.132.202.345l1.227%208.939q.038.25.23.404q.193.153.443.115l7.504-.97l4.83-.613q.22-.036.387.1q.167.137.186.362q.02.202-.115.355t-.337.183z%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%22M8.23%2015.196q-.69%200-1.152-.462t-.462-1.153V5.616q0-.691.462-1.153T8.231%204h11.154q.69%200%201.153.463T21%205.616v7.965q0%20.69-.462%201.153t-1.153.462zm0-1h11.155q.269%200%20.442-.173t.173-.442V5.616q0-.27-.173-.443T19.385%205H8.23q-.27%200-.442.173q-.173.173-.173.443v7.965q0%20.269.173.442t.442.173m-.615%200V5zm9.192-5.677q.194%200%20.347-.143t.153-.357t-.153-.357t-.347-.143h-6.025q-.195%200-.335.143q-.14.144-.14.357t.143.357t.357.143zm-3%203.154q.194%200%20.347-.143t.153-.357t-.153-.357t-.347-.143h-3.025q-.195%200-.335.143t-.14.357t.143.357t.357.143zm-7.973%208.283q-.652.086-1.168-.317q-.515-.404-.62-1.056l-1.249-8.92q-.03-.213.094-.384q.125-.171.358-.202q.208-.03.379.101q.171.132.202.345l1.227%208.939q.038.25.23.404q.193.153.443.115l7.504-.97l4.83-.613q.22-.036.387.1q.167.137.186.362q.02.202-.115.355t-.337.183z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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