bookmark star icon

bookmark-star from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
bookmark-star
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in BoxIcons v2 Solid

Use the bookmark star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 11.222L14.667 13l-.89-3.111L16 8l-2.667-.333L12 5l-1.333 2.667L8 8l2.223 1.889L9.333 13z"/><path fill="currentColor" d="M19 21.723V4a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v17.723l7-4.571zM8 8l2.667-.333L12 5l1.333 2.667L16 8l-2.223 1.889l.89 3.111L12 11.222L9.333 13l.89-3.111z"/></svg>

React

import type { SVGProps } from "react";

export function BxsBookmarkStar(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="M12 11.222L14.667 13l-.89-3.111L16 8l-2.667-.333L12 5l-1.333 2.667L8 8l2.223 1.889L9.333 13z"/><path fill="currentColor" d="M19 21.723V4a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v17.723l7-4.571zM8 8l2.667-.333L12 5l1.333 2.667L16 8l-2.223 1.889l.89 3.111L12 11.222L9.333 13l.89-3.111z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 11.222L14.667 13l-.89-3.111L16 8l-2.667-.333L12 5l-1.333 2.667L8 8l2.223 1.889L9.333 13z"/><path fill="currentColor" d="M19 21.723V4a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v17.723l7-4.571zM8 8l2.667-.333L12 5l1.333 2.667L16 8l-2.223 1.889l.89 3.111L12 11.222L9.333 13l.89-3.111z"/></svg>
</template>

CSS

.icon-bookmark-star {
  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%22M12%2011.222L14.667%2013l-.89-3.111L16%208l-2.667-.333L12%205l-1.333%202.667L8%208l2.223%201.889L9.333%2013z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2021.723V4a2%202%200%200%200-2-2H7a2%202%200%200%200-2%202v17.723l7-4.571zM8%208l2.667-.333L12%205l1.333%202.667L16%208l-2.223%201.889l.89%203.111L12%2011.222L9.333%2013l.89-3.111z%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%22M12%2011.222L14.667%2013l-.89-3.111L16%208l-2.667-.333L12%205l-1.333%202.667L8%208l2.223%201.889L9.333%2013z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2021.723V4a2%202%200%200%200-2-2H7a2%202%200%200%200-2%202v17.723l7-4.571zM8%208l2.667-.333L12%205l1.333%202.667L16%208l-2.223%201.889l.89%203.111L12%2011.222L9.333%2013l.89-3.111z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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