four finger 03 icon
four-finger-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- four-finger-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the four finger 03 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-linejoin="round" stroke-width="1.5" d="M7.892 9.357L5.474 11.96c-.322.331-.898 1.198-.967 1.991c-.073.834.679 2.031.967 2.49c.752 1.194 1.055 1.856 1.934 2.987c.478.613 1.769 1.837 3.87 1.991c1.567.115 3.128.104 3.868 0c.508-.072 1.74-.299 2.901-1.494c1.161-1.194 1.451-3.153 1.451-3.982V7.977c0-.498-.29-1.494-1.45-1.494c-1.161 0-1.451.996-1.451 1.494v3.485M7.892 13.95V5.985c0-.498.29-1.494 1.45-1.494c1.161 0 1.452.996 1.452 1.494m0 0v4.48m0-4.48V3.994c0-.498.29-1.494 1.45-1.494c1.161 0 1.451.996 1.451 1.494v1.991m0 0v4.48m0-4.48c0-.498.29-1.494 1.45-1.494c1.162 0 1.452.996 1.452 1.494v2.49"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFourFinger03(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" strokeLinejoin="round" strokeWidth="1.5" d="M7.892 9.357L5.474 11.96c-.322.331-.898 1.198-.967 1.991c-.073.834.679 2.031.967 2.49c.752 1.194 1.055 1.856 1.934 2.987c.478.613 1.769 1.837 3.87 1.991c1.567.115 3.128.104 3.868 0c.508-.072 1.74-.299 2.901-1.494c1.161-1.194 1.451-3.153 1.451-3.982V7.977c0-.498-.29-1.494-1.45-1.494c-1.161 0-1.451.996-1.451 1.494v3.485M7.892 13.95V5.985c0-.498.29-1.494 1.45-1.494c1.161 0 1.452.996 1.452 1.494m0 0v4.48m0-4.48V3.994c0-.498.29-1.494 1.45-1.494c1.161 0 1.451.996 1.451 1.494v1.991m0 0v4.48m0-4.48c0-.498.29-1.494 1.45-1.494c1.162 0 1.452.996 1.452 1.494v2.49"/></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-linejoin="round" stroke-width="1.5" d="M7.892 9.357L5.474 11.96c-.322.331-.898 1.198-.967 1.991c-.073.834.679 2.031.967 2.49c.752 1.194 1.055 1.856 1.934 2.987c.478.613 1.769 1.837 3.87 1.991c1.567.115 3.128.104 3.868 0c.508-.072 1.74-.299 2.901-1.494c1.161-1.194 1.451-3.153 1.451-3.982V7.977c0-.498-.29-1.494-1.45-1.494c-1.161 0-1.451.996-1.451 1.494v3.485M7.892 13.95V5.985c0-.498.29-1.494 1.45-1.494c1.161 0 1.452.996 1.452 1.494m0 0v4.48m0-4.48V3.994c0-.498.29-1.494 1.45-1.494c1.161 0 1.451.996 1.451 1.494v1.991m0 0v4.48m0-4.48c0-.498.29-1.494 1.45-1.494c1.162 0 1.452.996 1.452 1.494v2.49"/></svg> </template>
CSS
.icon-four-finger-03 {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.892%209.357L5.474%2011.96c-.322.331-.898%201.198-.967%201.991c-.073.834.679%202.031.967%202.49c.752%201.194%201.055%201.856%201.934%202.987c.478.613%201.769%201.837%203.87%201.991c1.567.115%203.128.104%203.868%200c.508-.072%201.74-.299%202.901-1.494c1.161-1.194%201.451-3.153%201.451-3.982V7.977c0-.498-.29-1.494-1.45-1.494c-1.161%200-1.451.996-1.451%201.494v3.485M7.892%2013.95V5.985c0-.498.29-1.494%201.45-1.494c1.161%200%201.452.996%201.452%201.494m0%200v4.48m0-4.48V3.994c0-.498.29-1.494%201.45-1.494c1.161%200%201.451.996%201.451%201.494v1.991m0%200v4.48m0-4.48c0-.498.29-1.494%201.45-1.494c1.162%200%201.452.996%201.452%201.494v2.49%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.892%209.357L5.474%2011.96c-.322.331-.898%201.198-.967%201.991c-.073.834.679%202.031.967%202.49c.752%201.194%201.055%201.856%201.934%202.987c.478.613%201.769%201.837%203.87%201.991c1.567.115%203.128.104%203.868%200c.508-.072%201.74-.299%202.901-1.494c1.161-1.194%201.451-3.153%201.451-3.982V7.977c0-.498-.29-1.494-1.45-1.494c-1.161%200-1.451.996-1.451%201.494v3.485M7.892%2013.95V5.985c0-.498.29-1.494%201.45-1.494c1.161%200%201.452.996%201.452%201.494m0%200v4.48m0-4.48V3.994c0-.498.29-1.494%201.45-1.494c1.161%200%201.451.996%201.451%201.494v1.991m0%200v4.48m0-4.48c0-.498.29-1.494%201.45-1.494c1.162%200%201.452.996%201.452%201.494v2.49%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/four-finger-03.svg?color=%231a73e8&size=48