bookmark from Font Awesome 6 Regular by Dave Gandy · Regular · Maps · CC-BY-4.0 Attribution required.

Name
bookmark
Set
Font Awesome 6 Regular
Style
Regular
Category
Maps
Viewbox
384×512
License
CC BY 4.0

The same icon in other sets

More maps icons from Font Awesome 6 Regular

Use the bookmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M0 48C0 21.5 21.5 0 48 0v441.4l130.1-92.9c8.3-6 19.6-6 27.9 0l130 92.9V48H48V0h288c26.5 0 48 21.5 48 48v440c0 9-5 17.2-13 21.3s-17.6 3.4-24.9-1.8L192 397.5l-154.1 110c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6RegularBookmark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M0 48C0 21.5 21.5 0 48 0v441.4l130.1-92.9c8.3-6 19.6-6 27.9 0l130 92.9V48H48V0h288c26.5 0 48 21.5 48 48v440c0 9-5 17.2-13 21.3s-17.6 3.4-24.9-1.8L192 397.5l-154.1 110c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M0 48C0 21.5 21.5 0 48 0v441.4l130.1-92.9c8.3-6 19.6-6 27.9 0l130 92.9V48H48V0h288c26.5 0 48 21.5 48 48v440c0 9-5 17.2-13 21.3s-17.6 3.4-24.9-1.8L192 397.5l-154.1 110c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488z"/></svg>
</template>

CSS

.icon-bookmark {
  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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2048C0%2021.5%2021.5%200%2048%200v441.4l130.1-92.9c8.3-6%2019.6-6%2027.9%200l130%2092.9V48H48V0h288c26.5%200%2048%2021.5%2048%2048v440c0%209-5%2017.2-13%2021.3s-17.6%203.4-24.9-1.8L192%20397.5l-154.1%20110c-7.3%205.2-16.9%205.9-24.9%201.8S0%20497%200%20488z%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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2048C0%2021.5%2021.5%200%2048%200v441.4l130.1-92.9c8.3-6%2019.6-6%2027.9%200l130%2092.9V48H48V0h288c26.5%200%2048%2021.5%2048%2048v440c0%209-5%2017.2-13%2021.3s-17.6%203.4-24.9-1.8L192%20397.5l-154.1%20110c-7.3%205.2-16.9%205.9-24.9%201.8S0%20497%200%20488z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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