dine-heart-sharp from Material Symbols Light by Google · Sharp · Household · Apache-2.0 Free for personal and commercial use.

Name
dine-heart-sharp
Set
Material Symbols Light
Style
Sharp
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

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 10.866q-1.065-.897-1.939-1.642T8.58 7.8t-.95-1.334t-.34-1.37q0-.961.682-1.644q.683-.683 1.65-.683q.662 0 1.254.322q.592.323 1.125.963q.533-.621 1.144-.953t1.254-.332q.968 0 1.64.693t.673 1.692q0 .677-.34 1.322t-.95 1.324t-1.482 1.424T12 10.866M3.712 21v-3.25h-.706L2 8.673h1.02l.801 6.943H9.54v2.134h-.77V21h-.865v-3.25H4.596V21zm7.788 0v-7.77H5.77v-1h12.46v1H12.5V21zm3.77 0v-3.25h-.809v-2.134h5.723l.822-6.943h1.013L21 17.75h-.654V21h-.884v-3.25h-3.328V21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDineHeartSharp(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 10.866q-1.065-.897-1.939-1.642T8.58 7.8t-.95-1.334t-.34-1.37q0-.961.682-1.644q.683-.683 1.65-.683q.662 0 1.254.322q.592.323 1.125.963q.533-.621 1.144-.953t1.254-.332q.968 0 1.64.693t.673 1.692q0 .677-.34 1.322t-.95 1.324t-1.482 1.424T12 10.866M3.712 21v-3.25h-.706L2 8.673h1.02l.801 6.943H9.54v2.134h-.77V21h-.865v-3.25H4.596V21zm7.788 0v-7.77H5.77v-1h12.46v1H12.5V21zm3.77 0v-3.25h-.809v-2.134h5.723l.822-6.943h1.013L21 17.75h-.654V21h-.884v-3.25h-3.328V21z"/></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 10.866q-1.065-.897-1.939-1.642T8.58 7.8t-.95-1.334t-.34-1.37q0-.961.682-1.644q.683-.683 1.65-.683q.662 0 1.254.322q.592.323 1.125.963q.533-.621 1.144-.953t1.254-.332q.968 0 1.64.693t.673 1.692q0 .677-.34 1.322t-.95 1.324t-1.482 1.424T12 10.866M3.712 21v-3.25h-.706L2 8.673h1.02l.801 6.943H9.54v2.134h-.77V21h-.865v-3.25H4.596V21zm7.788 0v-7.77H5.77v-1h12.46v1H12.5V21zm3.77 0v-3.25h-.809v-2.134h5.723l.822-6.943h1.013L21 17.75h-.654V21h-.884v-3.25h-3.328V21z"/></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%2010.866q-1.065-.897-1.939-1.642T8.58%207.8t-.95-1.334t-.34-1.37q0-.961.682-1.644q.683-.683%201.65-.683q.662%200%201.254.322q.592.323%201.125.963q.533-.621%201.144-.953t1.254-.332q.968%200%201.64.693t.673%201.692q0%20.677-.34%201.322t-.95%201.324t-1.482%201.424T12%2010.866M3.712%2021v-3.25h-.706L2%208.673h1.02l.801%206.943H9.54v2.134h-.77V21h-.865v-3.25H4.596V21zm7.788%200v-7.77H5.77v-1h12.46v1H12.5V21zm3.77%200v-3.25h-.809v-2.134h5.723l.822-6.943h1.013L21%2017.75h-.654V21h-.884v-3.25h-3.328V21z%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%2010.866q-1.065-.897-1.939-1.642T8.58%207.8t-.95-1.334t-.34-1.37q0-.961.682-1.644q.683-.683%201.65-.683q.662%200%201.254.322q.592.323%201.125.963q.533-.621%201.144-.953t1.254-.332q.968%200%201.64.693t.673%201.692q0%20.677-.34%201.322t-.95%201.324t-1.482%201.424T12%2010.866M3.712%2021v-3.25h-.706L2%208.673h1.02l.801%206.943H9.54v2.134h-.77V21h-.865v-3.25H4.596V21zm7.788%200v-7.77H5.77v-1h12.46v1H12.5V21zm3.77%200v-3.25h-.809v-2.134h5.723l.822-6.943h1.013L21%2017.75h-.654V21h-.884v-3.25h-3.328V21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/dine-heart-sharp.svg?color=%231a73e8&size=48