bookmark upload icon

bookmark-upload-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
bookmark-upload-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the bookmark upload icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.59 3.204a4.4 4.4 0 0 0-3.19-1.2H8.67a4.49 4.49 0 0 0-4.65 4.34v13.36c.03.447.178.879.43 1.25c.254.36.6.646 1 .83c.408.18.857.249 1.3.2a2.47 2.47 0 0 0 1.2-.5l3.43-2.54a1.07 1.07 0 0 1 1.23 0l3.41 2.53a2.46 2.46 0 0 0 1.22.51h.3a2.5 2.5 0 0 0 1-.22a2.4 2.4 0 0 0 1-.83a2.47 2.47 0 0 0 .44-1.3V6.324a4.4 4.4 0 0 0-1.39-3.12m-3.28 6.85a.74.74 0 0 1-.53.22a.7.7 0 0 1-.53-.22l-1.48-1.47v4.42a.75.75 0 1 1-1.5 0v-4.42l-1.47 1.47a.75.75 0 0 1-1.06-1.06l2.36-2.36c.124-.122.27-.22.43-.29a1.1 1.1 0 0 1 .33-.08a.9.9 0 0 1 .32 0q.183.015.35.09a1.4 1.4 0 0 1 .42.28l2.36 2.36a.75.75 0 0 1 .03 1.06z"/></svg>

React

import type { SVGProps } from "react";

export function MageBookmarkUploadFill(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="M18.59 3.204a4.4 4.4 0 0 0-3.19-1.2H8.67a4.49 4.49 0 0 0-4.65 4.34v13.36c.03.447.178.879.43 1.25c.254.36.6.646 1 .83c.408.18.857.249 1.3.2a2.47 2.47 0 0 0 1.2-.5l3.43-2.54a1.07 1.07 0 0 1 1.23 0l3.41 2.53a2.46 2.46 0 0 0 1.22.51h.3a2.5 2.5 0 0 0 1-.22a2.4 2.4 0 0 0 1-.83a2.47 2.47 0 0 0 .44-1.3V6.324a4.4 4.4 0 0 0-1.39-3.12m-3.28 6.85a.74.74 0 0 1-.53.22a.7.7 0 0 1-.53-.22l-1.48-1.47v4.42a.75.75 0 1 1-1.5 0v-4.42l-1.47 1.47a.75.75 0 0 1-1.06-1.06l2.36-2.36c.124-.122.27-.22.43-.29a1.1 1.1 0 0 1 .33-.08a.9.9 0 0 1 .32 0q.183.015.35.09a1.4 1.4 0 0 1 .42.28l2.36 2.36a.75.75 0 0 1 .03 1.06z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.59 3.204a4.4 4.4 0 0 0-3.19-1.2H8.67a4.49 4.49 0 0 0-4.65 4.34v13.36c.03.447.178.879.43 1.25c.254.36.6.646 1 .83c.408.18.857.249 1.3.2a2.47 2.47 0 0 0 1.2-.5l3.43-2.54a1.07 1.07 0 0 1 1.23 0l3.41 2.53a2.46 2.46 0 0 0 1.22.51h.3a2.5 2.5 0 0 0 1-.22a2.4 2.4 0 0 0 1-.83a2.47 2.47 0 0 0 .44-1.3V6.324a4.4 4.4 0 0 0-1.39-3.12m-3.28 6.85a.74.74 0 0 1-.53.22a.7.7 0 0 1-.53-.22l-1.48-1.47v4.42a.75.75 0 1 1-1.5 0v-4.42l-1.47 1.47a.75.75 0 0 1-1.06-1.06l2.36-2.36c.124-.122.27-.22.43-.29a1.1 1.1 0 0 1 .33-.08a.9.9 0 0 1 .32 0q.183.015.35.09a1.4 1.4 0 0 1 .42.28l2.36 2.36a.75.75 0 0 1 .03 1.06z"/></svg>
</template>

CSS

.icon-bookmark-upload-fill {
  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%22M18.59%203.204a4.4%204.4%200%200%200-3.19-1.2H8.67a4.49%204.49%200%200%200-4.65%204.34v13.36c.03.447.178.879.43%201.25c.254.36.6.646%201%20.83c.408.18.857.249%201.3.2a2.47%202.47%200%200%200%201.2-.5l3.43-2.54a1.07%201.07%200%200%201%201.23%200l3.41%202.53a2.46%202.46%200%200%200%201.22.51h.3a2.5%202.5%200%200%200%201-.22a2.4%202.4%200%200%200%201-.83a2.47%202.47%200%200%200%20.44-1.3V6.324a4.4%204.4%200%200%200-1.39-3.12m-3.28%206.85a.74.74%200%200%201-.53.22a.7.7%200%200%201-.53-.22l-1.48-1.47v4.42a.75.75%200%201%201-1.5%200v-4.42l-1.47%201.47a.75.75%200%200%201-1.06-1.06l2.36-2.36c.124-.122.27-.22.43-.29a1.1%201.1%200%200%201%20.33-.08a.9.9%200%200%201%20.32%200q.183.015.35.09a1.4%201.4%200%200%201%20.42.28l2.36%202.36a.75.75%200%200%201%20.03%201.06z%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%22M18.59%203.204a4.4%204.4%200%200%200-3.19-1.2H8.67a4.49%204.49%200%200%200-4.65%204.34v13.36c.03.447.178.879.43%201.25c.254.36.6.646%201%20.83c.408.18.857.249%201.3.2a2.47%202.47%200%200%200%201.2-.5l3.43-2.54a1.07%201.07%200%200%201%201.23%200l3.41%202.53a2.46%202.46%200%200%200%201.22.51h.3a2.5%202.5%200%200%200%201-.22a2.4%202.4%200%200%200%201-.83a2.47%202.47%200%200%200%20.44-1.3V6.324a4.4%204.4%200%200%200-1.39-3.12m-3.28%206.85a.74.74%200%200%201-.53.22a.7.7%200%200%201-.53-.22l-1.48-1.47v4.42a.75.75%200%201%201-1.5%200v-4.42l-1.47%201.47a.75.75%200%200%201-1.06-1.06l2.36-2.36c.124-.122.27-.22.43-.29a1.1%201.1%200%200%201%20.33-.08a.9.9%200%200%201%20.32%200q.183.015.35.09a1.4%201.4%200%200%201%20.42.28l2.36%202.36a.75.75%200%200%201%20.03%201.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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