heart lock icon

heart-lock-linear from Solar by 480 Design · Linear · Like · CC-BY-4.0 Attribution required.

Name
heart-lock-linear
Set
Solar
Style
Linear
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="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M17 7C17 3.68629 15.0125 2 12 2C8.98754 2 7 3.68629 7 7"/><path stroke-linecap="round" d="M12 12V14.5"/><path stroke-linejoin="round" d="M3 12.0992C3 16.3364 6.61748 18.5943 9.26556 20.6154C10.2 21.3285 11.1 22 12 22C12.9 22 13.8 21.3285 14.7344 20.6154C17.3825 18.5943 21 16.3364 21 12.0992C21 7.86196 16.0499 4.85701 12 8.93062C7.95014 4.85701 3 7.86196 3 12.0992Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarHeartLockLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M17 7C17 3.68629 15.0125 2 12 2C8.98754 2 7 3.68629 7 7"/><path strokeLinecap="round" d="M12 12V14.5"/><path strokeLinejoin="round" d="M3 12.0992C3 16.3364 6.61748 18.5943 9.26556 20.6154C10.2 21.3285 11.1 22 12 22C12.9 22 13.8 21.3285 14.7344 20.6154C17.3825 18.5943 21 16.3364 21 12.0992C21 7.86196 16.0499 4.85701 12 8.93062C7.95014 4.85701 3 7.86196 3 12.0992Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M17 7C17 3.68629 15.0125 2 12 2C8.98754 2 7 3.68629 7 7"/><path stroke-linecap="round" d="M12 12V14.5"/><path stroke-linejoin="round" d="M3 12.0992C3 16.3364 6.61748 18.5943 9.26556 20.6154C10.2 21.3285 11.1 22 12 22C12.9 22 13.8 21.3285 14.7344 20.6154C17.3825 18.5943 21 16.3364 21 12.0992C21 7.86196 16.0499 4.85701 12 8.93062C7.95014 4.85701 3 7.86196 3 12.0992Z"/></g></svg>
</template>

CSS

.icon-heart-lock-linear {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%207C17%203.68629%2015.0125%202%2012%202C8.98754%202%207%203.68629%207%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2012V14.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2012.0992C3%2016.3364%206.61748%2018.5943%209.26556%2020.6154C10.2%2021.3285%2011.1%2022%2012%2022C12.9%2022%2013.8%2021.3285%2014.7344%2020.6154C17.3825%2018.5943%2021%2016.3364%2021%2012.0992C21%207.86196%2016.0499%204.85701%2012%208.93062C7.95014%204.85701%203%207.86196%203%2012.0992Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%207C17%203.68629%2015.0125%202%2012%202C8.98754%202%207%203.68629%207%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2012V14.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2012.0992C3%2016.3364%206.61748%2018.5943%209.26556%2020.6154C10.2%2021.3285%2011.1%2022%2012%2022C12.9%2022%2013.8%2021.3285%2014.7344%2020.6154C17.3825%2018.5943%2021%2016.3364%2021%2012.0992C21%207.86196%2016.0499%204.85701%2012%208.93062C7.95014%204.85701%203%207.86196%203%2012.0992Z%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-linear.svg?color=%231a73e8&size=48