bookmark minus icon

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

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

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

Use the bookmark minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.585 3.194a4.4 4.4 0 0 0-3.19-1.2h-6.73a4.49 4.49 0 0 0-4.65 4.34v13.36c.03.447.178.879.43 1.25c.254.36.6.646 1 .83a2.4 2.4 0 0 0 1 .22h.3a2.47 2.47 0 0 0 1.2-.5l3.43-2.54a1.07 1.07 0 0 1 1.23 0l3.41 2.53c.352.278.774.454 1.22.51c.443.049.892-.02 1.3-.2a2.47 2.47 0 0 0 1.45-2.13V6.314a4.4 4.4 0 0 0-1.4-3.12m-3.57 7.55h-6a.75.75 0 1 1 0-1.5h6a.75.75 0 1 1 0 1.5"/></svg>

React

import type { SVGProps } from "react";

export function MageBookmarkMinusFill(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.585 3.194a4.4 4.4 0 0 0-3.19-1.2h-6.73a4.49 4.49 0 0 0-4.65 4.34v13.36c.03.447.178.879.43 1.25c.254.36.6.646 1 .83a2.4 2.4 0 0 0 1 .22h.3a2.47 2.47 0 0 0 1.2-.5l3.43-2.54a1.07 1.07 0 0 1 1.23 0l3.41 2.53c.352.278.774.454 1.22.51c.443.049.892-.02 1.3-.2a2.47 2.47 0 0 0 1.45-2.13V6.314a4.4 4.4 0 0 0-1.4-3.12m-3.57 7.55h-6a.75.75 0 1 1 0-1.5h6a.75.75 0 1 1 0 1.5"/></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.585 3.194a4.4 4.4 0 0 0-3.19-1.2h-6.73a4.49 4.49 0 0 0-4.65 4.34v13.36c.03.447.178.879.43 1.25c.254.36.6.646 1 .83a2.4 2.4 0 0 0 1 .22h.3a2.47 2.47 0 0 0 1.2-.5l3.43-2.54a1.07 1.07 0 0 1 1.23 0l3.41 2.53c.352.278.774.454 1.22.51c.443.049.892-.02 1.3-.2a2.47 2.47 0 0 0 1.45-2.13V6.314a4.4 4.4 0 0 0-1.4-3.12m-3.57 7.55h-6a.75.75 0 1 1 0-1.5h6a.75.75 0 1 1 0 1.5"/></svg>
</template>

CSS

.icon-bookmark-minus-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.585%203.194a4.4%204.4%200%200%200-3.19-1.2h-6.73a4.49%204.49%200%200%200-4.65%204.34v13.36c.03.447.178.879.43%201.25c.254.36.6.646%201%20.83a2.4%202.4%200%200%200%201%20.22h.3a2.47%202.47%200%200%200%201.2-.5l3.43-2.54a1.07%201.07%200%200%201%201.23%200l3.41%202.53c.352.278.774.454%201.22.51c.443.049.892-.02%201.3-.2a2.47%202.47%200%200%200%201.45-2.13V6.314a4.4%204.4%200%200%200-1.4-3.12m-3.57%207.55h-6a.75.75%200%201%201%200-1.5h6a.75.75%200%201%201%200%201.5%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.585%203.194a4.4%204.4%200%200%200-3.19-1.2h-6.73a4.49%204.49%200%200%200-4.65%204.34v13.36c.03.447.178.879.43%201.25c.254.36.6.646%201%20.83a2.4%202.4%200%200%200%201%20.22h.3a2.47%202.47%200%200%200%201.2-.5l3.43-2.54a1.07%201.07%200%200%201%201.23%200l3.41%202.53c.352.278.774.454%201.22.51c.443.049.892-.02%201.3-.2a2.47%202.47%200%200%200%201.45-2.13V6.314a4.4%204.4%200%200%200-1.4-3.12m-3.57%207.55h-6a.75.75%200%201%201%200-1.5h6a.75.75%200%201%201%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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