file bookmark icon
file-bookmark from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- file-bookmark
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the file bookmark 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4 13v1.545c0 3.245 0 4.867.886 5.966a4 4 0 0 0 .603.603C6.59 22 8.211 22 11.456 22c.705 0 1.058 0 1.381-.114q.1-.034.197-.081c.31-.148.559-.398 1.058-.896l4.736-4.737c.579-.578.867-.867 1.02-1.235c.152-.367.152-.776.152-1.593V10c0-3.77 0-5.656-1.172-6.828c-1.059-1.06-2.701-1.16-5.793-1.17M13 21.5V21c0-2.828 0-4.242.879-5.12C14.757 15 16.172 15 19 15h.5"/><path d="M4 8.453V4.987c0-1.408 0-2.112.44-2.55C4.878 2 5.585 2 7 2s2.121 0 2.56.437c.44.438.44 1.142.44 2.55v3.466c0 .92 0 1.38-.288 1.514s-.643-.16-1.352-.749l-.72-.597c-.306-.254-.459-.381-.64-.381s-.334.127-.64.381l-.72.597c-.71.59-1.064.884-1.352.75C4 9.832 4 9.372 4 8.452"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFileBookmark(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M4 13v1.545c0 3.245 0 4.867.886 5.966a4 4 0 0 0 .603.603C6.59 22 8.211 22 11.456 22c.705 0 1.058 0 1.381-.114q.1-.034.197-.081c.31-.148.559-.398 1.058-.896l4.736-4.737c.579-.578.867-.867 1.02-1.235c.152-.367.152-.776.152-1.593V10c0-3.77 0-5.656-1.172-6.828c-1.059-1.06-2.701-1.16-5.793-1.17M13 21.5V21c0-2.828 0-4.242.879-5.12C14.757 15 16.172 15 19 15h.5"/><path d="M4 8.453V4.987c0-1.408 0-2.112.44-2.55C4.878 2 5.585 2 7 2s2.121 0 2.56.437c.44.438.44 1.142.44 2.55v3.466c0 .92 0 1.38-.288 1.514s-.643-.16-1.352-.749l-.72-.597c-.306-.254-.459-.381-.64-.381s-.334.127-.64.381l-.72.597c-.71.59-1.064.884-1.352.75C4 9.832 4 9.372 4 8.452"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4 13v1.545c0 3.245 0 4.867.886 5.966a4 4 0 0 0 .603.603C6.59 22 8.211 22 11.456 22c.705 0 1.058 0 1.381-.114q.1-.034.197-.081c.31-.148.559-.398 1.058-.896l4.736-4.737c.579-.578.867-.867 1.02-1.235c.152-.367.152-.776.152-1.593V10c0-3.77 0-5.656-1.172-6.828c-1.059-1.06-2.701-1.16-5.793-1.17M13 21.5V21c0-2.828 0-4.242.879-5.12C14.757 15 16.172 15 19 15h.5"/><path d="M4 8.453V4.987c0-1.408 0-2.112.44-2.55C4.878 2 5.585 2 7 2s2.121 0 2.56.437c.44.438.44 1.142.44 2.55v3.466c0 .92 0 1.38-.288 1.514s-.643-.16-1.352-.749l-.72-.597c-.306-.254-.459-.381-.64-.381s-.334.127-.64.381l-.72.597c-.71.59-1.064.884-1.352.75C4 9.832 4 9.372 4 8.452"/></g></svg> </template>
CSS
.icon-file-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2013v1.545c0%203.245%200%204.867.886%205.966a4%204%200%200%200%20.603.603C6.59%2022%208.211%2022%2011.456%2022c.705%200%201.058%200%201.381-.114q.1-.034.197-.081c.31-.148.559-.398%201.058-.896l4.736-4.737c.579-.578.867-.867%201.02-1.235c.152-.367.152-.776.152-1.593V10c0-3.77%200-5.656-1.172-6.828c-1.059-1.06-2.701-1.16-5.793-1.17M13%2021.5V21c0-2.828%200-4.242.879-5.12C14.757%2015%2016.172%2015%2019%2015h.5%22%2F%3E%3Cpath%20d%3D%22M4%208.453V4.987c0-1.408%200-2.112.44-2.55C4.878%202%205.585%202%207%202s2.121%200%202.56.437c.44.438.44%201.142.44%202.55v3.466c0%20.92%200%201.38-.288%201.514s-.643-.16-1.352-.749l-.72-.597c-.306-.254-.459-.381-.64-.381s-.334.127-.64.381l-.72.597c-.71.59-1.064.884-1.352.75C4%209.832%204%209.372%204%208.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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2013v1.545c0%203.245%200%204.867.886%205.966a4%204%200%200%200%20.603.603C6.59%2022%208.211%2022%2011.456%2022c.705%200%201.058%200%201.381-.114q.1-.034.197-.081c.31-.148.559-.398%201.058-.896l4.736-4.737c.579-.578.867-.867%201.02-1.235c.152-.367.152-.776.152-1.593V10c0-3.77%200-5.656-1.172-6.828c-1.059-1.06-2.701-1.16-5.793-1.17M13%2021.5V21c0-2.828%200-4.242.879-5.12C14.757%2015%2016.172%2015%2019%2015h.5%22%2F%3E%3Cpath%20d%3D%22M4%208.453V4.987c0-1.408%200-2.112.44-2.55C4.878%202%205.585%202%207%202s2.121%200%202.56.437c.44.438.44%201.142.44%202.55v3.466c0%20.92%200%201.38-.288%201.514s-.643-.16-1.352-.749l-.72-.597c-.306-.254-.459-.381-.64-.381s-.334.127-.64.381l-.72.597c-.71.59-1.064.884-1.352.75C4%209.832%204%209.372%204%208.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/hugeicons/file-bookmark.svg?color=%231a73e8&size=48