bookmark block 01 icon

bookmark-block-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
bookmark-block-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the bookmark block 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="m14.167 7.833l4.666-4.666M20 5.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 11.5v6.48c0 2.307 0 3.46-.773 3.872c-1.497.8-4.304-1.867-5.637-2.67c-.773-.465-1.16-.698-1.59-.698s-.817.233-1.59.698c-1.333.803-4.14 3.47-5.637 2.67C3 21.44 3 20.287 3 17.981V9.708c0-3.634 0-5.45 1.172-6.58C5.29 2.052 7.06 2.003 10.5 2"/><path stroke-linecap="round" d="M3.5 7H10"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBookmarkBlock01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinejoin="round" d="m14.167 7.833l4.666-4.666M20 5.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M19 11.5v6.48c0 2.307 0 3.46-.773 3.872c-1.497.8-4.304-1.867-5.637-2.67c-.773-.465-1.16-.698-1.59-.698s-.817.233-1.59.698c-1.333.803-4.14 3.47-5.637 2.67C3 21.44 3 20.287 3 17.981V9.708c0-3.634 0-5.45 1.172-6.58C5.29 2.052 7.06 2.003 10.5 2"/><path strokeLinecap="round" d="M3.5 7H10"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="m14.167 7.833l4.666-4.666M20 5.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 11.5v6.48c0 2.307 0 3.46-.773 3.872c-1.497.8-4.304-1.867-5.637-2.67c-.773-.465-1.16-.698-1.59-.698s-.817.233-1.59.698c-1.333.803-4.14 3.47-5.637 2.67C3 21.44 3 20.287 3 17.981V9.708c0-3.634 0-5.45 1.172-6.58C5.29 2.052 7.06 2.003 10.5 2"/><path stroke-linecap="round" d="M3.5 7H10"/></g></svg>
</template>

CSS

.icon-bookmark-block-01 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m14.167%207.833l4.666-4.666M20%205.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2011.5v6.48c0%202.307%200%203.46-.773%203.872c-1.497.8-4.304-1.867-5.637-2.67c-.773-.465-1.16-.698-1.59-.698s-.817.233-1.59.698c-1.333.803-4.14%203.47-5.637%202.67C3%2021.44%203%2020.287%203%2017.981V9.708c0-3.634%200-5.45%201.172-6.58C5.29%202.052%207.06%202.003%2010.5%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.5%207H10%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m14.167%207.833l4.666-4.666M20%205.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2011.5v6.48c0%202.307%200%203.46-.773%203.872c-1.497.8-4.304-1.867-5.637-2.67c-.773-.465-1.16-.698-1.59-.698s-.817.233-1.59.698c-1.333.803-4.14%203.47-5.637%202.67C3%2021.44%203%2020.287%203%2017.981V9.708c0-3.634%200-5.45%201.172-6.58C5.29%202.052%207.06%202.003%2010.5%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.5%207H10%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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