dine heart icon
dine-heart-sharp from Material Symbols by Google · Sharp · Household · Apache-2.0 Free for personal and commercial use.
- Name
- dine-heart-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the dine heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 11q-1.7-1.55-2.775-2.613T7.55 6.55t-.825-1.362T6.5 4q0-1.25.875-2.125T9.525 1q.7 0 1.35.313T12 2.15q.475-.525 1.125-.837T14.475 1q1.275 0 2.15.875T17.5 4q0 .6-.225 1.188T16.45 6.55t-1.675 1.838T12 11M3 22v-3h-.975L1 8h2l.725 8H10v3H9v3H7.5v-3h-3v3zm8 0v-8H5v-2h14v2h-6v8zm4 0v-3h-1v-3h6.3l.725-8H23l-1 11h-1v3h-1.5v-3h-3v3z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDineHeartSharp(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="M12 11q-1.7-1.55-2.775-2.613T7.55 6.55t-.825-1.362T6.5 4q0-1.25.875-2.125T9.525 1q.7 0 1.35.313T12 2.15q.475-.525 1.125-.837T14.475 1q1.275 0 2.15.875T17.5 4q0 .6-.225 1.188T16.45 6.55t-1.675 1.838T12 11M3 22v-3h-.975L1 8h2l.725 8H10v3H9v3H7.5v-3h-3v3zm8 0v-8H5v-2h14v2h-6v8zm4 0v-3h-1v-3h6.3l.725-8H23l-1 11h-1v3h-1.5v-3h-3v3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 11q-1.7-1.55-2.775-2.613T7.55 6.55t-.825-1.362T6.5 4q0-1.25.875-2.125T9.525 1q.7 0 1.35.313T12 2.15q.475-.525 1.125-.837T14.475 1q1.275 0 2.15.875T17.5 4q0 .6-.225 1.188T16.45 6.55t-1.675 1.838T12 11M3 22v-3h-.975L1 8h2l.725 8H10v3H9v3H7.5v-3h-3v3zm8 0v-8H5v-2h14v2h-6v8zm4 0v-3h-1v-3h6.3l.725-8H23l-1 11h-1v3h-1.5v-3h-3v3z"/></svg> </template>
CSS
.icon-dine-heart-sharp {
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%22M12%2011q-1.7-1.55-2.775-2.613T7.55%206.55t-.825-1.362T6.5%204q0-1.25.875-2.125T9.525%201q.7%200%201.35.313T12%202.15q.475-.525%201.125-.837T14.475%201q1.275%200%202.15.875T17.5%204q0%20.6-.225%201.188T16.45%206.55t-1.675%201.838T12%2011M3%2022v-3h-.975L1%208h2l.725%208H10v3H9v3H7.5v-3h-3v3zm8%200v-8H5v-2h14v2h-6v8zm4%200v-3h-1v-3h6.3l.725-8H23l-1%2011h-1v3h-1.5v-3h-3v3z%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%22M12%2011q-1.7-1.55-2.775-2.613T7.55%206.55t-.825-1.362T6.5%204q0-1.25.875-2.125T9.525%201q.7%200%201.35.313T12%202.15q.475-.525%201.125-.837T14.475%201q1.275%200%202.15.875T17.5%204q0%20.6-.225%201.188T16.45%206.55t-1.675%201.838T12%2011M3%2022v-3h-.975L1%208h2l.725%208H10v3H9v3H7.5v-3h-3v3zm8%200v-8H5v-2h14v2h-6v8zm4%200v-3h-1v-3h6.3l.725-8H23l-1%2011h-1v3h-1.5v-3h-3v3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/dine-heart-sharp.svg?color=%231a73e8&size=48