heart unlock icon
heart-unlock-bold from Solar by 480 Design · Bold · Like · CC-BY-4.0 Attribution required.
- Name
- heart-unlock-bold
- Set
- Solar
- Style
- Bold
- Category
- Like
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More like icons from Solar
dislike-boldheart-angle-boldheart-boldheart-broken-boldheart-crack-boldheart-lock-boldheart-shine-boldhearts-boldlike-boldmedal-ribbon-boldmedal-ribbon-star-boldmedal-ribbons-star-boldmedal-star-boldmedal-star-circle-boldmedal-star-square-boldstar-boldstar-off-boldstar-shine-boldheart-pulse-2-boldheart-pulse-bold
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 7C7.75 5.48967 8.1881 4.45301 8.8607 3.79247C9.5362 3.12908 10.545 2.75 11.8718 2.75C13.5394 2.75 14.7129 3.34422 15.3621 4.39436C15.5798 4.74669 16.042 4.85575 16.3944 4.63795C16.7467 4.42015 16.8557 3.95797 16.6379 3.60564C15.6448 1.99898 13.9089 1.25 11.8718 1.25C10.2634 1.25 8.83628 1.71407 7.80968 2.72225C6.78019 3.73328 6.25 5.19662 6.25 7V7.2892C4.36604 7.98746 3 9.87329 3 12.0992C3 15.9375 5.96837 18.1516 8.49565 20.0368C8.75832 20.2327 9.01624 20.4251 9.26556 20.6154C10.2 21.3285 11.1 22 12 22C12.9 22 13.8 21.3285 14.7344 20.6154C14.9838 20.4251 15.2417 20.2327 15.5044 20.0368C18.0316 18.1516 21 15.9375 21 12.0992C21 7.86196 16.0499 4.85701 12 8.93062C10.6105 7.53302 9.11513 6.96863 7.75 7.00134V7ZM12 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" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarHeartUnlockBold(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 7C7.75 5.48967 8.1881 4.45301 8.8607 3.79247C9.5362 3.12908 10.545 2.75 11.8718 2.75C13.5394 2.75 14.7129 3.34422 15.3621 4.39436C15.5798 4.74669 16.042 4.85575 16.3944 4.63795C16.7467 4.42015 16.8557 3.95797 16.6379 3.60564C15.6448 1.99898 13.9089 1.25 11.8718 1.25C10.2634 1.25 8.83628 1.71407 7.80968 2.72225C6.78019 3.73328 6.25 5.19662 6.25 7V7.2892C4.36604 7.98746 3 9.87329 3 12.0992C3 15.9375 5.96837 18.1516 8.49565 20.0368C8.75832 20.2327 9.01624 20.4251 9.26556 20.6154C10.2 21.3285 11.1 22 12 22C12.9 22 13.8 21.3285 14.7344 20.6154C14.9838 20.4251 15.2417 20.2327 15.5044 20.0368C18.0316 18.1516 21 15.9375 21 12.0992C21 7.86196 16.0499 4.85701 12 8.93062C10.6105 7.53302 9.11513 6.96863 7.75 7.00134V7ZM12 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" 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 7C7.75 5.48967 8.1881 4.45301 8.8607 3.79247C9.5362 3.12908 10.545 2.75 11.8718 2.75C13.5394 2.75 14.7129 3.34422 15.3621 4.39436C15.5798 4.74669 16.042 4.85575 16.3944 4.63795C16.7467 4.42015 16.8557 3.95797 16.6379 3.60564C15.6448 1.99898 13.9089 1.25 11.8718 1.25C10.2634 1.25 8.83628 1.71407 7.80968 2.72225C6.78019 3.73328 6.25 5.19662 6.25 7V7.2892C4.36604 7.98746 3 9.87329 3 12.0992C3 15.9375 5.96837 18.1516 8.49565 20.0368C8.75832 20.2327 9.01624 20.4251 9.26556 20.6154C10.2 21.3285 11.1 22 12 22C12.9 22 13.8 21.3285 14.7344 20.6154C14.9838 20.4251 15.2417 20.2327 15.5044 20.0368C18.0316 18.1516 21 15.9375 21 12.0992C21 7.86196 16.0499 4.85701 12 8.93062C10.6105 7.53302 9.11513 6.96863 7.75 7.00134V7ZM12 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" clip-rule="evenodd"/></svg> </template>
CSS
.icon-heart-unlock-bold {
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%207C7.75%205.48967%208.1881%204.45301%208.8607%203.79247C9.5362%203.12908%2010.545%202.75%2011.8718%202.75C13.5394%202.75%2014.7129%203.34422%2015.3621%204.39436C15.5798%204.74669%2016.042%204.85575%2016.3944%204.63795C16.7467%204.42015%2016.8557%203.95797%2016.6379%203.60564C15.6448%201.99898%2013.9089%201.25%2011.8718%201.25C10.2634%201.25%208.83628%201.71407%207.80968%202.72225C6.78019%203.73328%206.25%205.19662%206.25%207V7.2892C4.36604%207.98746%203%209.87329%203%2012.0992C3%2015.9375%205.96837%2018.1516%208.49565%2020.0368C8.75832%2020.2327%209.01624%2020.4251%209.26556%2020.6154C10.2%2021.3285%2011.1%2022%2012%2022C12.9%2022%2013.8%2021.3285%2014.7344%2020.6154C14.9838%2020.4251%2015.2417%2020.2327%2015.5044%2020.0368C18.0316%2018.1516%2021%2015.9375%2021%2012.0992C21%207.86196%2016.0499%204.85701%2012%208.93062C10.6105%207.53302%209.11513%206.96863%207.75%207.00134V7ZM12%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%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%207C7.75%205.48967%208.1881%204.45301%208.8607%203.79247C9.5362%203.12908%2010.545%202.75%2011.8718%202.75C13.5394%202.75%2014.7129%203.34422%2015.3621%204.39436C15.5798%204.74669%2016.042%204.85575%2016.3944%204.63795C16.7467%204.42015%2016.8557%203.95797%2016.6379%203.60564C15.6448%201.99898%2013.9089%201.25%2011.8718%201.25C10.2634%201.25%208.83628%201.71407%207.80968%202.72225C6.78019%203.73328%206.25%205.19662%206.25%207V7.2892C4.36604%207.98746%203%209.87329%203%2012.0992C3%2015.9375%205.96837%2018.1516%208.49565%2020.0368C8.75832%2020.2327%209.01624%2020.4251%209.26556%2020.6154C10.2%2021.3285%2011.1%2022%2012%2022C12.9%2022%2013.8%2021.3285%2014.7344%2020.6154C14.9838%2020.4251%2015.2417%2020.2327%2015.5044%2020.0368C18.0316%2018.1516%2021%2015.9375%2021%2012.0992C21%207.86196%2016.0499%204.85701%2012%208.93062C10.6105%207.53302%209.11513%206.96863%207.75%207.00134V7ZM12%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%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/solar/heart-unlock-bold.svg?color=%231a73e8&size=48