bookmark cross icon
bookmark-cross-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- bookmark-cross-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 cross 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.79 8.51a.74.74 0 0 1 0 1.06a.72.72 0 0 1-.53.23a.8.8 0 0 1-.53-.22l-1.73-1.72l-1.71 1.71a.753.753 0 1 1-1.06-1.07l1.71-1.7l-1.71-1.71a.75.75 0 0 1 1.06-1.06l1.71 1.71l1.73-1.72a.75.75 0 0 1 1.06 0a.74.74 0 0 1 0 1.06l-1.72 1.72z"/></svg>
React
import type { SVGProps } from "react";
export function MageBookmarkCrossFill(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.79 8.51a.74.74 0 0 1 0 1.06a.72.72 0 0 1-.53.23a.8.8 0 0 1-.53-.22l-1.73-1.72l-1.71 1.71a.753.753 0 1 1-1.06-1.07l1.71-1.7l-1.71-1.71a.75.75 0 0 1 1.06-1.06l1.71 1.71l1.73-1.72a.75.75 0 0 1 1.06 0a.74.74 0 0 1 0 1.06l-1.72 1.72z"/></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.79 8.51a.74.74 0 0 1 0 1.06a.72.72 0 0 1-.53.23a.8.8 0 0 1-.53-.22l-1.73-1.72l-1.71 1.71a.753.753 0 1 1-1.06-1.07l1.71-1.7l-1.71-1.71a.75.75 0 0 1 1.06-1.06l1.71 1.71l1.73-1.72a.75.75 0 0 1 1.06 0a.74.74 0 0 1 0 1.06l-1.72 1.72z"/></svg> </template>
CSS
.icon-bookmark-cross-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.79%208.51a.74.74%200%200%201%200%201.06a.72.72%200%200%201-.53.23a.8.8%200%200%201-.53-.22l-1.73-1.72l-1.71%201.71a.753.753%200%201%201-1.06-1.07l1.71-1.7l-1.71-1.71a.75.75%200%200%201%201.06-1.06l1.71%201.71l1.73-1.72a.75.75%200%200%201%201.06%200a.74.74%200%200%201%200%201.06l-1.72%201.72z%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.79%208.51a.74.74%200%200%201%200%201.06a.72.72%200%200%201-.53.23a.8.8%200%200%201-.53-.22l-1.73-1.72l-1.71%201.71a.753.753%200%201%201-1.06-1.07l1.71-1.7l-1.71-1.71a.75.75%200%200%201%201.06-1.06l1.71%201.71l1.73-1.72a.75.75%200%200%201%201.06%200a.74.74%200%200%201%200%201.06l-1.72%201.72z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/bookmark-cross-fill.svg?color=%231a73e8&size=48