heart unlock icon
heart-unlock from Reicon by REICON · Outline · Like · MIT Free for personal and commercial use.
- Name
- heart-unlock
- Set
- Reicon
- Style
- Outline
- 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"><g fill="currentColor"><path d="M12 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"/><path fill-rule="evenodd" d="M6.265 6.492q-.3.093-.587.22C3.66 7.606 2.25 9.687 2.25 12.1c0 2.361 1.017 4.157 2.337 5.596c1.056 1.151 2.348 2.114 3.483 2.96q.386.287.74.557c.461.351.96.73 1.466 1.016c.507.287 1.09.522 1.724.522s1.217-.235 1.724-.522s1.005-.665 1.466-1.016q.354-.27.74-.557c1.135-.846 2.427-1.809 3.483-2.96c1.32-1.439 2.337-3.235 2.337-5.596c0-2.413-1.41-4.494-3.428-5.386c-1.896-.84-4.231-.593-6.322 1.195c-1.363-1.166-2.83-1.676-4.21-1.658c.12-1.112.516-1.913 1.07-2.458c.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.472c-.931.915-1.454 2.199-1.545 3.77M3.75 12.1c0-1.824 1.065-3.364 2.535-4.015c1.429-.632 3.352-.466 5.183 1.375a.75.75 0 0 0 1.064 0c1.83-1.841 3.754-2.007 5.183-1.375c1.47.65 2.535 2.19 2.535 4.015c0 1.877-.792 3.328-1.942 4.582c-.95 1.036-2.1 1.894-3.229 2.737q-.404.3-.8.601c-.474.362-.892.676-1.294.903c-.402.228-.72.328-.985.328c-.266 0-.583-.1-.985-.328c-.402-.227-.82-.541-1.294-.903a94 94 0 0 0-.8-.601c-1.128-.842-2.278-1.7-3.229-2.737c-1.15-1.254-1.942-2.705-1.942-4.582" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconHeartUnlock(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 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"/><path fillRule="evenodd" d="M6.265 6.492q-.3.093-.587.22C3.66 7.606 2.25 9.687 2.25 12.1c0 2.361 1.017 4.157 2.337 5.596c1.056 1.151 2.348 2.114 3.483 2.96q.386.287.74.557c.461.351.96.73 1.466 1.016c.507.287 1.09.522 1.724.522s1.217-.235 1.724-.522s1.005-.665 1.466-1.016q.354-.27.74-.557c1.135-.846 2.427-1.809 3.483-2.96c1.32-1.439 2.337-3.235 2.337-5.596c0-2.413-1.41-4.494-3.428-5.386c-1.896-.84-4.231-.593-6.322 1.195c-1.363-1.166-2.83-1.676-4.21-1.658c.12-1.112.516-1.913 1.07-2.458c.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.472c-.931.915-1.454 2.199-1.545 3.77M3.75 12.1c0-1.824 1.065-3.364 2.535-4.015c1.429-.632 3.352-.466 5.183 1.375a.75.75 0 0 0 1.064 0c1.83-1.841 3.754-2.007 5.183-1.375c1.47.65 2.535 2.19 2.535 4.015c0 1.877-.792 3.328-1.942 4.582c-.95 1.036-2.1 1.894-3.229 2.737q-.404.3-.8.601c-.474.362-.892.676-1.294.903c-.402.228-.72.328-.985.328c-.266 0-.583-.1-.985-.328c-.402-.227-.82-.541-1.294-.903a94 94 0 0 0-.8-.601c-1.128-.842-2.278-1.7-3.229-2.737c-1.15-1.254-1.942-2.705-1.942-4.582" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 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"/><path fill-rule="evenodd" d="M6.265 6.492q-.3.093-.587.22C3.66 7.606 2.25 9.687 2.25 12.1c0 2.361 1.017 4.157 2.337 5.596c1.056 1.151 2.348 2.114 3.483 2.96q.386.287.74.557c.461.351.96.73 1.466 1.016c.507.287 1.09.522 1.724.522s1.217-.235 1.724-.522s1.005-.665 1.466-1.016q.354-.27.74-.557c1.135-.846 2.427-1.809 3.483-2.96c1.32-1.439 2.337-3.235 2.337-5.596c0-2.413-1.41-4.494-3.428-5.386c-1.896-.84-4.231-.593-6.322 1.195c-1.363-1.166-2.83-1.676-4.21-1.658c.12-1.112.516-1.913 1.07-2.458c.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.472c-.931.915-1.454 2.199-1.545 3.77M3.75 12.1c0-1.824 1.065-3.364 2.535-4.015c1.429-.632 3.352-.466 5.183 1.375a.75.75 0 0 0 1.064 0c1.83-1.841 3.754-2.007 5.183-1.375c1.47.65 2.535 2.19 2.535 4.015c0 1.877-.792 3.328-1.942 4.582c-.95 1.036-2.1 1.894-3.229 2.737q-.404.3-.8.601c-.474.362-.892.676-1.294.903c-.402.228-.72.328-.985.328c-.266 0-.583-.1-.985-.328c-.402-.227-.82-.541-1.294-.903a94 94 0 0 0-.8-.601c-1.128-.842-2.278-1.7-3.229-2.737c-1.15-1.254-1.942-2.705-1.942-4.582" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-heart-unlock {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%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%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.265%206.492q-.3.093-.587.22C3.66%207.606%202.25%209.687%202.25%2012.1c0%202.361%201.017%204.157%202.337%205.596c1.056%201.151%202.348%202.114%203.483%202.96q.386.287.74.557c.461.351.96.73%201.466%201.016c.507.287%201.09.522%201.724.522s1.217-.235%201.724-.522s1.005-.665%201.466-1.016q.354-.27.74-.557c1.135-.846%202.427-1.809%203.483-2.96c1.32-1.439%202.337-3.235%202.337-5.596c0-2.413-1.41-4.494-3.428-5.386c-1.896-.84-4.231-.593-6.322%201.195c-1.363-1.166-2.83-1.676-4.21-1.658c.12-1.112.516-1.913%201.07-2.458c.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.472c-.931.915-1.454%202.199-1.545%203.77M3.75%2012.1c0-1.824%201.065-3.364%202.535-4.015c1.429-.632%203.352-.466%205.183%201.375a.75.75%200%200%200%201.064%200c1.83-1.841%203.754-2.007%205.183-1.375c1.47.65%202.535%202.19%202.535%204.015c0%201.877-.792%203.328-1.942%204.582c-.95%201.036-2.1%201.894-3.229%202.737q-.404.3-.8.601c-.474.362-.892.676-1.294.903c-.402.228-.72.328-.985.328c-.266%200-.583-.1-.985-.328c-.402-.227-.82-.541-1.294-.903a94%2094%200%200%200-.8-.601c-1.128-.842-2.278-1.7-3.229-2.737c-1.15-1.254-1.942-2.705-1.942-4.582%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%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%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.265%206.492q-.3.093-.587.22C3.66%207.606%202.25%209.687%202.25%2012.1c0%202.361%201.017%204.157%202.337%205.596c1.056%201.151%202.348%202.114%203.483%202.96q.386.287.74.557c.461.351.96.73%201.466%201.016c.507.287%201.09.522%201.724.522s1.217-.235%201.724-.522s1.005-.665%201.466-1.016q.354-.27.74-.557c1.135-.846%202.427-1.809%203.483-2.96c1.32-1.439%202.337-3.235%202.337-5.596c0-2.413-1.41-4.494-3.428-5.386c-1.896-.84-4.231-.593-6.322%201.195c-1.363-1.166-2.83-1.676-4.21-1.658c.12-1.112.516-1.913%201.07-2.458c.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.472c-.931.915-1.454%202.199-1.545%203.77M3.75%2012.1c0-1.824%201.065-3.364%202.535-4.015c1.429-.632%203.352-.466%205.183%201.375a.75.75%200%200%200%201.064%200c1.83-1.841%203.754-2.007%205.183-1.375c1.47.65%202.535%202.19%202.535%204.015c0%201.877-.792%203.328-1.942%204.582c-.95%201.036-2.1%201.894-3.229%202.737q-.404.3-.8.601c-.474.362-.892.676-1.294.903c-.402.228-.72.328-.985.328c-.266%200-.583-.1-.985-.328c-.402-.227-.82-.541-1.294-.903a94%2094%200%200%200-.8-.601c-1.128-.842-2.278-1.7-3.229-2.737c-1.15-1.254-1.942-2.705-1.942-4.582%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/heart-unlock.svg?color=%231a73e8&size=48