bookmark stacks icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

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="M13 3.125V7h7.9q.475 0 .75.313t.275.687q0 .25-.125.488t-.4.387l-8.45 4.6q-.45.25-.95.25t-.95-.25l-8.45-4.6q-.275-.15-.388-.375T2.1 8t.113-.5t.387-.375l8.925-4.875q.25-.125.525-.112t.475.137t.338.35t.137.5m-1 8.6L17 9h-6V4.825L5.175 8zm0 4l7.85-4.275q.05-.025.475-.125q.425 0 .713.288t.287.712q0 .275-.125.5t-.4.375l-7.85 4.275q-.225.125-.462.188t-.488.062t-.488-.062t-.462-.188L3.2 13.2q-.275-.15-.4-.375t-.125-.5q0-.425.288-.712t.712-.288q.125 0 .238.038t.237.087zm0 4l7.85-4.275q.05-.025.475-.125q.425 0 .713.288t.287.712q0 .275-.125.5t-.4.375l-7.85 4.275q-.225.125-.462.188t-.488.062t-.488-.062t-.462-.188L3.2 17.2q-.275-.15-.4-.375t-.125-.5q0-.425.288-.712t.712-.288q.125 0 .238.038t.237.087z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBookmarkStacksOutlineRounded(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="M13 3.125V7h7.9q.475 0 .75.313t.275.687q0 .25-.125.488t-.4.387l-8.45 4.6q-.45.25-.95.25t-.95-.25l-8.45-4.6q-.275-.15-.388-.375T2.1 8t.113-.5t.387-.375l8.925-4.875q.25-.125.525-.112t.475.137t.338.35t.137.5m-1 8.6L17 9h-6V4.825L5.175 8zm0 4l7.85-4.275q.05-.025.475-.125q.425 0 .713.288t.287.712q0 .275-.125.5t-.4.375l-7.85 4.275q-.225.125-.462.188t-.488.062t-.488-.062t-.462-.188L3.2 13.2q-.275-.15-.4-.375t-.125-.5q0-.425.288-.712t.712-.288q.125 0 .238.038t.237.087zm0 4l7.85-4.275q.05-.025.475-.125q.425 0 .713.288t.287.712q0 .275-.125.5t-.4.375l-7.85 4.275q-.225.125-.462.188t-.488.062t-.488-.062t-.462-.188L3.2 17.2q-.275-.15-.4-.375t-.125-.5q0-.425.288-.712t.712-.288q.125 0 .238.038t.237.087z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3.125V7h7.9q.475 0 .75.313t.275.687q0 .25-.125.488t-.4.387l-8.45 4.6q-.45.25-.95.25t-.95-.25l-8.45-4.6q-.275-.15-.388-.375T2.1 8t.113-.5t.387-.375l8.925-4.875q.25-.125.525-.112t.475.137t.338.35t.137.5m-1 8.6L17 9h-6V4.825L5.175 8zm0 4l7.85-4.275q.05-.025.475-.125q.425 0 .713.288t.287.712q0 .275-.125.5t-.4.375l-7.85 4.275q-.225.125-.462.188t-.488.062t-.488-.062t-.462-.188L3.2 13.2q-.275-.15-.4-.375t-.125-.5q0-.425.288-.712t.712-.288q.125 0 .238.038t.237.087zm0 4l7.85-4.275q.05-.025.475-.125q.425 0 .713.288t.287.712q0 .275-.125.5t-.4.375l-7.85 4.275q-.225.125-.462.188t-.488.062t-.488-.062t-.462-.188L3.2 17.2q-.275-.15-.4-.375t-.125-.5q0-.425.288-.712t.712-.288q.125 0 .238.038t.237.087z"/></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%22M13%203.125V7h7.9q.475%200%20.75.313t.275.687q0%20.25-.125.488t-.4.387l-8.45%204.6q-.45.25-.95.25t-.95-.25l-8.45-4.6q-.275-.15-.388-.375T2.1%208t.113-.5t.387-.375l8.925-4.875q.25-.125.525-.112t.475.137t.338.35t.137.5m-1%208.6L17%209h-6V4.825L5.175%208zm0%204l7.85-4.275q.05-.025.475-.125q.425%200%20.713.288t.287.712q0%20.275-.125.5t-.4.375l-7.85%204.275q-.225.125-.462.188t-.488.062t-.488-.062t-.462-.188L3.2%2013.2q-.275-.15-.4-.375t-.125-.5q0-.425.288-.712t.712-.288q.125%200%20.238.038t.237.087zm0%204l7.85-4.275q.05-.025.475-.125q.425%200%20.713.288t.287.712q0%20.275-.125.5t-.4.375l-7.85%204.275q-.225.125-.462.188t-.488.062t-.488-.062t-.462-.188L3.2%2017.2q-.275-.15-.4-.375t-.125-.5q0-.425.288-.712t.712-.288q.125%200%20.238.038t.237.087z%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%22M13%203.125V7h7.9q.475%200%20.75.313t.275.687q0%20.25-.125.488t-.4.387l-8.45%204.6q-.45.25-.95.25t-.95-.25l-8.45-4.6q-.275-.15-.388-.375T2.1%208t.113-.5t.387-.375l8.925-4.875q.25-.125.525-.112t.475.137t.338.35t.137.5m-1%208.6L17%209h-6V4.825L5.175%208zm0%204l7.85-4.275q.05-.025.475-.125q.425%200%20.713.288t.287.712q0%20.275-.125.5t-.4.375l-7.85%204.275q-.225.125-.462.188t-.488.062t-.488-.062t-.462-.188L3.2%2013.2q-.275-.15-.4-.375t-.125-.5q0-.425.288-.712t.712-.288q.125%200%20.238.038t.237.087zm0%204l7.85-4.275q.05-.025.475-.125q.425%200%20.713.288t.287.712q0%20.275-.125.5t-.4.375l-7.85%204.275q-.225.125-.462.188t-.488.062t-.488-.062t-.462-.188L3.2%2017.2q-.275-.15-.4-.375t-.125-.5q0-.425.288-.712t.712-.288q.125%200%20.238.038t.237.087z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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