bookmark-stacks-outline-rounded from Material Symbols Light by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
bookmark-stacks-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the bookmark stacks icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 4.067v3.625h7.15q.379 0 .596.255q.218.255.218.553q0 .212-.116.401q-.115.19-.332.32l-7.277 3.773q-.354.193-.739.193t-.738-.193l-7.873-4.08q-.218-.131-.32-.318q-.103-.186-.103-.404t.102-.403q.103-.187.32-.318l7.926-4.125q.211-.105.419-.093t.369.118t.28.293t.118.403m-.5 8.177l6.98-3.552H11.5v-4.29l-7.402 3.79zm0 3.808l8.158-4.198q.069-.045.34-.01q.175.039.27.163t.096.299q0 .14-.058.25t-.198.182l-7.87 4.064q-.186.087-.366.14q-.18.052-.372.052t-.372-.053q-.18-.052-.366-.139l-7.85-4.063q-.14-.073-.208-.183t-.067-.25q0-.175.104-.3q.105-.123.28-.162q.087-.038.17-.04q.084 0 .17.05zm0 3.808l8.158-4.198q.069-.045.34-.01q.175.039.27.163t.096.299q0 .14-.058.25t-.198.182l-7.87 4.064q-.186.086-.366.139t-.372.053t-.372-.053t-.366-.14l-7.85-4.063q-.14-.073-.208-.182q-.067-.11-.067-.25q0-.175.104-.3q.105-.123.28-.162q.087-.038.17-.04q.084 0 .17.05z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBookmarkStacksOutlineRounded(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="M12.5 4.067v3.625h7.15q.379 0 .596.255q.218.255.218.553q0 .212-.116.401q-.115.19-.332.32l-7.277 3.773q-.354.193-.739.193t-.738-.193l-7.873-4.08q-.218-.131-.32-.318q-.103-.186-.103-.404t.102-.403q.103-.187.32-.318l7.926-4.125q.211-.105.419-.093t.369.118t.28.293t.118.403m-.5 8.177l6.98-3.552H11.5v-4.29l-7.402 3.79zm0 3.808l8.158-4.198q.069-.045.34-.01q.175.039.27.163t.096.299q0 .14-.058.25t-.198.182l-7.87 4.064q-.186.087-.366.14q-.18.052-.372.052t-.372-.053q-.18-.052-.366-.139l-7.85-4.063q-.14-.073-.208-.183t-.067-.25q0-.175.104-.3q.105-.123.28-.162q.087-.038.17-.04q.084 0 .17.05zm0 3.808l8.158-4.198q.069-.045.34-.01q.175.039.27.163t.096.299q0 .14-.058.25t-.198.182l-7.87 4.064q-.186.086-.366.139t-.372.053t-.372-.053t-.366-.14l-7.85-4.063q-.14-.073-.208-.182q-.067-.11-.067-.25q0-.175.104-.3q.105-.123.28-.162q.087-.038.17-.04q.084 0 .17.05z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 4.067v3.625h7.15q.379 0 .596.255q.218.255.218.553q0 .212-.116.401q-.115.19-.332.32l-7.277 3.773q-.354.193-.739.193t-.738-.193l-7.873-4.08q-.218-.131-.32-.318q-.103-.186-.103-.404t.102-.403q.103-.187.32-.318l7.926-4.125q.211-.105.419-.093t.369.118t.28.293t.118.403m-.5 8.177l6.98-3.552H11.5v-4.29l-7.402 3.79zm0 3.808l8.158-4.198q.069-.045.34-.01q.175.039.27.163t.096.299q0 .14-.058.25t-.198.182l-7.87 4.064q-.186.087-.366.14q-.18.052-.372.052t-.372-.053q-.18-.052-.366-.139l-7.85-4.063q-.14-.073-.208-.183t-.067-.25q0-.175.104-.3q.105-.123.28-.162q.087-.038.17-.04q.084 0 .17.05zm0 3.808l8.158-4.198q.069-.045.34-.01q.175.039.27.163t.096.299q0 .14-.058.25t-.198.182l-7.87 4.064q-.186.086-.366.139t-.372.053t-.372-.053t-.366-.14l-7.85-4.063q-.14-.073-.208-.182q-.067-.11-.067-.25q0-.175.104-.3q.105-.123.28-.162q.087-.038.17-.04q.084 0 .17.05z"/></svg>
</template>

CSS

.icon-bookmark-stacks-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%22M12.5%204.067v3.625h7.15q.379%200%20.596.255q.218.255.218.553q0%20.212-.116.401q-.115.19-.332.32l-7.277%203.773q-.354.193-.739.193t-.738-.193l-7.873-4.08q-.218-.131-.32-.318q-.103-.186-.103-.404t.102-.403q.103-.187.32-.318l7.926-4.125q.211-.105.419-.093t.369.118t.28.293t.118.403m-.5%208.177l6.98-3.552H11.5v-4.29l-7.402%203.79zm0%203.808l8.158-4.198q.069-.045.34-.01q.175.039.27.163t.096.299q0%20.14-.058.25t-.198.182l-7.87%204.064q-.186.087-.366.14q-.18.052-.372.052t-.372-.053q-.18-.052-.366-.139l-7.85-4.063q-.14-.073-.208-.183t-.067-.25q0-.175.104-.3q.105-.123.28-.162q.087-.038.17-.04q.084%200%20.17.05zm0%203.808l8.158-4.198q.069-.045.34-.01q.175.039.27.163t.096.299q0%20.14-.058.25t-.198.182l-7.87%204.064q-.186.086-.366.139t-.372.053t-.372-.053t-.366-.14l-7.85-4.063q-.14-.073-.208-.182q-.067-.11-.067-.25q0-.175.104-.3q.105-.123.28-.162q.087-.038.17-.04q.084%200%20.17.05z%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%22M12.5%204.067v3.625h7.15q.379%200%20.596.255q.218.255.218.553q0%20.212-.116.401q-.115.19-.332.32l-7.277%203.773q-.354.193-.739.193t-.738-.193l-7.873-4.08q-.218-.131-.32-.318q-.103-.186-.103-.404t.102-.403q.103-.187.32-.318l7.926-4.125q.211-.105.419-.093t.369.118t.28.293t.118.403m-.5%208.177l6.98-3.552H11.5v-4.29l-7.402%203.79zm0%203.808l8.158-4.198q.069-.045.34-.01q.175.039.27.163t.096.299q0%20.14-.058.25t-.198.182l-7.87%204.064q-.186.087-.366.14q-.18.052-.372.052t-.372-.053q-.18-.052-.366-.139l-7.85-4.063q-.14-.073-.208-.183t-.067-.25q0-.175.104-.3q.105-.123.28-.162q.087-.038.17-.04q.084%200%20.17.05zm0%203.808l8.158-4.198q.069-.045.34-.01q.175.039.27.163t.096.299q0%20.14-.058.25t-.198.182l-7.87%204.064q-.186.086-.366.139t-.372.053t-.372-.053t-.366-.14l-7.85-4.063q-.14-.073-.208-.182q-.067-.11-.067-.25q0-.175.104-.3q.105-.123.28-.162q.087-.038.17-.04q.084%200%20.17.05z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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