heart lock icon

heart-lock-bold-duotone from Solar by 480 Design · Bold Duotone · Like · CC-BY-4.0 Attribution required.

Name
heart-lock-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Like
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More like icons from Solar

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 fill-rule="evenodd" d="M8.49565 20.0367C5.96837 18.1516 3 15.9375 3 12.0992C3 7.86196 7.95014 4.85701 12 8.93062C16.0499 4.85701 21 7.86196 21 12.0992C21 15.9375 18.0316 18.1516 15.5044 20.0367C15.2417 20.2327 14.9838 20.4251 14.7344 20.6154C13.8 21.3285 12.9 22 12 22C11.1 22 10.2 21.3285 9.26556 20.6154C9.01624 20.4251 8.75832 20.2327 8.49565 20.0367Z" clip-rule="evenodd" opacity=".5"/><path d="M12 11.25C12.4142 11.25 12.75 11.5858 12.75 12V14.5C12.75 14.9142 12.4142 15.25 12 15.25C11.5858 15.25 11.25 14.9142 11.25 14.5V12C11.25 11.5858 11.5858 11.25 12 11.25Z"/><path d="M7.75 7C7.75 5.4953 8.19732 4.46095 8.88885 3.79924C9.58601 3.13213 10.6294 2.75 12 2.75C13.3706 2.75 14.414 3.13213 15.1112 3.79924C15.8027 4.46095 16.25 5.4953 16.25 7V7.00134C16.7736 7.01389 17.2781 7.11428 17.75 7.2892V7C17.75 5.19099 17.2036 3.72534 16.1482 2.71548C15.0985 1.71101 13.6418 1.25 12 1.25C10.3582 1.25 8.90153 1.71101 7.85181 2.71548C6.79645 3.72534 6.25 5.19099 6.25 7V7.2892C6.72194 7.11428 7.22639 7.01389 7.75 7.00134V7Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarHeartLockBoldDuotone(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 fillRule="evenodd" d="M8.49565 20.0367C5.96837 18.1516 3 15.9375 3 12.0992C3 7.86196 7.95014 4.85701 12 8.93062C16.0499 4.85701 21 7.86196 21 12.0992C21 15.9375 18.0316 18.1516 15.5044 20.0367C15.2417 20.2327 14.9838 20.4251 14.7344 20.6154C13.8 21.3285 12.9 22 12 22C11.1 22 10.2 21.3285 9.26556 20.6154C9.01624 20.4251 8.75832 20.2327 8.49565 20.0367Z" clipRule="evenodd" opacity=".5"/><path d="M12 11.25C12.4142 11.25 12.75 11.5858 12.75 12V14.5C12.75 14.9142 12.4142 15.25 12 15.25C11.5858 15.25 11.25 14.9142 11.25 14.5V12C11.25 11.5858 11.5858 11.25 12 11.25Z"/><path d="M7.75 7C7.75 5.4953 8.19732 4.46095 8.88885 3.79924C9.58601 3.13213 10.6294 2.75 12 2.75C13.3706 2.75 14.414 3.13213 15.1112 3.79924C15.8027 4.46095 16.25 5.4953 16.25 7V7.00134C16.7736 7.01389 17.2781 7.11428 17.75 7.2892V7C17.75 5.19099 17.2036 3.72534 16.1482 2.71548C15.0985 1.71101 13.6418 1.25 12 1.25C10.3582 1.25 8.90153 1.71101 7.85181 2.71548C6.79645 3.72534 6.25 5.19099 6.25 7V7.2892C6.72194 7.11428 7.22639 7.01389 7.75 7.00134V7Z"/></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 fill-rule="evenodd" d="M8.49565 20.0367C5.96837 18.1516 3 15.9375 3 12.0992C3 7.86196 7.95014 4.85701 12 8.93062C16.0499 4.85701 21 7.86196 21 12.0992C21 15.9375 18.0316 18.1516 15.5044 20.0367C15.2417 20.2327 14.9838 20.4251 14.7344 20.6154C13.8 21.3285 12.9 22 12 22C11.1 22 10.2 21.3285 9.26556 20.6154C9.01624 20.4251 8.75832 20.2327 8.49565 20.0367Z" clip-rule="evenodd" opacity=".5"/><path d="M12 11.25C12.4142 11.25 12.75 11.5858 12.75 12V14.5C12.75 14.9142 12.4142 15.25 12 15.25C11.5858 15.25 11.25 14.9142 11.25 14.5V12C11.25 11.5858 11.5858 11.25 12 11.25Z"/><path d="M7.75 7C7.75 5.4953 8.19732 4.46095 8.88885 3.79924C9.58601 3.13213 10.6294 2.75 12 2.75C13.3706 2.75 14.414 3.13213 15.1112 3.79924C15.8027 4.46095 16.25 5.4953 16.25 7V7.00134C16.7736 7.01389 17.2781 7.11428 17.75 7.2892V7C17.75 5.19099 17.2036 3.72534 16.1482 2.71548C15.0985 1.71101 13.6418 1.25 12 1.25C10.3582 1.25 8.90153 1.71101 7.85181 2.71548C6.79645 3.72534 6.25 5.19099 6.25 7V7.2892C6.72194 7.11428 7.22639 7.01389 7.75 7.00134V7Z"/></g></svg>
</template>

