heart unlock icon
heart-unlock-filled from Reicon by REICON · Filled · Like · MIT Free for personal and commercial use.
- Name
- heart-unlock-filled
- Set
- Reicon
- Style
- Filled
- Category
- Like
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More like icons from Reicon
Use the heart unlock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.75 7c0-1.51.438-2.547 1.11-3.208c.676-.663 1.685-1.042 3.012-1.042c1.667 0 2.84.594 3.49 1.644a.75.75 0 1 0 1.276-.788c-.993-1.607-2.73-2.356-4.766-2.356c-1.609 0-3.036.464-4.062 1.472C6.78 3.733 6.25 5.197 6.25 7v.29C4.366 7.986 3 9.872 3 12.1c0 3.838 2.968 6.052 5.496 7.937q.394.294.77.578C10.2 21.328 11.1 22 12 22s1.8-.672 2.734-1.385q.376-.285.77-.578c2.528-1.885 5.496-4.1 5.496-7.938c0-4.237-4.95-7.242-9-3.168C10.61 7.533 9.115 6.969 7.75 7M12 11.25a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0V12a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconHeartUnlockFilled(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" fillRule="evenodd" d="M7.75 7c0-1.51.438-2.547 1.11-3.208c.676-.663 1.685-1.042 3.012-1.042c1.667 0 2.84.594 3.49 1.644a.75.75 0 1 0 1.276-.788c-.993-1.607-2.73-2.356-4.766-2.356c-1.609 0-3.036.464-4.062 1.472C6.78 3.733 6.25 5.197 6.25 7v.29C4.366 7.986 3 9.872 3 12.1c0 3.838 2.968 6.052 5.496 7.937q.394.294.77.578C10.2 21.328 11.1 22 12 22s1.8-.672 2.734-1.385q.376-.285.77-.578c2.528-1.885 5.496-4.1 5.496-7.938c0-4.237-4.95-7.242-9-3.168C10.61 7.533 9.115 6.969 7.75 7M12 11.25a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0V12a.75.75 0 0 1 .75-.75" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.75 7c0-1.51.438-2.547 1.11-3.208c.676-.663 1.685-1.042 3.012-1.042c1.667 0 2.84.594 3.49 1.644a.75.75 0 1 0 1.276-.788c-.993-1.607-2.73-2.356-4.766-2.356c-1.609 0-3.036.464-4.062 1.472C6.78 3.733 6.25 5.197 6.25 7v.29C4.366 7.986 3 9.872 3 12.1c0 3.838 2.968 6.052 5.496 7.937q.394.294.77.578C10.2 21.328 11.1 22 12 22s1.8-.672 2.734-1.385q.376-.285.77-.578c2.528-1.885 5.496-4.1 5.496-7.938c0-4.237-4.95-7.242-9-3.168C10.61 7.533 9.115 6.969 7.75 7M12 11.25a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0V12a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/></svg> </template>
CSS
.icon-heart-unlock-filled {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.75%207c0-1.51.438-2.547%201.11-3.208c.676-.663%201.685-1.042%203.012-1.042c1.667%200%202.84.594%203.49%201.644a.75.75%200%201%200%201.276-.788c-.993-1.607-2.73-2.356-4.766-2.356c-1.609%200-3.036.464-4.062%201.472C6.78%203.733%206.25%205.197%206.25%207v.29C4.366%207.986%203%209.872%203%2012.1c0%203.838%202.968%206.052%205.496%207.937q.394.294.77.578C10.2%2021.328%2011.1%2022%2012%2022s1.8-.672%202.734-1.385q.376-.285.77-.578c2.528-1.885%205.496-4.1%205.496-7.938c0-4.237-4.95-7.242-9-3.168C10.61%207.533%209.115%206.969%207.75%207M12%2011.25a.75.75%200%200%201%20.75.75v2.5a.75.75%200%200%201-1.5%200V12a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.75%207c0-1.51.438-2.547%201.11-3.208c.676-.663%201.685-1.042%203.012-1.042c1.667%200%202.84.594%203.49%201.644a.75.75%200%201%200%201.276-.788c-.993-1.607-2.73-2.356-4.766-2.356c-1.609%200-3.036.464-4.062%201.472C6.78%203.733%206.25%205.197%206.25%207v.29C4.366%207.986%203%209.872%203%2012.1c0%203.838%202.968%206.052%205.496%207.937q.394.294.77.578C10.2%2021.328%2011.1%2022%2012%2022s1.8-.672%202.734-1.385q.376-.285.77-.578c2.528-1.885%205.496-4.1%205.496-7.938c0-4.237-4.95-7.242-9-3.168C10.61%207.533%209.115%206.969%207.75%207M12%2011.25a.75.75%200%200%201%20.75.75v2.5a.75.75%200%200%201-1.5%200V12a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/heart-unlock-filled.svg?color=%231a73e8&size=48