heart-off-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
heart-off-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT
Aliases
heart-slash-solid

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the heart off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.434 21.112a.75.75 0 0 1-.868 0l-.008-.006l-.021-.015l-.08-.058q-.104-.075-.295-.219a39 39 0 0 1-3.72-3.197L3.531 21.53a.75.75 0 0 1-1.06-1.06l3.925-3.925c-.956-1.027-1.891-2.178-2.629-3.386c-.88-1.44-1.516-3.024-1.516-4.612c0-3.158 2.42-5.797 5.5-5.797c1.724 0 3.248.833 4.25 2.117c1.002-1.284 2.525-2.117 4.25-2.117c1.12 0 2.2.262 3.106.833L20.47 2.47a.75.75 0 1 1 1.06 1.06l-1.043 1.044c.812.979 1.263 2.317 1.263 3.973c0 1.588-.637 3.171-1.516 4.612c-.884 1.448-2.051 2.813-3.199 3.982a38.5 38.5 0 0 1-4.492 3.892l-.08.058l-.021.015z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiHeartOffSolid(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" d="M12.434 21.112a.75.75 0 0 1-.868 0l-.008-.006l-.021-.015l-.08-.058q-.104-.075-.295-.219a39 39 0 0 1-3.72-3.197L3.531 21.53a.75.75 0 0 1-1.06-1.06l3.925-3.925c-.956-1.027-1.891-2.178-2.629-3.386c-.88-1.44-1.516-3.024-1.516-4.612c0-3.158 2.42-5.797 5.5-5.797c1.724 0 3.248.833 4.25 2.117c1.002-1.284 2.525-2.117 4.25-2.117c1.12 0 2.2.262 3.106.833L20.47 2.47a.75.75 0 1 1 1.06 1.06l-1.043 1.044c.812.979 1.263 2.317 1.263 3.973c0 1.588-.637 3.171-1.516 4.612c-.884 1.448-2.051 2.813-3.199 3.982a38.5 38.5 0 0 1-4.492 3.892l-.08.058l-.021.015z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.434 21.112a.75.75 0 0 1-.868 0l-.008-.006l-.021-.015l-.08-.058q-.104-.075-.295-.219a39 39 0 0 1-3.72-3.197L3.531 21.53a.75.75 0 0 1-1.06-1.06l3.925-3.925c-.956-1.027-1.891-2.178-2.629-3.386c-.88-1.44-1.516-3.024-1.516-4.612c0-3.158 2.42-5.797 5.5-5.797c1.724 0 3.248.833 4.25 2.117c1.002-1.284 2.525-2.117 4.25-2.117c1.12 0 2.2.262 3.106.833L20.47 2.47a.75.75 0 1 1 1.06 1.06l-1.043 1.044c.812.979 1.263 2.317 1.263 3.973c0 1.588-.637 3.171-1.516 4.612c-.884 1.448-2.051 2.813-3.199 3.982a38.5 38.5 0 0 1-4.492 3.892l-.08.058l-.021.015z"/></svg>
</template>

CSS

.icon-heart-off-solid {
  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%20d%3D%22M12.434%2021.112a.75.75%200%200%201-.868%200l-.008-.006l-.021-.015l-.08-.058q-.104-.075-.295-.219a39%2039%200%200%201-3.72-3.197L3.531%2021.53a.75.75%200%200%201-1.06-1.06l3.925-3.925c-.956-1.027-1.891-2.178-2.629-3.386c-.88-1.44-1.516-3.024-1.516-4.612c0-3.158%202.42-5.797%205.5-5.797c1.724%200%203.248.833%204.25%202.117c1.002-1.284%202.525-2.117%204.25-2.117c1.12%200%202.2.262%203.106.833L20.47%202.47a.75.75%200%201%201%201.06%201.06l-1.043%201.044c.812.979%201.263%202.317%201.263%203.973c0%201.588-.637%203.171-1.516%204.612c-.884%201.448-2.051%202.813-3.199%203.982a38.5%2038.5%200%200%201-4.492%203.892l-.08.058l-.021.015z%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%20d%3D%22M12.434%2021.112a.75.75%200%200%201-.868%200l-.008-.006l-.021-.015l-.08-.058q-.104-.075-.295-.219a39%2039%200%200%201-3.72-3.197L3.531%2021.53a.75.75%200%200%201-1.06-1.06l3.925-3.925c-.956-1.027-1.891-2.178-2.629-3.386c-.88-1.44-1.516-3.024-1.516-4.612c0-3.158%202.42-5.797%205.5-5.797c1.724%200%203.248.833%204.25%202.117c1.002-1.284%202.525-2.117%204.25-2.117c1.12%200%202.2.262%203.106.833L20.47%202.47a.75.75%200%201%201%201.06%201.06l-1.043%201.044c.812.979%201.263%202.317%201.263%203.973c0%201.588-.637%203.171-1.516%204.612c-.884%201.448-2.051%202.813-3.199%203.982a38.5%2038.5%200%200%201-4.492%203.892l-.08.058l-.021.015z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/heart-off-solid.svg?color=%231a73e8&size=48