CSS

.icon-heart-lock-bold-duotone {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.49565%2020.0367C5.96837%2018.1516%203%2015.9375%203%2012.0992C3%207.86196%207.95014%204.85701%2012%208.93062C16.0499%204.85701%2021%207.86196%2021%2012.0992C21%2015.9375%2018.0316%2018.1516%2015.5044%2020.0367C15.2417%2020.2327%2014.9838%2020.4251%2014.7344%2020.6154C13.8%2021.3285%2012.9%2022%2012%2022C11.1%2022%2010.2%2021.3285%209.26556%2020.6154C9.01624%2020.4251%208.75832%2020.2327%208.49565%2020.0367Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%2011.25C12.4142%2011.25%2012.75%2011.5858%2012.75%2012V14.5C12.75%2014.9142%2012.4142%2015.25%2012%2015.25C11.5858%2015.25%2011.25%2014.9142%2011.25%2014.5V12C11.25%2011.5858%2011.5858%2011.25%2012%2011.25Z%22%2F%3E%3Cpath%20d%3D%22M7.75%207C7.75%205.4953%208.19732%204.46095%208.88885%203.79924C9.58601%203.13213%2010.6294%202.75%2012%202.75C13.3706%202.75%2014.414%203.13213%2015.1112%203.79924C15.8027%204.46095%2016.25%205.4953%2016.25%207V7.00134C16.7736%207.01389%2017.2781%207.11428%2017.75%207.2892V7C17.75%205.19099%2017.2036%203.72534%2016.1482%202.71548C15.0985%201.71101%2013.6418%201.25%2012%201.25C10.3582%201.25%208.90153%201.71101%207.85181%202.71548C6.79645%203.72534%206.25%205.19099%206.25%207V7.2892C6.72194%207.11428%207.22639%207.01389%207.75%207.00134V7Z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.49565%2020.0367C5.96837%2018.1516%203%2015.9375%203%2012.0992C3%207.86196%207.95014%204.85701%2012%208.93062C16.0499%204.85701%2021%207.86196%2021%2012.0992C21%2015.9375%2018.0316%2018.1516%2015.5044%2020.0367C15.2417%2020.2327%2014.9838%2020.4251%2014.7344%2020.6154C13.8%2021.3285%2012.9%2022%2012%2022C11.1%2022%2010.2%2021.3285%209.26556%2020.6154C9.01624%2020.4251%208.75832%2020.2327%208.49565%2020.0367Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%2011.25C12.4142%2011.25%2012.75%2011.5858%2012.75%2012V14.5C12.75%2014.9142%2012.4142%2015.25%2012%2015.25C11.5858%2015.25%2011.25%2014.9142%2011.25%2014.5V12C11.25%2011.5858%2011.5858%2011.25%2012%2011.25Z%22%2F%3E%3Cpath%20d%3D%22M7.75%207C7.75%205.4953%208.19732%204.46095%208.88885%203.79924C9.58601%203.13213%2010.6294%202.75%2012%202.75C13.3706%202.75%2014.414%203.13213%2015.1112%203.79924C15.8027%204.46095%2016.25%205.4953%2016.25%207V7.00134C16.7736%207.01389%2017.2781%207.11428%2017.75%207.2892V7C17.75%205.19099%2017.2036%203.72534%2016.1482%202.71548C15.0985%201.71101%2013.6418%201.25%2012%201.25C10.3582%201.25%208.90153%201.71101%207.85181%202.71548C6.79645%203.72534%206.25%205.19099%206.25%207V7.2892C6.72194%207.11428%207.22639%207.01389%207.75%207.00134V7Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/heart-lock-bold-duotone.svg?color=%231a73e8&size=48