file bookmark alt icon

file-bookmark-alt from Unicons by Iconscout · Line · File And Folder · Apache-2.0 Free for personal and commercial use.

Name
file-bookmark-alt
Set
Unicons
Style
Line
Category
File And Folder
Viewbox
24×24
License
Apache 2.0

More file and folder icons from Unicons

Use the file bookmark alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 10h1a1 1 0 0 0 0-2h-1a1 1 0 0 0 0 2m4 6h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2m0-4h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2m6.92-2.62a1 1 0 0 0-.21-1.09l-6-6a1 1 0 0 0-.28-.19a.3.3 0 0 0-.09 0l-.28-.1H5.5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h6a1 1 0 0 0 0-2h-6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5v3a3 3 0 0 0 3 3h4a1 1 0 0 0 .92-.62M13.5 8a1 1 0 0 1-1-1V5.41L15.09 8Zm7 4h-5a1 1 0 0 0-1 1v8a1 1 0 0 0 .53.88a1 1 0 0 0 1-.05l1.97-1.3l2 1.3a1 1 0 0 0 1.5-.83v-8a1 1 0 0 0-1-1m-1 7.12l-.94-.63a1 1 0 0 0-1.12 0l-.94.63V14h3Z"/></svg>

React

import type { SVGProps } from "react";

export function UilFileBookmarkAlt(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="M7.5 10h1a1 1 0 0 0 0-2h-1a1 1 0 0 0 0 2m4 6h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2m0-4h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2m6.92-2.62a1 1 0 0 0-.21-1.09l-6-6a1 1 0 0 0-.28-.19a.3.3 0 0 0-.09 0l-.28-.1H5.5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h6a1 1 0 0 0 0-2h-6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5v3a3 3 0 0 0 3 3h4a1 1 0 0 0 .92-.62M13.5 8a1 1 0 0 1-1-1V5.41L15.09 8Zm7 4h-5a1 1 0 0 0-1 1v8a1 1 0 0 0 .53.88a1 1 0 0 0 1-.05l1.97-1.3l2 1.3a1 1 0 0 0 1.5-.83v-8a1 1 0 0 0-1-1m-1 7.12l-.94-.63a1 1 0 0 0-1.12 0l-.94.63V14h3Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 10h1a1 1 0 0 0 0-2h-1a1 1 0 0 0 0 2m4 6h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2m0-4h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2m6.92-2.62a1 1 0 0 0-.21-1.09l-6-6a1 1 0 0 0-.28-.19a.3.3 0 0 0-.09 0l-.28-.1H5.5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h6a1 1 0 0 0 0-2h-6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5v3a3 3 0 0 0 3 3h4a1 1 0 0 0 .92-.62M13.5 8a1 1 0 0 1-1-1V5.41L15.09 8Zm7 4h-5a1 1 0 0 0-1 1v8a1 1 0 0 0 .53.88a1 1 0 0 0 1-.05l1.97-1.3l2 1.3a1 1 0 0 0 1.5-.83v-8a1 1 0 0 0-1-1m-1 7.12l-.94-.63a1 1 0 0 0-1.12 0l-.94.63V14h3Z"/></svg>
</template>

CSS

.icon-file-bookmark-alt {
  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%22M7.5%2010h1a1%201%200%200%200%200-2h-1a1%201%200%200%200%200%202m4%206h-4a1%201%200%200%200%200%202h4a1%201%200%200%200%200-2m0-4h-4a1%201%200%200%200%200%202h4a1%201%200%200%200%200-2m6.92-2.62a1%201%200%200%200-.21-1.09l-6-6a1%201%200%200%200-.28-.19a.3.3%200%200%200-.09%200l-.28-.1H5.5a3%203%200%200%200-3%203v14a3%203%200%200%200%203%203h6a1%201%200%200%200%200-2h-6a1%201%200%200%201-1-1V5a1%201%200%200%201%201-1h5v3a3%203%200%200%200%203%203h4a1%201%200%200%200%20.92-.62M13.5%208a1%201%200%200%201-1-1V5.41L15.09%208Zm7%204h-5a1%201%200%200%200-1%201v8a1%201%200%200%200%20.53.88a1%201%200%200%200%201-.05l1.97-1.3l2%201.3a1%201%200%200%200%201.5-.83v-8a1%201%200%200%200-1-1m-1%207.12l-.94-.63a1%201%200%200%200-1.12%200l-.94.63V14h3Z%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%22M7.5%2010h1a1%201%200%200%200%200-2h-1a1%201%200%200%200%200%202m4%206h-4a1%201%200%200%200%200%202h4a1%201%200%200%200%200-2m0-4h-4a1%201%200%200%200%200%202h4a1%201%200%200%200%200-2m6.92-2.62a1%201%200%200%200-.21-1.09l-6-6a1%201%200%200%200-.28-.19a.3.3%200%200%200-.09%200l-.28-.1H5.5a3%203%200%200%200-3%203v14a3%203%200%200%200%203%203h6a1%201%200%200%200%200-2h-6a1%201%200%200%201-1-1V5a1%201%200%200%201%201-1h5v3a3%203%200%200%200%203%203h4a1%201%200%200%200%20.92-.62M13.5%208a1%201%200%200%201-1-1V5.41L15.09%208Zm7%204h-5a1%201%200%200%200-1%201v8a1%201%200%200%200%20.53.88a1%201%200%200%200%201-.05l1.97-1.3l2%201.3a1%201%200%200%200%201.5-.83v-8a1%201%200%200%200-1-1m-1%207.12l-.94-.63a1%201%200%200%200-1.12%200l-.94.63V14h3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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