heart x icon
heart-x-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- heart-x-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
Use the heart x 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.112l.008-.006l.021-.015l.08-.058q.104-.075.295-.219a38.5 38.5 0 0 0 4.197-3.674c1.148-1.168 2.315-2.533 3.199-3.981c.88-1.44 1.516-3.024 1.516-4.612c0-1.885-.585-3.358-1.62-4.358c-1.03-.994-2.42-1.439-3.88-1.439c-1.725 0-3.248.833-4.25 2.117C10.998 3.583 9.474 2.75 7.75 2.75c-3.08 0-5.5 2.639-5.5 5.797c0 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 0 4.492 3.892l.08.058l.021.015l.008.006a.75.75 0 0 0 .867 0M9.97 10.47a.75.75 0 0 1 1.06 0l.884.884l.884-.884a.75.75 0 0 1 1.06 1.06l-.883.884l.884.884a.75.75 0 0 1-1.06 1.06l-.885-.883l-.884.884a.75.75 0 1 1-1.06-1.06l.884-.885l-.884-.884a.75.75 0 0 1 0-1.06"/></svg>
React
import type { SVGProps } from "react";
export function MynauiHeartXSolid(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.112l.008-.006l.021-.015l.08-.058q.104-.075.295-.219a38.5 38.5 0 0 0 4.197-3.674c1.148-1.168 2.315-2.533 3.199-3.981c.88-1.44 1.516-3.024 1.516-4.612c0-1.885-.585-3.358-1.62-4.358c-1.03-.994-2.42-1.439-3.88-1.439c-1.725 0-3.248.833-4.25 2.117C10.998 3.583 9.474 2.75 7.75 2.75c-3.08 0-5.5 2.639-5.5 5.797c0 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 0 4.492 3.892l.08.058l.021.015l.008.006a.75.75 0 0 0 .867 0M9.97 10.47a.75.75 0 0 1 1.06 0l.884.884l.884-.884a.75.75 0 0 1 1.06 1.06l-.883.884l.884.884a.75.75 0 0 1-1.06 1.06l-.885-.883l-.884.884a.75.75 0 1 1-1.06-1.06l.884-.885l-.884-.884a.75.75 0 0 1 0-1.06"/></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.112l.008-.006l.021-.015l.08-.058q.104-.075.295-.219a38.5 38.5 0 0 0 4.197-3.674c1.148-1.168 2.315-2.533 3.199-3.981c.88-1.44 1.516-3.024 1.516-4.612c0-1.885-.585-3.358-1.62-4.358c-1.03-.994-2.42-1.439-3.88-1.439c-1.725 0-3.248.833-4.25 2.117C10.998 3.583 9.474 2.75 7.75 2.75c-3.08 0-5.5 2.639-5.5 5.797c0 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 0 4.492 3.892l.08.058l.021.015l.008.006a.75.75 0 0 0 .867 0M9.97 10.47a.75.75 0 0 1 1.06 0l.884.884l.884-.884a.75.75 0 0 1 1.06 1.06l-.883.884l.884.884a.75.75 0 0 1-1.06 1.06l-.885-.883l-.884.884a.75.75 0 1 1-1.06-1.06l.884-.885l-.884-.884a.75.75 0 0 1 0-1.06"/></svg> </template>
CSS
.icon-heart-x-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.112l.008-.006l.021-.015l.08-.058q.104-.075.295-.219a38.5%2038.5%200%200%200%204.197-3.674c1.148-1.168%202.315-2.533%203.199-3.981c.88-1.44%201.516-3.024%201.516-4.612c0-1.885-.585-3.358-1.62-4.358c-1.03-.994-2.42-1.439-3.88-1.439c-1.725%200-3.248.833-4.25%202.117C10.998%203.583%209.474%202.75%207.75%202.75c-3.08%200-5.5%202.639-5.5%205.797c0%201.588.637%203.171%201.516%204.612c.884%201.448%202.051%202.813%203.199%203.982a38.5%2038.5%200%200%200%204.492%203.892l.08.058l.021.015l.008.006a.75.75%200%200%200%20.867%200M9.97%2010.47a.75.75%200%200%201%201.06%200l.884.884l.884-.884a.75.75%200%200%201%201.06%201.06l-.883.884l.884.884a.75.75%200%200%201-1.06%201.06l-.885-.883l-.884.884a.75.75%200%201%201-1.06-1.06l.884-.885l-.884-.884a.75.75%200%200%201%200-1.06%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.112l.008-.006l.021-.015l.08-.058q.104-.075.295-.219a38.5%2038.5%200%200%200%204.197-3.674c1.148-1.168%202.315-2.533%203.199-3.981c.88-1.44%201.516-3.024%201.516-4.612c0-1.885-.585-3.358-1.62-4.358c-1.03-.994-2.42-1.439-3.88-1.439c-1.725%200-3.248.833-4.25%202.117C10.998%203.583%209.474%202.75%207.75%202.75c-3.08%200-5.5%202.639-5.5%205.797c0%201.588.637%203.171%201.516%204.612c.884%201.448%202.051%202.813%203.199%203.982a38.5%2038.5%200%200%200%204.492%203.892l.08.058l.021.015l.008.006a.75.75%200%200%200%20.867%200M9.97%2010.47a.75.75%200%200%201%201.06%200l.884.884l.884-.884a.75.75%200%200%201%201.06%201.06l-.883.884l.884.884a.75.75%200%200%201-1.06%201.06l-.885-.883l-.884.884a.75.75%200%201%201-1.06-1.06l.884-.885l-.884-.884a.75.75%200%200%201%200-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/heart-x-solid.svg?color=%231a73e8&size=48