dashboard cross icon
dashboard-cross-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- dashboard-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 dashboard cross icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 4.68v3.88a2.45 2.45 0 0 1-1.514 2.259A2.4 2.4 0 0 1 8.55 11H4.68a2.44 2.44 0 0 1-2.43-2.44V4.69a2.44 2.44 0 0 1 2.43-2.44h3.87A2.44 2.44 0 0 1 11 4.68m10.75.01v3.87a2.45 2.45 0 0 1-.71 1.72a2.38 2.38 0 0 1-1.72.72h-3.88a2.5 2.5 0 0 1-1.73-.71A2.44 2.44 0 0 1 13 8.56V4.69a2.4 2.4 0 0 1 .72-1.72a2.42 2.42 0 0 1 1.72-.72h3.87a2.46 2.46 0 0 1 2.44 2.44M11 15.45v3.87a2.44 2.44 0 0 1-2.45 2.43H4.68a2.45 2.45 0 0 1-1.72-.71a2.4 2.4 0 0 1-.71-1.72v-3.87a2.4 2.4 0 0 1 .71-1.72A2.47 2.47 0 0 1 4.68 13h3.87A2.46 2.46 0 0 1 11 15.45m9.42 3.92a.75.75 0 0 1-1.06 1.06l-2-2l-2 2a.74.74 0 0 1-.53.22a.7.7 0 0 1-.53-.22a.737.737 0 0 1 0-1.06l2-2l-2-2a.737.737 0 0 1 0-1.06a.75.75 0 0 1 1.06 0l2 2l2-2a.75.75 0 0 1 1.06 1.06l-2 2z"/></svg>
React
import type { SVGProps } from "react";
export function MageDashboardCrossFill(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="M11 4.68v3.88a2.45 2.45 0 0 1-1.514 2.259A2.4 2.4 0 0 1 8.55 11H4.68a2.44 2.44 0 0 1-2.43-2.44V4.69a2.44 2.44 0 0 1 2.43-2.44h3.87A2.44 2.44 0 0 1 11 4.68m10.75.01v3.87a2.45 2.45 0 0 1-.71 1.72a2.38 2.38 0 0 1-1.72.72h-3.88a2.5 2.5 0 0 1-1.73-.71A2.44 2.44 0 0 1 13 8.56V4.69a2.4 2.4 0 0 1 .72-1.72a2.42 2.42 0 0 1 1.72-.72h3.87a2.46 2.46 0 0 1 2.44 2.44M11 15.45v3.87a2.44 2.44 0 0 1-2.45 2.43H4.68a2.45 2.45 0 0 1-1.72-.71a2.4 2.4 0 0 1-.71-1.72v-3.87a2.4 2.4 0 0 1 .71-1.72A2.47 2.47 0 0 1 4.68 13h3.87A2.46 2.46 0 0 1 11 15.45m9.42 3.92a.75.75 0 0 1-1.06 1.06l-2-2l-2 2a.74.74 0 0 1-.53.22a.7.7 0 0 1-.53-.22a.737.737 0 0 1 0-1.06l2-2l-2-2a.737.737 0 0 1 0-1.06a.75.75 0 0 1 1.06 0l2 2l2-2a.75.75 0 0 1 1.06 1.06l-2 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 4.68v3.88a2.45 2.45 0 0 1-1.514 2.259A2.4 2.4 0 0 1 8.55 11H4.68a2.44 2.44 0 0 1-2.43-2.44V4.69a2.44 2.44 0 0 1 2.43-2.44h3.87A2.44 2.44 0 0 1 11 4.68m10.75.01v3.87a2.45 2.45 0 0 1-.71 1.72a2.38 2.38 0 0 1-1.72.72h-3.88a2.5 2.5 0 0 1-1.73-.71A2.44 2.44 0 0 1 13 8.56V4.69a2.4 2.4 0 0 1 .72-1.72a2.42 2.42 0 0 1 1.72-.72h3.87a2.46 2.46 0 0 1 2.44 2.44M11 15.45v3.87a2.44 2.44 0 0 1-2.45 2.43H4.68a2.45 2.45 0 0 1-1.72-.71a2.4 2.4 0 0 1-.71-1.72v-3.87a2.4 2.4 0 0 1 .71-1.72A2.47 2.47 0 0 1 4.68 13h3.87A2.46 2.46 0 0 1 11 15.45m9.42 3.92a.75.75 0 0 1-1.06 1.06l-2-2l-2 2a.74.74 0 0 1-.53.22a.7.7 0 0 1-.53-.22a.737.737 0 0 1 0-1.06l2-2l-2-2a.737.737 0 0 1 0-1.06a.75.75 0 0 1 1.06 0l2 2l2-2a.75.75 0 0 1 1.06 1.06l-2 2z"/></svg> </template>
CSS
.icon-dashboard-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%22M11%204.68v3.88a2.45%202.45%200%200%201-1.514%202.259A2.4%202.4%200%200%201%208.55%2011H4.68a2.44%202.44%200%200%201-2.43-2.44V4.69a2.44%202.44%200%200%201%202.43-2.44h3.87A2.44%202.44%200%200%201%2011%204.68m10.75.01v3.87a2.45%202.45%200%200%201-.71%201.72a2.38%202.38%200%200%201-1.72.72h-3.88a2.5%202.5%200%200%201-1.73-.71A2.44%202.44%200%200%201%2013%208.56V4.69a2.4%202.4%200%200%201%20.72-1.72a2.42%202.42%200%200%201%201.72-.72h3.87a2.46%202.46%200%200%201%202.44%202.44M11%2015.45v3.87a2.44%202.44%200%200%201-2.45%202.43H4.68a2.45%202.45%200%200%201-1.72-.71a2.4%202.4%200%200%201-.71-1.72v-3.87a2.4%202.4%200%200%201%20.71-1.72A2.47%202.47%200%200%201%204.68%2013h3.87A2.46%202.46%200%200%201%2011%2015.45m9.42%203.92a.75.75%200%200%201-1.06%201.06l-2-2l-2%202a.74.74%200%200%201-.53.22a.7.7%200%200%201-.53-.22a.737.737%200%200%201%200-1.06l2-2l-2-2a.737.737%200%200%201%200-1.06a.75.75%200%200%201%201.06%200l2%202l2-2a.75.75%200%200%201%201.06%201.06l-2%202z%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%22M11%204.68v3.88a2.45%202.45%200%200%201-1.514%202.259A2.4%202.4%200%200%201%208.55%2011H4.68a2.44%202.44%200%200%201-2.43-2.44V4.69a2.44%202.44%200%200%201%202.43-2.44h3.87A2.44%202.44%200%200%201%2011%204.68m10.75.01v3.87a2.45%202.45%200%200%201-.71%201.72a2.38%202.38%200%200%201-1.72.72h-3.88a2.5%202.5%200%200%201-1.73-.71A2.44%202.44%200%200%201%2013%208.56V4.69a2.4%202.4%200%200%201%20.72-1.72a2.42%202.42%200%200%201%201.72-.72h3.87a2.46%202.46%200%200%201%202.44%202.44M11%2015.45v3.87a2.44%202.44%200%200%201-2.45%202.43H4.68a2.45%202.45%200%200%201-1.72-.71a2.4%202.4%200%200%201-.71-1.72v-3.87a2.4%202.4%200%200%201%20.71-1.72A2.47%202.47%200%200%201%204.68%2013h3.87A2.46%202.46%200%200%201%2011%2015.45m9.42%203.92a.75.75%200%200%201-1.06%201.06l-2-2l-2%202a.74.74%200%200%201-.53.22a.7.7%200%200%201-.53-.22a.737.737%200%200%201%200-1.06l2-2l-2-2a.737.737%200%200%201%200-1.06a.75.75%200%200%201%201.06%200l2%202l2-2a.75.75%200%200%201%201.06%201.06l-2%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/dashboard-cross-fill.svg?color=%231a73e8&size=48