three finger 04 icon

three-finger-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
three-finger-04
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the three finger 04 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M7.766 13.99V5.983c-.002-.83.628-1.5 1.458-1.5c.829 0 1.525.674 1.525 1.503m0 0v4.496m0-4.496V4a1.5 1.5 0 1 1 3.001.003v6.473m3.002 1.003V5.986a1.5 1.5 0 1 0-3.002-.003m3.002 3.643c.806-.121 2.792 0 2.995 1.857v3.662c0 1.36.103 2.997-1.063 4.39c-.7 1.04-2.193 1.61-2.193 1.61c-1.54.509-2.934.303-3.847.337c-1.036.037-1.744.04-2.612-.152c0 0-1.98-.337-3.238-2.465c-.967-1.633-3.48-3.934-2.175-6.012c.842-1.341 2.505-2.808 3.147-3.37"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsThreeFinger04(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M7.766 13.99V5.983c-.002-.83.628-1.5 1.458-1.5c.829 0 1.525.674 1.525 1.503m0 0v4.496m0-4.496V4a1.5 1.5 0 1 1 3.001.003v6.473m3.002 1.003V5.986a1.5 1.5 0 1 0-3.002-.003m3.002 3.643c.806-.121 2.792 0 2.995 1.857v3.662c0 1.36.103 2.997-1.063 4.39c-.7 1.04-2.193 1.61-2.193 1.61c-1.54.509-2.934.303-3.847.337c-1.036.037-1.744.04-2.612-.152c0 0-1.98-.337-3.238-2.465c-.967-1.633-3.48-3.934-2.175-6.012c.842-1.341 2.505-2.808 3.147-3.37"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M7.766 13.99V5.983c-.002-.83.628-1.5 1.458-1.5c.829 0 1.525.674 1.525 1.503m0 0v4.496m0-4.496V4a1.5 1.5 0 1 1 3.001.003v6.473m3.002 1.003V5.986a1.5 1.5 0 1 0-3.002-.003m3.002 3.643c.806-.121 2.792 0 2.995 1.857v3.662c0 1.36.103 2.997-1.063 4.39c-.7 1.04-2.193 1.61-2.193 1.61c-1.54.509-2.934.303-3.847.337c-1.036.037-1.744.04-2.612-.152c0 0-1.98-.337-3.238-2.465c-.967-1.633-3.48-3.934-2.175-6.012c.842-1.341 2.505-2.808 3.147-3.37"/></svg>
</template>

CSS

.icon-three-finger-04 {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.766%2013.99V5.983c-.002-.83.628-1.5%201.458-1.5c.829%200%201.525.674%201.525%201.503m0%200v4.496m0-4.496V4a1.5%201.5%200%201%201%203.001.003v6.473m3.002%201.003V5.986a1.5%201.5%200%201%200-3.002-.003m3.002%203.643c.806-.121%202.792%200%202.995%201.857v3.662c0%201.36.103%202.997-1.063%204.39c-.7%201.04-2.193%201.61-2.193%201.61c-1.54.509-2.934.303-3.847.337c-1.036.037-1.744.04-2.612-.152c0%200-1.98-.337-3.238-2.465c-.967-1.633-3.48-3.934-2.175-6.012c.842-1.341%202.505-2.808%203.147-3.37%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.766%2013.99V5.983c-.002-.83.628-1.5%201.458-1.5c.829%200%201.525.674%201.525%201.503m0%200v4.496m0-4.496V4a1.5%201.5%200%201%201%203.001.003v6.473m3.002%201.003V5.986a1.5%201.5%200%201%200-3.002-.003m3.002%203.643c.806-.121%202.792%200%202.995%201.857v3.662c0%201.36.103%202.997-1.063%204.39c-.7%201.04-2.193%201.61-2.193%201.61c-1.54.509-2.934.303-3.847.337c-1.036.037-1.744.04-2.612-.152c0%200-1.98-.337-3.238-2.465c-.967-1.633-3.48-3.934-2.175-6.012c.842-1.341%202.505-2.808%203.147-3.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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