five five icon

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

Name
five-five
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 five five icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M14.2227 37.471L6.54955 26.9844C5.13168 25.0466 5.51902 22.3315 7.42219 20.8675C9.18287 19.5132 11.675 19.675 13.2457 21.2457L16 24V7.25C16 5.45507 17.4551 4 19.25 4C21.0449 4 22.5 5.45508 22.5 7.25V6.25C22.5 4.45507 23.9551 3 25.75 3C27.5449 3 29 4.45508 29 6.25V7.25C29 5.45507 30.4551 4 32.25 4C34.0449 4 35.5 5.45508 35.5 7.25V11.25C35.5 9.45507 36.9551 8 38.75 8C40.5449 8 42 9.45507 42 11.25V30.3077C42 33.0387 41.1618 35.7251 39.6196 37.979C37.0557 41.7263 32.7851 44 28.2446 44H27.0901C22.0053 44 17.2254 41.5747 14.2227 37.471Z"/></svg>

React

import type { SVGProps } from "react";

export function IconParkFiveFive(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M14.2227 37.471L6.54955 26.9844C5.13168 25.0466 5.51902 22.3315 7.42219 20.8675C9.18287 19.5132 11.675 19.675 13.2457 21.2457L16 24V7.25C16 5.45507 17.4551 4 19.25 4C21.0449 4 22.5 5.45508 22.5 7.25V6.25C22.5 4.45507 23.9551 3 25.75 3C27.5449 3 29 4.45508 29 6.25V7.25C29 5.45507 30.4551 4 32.25 4C34.0449 4 35.5 5.45508 35.5 7.25V11.25C35.5 9.45507 36.9551 8 38.75 8C40.5449 8 42 9.45507 42 11.25V30.3077C42 33.0387 41.1618 35.7251 39.6196 37.979C37.0557 41.7263 32.7851 44 28.2446 44H27.0901C22.0053 44 17.2254 41.5747 14.2227 37.471Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M14.2227 37.471L6.54955 26.9844C5.13168 25.0466 5.51902 22.3315 7.42219 20.8675C9.18287 19.5132 11.675 19.675 13.2457 21.2457L16 24V7.25C16 5.45507 17.4551 4 19.25 4C21.0449 4 22.5 5.45508 22.5 7.25V6.25C22.5 4.45507 23.9551 3 25.75 3C27.5449 3 29 4.45508 29 6.25V7.25C29 5.45507 30.4551 4 32.25 4C34.0449 4 35.5 5.45508 35.5 7.25V11.25C35.5 9.45507 36.9551 8 38.75 8C40.5449 8 42 9.45507 42 11.25V30.3077C42 33.0387 41.1618 35.7251 39.6196 37.979C37.0557 41.7263 32.7851 44 28.2446 44H27.0901C22.0053 44 17.2254 41.5747 14.2227 37.471Z"/></svg>
</template>

CSS

.icon-five-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%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M14.2227%2037.471L6.54955%2026.9844C5.13168%2025.0466%205.51902%2022.3315%207.42219%2020.8675C9.18287%2019.5132%2011.675%2019.675%2013.2457%2021.2457L16%2024V7.25C16%205.45507%2017.4551%204%2019.25%204C21.0449%204%2022.5%205.45508%2022.5%207.25V6.25C22.5%204.45507%2023.9551%203%2025.75%203C27.5449%203%2029%204.45508%2029%206.25V7.25C29%205.45507%2030.4551%204%2032.25%204C34.0449%204%2035.5%205.45508%2035.5%207.25V11.25C35.5%209.45507%2036.9551%208%2038.75%208C40.5449%208%2042%209.45507%2042%2011.25V30.3077C42%2033.0387%2041.1618%2035.7251%2039.6196%2037.979C37.0557%2041.7263%2032.7851%2044%2028.2446%2044H27.0901C22.0053%2044%2017.2254%2041.5747%2014.2227%2037.471Z%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%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M14.2227%2037.471L6.54955%2026.9844C5.13168%2025.0466%205.51902%2022.3315%207.42219%2020.8675C9.18287%2019.5132%2011.675%2019.675%2013.2457%2021.2457L16%2024V7.25C16%205.45507%2017.4551%204%2019.25%204C21.0449%204%2022.5%205.45508%2022.5%207.25V6.25C22.5%204.45507%2023.9551%203%2025.75%203C27.5449%203%2029%204.45508%2029%206.25V7.25C29%205.45507%2030.4551%204%2032.25%204C34.0449%204%2035.5%205.45508%2035.5%207.25V11.25C35.5%209.45507%2036.9551%208%2038.75%208C40.5449%208%2042%209.45507%2042%2011.25V30.3077C42%2033.0387%2041.1618%2035.7251%2039.6196%2037.979C37.0557%2041.7263%2032.7851%2044%2028.2446%2044H27.0901C22.0053%2044%2017.2254%2041.5747%2014.2227%2037.471Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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