bxs bookmark star icon

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

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

Related icons in BoxIcons v2

Use the bxs bookmark star icon

SVG

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

React

import type { SVGProps } from "react";

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

Vue

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

CSS

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

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