bookmarks icon

bookmarks from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
bookmarks
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the bookmarks icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M400 0H176a64.11 64.11 0 0 0-62 48h228a74 74 0 0 1 74 74v304.89l22 17.6a16 16 0 0 0 19.34.5a16.41 16.41 0 0 0 6.66-13.42V64a64 64 0 0 0-64-64"/><path fill="currentColor" d="M320 80H112a64 64 0 0 0-64 64v351.62A16.36 16.36 0 0 0 54.6 509a16 16 0 0 0 19.71-.71L216 388.92l141.69 119.32a16 16 0 0 0 19.6.79a16.4 16.4 0 0 0 6.71-13.44V144a64 64 0 0 0-64-64"/></svg>

React

import type { SVGProps } from "react";

export function IonBookmarks(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M400 0H176a64.11 64.11 0 0 0-62 48h228a74 74 0 0 1 74 74v304.89l22 17.6a16 16 0 0 0 19.34.5a16.41 16.41 0 0 0 6.66-13.42V64a64 64 0 0 0-64-64"/><path fill="currentColor" d="M320 80H112a64 64 0 0 0-64 64v351.62A16.36 16.36 0 0 0 54.6 509a16 16 0 0 0 19.71-.71L216 388.92l141.69 119.32a16 16 0 0 0 19.6.79a16.4 16.4 0 0 0 6.71-13.44V144a64 64 0 0 0-64-64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M400 0H176a64.11 64.11 0 0 0-62 48h228a74 74 0 0 1 74 74v304.89l22 17.6a16 16 0 0 0 19.34.5a16.41 16.41 0 0 0 6.66-13.42V64a64 64 0 0 0-64-64"/><path fill="currentColor" d="M320 80H112a64 64 0 0 0-64 64v351.62A16.36 16.36 0 0 0 54.6 509a16 16 0 0 0 19.71-.71L216 388.92l141.69 119.32a16 16 0 0 0 19.6.79a16.4 16.4 0 0 0 6.71-13.44V144a64 64 0 0 0-64-64"/></svg>
</template>

CSS

.icon-bookmarks {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M400%200H176a64.11%2064.11%200%200%200-62%2048h228a74%2074%200%200%201%2074%2074v304.89l22%2017.6a16%2016%200%200%200%2019.34.5a16.41%2016.41%200%200%200%206.66-13.42V64a64%2064%200%200%200-64-64%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2080H112a64%2064%200%200%200-64%2064v351.62A16.36%2016.36%200%200%200%2054.6%20509a16%2016%200%200%200%2019.71-.71L216%20388.92l141.69%20119.32a16%2016%200%200%200%2019.6.79a16.4%2016.4%200%200%200%206.71-13.44V144a64%2064%200%200%200-64-64%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M400%200H176a64.11%2064.11%200%200%200-62%2048h228a74%2074%200%200%201%2074%2074v304.89l22%2017.6a16%2016%200%200%200%2019.34.5a16.41%2016.41%200%200%200%206.66-13.42V64a64%2064%200%200%200-64-64%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2080H112a64%2064%200%200%200-64%2064v351.62A16.36%2016.36%200%200%200%2054.6%20509a16%2016%200%200%200%2019.71-.71L216%20388.92l141.69%20119.32a16%2016%200%200%200%2019.6.79a16.4%2016.4%200%200%200%206.71-13.44V144a64%2064%200%200%200-64-64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/bookmarks.svg?color=%231a73e8&size=48