two finger 04 icon
two-finger-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- two-finger-04
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the two 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-linejoin="round" stroke-width="1.5" d="M7.708 14.022V9.471m0 0l.039-3.363c0-.96.63-1.592 1.402-1.625c.94-.04 1.605.565 1.605 1.526l.022 4.457l-.022-6.395c0-.96.645-1.571 1.494-1.571c.85 0 1.5.562 1.5 1.523v2.942l.012 3.545v-1q0-.093-.009-.185m-6.043.146l-1.84 1.84c-.494.567-1.078 1.24-1.263 1.576c-.39.71-.448 1.335-.217 2.072c.26.663.496 1.14.972 1.76c.348.455.686 1.101 1.038 1.553c.507.65.784 1.062 1.09 1.462q.05.064.097.118c.434.504 1.041.83 1.625 1.15l.224.121c.763.248 1.83.46 3.572.348c1.28.001 2.747.136 3.717-.397q.063-.035.13-.063l.3-.125c1.414-.706 2.4-2.21 2.548-3.78c.068-.714.041-1.495.042-2.282v-3.237c-.162-1.224-.796-2.013-3.233-2.06m-2.759-.202l-.006-.052m.006.052c.006.029-.01-.08-.006-.052m0 0c0-1.19 2.053-.991 2.765.255m.237 1.979v-1.144a1.8 1.8 0 0 0-.237-.835"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTwoFinger04(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.708 14.022V9.471m0 0l.039-3.363c0-.96.63-1.592 1.402-1.625c.94-.04 1.605.565 1.605 1.526l.022 4.457l-.022-6.395c0-.96.645-1.571 1.494-1.571c.85 0 1.5.562 1.5 1.523v2.942l.012 3.545v-1q0-.093-.009-.185m-6.043.146l-1.84 1.84c-.494.567-1.078 1.24-1.263 1.576c-.39.71-.448 1.335-.217 2.072c.26.663.496 1.14.972 1.76c.348.455.686 1.101 1.038 1.553c.507.65.784 1.062 1.09 1.462q.05.064.097.118c.434.504 1.041.83 1.625 1.15l.224.121c.763.248 1.83.46 3.572.348c1.28.001 2.747.136 3.717-.397q.063-.035.13-.063l.3-.125c1.414-.706 2.4-2.21 2.548-3.78c.068-.714.041-1.495.042-2.282v-3.237c-.162-1.224-.796-2.013-3.233-2.06m-2.759-.202l-.006-.052m.006.052c.006.029-.01-.08-.006-.052m0 0c0-1.19 2.053-.991 2.765.255m.237 1.979v-1.144a1.8 1.8 0 0 0-.237-.835"/></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.708 14.022V9.471m0 0l.039-3.363c0-.96.63-1.592 1.402-1.625c.94-.04 1.605.565 1.605 1.526l.022 4.457l-.022-6.395c0-.96.645-1.571 1.494-1.571c.85 0 1.5.562 1.5 1.523v2.942l.012 3.545v-1q0-.093-.009-.185m-6.043.146l-1.84 1.84c-.494.567-1.078 1.24-1.263 1.576c-.39.71-.448 1.335-.217 2.072c.26.663.496 1.14.972 1.76c.348.455.686 1.101 1.038 1.553c.507.65.784 1.062 1.09 1.462q.05.064.097.118c.434.504 1.041.83 1.625 1.15l.224.121c.763.248 1.83.46 3.572.348c1.28.001 2.747.136 3.717-.397q.063-.035.13-.063l.3-.125c1.414-.706 2.4-2.21 2.548-3.78c.068-.714.041-1.495.042-2.282v-3.237c-.162-1.224-.796-2.013-3.233-2.06m-2.759-.202l-.006-.052m.006.052c.006.029-.01-.08-.006-.052m0 0c0-1.19 2.053-.991 2.765.255m.237 1.979v-1.144a1.8 1.8 0 0 0-.237-.835"/></svg> </template>
CSS
.icon-two-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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.708%2014.022V9.471m0%200l.039-3.363c0-.96.63-1.592%201.402-1.625c.94-.04%201.605.565%201.605%201.526l.022%204.457l-.022-6.395c0-.96.645-1.571%201.494-1.571c.85%200%201.5.562%201.5%201.523v2.942l.012%203.545v-1q0-.093-.009-.185m-6.043.146l-1.84%201.84c-.494.567-1.078%201.24-1.263%201.576c-.39.71-.448%201.335-.217%202.072c.26.663.496%201.14.972%201.76c.348.455.686%201.101%201.038%201.553c.507.65.784%201.062%201.09%201.462q.05.064.097.118c.434.504%201.041.83%201.625%201.15l.224.121c.763.248%201.83.46%203.572.348c1.28.001%202.747.136%203.717-.397q.063-.035.13-.063l.3-.125c1.414-.706%202.4-2.21%202.548-3.78c.068-.714.041-1.495.042-2.282v-3.237c-.162-1.224-.796-2.013-3.233-2.06m-2.759-.202l-.006-.052m.006.052c.006.029-.01-.08-.006-.052m0%200c0-1.19%202.053-.991%202.765.255m.237%201.979v-1.144a1.8%201.8%200%200%200-.237-.835%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.708%2014.022V9.471m0%200l.039-3.363c0-.96.63-1.592%201.402-1.625c.94-.04%201.605.565%201.605%201.526l.022%204.457l-.022-6.395c0-.96.645-1.571%201.494-1.571c.85%200%201.5.562%201.5%201.523v2.942l.012%203.545v-1q0-.093-.009-.185m-6.043.146l-1.84%201.84c-.494.567-1.078%201.24-1.263%201.576c-.39.71-.448%201.335-.217%202.072c.26.663.496%201.14.972%201.76c.348.455.686%201.101%201.038%201.553c.507.65.784%201.062%201.09%201.462q.05.064.097.118c.434.504%201.041.83%201.625%201.15l.224.121c.763.248%201.83.46%203.572.348c1.28.001%202.747.136%203.717-.397q.063-.035.13-.063l.3-.125c1.414-.706%202.4-2.21%202.548-3.78c.068-.714.041-1.495.042-2.282v-3.237c-.162-1.224-.796-2.013-3.233-2.06m-2.759-.202l-.006-.052m.006.052c.006.029-.01-.08-.006-.052m0%200c0-1.19%202.053-.991%202.765.255m.237%201.979v-1.144a1.8%201.8%200%200%200-.237-.835%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/two-finger-04.svg?color=%231a73e8&size=48