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

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

The same emoji in other sets

More objects icons from Fluent Emoji Flat

Use the bookmark emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f8312f" d="M29.045 10.61c.45.45.45 1.18 0 1.63l-17.43 17.42c-.78.78-2.1.11-1.95-.98l.83-5.89c.1-.76-.54-1.41-1.3-1.3l-5.87.83c-1.1.16-1.77-1.17-.98-1.96l17.42-17.4c.45-.45 1.18-.45 1.63 0zm-7.37-3.12c-.78.78-.78 2.05 0 2.83s2.05.78 2.83 0s.78-2.05 0-2.83s-2.05-.78-2.83 0"/><path fill="#f7a7b8" d="m18.815 15.1l.53-1.56a.43.43 0 0 0-.54-.54l-1.58.51c-.13.05-.29.02-.4-.07l-1.28-1.01a.424.424 0 0 0-.69.33l-.01 1.68c0 .15-.09.29-.22.37l-1.42.8c-.32.18-.28.66.06.78l1.77.64c.12.05.22.14.26.26l.64 1.77c.13.34.6.38.78.06l.8-1.42c.07-.14.22-.22.37-.22l1.68-.01c.35 0 .55-.41.33-.69l-1.01-1.28a.41.41 0 0 1-.07-.4"/><path fill="#d3883e" d="M23.995 6.61V2.5c0-.27.23-.5.5-.5c.28 0 .5.23.5.5v3.923a.489.489 0 0 1 .628.577h3.872c.27 0 .5.22.5.5c0 .27-.23.5-.5.5h-4.11a.5.5 0 0 1-.425-.236l-.055.056a.489.489 0 0 1-.69-.69l.067-.068a.5.5 0 0 1-.287-.452"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatBookmark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f8312f" d="M29.045 10.61c.45.45.45 1.18 0 1.63l-17.43 17.42c-.78.78-2.1.11-1.95-.98l.83-5.89c.1-.76-.54-1.41-1.3-1.3l-5.87.83c-1.1.16-1.77-1.17-.98-1.96l17.42-17.4c.45-.45 1.18-.45 1.63 0zm-7.37-3.12c-.78.78-.78 2.05 0 2.83s2.05.78 2.83 0s.78-2.05 0-2.83s-2.05-.78-2.83 0"/><path fill="#f7a7b8" d="m18.815 15.1l.53-1.56a.43.43 0 0 0-.54-.54l-1.58.51c-.13.05-.29.02-.4-.07l-1.28-1.01a.424.424 0 0 0-.69.33l-.01 1.68c0 .15-.09.29-.22.37l-1.42.8c-.32.18-.28.66.06.78l1.77.64c.12.05.22.14.26.26l.64 1.77c.13.34.6.38.78.06l.8-1.42c.07-.14.22-.22.37-.22l1.68-.01c.35 0 .55-.41.33-.69l-1.01-1.28a.41.41 0 0 1-.07-.4"/><path fill="#d3883e" d="M23.995 6.61V2.5c0-.27.23-.5.5-.5c.28 0 .5.23.5.5v3.923a.489.489 0 0 1 .628.577h3.872c.27 0 .5.22.5.5c0 .27-.23.5-.5.5h-4.11a.5.5 0 0 1-.425-.236l-.055.056a.489.489 0 0 1-.69-.69l.067-.068a.5.5 0 0 1-.287-.452"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f8312f" d="M29.045 10.61c.45.45.45 1.18 0 1.63l-17.43 17.42c-.78.78-2.1.11-1.95-.98l.83-5.89c.1-.76-.54-1.41-1.3-1.3l-5.87.83c-1.1.16-1.77-1.17-.98-1.96l17.42-17.4c.45-.45 1.18-.45 1.63 0zm-7.37-3.12c-.78.78-.78 2.05 0 2.83s2.05.78 2.83 0s.78-2.05 0-2.83s-2.05-.78-2.83 0"/><path fill="#f7a7b8" d="m18.815 15.1l.53-1.56a.43.43 0 0 0-.54-.54l-1.58.51c-.13.05-.29.02-.4-.07l-1.28-1.01a.424.424 0 0 0-.69.33l-.01 1.68c0 .15-.09.29-.22.37l-1.42.8c-.32.18-.28.66.06.78l1.77.64c.12.05.22.14.26.26l.64 1.77c.13.34.6.38.78.06l.8-1.42c.07-.14.22-.22.37-.22l1.68-.01c.35 0 .55-.41.33-.69l-1.01-1.28a.41.41 0 0 1-.07-.4"/><path fill="#d3883e" d="M23.995 6.61V2.5c0-.27.23-.5.5-.5c.28 0 .5.23.5.5v3.923a.489.489 0 0 1 .628.577h3.872c.27 0 .5.22.5.5c0 .27-.23.5-.5.5h-4.11a.5.5 0 0 1-.425-.236l-.055.056a.489.489 0 0 1-.69-.69l.067-.068a.5.5 0 0 1-.287-.452"/></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%22none%22%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M29.045%2010.61c.45.45.45%201.18%200%201.63l-17.43%2017.42c-.78.78-2.1.11-1.95-.98l.83-5.89c.1-.76-.54-1.41-1.3-1.3l-5.87.83c-1.1.16-1.77-1.17-.98-1.96l17.42-17.4c.45-.45%201.18-.45%201.63%200zm-7.37-3.12c-.78.78-.78%202.05%200%202.83s2.05.78%202.83%200s.78-2.05%200-2.83s-2.05-.78-2.83%200%22%2F%3E%3Cpath%20fill%3D%22%23f7a7b8%22%20d%3D%22m18.815%2015.1l.53-1.56a.43.43%200%200%200-.54-.54l-1.58.51c-.13.05-.29.02-.4-.07l-1.28-1.01a.424.424%200%200%200-.69.33l-.01%201.68c0%20.15-.09.29-.22.37l-1.42.8c-.32.18-.28.66.06.78l1.77.64c.12.05.22.14.26.26l.64%201.77c.13.34.6.38.78.06l.8-1.42c.07-.14.22-.22.37-.22l1.68-.01c.35%200%20.55-.41.33-.69l-1.01-1.28a.41.41%200%200%201-.07-.4%22%2F%3E%3Cpath%20fill%3D%22%23d3883e%22%20d%3D%22M23.995%206.61V2.5c0-.27.23-.5.5-.5c.28%200%20.5.23.5.5v3.923a.489.489%200%200%201%20.628.577h3.872c.27%200%20.5.22.5.5c0%20.27-.23.5-.5.5h-4.11a.5.5%200%200%201-.425-.236l-.055.056a.489.489%200%200%201-.69-.69l.067-.068a.5.5%200%200%201-.287-.452%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%22none%22%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M29.045%2010.61c.45.45.45%201.18%200%201.63l-17.43%2017.42c-.78.78-2.1.11-1.95-.98l.83-5.89c.1-.76-.54-1.41-1.3-1.3l-5.87.83c-1.1.16-1.77-1.17-.98-1.96l17.42-17.4c.45-.45%201.18-.45%201.63%200zm-7.37-3.12c-.78.78-.78%202.05%200%202.83s2.05.78%202.83%200s.78-2.05%200-2.83s-2.05-.78-2.83%200%22%2F%3E%3Cpath%20fill%3D%22%23f7a7b8%22%20d%3D%22m18.815%2015.1l.53-1.56a.43.43%200%200%200-.54-.54l-1.58.51c-.13.05-.29.02-.4-.07l-1.28-1.01a.424.424%200%200%200-.69.33l-.01%201.68c0%20.15-.09.29-.22.37l-1.42.8c-.32.18-.28.66.06.78l1.77.64c.12.05.22.14.26.26l.64%201.77c.13.34.6.38.78.06l.8-1.42c.07-.14.22-.22.37-.22l1.68-.01c.35%200%20.55-.41.33-.69l-1.01-1.28a.41.41%200%200%201-.07-.4%22%2F%3E%3Cpath%20fill%3D%22%23d3883e%22%20d%3D%22M23.995%206.61V2.5c0-.27.23-.5.5-.5c.28%200%20.5.23.5.5v3.923a.489.489%200%200%201%20.628.577h3.872c.27%200%20.5.22.5.5c0%20.27-.23.5-.5.5h-4.11a.5.5%200%200%201-.425-.236l-.055.056a.489.489%200%200%201-.69-.69l.067-.068a.5.5%200%200%201-.287-.452%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-flat/bookmark.svg?color=%231a73e8&size=48