bless from IconPark by ByteDance · Color · Hands · Apache-2.0 Free for personal and commercial use.

Name
bless
Set
IconPark
Style
Color
Category
Hands
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hands icons from IconPark

Use the bless icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M21 24.713V5.9354C21 4.86651 20.1335 4 19.0646 4C18.152 4 17.3634 4.63752 17.1722 5.52987L13.0582 24.7286C13.0196 24.9087 12.9563 25.0826 12.8701 25.2453L5.55423 39.0642C4.84906 40.3962 5.81466 42 7.32181 42H15.4056C16.3384 42 17.1474 41.3551 17.3553 40.4456L20.4803 26.7739L20.9193 25.2754C20.9728 25.0927 21 24.9034 21 24.713Z"/><path d="M13 25L20 28"/><path d="M27 24.713V5.9354C27 4.86651 27.8665 4 28.9354 4C29.848 4 30.6366 4.63752 30.8278 5.52987L34.9418 24.7286C34.9804 24.9087 35.0437 25.0826 35.1299 25.2453L42.4458 39.0642C43.1509 40.3962 42.1853 42 40.6782 42H32.5944C31.6616 42 30.8526 41.3551 30.6447 40.4456L27.5197 26.7739L27.0807 25.2754C27.0272 25.0927 27 24.9034 27 24.713Z"/><path d="M35 25L28 28"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkBless(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M21 24.713V5.9354C21 4.86651 20.1335 4 19.0646 4C18.152 4 17.3634 4.63752 17.1722 5.52987L13.0582 24.7286C13.0196 24.9087 12.9563 25.0826 12.8701 25.2453L5.55423 39.0642C4.84906 40.3962 5.81466 42 7.32181 42H15.4056C16.3384 42 17.1474 41.3551 17.3553 40.4456L20.4803 26.7739L20.9193 25.2754C20.9728 25.0927 21 24.9034 21 24.713Z"/><path d="M13 25L20 28"/><path d="M27 24.713V5.9354C27 4.86651 27.8665 4 28.9354 4C29.848 4 30.6366 4.63752 30.8278 5.52987L34.9418 24.7286C34.9804 24.9087 35.0437 25.0826 35.1299 25.2453L42.4458 39.0642C43.1509 40.3962 42.1853 42 40.6782 42H32.5944C31.6616 42 30.8526 41.3551 30.6447 40.4456L27.5197 26.7739L27.0807 25.2754C27.0272 25.0927 27 24.9034 27 24.713Z"/><path d="M35 25L28 28"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M21 24.713V5.9354C21 4.86651 20.1335 4 19.0646 4C18.152 4 17.3634 4.63752 17.1722 5.52987L13.0582 24.7286C13.0196 24.9087 12.9563 25.0826 12.8701 25.2453L5.55423 39.0642C4.84906 40.3962 5.81466 42 7.32181 42H15.4056C16.3384 42 17.1474 41.3551 17.3553 40.4456L20.4803 26.7739L20.9193 25.2754C20.9728 25.0927 21 24.9034 21 24.713Z"/><path d="M13 25L20 28"/><path d="M27 24.713V5.9354C27 4.86651 27.8665 4 28.9354 4C29.848 4 30.6366 4.63752 30.8278 5.52987L34.9418 24.7286C34.9804 24.9087 35.0437 25.0826 35.1299 25.2453L42.4458 39.0642C43.1509 40.3962 42.1853 42 40.6782 42H32.5944C31.6616 42 30.8526 41.3551 30.6447 40.4456L27.5197 26.7739L27.0807 25.2754C27.0272 25.0927 27 24.9034 27 24.713Z"/><path d="M35 25L28 28"/></g></svg>
</template>

CSS

.icon-bless {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M21%2024.713V5.9354C21%204.86651%2020.1335%204%2019.0646%204C18.152%204%2017.3634%204.63752%2017.1722%205.52987L13.0582%2024.7286C13.0196%2024.9087%2012.9563%2025.0826%2012.8701%2025.2453L5.55423%2039.0642C4.84906%2040.3962%205.81466%2042%207.32181%2042H15.4056C16.3384%2042%2017.1474%2041.3551%2017.3553%2040.4456L20.4803%2026.7739L20.9193%2025.2754C20.9728%2025.0927%2021%2024.9034%2021%2024.713Z%22%2F%3E%3Cpath%20d%3D%22M13%2025L20%2028%22%2F%3E%3Cpath%20d%3D%22M27%2024.713V5.9354C27%204.86651%2027.8665%204%2028.9354%204C29.848%204%2030.6366%204.63752%2030.8278%205.52987L34.9418%2024.7286C34.9804%2024.9087%2035.0437%2025.0826%2035.1299%2025.2453L42.4458%2039.0642C43.1509%2040.3962%2042.1853%2042%2040.6782%2042H32.5944C31.6616%2042%2030.8526%2041.3551%2030.6447%2040.4456L27.5197%2026.7739L27.0807%2025.2754C27.0272%2025.0927%2027%2024.9034%2027%2024.713Z%22%2F%3E%3Cpath%20d%3D%22M35%2025L28%2028%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M21%2024.713V5.9354C21%204.86651%2020.1335%204%2019.0646%204C18.152%204%2017.3634%204.63752%2017.1722%205.52987L13.0582%2024.7286C13.0196%2024.9087%2012.9563%2025.0826%2012.8701%2025.2453L5.55423%2039.0642C4.84906%2040.3962%205.81466%2042%207.32181%2042H15.4056C16.3384%2042%2017.1474%2041.3551%2017.3553%2040.4456L20.4803%2026.7739L20.9193%2025.2754C20.9728%2025.0927%2021%2024.9034%2021%2024.713Z%22%2F%3E%3Cpath%20d%3D%22M13%2025L20%2028%22%2F%3E%3Cpath%20d%3D%22M27%2024.713V5.9354C27%204.86651%2027.8665%204%2028.9354%204C29.848%204%2030.6366%204.63752%2030.8278%205.52987L34.9418%2024.7286C34.9804%2024.9087%2035.0437%2025.0826%2035.1299%2025.2453L42.4458%2039.0642C43.1509%2040.3962%2042.1853%2042%2040.6782%2042H32.5944C31.6616%2042%2030.8526%2041.3551%2030.6447%2040.4456L27.5197%2026.7739L27.0807%2025.2754C27.0272%2025.0927%2027%2024.9034%2027%2024.713Z%22%2F%3E%3Cpath%20d%3D%22M35%2025L28%2028%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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