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

Name
five
Set
IconPark Solid
Style
Solid
Category
Hands
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hands icons from IconPark Solid

Use the five icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M11 40L6 25.5l-1.958-9.792a2 2 0 0 1-.042-.42v-.16c0-1.371 1.782-1.902 2.532-.755q.084.127.147.265l3.932 8.519a1 1 0 0 0 1.259.517l.13-.049l-1.87-13.68a2.32 2.32 0 0 1 .442-1.707a1.547 1.547 0 0 1 2.166-.31l.133.1c.41.308.719.73.886 1.215l4.112 11.879a.562.562 0 0 0 1.092-.22l-.883-13.685a2.7 2.7 0 0 1 .785-2.08a1.797 1.797 0 0 1 2.393-.132l.34.272a3 3 0 0 1 1.088 1.865l2.239 13.88a.568.568 0 0 0 1.127-.036l1.328-13.724a3 3 0 0 1 1.112-2.054l.206-.165a1.865 1.865 0 0 1 2.484.138c.525.524.82 1.236.82 1.978v19.51a1 1 0 0 0 1.54.84l4.472-2.874A4 4 0 0 1 40.175 24h2.068a1 1 0 0 1 .86 1.51L34.5 40S31 44 23 44s-11.333-2.667-12-4"/></svg>

React

import type { SVGProps } from "react";

export function IconParkSolidFive(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M11 40L6 25.5l-1.958-9.792a2 2 0 0 1-.042-.42v-.16c0-1.371 1.782-1.902 2.532-.755q.084.127.147.265l3.932 8.519a1 1 0 0 0 1.259.517l.13-.049l-1.87-13.68a2.32 2.32 0 0 1 .442-1.707a1.547 1.547 0 0 1 2.166-.31l.133.1c.41.308.719.73.886 1.215l4.112 11.879a.562.562 0 0 0 1.092-.22l-.883-13.685a2.7 2.7 0 0 1 .785-2.08a1.797 1.797 0 0 1 2.393-.132l.34.272a3 3 0 0 1 1.088 1.865l2.239 13.88a.568.568 0 0 0 1.127-.036l1.328-13.724a3 3 0 0 1 1.112-2.054l.206-.165a1.865 1.865 0 0 1 2.484.138c.525.524.82 1.236.82 1.978v19.51a1 1 0 0 0 1.54.84l4.472-2.874A4 4 0 0 1 40.175 24h2.068a1 1 0 0 1 .86 1.51L34.5 40S31 44 23 44s-11.333-2.667-12-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M11 40L6 25.5l-1.958-9.792a2 2 0 0 1-.042-.42v-.16c0-1.371 1.782-1.902 2.532-.755q.084.127.147.265l3.932 8.519a1 1 0 0 0 1.259.517l.13-.049l-1.87-13.68a2.32 2.32 0 0 1 .442-1.707a1.547 1.547 0 0 1 2.166-.31l.133.1c.41.308.719.73.886 1.215l4.112 11.879a.562.562 0 0 0 1.092-.22l-.883-13.685a2.7 2.7 0 0 1 .785-2.08a1.797 1.797 0 0 1 2.393-.132l.34.272a3 3 0 0 1 1.088 1.865l2.239 13.88a.568.568 0 0 0 1.127-.036l1.328-13.724a3 3 0 0 1 1.112-2.054l.206-.165a1.865 1.865 0 0 1 2.484.138c.525.524.82 1.236.82 1.978v19.51a1 1 0 0 0 1.54.84l4.472-2.874A4 4 0 0 1 40.175 24h2.068a1 1 0 0 1 .86 1.51L34.5 40S31 44 23 44s-11.333-2.667-12-4"/></svg>
</template>

CSS

.icon-five {
  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%3Cpath%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M11%2040L6%2025.5l-1.958-9.792a2%202%200%200%201-.042-.42v-.16c0-1.371%201.782-1.902%202.532-.755q.084.127.147.265l3.932%208.519a1%201%200%200%200%201.259.517l.13-.049l-1.87-13.68a2.32%202.32%200%200%201%20.442-1.707a1.547%201.547%200%200%201%202.166-.31l.133.1c.41.308.719.73.886%201.215l4.112%2011.879a.562.562%200%200%200%201.092-.22l-.883-13.685a2.7%202.7%200%200%201%20.785-2.08a1.797%201.797%200%200%201%202.393-.132l.34.272a3%203%200%200%201%201.088%201.865l2.239%2013.88a.568.568%200%200%200%201.127-.036l1.328-13.724a3%203%200%200%201%201.112-2.054l.206-.165a1.865%201.865%200%200%201%202.484.138c.525.524.82%201.236.82%201.978v19.51a1%201%200%200%200%201.54.84l4.472-2.874A4%204%200%200%201%2040.175%2024h2.068a1%201%200%200%201%20.86%201.51L34.5%2040S31%2044%2023%2044s-11.333-2.667-12-4%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M11%2040L6%2025.5l-1.958-9.792a2%202%200%200%201-.042-.42v-.16c0-1.371%201.782-1.902%202.532-.755q.084.127.147.265l3.932%208.519a1%201%200%200%200%201.259.517l.13-.049l-1.87-13.68a2.32%202.32%200%200%201%20.442-1.707a1.547%201.547%200%200%201%202.166-.31l.133.1c.41.308.719.73.886%201.215l4.112%2011.879a.562.562%200%200%200%201.092-.22l-.883-13.685a2.7%202.7%200%200%201%20.785-2.08a1.797%201.797%200%200%201%202.393-.132l.34.272a3%203%200%200%201%201.088%201.865l2.239%2013.88a.568.568%200%200%200%201.127-.036l1.328-13.724a3%203%200%200%201%201.112-2.054l.206-.165a1.865%201.865%200%200%201%202.484.138c.525.524.82%201.236.82%201.978v19.51a1%201%200%200%200%201.54.84l4.472-2.874A4%204%200%200%201%2040.175%2024h2.068a1%201%200%200%201%20.86%201.51L34.5%2040S31%2044%2023%2044s-11.333-2.667-12-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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