Hand Open Heart icon
Used to represent caring - through charity actions like donation to helpful events. The Hand Open Heart icon is part of Microsoft's Fluent UI System Icons, available here in regular and filled styles in 2 sizes from 20 to 32 px. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.
Every size and style
Microsoft draws each size separately so icons stay crisp, rather than scaling one drawing. Pick a style and size to preview it, download it, or copy the code for your platform.
Regular, 20 px
ic_fluent_hand_open_heart_20_regular.svg
Hand Open Heart icon in React
npm install @fluentui/react-icons
import { HandOpenHeart20Regular } from "@fluentui/react-icons";
export function Example() {
return <HandOpenHeart20Regular aria-label="Hand Open Heart" />;
}Use the Hand Open Heart icon in React
Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.
npm install @fluentui/react-icons
import { HandOpenHeart20Regular, HandOpenHeart20Filled } from "@fluentui/react-icons";
export function Example() {
return <HandOpenHeart20Regular aria-label="Hand Open Heart" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_hand_open_heart_20_regular.svg" width="20" height="20" alt="Hand Open Heart"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="m14.5 3-.63-.49a2.4 2.4 0 0 0-3.24 3.5l3.5 3.83c.2.22.54.22.74 0l3.5-3.83a2.4 2.4 0 0 0-3.24-3.5zm1.38 10.09-.82-2.2q.3-.11.55-.37l.25-.28.94 2.49A3 3 0 0 1 16 16l-1.22 1.1c-.61.54-1.4.83-2.22.82a4 4 0 0 1-1.5-.3 18 18 0 0 0-6.85-1.24 1.2 1.2 0 0 1-1.08-.6 1 1 0 0 1 0-1 4.2 4.2 0 0 1 2.75-1.7L2.42 9.63a1.56 1.56 0 0 1 .47-2.53 1.56 1.56 0 0 1 1.66-2.54q.1-.37.38-.63a1.55 1.55 0 0 1 2.2 0q.12-.27.32-.48a1.6 1.6 0 0 1 1.78-.3q-.18.5-.22 1.02L9 4.16a.6.6 0 0 0-.84.84l.7.65 1.32 1.36 1.25 1.36a.5.5 0 0 1-.13.48.5.5 0 0 1-.7 0L8.1 6.36l-.7-.7-1-1.06a.6.6 0 0 0-.8 0 .57.57 0 0 0 0 .8l2.75 2.75a.5.5 0 0 1-.7.7L5.79 7l-1.4-1.4a.56.56 0 0 0-.95.4q0 .24.16.4l1.07 1.06 2.18 2.19a.5.5 0 0 1-.7.7L5 9.21 3.96 8.17a.56.56 0 0 0-.79 0 .5.5 0 0 0-.17.39.6.6 0 0 0 .17.44l4.19 4.15A.5.5 0 0 1 7 14s-2.15 0-2.99 1.35c0 .04.08.11.2.11h.14c2.43 0 4.83.44 7.1 1.31a2.5 2.5 0 0 0 2.66-.33l1.25-1.15a2 2 0 0 0 .52-2.2m-6.16.86c.4-.2 1.04-.32 1.7-.2.64.1 1.26.42 1.66 1.03a.5.5 0 0 0 .84-.56 3.4 3.4 0 0 0-2.34-1.46c-.84-.14-1.7 0-2.3.3a.5.5 0 0 0 .44.89"/></svg>Details
| Name | Hand Open Heart |
|---|---|
| Styles | Regular (outlined), Filled |
| Sizes | 20 px, 32 px |
| Regular (outlined) file | ic_fluent_hand_open_heart_20_regular.svg |
| Filled file | ic_fluent_hand_open_heart_20_filled.svg |
| React (Regular) | HandOpenHeart20Regular, HandOpenHeart32Regular |
| React (Filled) | HandOpenHeart20Filled, HandOpenHeart32Filled |
| License | MIT (© Microsoft Corporation) |