hand heart icon
hand-heart-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- hand-heart-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the hand heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M227.9 144.24a20.45 20.45 0 0 0-17.84-3.53l-11.95 2.75C223.26 121.88 236 100.58 236 80c0-24.26-19.5-44-43.46-44A43.41 43.41 0 0 0 156 55.44A43.41 43.41 0 0 0 119.46 36C95.5 36 76 55.74 76 80c0 11.85 4.11 23.44 12.81 36a27.8 27.8 0 0 0-18.67 8.17L46.34 148H16a12 12 0 0 0-12 12v40a12 12 0 0 0 12 12h104a4 4 0 0 0 1-.12l64-16a5 5 0 0 0 .6-.2l38.82-16.54l.22-.1a20.6 20.6 0 0 0 3.29-34.8ZM119.46 44a35.15 35.15 0 0 1 32.84 21.52a4 4 0 0 0 7.4 0A35.15 35.15 0 0 1 192.54 44C211.76 44 228 60.49 228 80c0 21.27-16.13 44-47.94 67.61L160.75 152a23.76 23.76 0 0 0 3.25-12a24 24 0 0 0-24-24H98.69C88.69 103 84 91.5 84 80c0-19.51 16.24-36 35.46-36M12 200v-40a4 4 0 0 1 4-4h28v48H16a4 4 0 0 1-4-4m209.13-28.17l-38.41 16.37l-63.21 15.8H52v-50.34l23.8-23.8A19.86 19.86 0 0 1 89.94 124H140a16 16 0 0 1 0 32h-28a4 4 0 0 0 0 8h32a4 4 0 0 0 .9-.1l67-15.41h.16a12.6 12.6 0 0 1 9 23.38Z"/></svg>
React
import type { SVGProps } from "react";
export function PhHandHeartThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M227.9 144.24a20.45 20.45 0 0 0-17.84-3.53l-11.95 2.75C223.26 121.88 236 100.58 236 80c0-24.26-19.5-44-43.46-44A43.41 43.41 0 0 0 156 55.44A43.41 43.41 0 0 0 119.46 36C95.5 36 76 55.74 76 80c0 11.85 4.11 23.44 12.81 36a27.8 27.8 0 0 0-18.67 8.17L46.34 148H16a12 12 0 0 0-12 12v40a12 12 0 0 0 12 12h104a4 4 0 0 0 1-.12l64-16a5 5 0 0 0 .6-.2l38.82-16.54l.22-.1a20.6 20.6 0 0 0 3.29-34.8ZM119.46 44a35.15 35.15 0 0 1 32.84 21.52a4 4 0 0 0 7.4 0A35.15 35.15 0 0 1 192.54 44C211.76 44 228 60.49 228 80c0 21.27-16.13 44-47.94 67.61L160.75 152a23.76 23.76 0 0 0 3.25-12a24 24 0 0 0-24-24H98.69C88.69 103 84 91.5 84 80c0-19.51 16.24-36 35.46-36M12 200v-40a4 4 0 0 1 4-4h28v48H16a4 4 0 0 1-4-4m209.13-28.17l-38.41 16.37l-63.21 15.8H52v-50.34l23.8-23.8A19.86 19.86 0 0 1 89.94 124H140a16 16 0 0 1 0 32h-28a4 4 0 0 0 0 8h32a4 4 0 0 0 .9-.1l67-15.41h.16a12.6 12.6 0 0 1 9 23.38Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M227.9 144.24a20.45 20.45 0 0 0-17.84-3.53l-11.95 2.75C223.26 121.88 236 100.58 236 80c0-24.26-19.5-44-43.46-44A43.41 43.41 0 0 0 156 55.44A43.41 43.41 0 0 0 119.46 36C95.5 36 76 55.74 76 80c0 11.85 4.11 23.44 12.81 36a27.8 27.8 0 0 0-18.67 8.17L46.34 148H16a12 12 0 0 0-12 12v40a12 12 0 0 0 12 12h104a4 4 0 0 0 1-.12l64-16a5 5 0 0 0 .6-.2l38.82-16.54l.22-.1a20.6 20.6 0 0 0 3.29-34.8ZM119.46 44a35.15 35.15 0 0 1 32.84 21.52a4 4 0 0 0 7.4 0A35.15 35.15 0 0 1 192.54 44C211.76 44 228 60.49 228 80c0 21.27-16.13 44-47.94 67.61L160.75 152a23.76 23.76 0 0 0 3.25-12a24 24 0 0 0-24-24H98.69C88.69 103 84 91.5 84 80c0-19.51 16.24-36 35.46-36M12 200v-40a4 4 0 0 1 4-4h28v48H16a4 4 0 0 1-4-4m209.13-28.17l-38.41 16.37l-63.21 15.8H52v-50.34l23.8-23.8A19.86 19.86 0 0 1 89.94 124H140a16 16 0 0 1 0 32h-28a4 4 0 0 0 0 8h32a4 4 0 0 0 .9-.1l67-15.41h.16a12.6 12.6 0 0 1 9 23.38Z"/></svg> </template>
CSS
.icon-hand-heart-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M227.9%20144.24a20.45%2020.45%200%200%200-17.84-3.53l-11.95%202.75C223.26%20121.88%20236%20100.58%20236%2080c0-24.26-19.5-44-43.46-44A43.41%2043.41%200%200%200%20156%2055.44A43.41%2043.41%200%200%200%20119.46%2036C95.5%2036%2076%2055.74%2076%2080c0%2011.85%204.11%2023.44%2012.81%2036a27.8%2027.8%200%200%200-18.67%208.17L46.34%20148H16a12%2012%200%200%200-12%2012v40a12%2012%200%200%200%2012%2012h104a4%204%200%200%200%201-.12l64-16a5%205%200%200%200%20.6-.2l38.82-16.54l.22-.1a20.6%2020.6%200%200%200%203.29-34.8ZM119.46%2044a35.15%2035.15%200%200%201%2032.84%2021.52a4%204%200%200%200%207.4%200A35.15%2035.15%200%200%201%20192.54%2044C211.76%2044%20228%2060.49%20228%2080c0%2021.27-16.13%2044-47.94%2067.61L160.75%20152a23.76%2023.76%200%200%200%203.25-12a24%2024%200%200%200-24-24H98.69C88.69%20103%2084%2091.5%2084%2080c0-19.51%2016.24-36%2035.46-36M12%20200v-40a4%204%200%200%201%204-4h28v48H16a4%204%200%200%201-4-4m209.13-28.17l-38.41%2016.37l-63.21%2015.8H52v-50.34l23.8-23.8A19.86%2019.86%200%200%201%2089.94%20124H140a16%2016%200%200%201%200%2032h-28a4%204%200%200%200%200%208h32a4%204%200%200%200%20.9-.1l67-15.41h.16a12.6%2012.6%200%200%201%209%2023.38Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M227.9%20144.24a20.45%2020.45%200%200%200-17.84-3.53l-11.95%202.75C223.26%20121.88%20236%20100.58%20236%2080c0-24.26-19.5-44-43.46-44A43.41%2043.41%200%200%200%20156%2055.44A43.41%2043.41%200%200%200%20119.46%2036C95.5%2036%2076%2055.74%2076%2080c0%2011.85%204.11%2023.44%2012.81%2036a27.8%2027.8%200%200%200-18.67%208.17L46.34%20148H16a12%2012%200%200%200-12%2012v40a12%2012%200%200%200%2012%2012h104a4%204%200%200%200%201-.12l64-16a5%205%200%200%200%20.6-.2l38.82-16.54l.22-.1a20.6%2020.6%200%200%200%203.29-34.8ZM119.46%2044a35.15%2035.15%200%200%201%2032.84%2021.52a4%204%200%200%200%207.4%200A35.15%2035.15%200%200%201%20192.54%2044C211.76%2044%20228%2060.49%20228%2080c0%2021.27-16.13%2044-47.94%2067.61L160.75%20152a23.76%2023.76%200%200%200%203.25-12a24%2024%200%200%200-24-24H98.69C88.69%20103%2084%2091.5%2084%2080c0-19.51%2016.24-36%2035.46-36M12%20200v-40a4%204%200%200%201%204-4h28v48H16a4%204%200%200%201-4-4m209.13-28.17l-38.41%2016.37l-63.21%2015.8H52v-50.34l23.8-23.8A19.86%2019.86%200%200%201%2089.94%20124H140a16%2016%200%200%201%200%2032h-28a4%204%200%200%200%200%208h32a4%204%200%200%200%20.9-.1l67-15.41h.16a12.6%2012.6%200%200%201%209%2023.38Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hand-heart-thin.svg?color=%231a73e8&size=48