table heart icon
table-heart from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- table-heart
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- table-favorite
The same icon in other sets
Related icons in Material Design Icons
table-accounttable-alerttable-arrow-downtable-arrow-lefttable-arrow-righttable-arrow-uptable-bordertable-canceltable-chairtable-checktable-clocktable-cogtable-columntable-column-plus-aftertable-column-plus-beforetable-column-removetable-column-widthtable-edittable-eyetable-eye-offtable-filtertable-furnituretable-headers-eyetable-headers-eye-off
Use the table heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 3h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92H12v4h1.08c-.11.68-.11 1.35 0 2H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4zm15 9.3l-.6-.5c-2-1.9-3.4-3.1-3.4-4.6c0-1.2 1-2.2 2.2-2.2c.7 0 1.4.3 1.8.8c.4-.5 1.1-.8 1.8-.8c1.2 0 2.2.9 2.2 2.2c0 1.5-1.4 2.7-3.4 4.6z"/></svg>
React
import type { SVGProps } from "react";
export function MdiTableHeart(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="M4 3h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92H12v4h1.08c-.11.68-.11 1.35 0 2H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4zm15 9.3l-.6-.5c-2-1.9-3.4-3.1-3.4-4.6c0-1.2 1-2.2 2.2-2.2c.7 0 1.4.3 1.8.8c.4-.5 1.1-.8 1.8-.8c1.2 0 2.2.9 2.2 2.2c0 1.5-1.4 2.7-3.4 4.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 3h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92H12v4h1.08c-.11.68-.11 1.35 0 2H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4zm15 9.3l-.6-.5c-2-1.9-3.4-3.1-3.4-4.6c0-1.2 1-2.2 2.2-2.2c.7 0 1.4.3 1.8.8c.4-.5 1.1-.8 1.8-.8c1.2 0 2.2.9 2.2 2.2c0 1.5-1.4 2.7-3.4 4.6z"/></svg> </template>
CSS
.icon-table-heart {
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%22M4%203h14a2%202%200%200%201%202%202v7.08a6%206%200%200%200-4.32.92H12v4h1.08c-.11.68-.11%201.35%200%202H4a2%202%200%200%201-2-2V5c0-1.1.9-2%202-2m0%204v4h6V7zm8%200v4h6V7zm-8%206v4h6v-4zm15%209.3l-.6-.5c-2-1.9-3.4-3.1-3.4-4.6c0-1.2%201-2.2%202.2-2.2c.7%200%201.4.3%201.8.8c.4-.5%201.1-.8%201.8-.8c1.2%200%202.2.9%202.2%202.2c0%201.5-1.4%202.7-3.4%204.6z%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%22M4%203h14a2%202%200%200%201%202%202v7.08a6%206%200%200%200-4.32.92H12v4h1.08c-.11.68-.11%201.35%200%202H4a2%202%200%200%201-2-2V5c0-1.1.9-2%202-2m0%204v4h6V7zm8%200v4h6V7zm-8%206v4h6v-4zm15%209.3l-.6-.5c-2-1.9-3.4-3.1-3.4-4.6c0-1.2%201-2.2%202.2-2.2c.7%200%201.4.3%201.8.8c.4-.5%201.1-.8%201.8-.8c1.2%200%202.2.9%202.2%202.2c0%201.5-1.4%202.7-3.4%204.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/table-heart.svg?color=%231a73e8&size=48