heart-check from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
heart-check
Set
Material Symbols Light
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
heart-check-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the heart check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11 19.654l-1.156-1.042q-2.28-2.087-3.799-3.593T3.632 12.34q-.896-1.173-1.264-2.146T2 8.225q0-1.908 1.296-3.201T6.5 3.731q1.32 0 2.475.672T11 6.363q.87-1.288 2.025-1.96q1.156-.672 2.475-.672q1.817 0 3.063 1.172q1.245 1.172 1.403 2.878q-.443-.143-.897-.202q-.453-.06-.913-.06q-2.183.02-3.794 1.52t-1.612 3.923q0 .988.362 1.976t1.1 1.781q-.533.483-1.17 1.069t-1.284 1.181zm6.95-4.19l-2.138-2.114l.713-.708l1.425 1.42l3.525-3.545l.713.708z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHeartCheck(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 19.654l-1.156-1.042q-2.28-2.087-3.799-3.593T3.632 12.34q-.896-1.173-1.264-2.146T2 8.225q0-1.908 1.296-3.201T6.5 3.731q1.32 0 2.475.672T11 6.363q.87-1.288 2.025-1.96q1.156-.672 2.475-.672q1.817 0 3.063 1.172q1.245 1.172 1.403 2.878q-.443-.143-.897-.202q-.453-.06-.913-.06q-2.183.02-3.794 1.52t-1.612 3.923q0 .988.362 1.976t1.1 1.781q-.533.483-1.17 1.069t-1.284 1.181zm6.95-4.19l-2.138-2.114l.713-.708l1.425 1.42l3.525-3.545l.713.708z"/></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 19.654l-1.156-1.042q-2.28-2.087-3.799-3.593T3.632 12.34q-.896-1.173-1.264-2.146T2 8.225q0-1.908 1.296-3.201T6.5 3.731q1.32 0 2.475.672T11 6.363q.87-1.288 2.025-1.96q1.156-.672 2.475-.672q1.817 0 3.063 1.172q1.245 1.172 1.403 2.878q-.443-.143-.897-.202q-.453-.06-.913-.06q-2.183.02-3.794 1.52t-1.612 3.923q0 .988.362 1.976t1.1 1.781q-.533.483-1.17 1.069t-1.284 1.181zm6.95-4.19l-2.138-2.114l.713-.708l1.425 1.42l3.525-3.545l.713.708z"/></svg>
</template>

CSS

.icon-heart-check {
  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%2019.654l-1.156-1.042q-2.28-2.087-3.799-3.593T3.632%2012.34q-.896-1.173-1.264-2.146T2%208.225q0-1.908%201.296-3.201T6.5%203.731q1.32%200%202.475.672T11%206.363q.87-1.288%202.025-1.96q1.156-.672%202.475-.672q1.817%200%203.063%201.172q1.245%201.172%201.403%202.878q-.443-.143-.897-.202q-.453-.06-.913-.06q-2.183.02-3.794%201.52t-1.612%203.923q0%20.988.362%201.976t1.1%201.781q-.533.483-1.17%201.069t-1.284%201.181zm6.95-4.19l-2.138-2.114l.713-.708l1.425%201.42l3.525-3.545l.713.708z%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%2019.654l-1.156-1.042q-2.28-2.087-3.799-3.593T3.632%2012.34q-.896-1.173-1.264-2.146T2%208.225q0-1.908%201.296-3.201T6.5%203.731q1.32%200%202.475.672T11%206.363q.87-1.288%202.025-1.96q1.156-.672%202.475-.672q1.817%200%203.063%201.172q1.245%201.172%201.403%202.878q-.443-.143-.897-.202q-.453-.06-.913-.06q-2.183.02-3.794%201.52t-1.612%203.923q0%20.988.362%201.976t1.1%201.781q-.533.483-1.17%201.069t-1.284%201.181zm6.95-4.19l-2.138-2.114l.713-.708l1.425%201.42l3.525-3.545l.713.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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