dine-heart-outline from Material Symbols by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.

Name
dine-heart-outline
Set
Material Symbols
Style
Outline
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 11m0-2.7q1.8-1.65 2.65-2.687T15.5 4q0-.425-.3-.712T14.475 3q-.3 0-.587.175T13.3 3.7l-1.275 1.475L10.75 3.75q-.35-.4-.638-.575T9.526 3Q9.1 3 8.8 3.288T8.5 4q0 .575.85 1.613T12 8.3M3 22v-3.05q-.45-.125-.75-.475t-.35-.85L1 8h.625q.575 0 1.013.4t.487.975l.6 6.625H8q.825 0 1.413.588T10 18v1H9v3H7.5v-3h-3v3zm8 0v-8H5q0-.825.588-1.412T7 12h10q.825 0 1.413.588T19 14h-6v8zm4 0v-3h-1v-1q0-.825.588-1.412T16 16h4.3l.6-6.625q.05-.575.475-.975t1-.4H23l-.875 9.625q-.05.5-.362.85T21 18.95V22h-1.5v-3h-3v3zM12 8.3"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDineHeartOutline(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 11m0-2.7q1.8-1.65 2.65-2.687T15.5 4q0-.425-.3-.712T14.475 3q-.3 0-.587.175T13.3 3.7l-1.275 1.475L10.75 3.75q-.35-.4-.638-.575T9.526 3Q9.1 3 8.8 3.288T8.5 4q0 .575.85 1.613T12 8.3M3 22v-3.05q-.45-.125-.75-.475t-.35-.85L1 8h.625q.575 0 1.013.4t.487.975l.6 6.625H8q.825 0 1.413.588T10 18v1H9v3H7.5v-3h-3v3zm8 0v-8H5q0-.825.588-1.412T7 12h10q.825 0 1.413.588T19 14h-6v8zm4 0v-3h-1v-1q0-.825.588-1.412T16 16h4.3l.6-6.625q.05-.575.475-.975t1-.4H23l-.875 9.625q-.05.5-.362.85T21 18.95V22h-1.5v-3h-3v3zM12 8.3"/></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 11m0-2.7q1.8-1.65 2.65-2.687T15.5 4q0-.425-.3-.712T14.475 3q-.3 0-.587.175T13.3 3.7l-1.275 1.475L10.75 3.75q-.35-.4-.638-.575T9.526 3Q9.1 3 8.8 3.288T8.5 4q0 .575.85 1.613T12 8.3M3 22v-3.05q-.45-.125-.75-.475t-.35-.85L1 8h.625q.575 0 1.013.4t.487.975l.6 6.625H8q.825 0 1.413.588T10 18v1H9v3H7.5v-3h-3v3zm8 0v-8H5q0-.825.588-1.412T7 12h10q.825 0 1.413.588T19 14h-6v8zm4 0v-3h-1v-1q0-.825.588-1.412T16 16h4.3l.6-6.625q.05-.575.475-.975t1-.4H23l-.875 9.625q-.05.5-.362.85T21 18.95V22h-1.5v-3h-3v3zM12 8.3"/></svg>
</template>

CSS

.icon-dine-heart-outline {
  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%2011m0-2.7q1.8-1.65%202.65-2.687T15.5%204q0-.425-.3-.712T14.475%203q-.3%200-.587.175T13.3%203.7l-1.275%201.475L10.75%203.75q-.35-.4-.638-.575T9.526%203Q9.1%203%208.8%203.288T8.5%204q0%20.575.85%201.613T12%208.3M3%2022v-3.05q-.45-.125-.75-.475t-.35-.85L1%208h.625q.575%200%201.013.4t.487.975l.6%206.625H8q.825%200%201.413.588T10%2018v1H9v3H7.5v-3h-3v3zm8%200v-8H5q0-.825.588-1.412T7%2012h10q.825%200%201.413.588T19%2014h-6v8zm4%200v-3h-1v-1q0-.825.588-1.412T16%2016h4.3l.6-6.625q.05-.575.475-.975t1-.4H23l-.875%209.625q-.05.5-.362.85T21%2018.95V22h-1.5v-3h-3v3zM12%208.3%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%2011m0-2.7q1.8-1.65%202.65-2.687T15.5%204q0-.425-.3-.712T14.475%203q-.3%200-.587.175T13.3%203.7l-1.275%201.475L10.75%203.75q-.35-.4-.638-.575T9.526%203Q9.1%203%208.8%203.288T8.5%204q0%20.575.85%201.613T12%208.3M3%2022v-3.05q-.45-.125-.75-.475t-.35-.85L1%208h.625q.575%200%201.013.4t.487.975l.6%206.625H8q.825%200%201.413.588T10%2018v1H9v3H7.5v-3h-3v3zm8%200v-8H5q0-.825.588-1.412T7%2012h10q.825%200%201.413.588T19%2014h-6v8zm4%200v-3h-1v-1q0-.825.588-1.412T16%2016h4.3l.6-6.625q.05-.575.475-.975t1-.4H23l-.875%209.625q-.05.5-.362.85T21%2018.95V22h-1.5v-3h-3v3zM12%208.3%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-outline.svg?color=%231a73e8&size=48