bookmark check icon
bookmark-check-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- bookmark-check-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 check 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-.22c.403-.18.749-.467 1-.83a2.47 2.47 0 0 0 .44-1.3V6.324a4.4 4.4 0 0 0-1.39-3.12m-3 5.53l-3.4 3.4a1.4 1.4 0 0 1-.45.31a1.6 1.6 0 0 1-.53.1a1.4 1.4 0 0 1-.54-.1a1.4 1.4 0 0 1-.45-.32l-1.69-1.68a.75.75 0 0 1 1.06-1.06l1.62 1.62l3.32-3.33a.75.75 0 0 1 1.06 0a.74.74 0 0 1 0 1.06"/></svg>
React
import type { SVGProps } from "react";
export function MageBookmarkCheckFill(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-.22c.403-.18.749-.467 1-.83a2.47 2.47 0 0 0 .44-1.3V6.324a4.4 4.4 0 0 0-1.39-3.12m-3 5.53l-3.4 3.4a1.4 1.4 0 0 1-.45.31a1.6 1.6 0 0 1-.53.1a1.4 1.4 0 0 1-.54-.1a1.4 1.4 0 0 1-.45-.32l-1.69-1.68a.75.75 0 0 1 1.06-1.06l1.62 1.62l3.32-3.33a.75.75 0 0 1 1.06 0a.74.74 0 0 1 0 1.06"/></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-.22c.403-.18.749-.467 1-.83a2.47 2.47 0 0 0 .44-1.3V6.324a4.4 4.4 0 0 0-1.39-3.12m-3 5.53l-3.4 3.4a1.4 1.4 0 0 1-.45.31a1.6 1.6 0 0 1-.53.1a1.4 1.4 0 0 1-.54-.1a1.4 1.4 0 0 1-.45-.32l-1.69-1.68a.75.75 0 0 1 1.06-1.06l1.62 1.62l3.32-3.33a.75.75 0 0 1 1.06 0a.74.74 0 0 1 0 1.06"/></svg> </template>
CSS
.icon-bookmark-check-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-.22c.403-.18.749-.467%201-.83a2.47%202.47%200%200%200%20.44-1.3V6.324a4.4%204.4%200%200%200-1.39-3.12m-3%205.53l-3.4%203.4a1.4%201.4%200%200%201-.45.31a1.6%201.6%200%200%201-.53.1a1.4%201.4%200%200%201-.54-.1a1.4%201.4%200%200%201-.45-.32l-1.69-1.68a.75.75%200%200%201%201.06-1.06l1.62%201.62l3.32-3.33a.75.75%200%200%201%201.06%200a.74.74%200%200%201%200%201.06%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-.22c.403-.18.749-.467%201-.83a2.47%202.47%200%200%200%20.44-1.3V6.324a4.4%204.4%200%200%200-1.39-3.12m-3%205.53l-3.4%203.4a1.4%201.4%200%200%201-.45.31a1.6%201.6%200%200%201-.53.1a1.4%201.4%200%200%201-.54-.1a1.4%201.4%200%200%201-.45-.32l-1.69-1.68a.75.75%200%200%201%201.06-1.06l1.62%201.62l3.32-3.33a.75.75%200%200%201%201.06%200a.74.74%200%200%201%200%201.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/bookmark-check-fill.svg?color=%231a73e8&size=48