bookmark from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
bookmark
Set
Fluent Emoji High Contrast
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the bookmark emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M16.234 20.339h.11a1.42 1.42 0 0 0 1.242-.728l.637-1.132l1.341-.009a1.427 1.427 0 0 0 1.116-2.31l-.818-1.035l.431-1.268a1.43 1.43 0 0 0-1.795-1.809l-1.293.419l-1.042-.822a1.423 1.423 0 0 0-2.309 1.109l-.007 1.347l-1.133.638a1.432 1.432 0 0 0 .21 2.591l1.52.549l.556 1.537a1.42 1.42 0 0 0 1.234.923m-.858-4.249l-.6-.217l.371-.215a1.45 1.45 0 0 0 .7-1.215v-.5l.344.271a1.38 1.38 0 0 0 1.339.247l.5-.16l-.161.472a1.4 1.4 0 0 0 .231 1.347l.286.36h-.5a1.4 1.4 0 0 0-1.241.729l-.192.341l-.209-.576a1.47 1.47 0 0 0-.868-.884m1.554-3.535l-.071.022z"/><path d="M23.495 2.5c0-.546.453-1 1-1c.562 0 1 .46 1 1v3.146l.854.854h3.146c.54 0 1 .437 1 1c0 .546-.454 1-1 1h-1.143l1.401 1.4a2.16 2.16 0 0 1 0 3.044L12.322 30.367a2.12 2.12 0 0 1-2.469.404a2.13 2.13 0 0 1-1.179-2.228L9.5 22.65a.16.16 0 0 0-.047-.132a.15.15 0 0 0-.119-.039l-5.873.832a2.153 2.153 0 0 1-1.827-3.658l17.42-17.4a2.2 2.2 0 0 1 3.044 0l1.397 1.395zM10.862 21.095a2.15 2.15 0 0 1 .624 1.826l-.831 5.9a.14.14 0 0 0 .088.16a.13.13 0 0 0 .165-.026l17.43-17.42a.156.156 0 0 0 0-.217l-2.253-2.254a3 3 0 1 1-3.154-3.154l-2.243-2.243a.15.15 0 0 0-.216 0l-17.421 17.4a.14.14 0 0 0-.031.181a.14.14 0 0 0 .161.083l5.874-.831q.155-.022.312-.022c.56 0 1.098.222 1.495.617M22.707 7.981a1 1 0 1 0 .383-.077v.001a1 1 0 0 0-.383.076"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastBookmark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M16.234 20.339h.11a1.42 1.42 0 0 0 1.242-.728l.637-1.132l1.341-.009a1.427 1.427 0 0 0 1.116-2.31l-.818-1.035l.431-1.268a1.43 1.43 0 0 0-1.795-1.809l-1.293.419l-1.042-.822a1.423 1.423 0 0 0-2.309 1.109l-.007 1.347l-1.133.638a1.432 1.432 0 0 0 .21 2.591l1.52.549l.556 1.537a1.42 1.42 0 0 0 1.234.923m-.858-4.249l-.6-.217l.371-.215a1.45 1.45 0 0 0 .7-1.215v-.5l.344.271a1.38 1.38 0 0 0 1.339.247l.5-.16l-.161.472a1.4 1.4 0 0 0 .231 1.347l.286.36h-.5a1.4 1.4 0 0 0-1.241.729l-.192.341l-.209-.576a1.47 1.47 0 0 0-.868-.884m1.554-3.535l-.071.022z"/><path d="M23.495 2.5c0-.546.453-1 1-1c.562 0 1 .46 1 1v3.146l.854.854h3.146c.54 0 1 .437 1 1c0 .546-.454 1-1 1h-1.143l1.401 1.4a2.16 2.16 0 0 1 0 3.044L12.322 30.367a2.12 2.12 0 0 1-2.469.404a2.13 2.13 0 0 1-1.179-2.228L9.5 22.65a.16.16 0 0 0-.047-.132a.15.15 0 0 0-.119-.039l-5.873.832a2.153 2.153 0 0 1-1.827-3.658l17.42-17.4a2.2 2.2 0 0 1 3.044 0l1.397 1.395zM10.862 21.095a2.15 2.15 0 0 1 .624 1.826l-.831 5.9a.14.14 0 0 0 .088.16a.13.13 0 0 0 .165-.026l17.43-17.42a.156.156 0 0 0 0-.217l-2.253-2.254a3 3 0 1 1-3.154-3.154l-2.243-2.243a.15.15 0 0 0-.216 0l-17.421 17.4a.14.14 0 0 0-.031.181a.14.14 0 0 0 .161.083l5.874-.831q.155-.022.312-.022c.56 0 1.098.222 1.495.617M22.707 7.981a1 1 0 1 0 .383-.077v.001a1 1 0 0 0-.383.076"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M16.234 20.339h.11a1.42 1.42 0 0 0 1.242-.728l.637-1.132l1.341-.009a1.427 1.427 0 0 0 1.116-2.31l-.818-1.035l.431-1.268a1.43 1.43 0 0 0-1.795-1.809l-1.293.419l-1.042-.822a1.423 1.423 0 0 0-2.309 1.109l-.007 1.347l-1.133.638a1.432 1.432 0 0 0 .21 2.591l1.52.549l.556 1.537a1.42 1.42 0 0 0 1.234.923m-.858-4.249l-.6-.217l.371-.215a1.45 1.45 0 0 0 .7-1.215v-.5l.344.271a1.38 1.38 0 0 0 1.339.247l.5-.16l-.161.472a1.4 1.4 0 0 0 .231 1.347l.286.36h-.5a1.4 1.4 0 0 0-1.241.729l-.192.341l-.209-.576a1.47 1.47 0 0 0-.868-.884m1.554-3.535l-.071.022z"/><path d="M23.495 2.5c0-.546.453-1 1-1c.562 0 1 .46 1 1v3.146l.854.854h3.146c.54 0 1 .437 1 1c0 .546-.454 1-1 1h-1.143l1.401 1.4a2.16 2.16 0 0 1 0 3.044L12.322 30.367a2.12 2.12 0 0 1-2.469.404a2.13 2.13 0 0 1-1.179-2.228L9.5 22.65a.16.16 0 0 0-.047-.132a.15.15 0 0 0-.119-.039l-5.873.832a2.153 2.153 0 0 1-1.827-3.658l17.42-17.4a2.2 2.2 0 0 1 3.044 0l1.397 1.395zM10.862 21.095a2.15 2.15 0 0 1 .624 1.826l-.831 5.9a.14.14 0 0 0 .088.16a.13.13 0 0 0 .165-.026l17.43-17.42a.156.156 0 0 0 0-.217l-2.253-2.254a3 3 0 1 1-3.154-3.154l-2.243-2.243a.15.15 0 0 0-.216 0l-17.421 17.4a.14.14 0 0 0-.031.181a.14.14 0 0 0 .161.083l5.874-.831q.155-.022.312-.022c.56 0 1.098.222 1.495.617M22.707 7.981a1 1 0 1 0 .383-.077v.001a1 1 0 0 0-.383.076"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.234%2020.339h.11a1.42%201.42%200%200%200%201.242-.728l.637-1.132l1.341-.009a1.427%201.427%200%200%200%201.116-2.31l-.818-1.035l.431-1.268a1.43%201.43%200%200%200-1.795-1.809l-1.293.419l-1.042-.822a1.423%201.423%200%200%200-2.309%201.109l-.007%201.347l-1.133.638a1.432%201.432%200%200%200%20.21%202.591l1.52.549l.556%201.537a1.42%201.42%200%200%200%201.234.923m-.858-4.249l-.6-.217l.371-.215a1.45%201.45%200%200%200%20.7-1.215v-.5l.344.271a1.38%201.38%200%200%200%201.339.247l.5-.16l-.161.472a1.4%201.4%200%200%200%20.231%201.347l.286.36h-.5a1.4%201.4%200%200%200-1.241.729l-.192.341l-.209-.576a1.47%201.47%200%200%200-.868-.884m1.554-3.535l-.071.022z%22%2F%3E%3Cpath%20d%3D%22M23.495%202.5c0-.546.453-1%201-1c.562%200%201%20.46%201%201v3.146l.854.854h3.146c.54%200%201%20.437%201%201c0%20.546-.454%201-1%201h-1.143l1.401%201.4a2.16%202.16%200%200%201%200%203.044L12.322%2030.367a2.12%202.12%200%200%201-2.469.404a2.13%202.13%200%200%201-1.179-2.228L9.5%2022.65a.16.16%200%200%200-.047-.132a.15.15%200%200%200-.119-.039l-5.873.832a2.153%202.153%200%200%201-1.827-3.658l17.42-17.4a2.2%202.2%200%200%201%203.044%200l1.397%201.395zM10.862%2021.095a2.15%202.15%200%200%201%20.624%201.826l-.831%205.9a.14.14%200%200%200%20.088.16a.13.13%200%200%200%20.165-.026l17.43-17.42a.156.156%200%200%200%200-.217l-2.253-2.254a3%203%200%201%201-3.154-3.154l-2.243-2.243a.15.15%200%200%200-.216%200l-17.421%2017.4a.14.14%200%200%200-.031.181a.14.14%200%200%200%20.161.083l5.874-.831q.155-.022.312-.022c.56%200%201.098.222%201.495.617M22.707%207.981a1%201%200%201%200%20.383-.077v.001a1%201%200%200%200-.383.076%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.234%2020.339h.11a1.42%201.42%200%200%200%201.242-.728l.637-1.132l1.341-.009a1.427%201.427%200%200%200%201.116-2.31l-.818-1.035l.431-1.268a1.43%201.43%200%200%200-1.795-1.809l-1.293.419l-1.042-.822a1.423%201.423%200%200%200-2.309%201.109l-.007%201.347l-1.133.638a1.432%201.432%200%200%200%20.21%202.591l1.52.549l.556%201.537a1.42%201.42%200%200%200%201.234.923m-.858-4.249l-.6-.217l.371-.215a1.45%201.45%200%200%200%20.7-1.215v-.5l.344.271a1.38%201.38%200%200%200%201.339.247l.5-.16l-.161.472a1.4%201.4%200%200%200%20.231%201.347l.286.36h-.5a1.4%201.4%200%200%200-1.241.729l-.192.341l-.209-.576a1.47%201.47%200%200%200-.868-.884m1.554-3.535l-.071.022z%22%2F%3E%3Cpath%20d%3D%22M23.495%202.5c0-.546.453-1%201-1c.562%200%201%20.46%201%201v3.146l.854.854h3.146c.54%200%201%20.437%201%201c0%20.546-.454%201-1%201h-1.143l1.401%201.4a2.16%202.16%200%200%201%200%203.044L12.322%2030.367a2.12%202.12%200%200%201-2.469.404a2.13%202.13%200%200%201-1.179-2.228L9.5%2022.65a.16.16%200%200%200-.047-.132a.15.15%200%200%200-.119-.039l-5.873.832a2.153%202.153%200%200%201-1.827-3.658l17.42-17.4a2.2%202.2%200%200%201%203.044%200l1.397%201.395zM10.862%2021.095a2.15%202.15%200%200%201%20.624%201.826l-.831%205.9a.14.14%200%200%200%20.088.16a.13.13%200%200%200%20.165-.026l17.43-17.42a.156.156%200%200%200%200-.217l-2.253-2.254a3%203%200%201%201-3.154-3.154l-2.243-2.243a.15.15%200%200%200-.216%200l-17.421%2017.4a.14.14%200%200%200-.031.181a.14.14%200%200%200%20.161.083l5.874-.831q.155-.022.312-.022c.56%200%201.098.222%201.495.617M22.707%207.981a1%201%200%201%200%20.383-.077v.001a1%201%200%200%200-.383.076%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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