heart check icon
heart-check-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- heart-check-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
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="M21.81 10.89q.16.147.16.348t-.16.366l-3.32 3.313q-.217.224-.555.224t-.575-.224l-1.214-1.207Q16 13.563 16 13.362t.166-.346q.146-.16.347-.16t.347.16l1.065 1.046l3.19-3.171q.147-.16.348-.16t.347.16m-11.37 8.284l-.596-.563q-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-.424-.143-.878-.202t-.913-.06q-2.183 0-3.813 1.52t-1.631 3.942q0 .988.361 1.966q.362.978 1.12 1.772q-.533.483-1.17 1.069t-1.284 1.181l-.223.206q-.237.212-.547.212t-.547-.212"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHeartCheckRounded(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="M21.81 10.89q.16.147.16.348t-.16.366l-3.32 3.313q-.217.224-.555.224t-.575-.224l-1.214-1.207Q16 13.563 16 13.362t.166-.346q.146-.16.347-.16t.347.16l1.065 1.046l3.19-3.171q.147-.16.348-.16t.347.16m-11.37 8.284l-.596-.563q-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-.424-.143-.878-.202t-.913-.06q-2.183 0-3.813 1.52t-1.631 3.942q0 .988.361 1.966q.362.978 1.12 1.772q-.533.483-1.17 1.069t-1.284 1.181l-.223.206q-.237.212-.547.212t-.547-.212"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.81 10.89q.16.147.16.348t-.16.366l-3.32 3.313q-.217.224-.555.224t-.575-.224l-1.214-1.207Q16 13.563 16 13.362t.166-.346q.146-.16.347-.16t.347.16l1.065 1.046l3.19-3.171q.147-.16.348-.16t.347.16m-11.37 8.284l-.596-.563q-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-.424-.143-.878-.202t-.913-.06q-2.183 0-3.813 1.52t-1.631 3.942q0 .988.361 1.966q.362.978 1.12 1.772q-.533.483-1.17 1.069t-1.284 1.181l-.223.206q-.237.212-.547.212t-.547-.212"/></svg> </template>
CSS
.icon-heart-check-rounded {
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%22M21.81%2010.89q.16.147.16.348t-.16.366l-3.32%203.313q-.217.224-.555.224t-.575-.224l-1.214-1.207Q16%2013.563%2016%2013.362t.166-.346q.146-.16.347-.16t.347.16l1.065%201.046l3.19-3.171q.147-.16.348-.16t.347.16m-11.37%208.284l-.596-.563q-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-.424-.143-.878-.202t-.913-.06q-2.183%200-3.813%201.52t-1.631%203.942q0%20.988.361%201.966q.362.978%201.12%201.772q-.533.483-1.17%201.069t-1.284%201.181l-.223.206q-.237.212-.547.212t-.547-.212%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%22M21.81%2010.89q.16.147.16.348t-.16.366l-3.32%203.313q-.217.224-.555.224t-.575-.224l-1.214-1.207Q16%2013.563%2016%2013.362t.166-.346q.146-.16.347-.16t.347.16l1.065%201.046l3.19-3.171q.147-.16.348-.16t.347.16m-11.37%208.284l-.596-.563q-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-.424-.143-.878-.202t-.913-.06q-2.183%200-3.813%201.52t-1.631%203.942q0%20.988.361%201.966q.362.978%201.12%201.772q-.533.483-1.17%201.069t-1.284%201.181l-.223.206q-.237.212-.547.212t-.547-.212%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-rounded.svg?color=%231a73e8&size=48