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.

Regular (outlined)

SVG

Filled

SVG

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" />;
}

Hand Open Heart icon in SVG

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/hand_open_heart_20_regular.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@fluentui/[email protected]/icons/hand_open_heart_20_regular.svg" width="20" height="20" alt="Hand Open Heart">

Hand Open Heart icon in Blazor

Microsoft's Fluent UI Blazor icons package:

dotnet add package Microsoft.FluentUI.AspNetCore.Components.Icons

<FluentIcon Value="@(new Icons.Regular.Size20.HandOpenHeart())" />

Hand Open Heart icon in Flutter

flutter pub add fluentui_system_icons

import 'package:fluentui_system_icons/fluentui_system_icons.dart';

Icon(FluentIcons.hand_open_heart_20_regular)

Hand Open Heart icon in WinUI / WPF

Add FluentSystemIcons-Regular.ttf from Microsoft's repository to your app, then use the glyph:

<!-- WinUI 3 (font in Assets/Fonts) -->
<FontIcon FontFamily="ms-appx:///Assets/Fonts/FluentSystemIcons-Regular.ttf#FluentSystemIcons-Regular" Glyph="&#xEF01;" FontSize="20" />

<!-- WPF (font in Fonts/, Build Action: Resource) -->
<TextBlock FontFamily="pack://application:,,,/Fonts/#FluentSystemIcons-Regular" Text="&#xEF01;" FontSize="20" />

Hand Open Heart icon in Icon font

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/microsoft/fluentui-system-icons@9cf8af0f95a555918a60b8147a2f33a6a1248442/fonts/FluentSystemIcons-Regular.css">

<i class="icon-ic_fluent_hand_open_heart_20_regular"></i>

/* or use the code point in your own CSS */
.icon::before {
  font-family: "FluentSystemIcons-Regular";
  content: "\ef01";
  font-size: 20px;
}

Hand Open Heart icon in Android

// build.gradle
implementation("com.microsoft.design:fluent-system-icons:1.1.341@aar")

<!-- layout XML -->
<ImageView android:src="@drawable/ic_fluent_hand_open_heart_20_regular" />

// Kotlin
R.drawable.ic_fluent_hand_open_heart_20_regular

Hand Open Heart icon in iOS

# Podfile
pod "FluentIcons", "1.1.341"

import FluentIcons

UIImage(fluent: .handOpenHeart20Regular)

Hand Open Heart icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'>…</svg>")

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

NameHand Open Heart
StylesRegular (outlined), Filled
Sizes20 px, 32 px
Regular (outlined) fileic_fluent_hand_open_heart_20_regular.svg
Filled fileic_fluent_hand_open_heart_20_filled.svg
React (Regular)HandOpenHeart20Regular, HandOpenHeart32Regular
React (Filled)HandOpenHeart20Filled, HandOpenHeart32Filled
LicenseMIT (© Microsoft Corporation)

Keywords

carelovesecond hand

Related icons