heart lock icon
heart-lock from Reicon by REICON · Outline · Like · MIT Free for personal and commercial use.
- Name
- heart-lock
- 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 lock 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.094-.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.386a6 6 0 0 0-.587-.221c-.094-1.576-.632-2.863-1.587-3.777C15.098 1.711 13.642 1.25 12 1.25s-3.098.461-4.148 1.465c-.955.914-1.493 2.2-1.587 3.777M7.79 6.25c1.381-.018 2.847.492 4.21 1.658c1.363-1.166 2.829-1.676 4.21-1.658c-.125-1.107-.529-1.905-1.099-2.45c-.697-.668-1.74-1.05-3.111-1.05c-1.37 0-2.414.382-3.111 1.05c-.57.545-.974 1.343-1.099 2.45M3.75 12.1c0-1.825 1.065-3.365 2.535-4.016c1.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 ReiconHeartLock(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.094-.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.386a6 6 0 0 0-.587-.221c-.094-1.576-.632-2.863-1.587-3.777C15.098 1.711 13.642 1.25 12 1.25s-3.098.461-4.148 1.465c-.955.914-1.493 2.2-1.587 3.777M7.79 6.25c1.381-.018 2.847.492 4.21 1.658c1.363-1.166 2.829-1.676 4.21-1.658c-.125-1.107-.529-1.905-1.099-2.45c-.697-.668-1.74-1.05-3.111-1.05c-1.37 0-2.414.382-3.111 1.05c-.57.545-.974 1.343-1.099 2.45M3.75 12.1c0-1.825 1.065-3.365 2.535-4.016c1.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.094-.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.386a6 6 0 0 0-.587-.221c-.094-1.576-.632-2.863-1.587-3.777C15.098 1.711 13.642 1.25 12 1.25s-3.098.461-4.148 1.465c-.955.914-1.493 2.2-1.587 3.777M7.79 6.25c1.381-.018 2.847.492 4.21 1.658c1.363-1.166 2.829-1.676 4.21-1.658c-.125-1.107-.529-1.905-1.099-2.45c-.697-.668-1.74-1.05-3.111-1.05c-1.37 0-2.414.382-3.111 1.05c-.57.545-.974 1.343-1.099 2.45M3.75 12.1c0-1.825 1.065-3.365 2.535-4.016c1.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-lock {
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.094-.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.386a6%206%200%200%200-.587-.221c-.094-1.576-.632-2.863-1.587-3.777C15.098%201.711%2013.642%201.25%2012%201.25s-3.098.461-4.148%201.465c-.955.914-1.493%202.2-1.587%203.777M7.79%206.25c1.381-.018%202.847.492%204.21%201.658c1.363-1.166%202.829-1.676%204.21-1.658c-.125-1.107-.529-1.905-1.099-2.45c-.697-.668-1.74-1.05-3.111-1.05c-1.37%200-2.414.382-3.111%201.05c-.57.545-.974%201.343-1.099%202.45M3.75%2012.1c0-1.825%201.065-3.365%202.535-4.016c1.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.094-.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.386a6%206%200%200%200-.587-.221c-.094-1.576-.632-2.863-1.587-3.777C15.098%201.711%2013.642%201.25%2012%201.25s-3.098.461-4.148%201.465c-.955.914-1.493%202.2-1.587%203.777M7.79%206.25c1.381-.018%202.847.492%204.21%201.658c1.363-1.166%202.829-1.676%204.21-1.658c-.125-1.107-.529-1.905-1.099-2.45c-.697-.668-1.74-1.05-3.111-1.05c-1.37%200-2.414.382-3.111%201.05c-.57.545-.974%201.343-1.099%202.45M3.75%2012.1c0-1.825%201.065-3.365%202.535-4.016c1.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-lock.svg?color=%231a73e8&size=48