hand middle finger icon
hand-middle-finger from Line Awesome by Icons8 · Line · Hands · Apache-2.0 Free for personal and commercial use.
- Name
- hand-middle-finger
- Set
- Line Awesome
- Style
- Line
- Category
- Hands
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- hand-middle-finger-solid
The same icon in other sets
More hands icons from Line Awesome
hand-holdinghand-holding-hearthand-holding-usdhand-lizardhand-lizard-solidhand-paperhand-paper-solidhand-peacehand-peace-solidhand-point-downhand-point-down-solidhand-point-lefthand-point-left-solidhand-point-righthand-point-right-solidhand-point-uphand-point-up-solidhand-pointerhand-pointer-solidhand-rockhand-rock-solidhand-scissorshand-scissors-solidhand-spock
Use the hand middle finger icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c-1.645 0-3 1.355-3 3v5.188A3 3 0 0 0 12 10c-1.645 0-3 1.355-3 3v3.656l-2.094 2.688c-1.277 1.652-1.191 4.023.188 5.593l2.375 2.688A6.98 6.98 0 0 0 14.719 30H20c3.855 0 7-3.145 7-7v-9c0-1.645-1.355-3-3-3c-.535 0-1.031.156-1.469.406A3 3 0 0 0 20 10a3 3 0 0 0-1 .188V5c0-1.645-1.355-3-3-3m0 2c.566 0 1 .434 1 1v10h2v-2c0-.566.434-1 1-1s1 .434 1 1v2h2v-1c0-.566.434-1 1-1s1 .434 1 1v9c0 2.773-2.227 5-5 5h-5.281a4.97 4.97 0 0 1-3.75-1.688l-2.375-2.718a2.34 2.34 0 0 1-.094-3l.5-.657V21h2v-8c0-.566.434-1 1-1s1 .434 1 1v2h2V5c0-.566.434-1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function LaHandMiddleFinger(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c-1.645 0-3 1.355-3 3v5.188A3 3 0 0 0 12 10c-1.645 0-3 1.355-3 3v3.656l-2.094 2.688c-1.277 1.652-1.191 4.023.188 5.593l2.375 2.688A6.98 6.98 0 0 0 14.719 30H20c3.855 0 7-3.145 7-7v-9c0-1.645-1.355-3-3-3c-.535 0-1.031.156-1.469.406A3 3 0 0 0 20 10a3 3 0 0 0-1 .188V5c0-1.645-1.355-3-3-3m0 2c.566 0 1 .434 1 1v10h2v-2c0-.566.434-1 1-1s1 .434 1 1v2h2v-1c0-.566.434-1 1-1s1 .434 1 1v9c0 2.773-2.227 5-5 5h-5.281a4.97 4.97 0 0 1-3.75-1.688l-2.375-2.718a2.34 2.34 0 0 1-.094-3l.5-.657V21h2v-8c0-.566.434-1 1-1s1 .434 1 1v2h2V5c0-.566.434-1 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c-1.645 0-3 1.355-3 3v5.188A3 3 0 0 0 12 10c-1.645 0-3 1.355-3 3v3.656l-2.094 2.688c-1.277 1.652-1.191 4.023.188 5.593l2.375 2.688A6.98 6.98 0 0 0 14.719 30H20c3.855 0 7-3.145 7-7v-9c0-1.645-1.355-3-3-3c-.535 0-1.031.156-1.469.406A3 3 0 0 0 20 10a3 3 0 0 0-1 .188V5c0-1.645-1.355-3-3-3m0 2c.566 0 1 .434 1 1v10h2v-2c0-.566.434-1 1-1s1 .434 1 1v2h2v-1c0-.566.434-1 1-1s1 .434 1 1v9c0 2.773-2.227 5-5 5h-5.281a4.97 4.97 0 0 1-3.75-1.688l-2.375-2.718a2.34 2.34 0 0 1-.094-3l.5-.657V21h2v-8c0-.566.434-1 1-1s1 .434 1 1v2h2V5c0-.566.434-1 1-1"/></svg> </template>
CSS
.icon-hand-middle-finger {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c-1.645%200-3%201.355-3%203v5.188A3%203%200%200%200%2012%2010c-1.645%200-3%201.355-3%203v3.656l-2.094%202.688c-1.277%201.652-1.191%204.023.188%205.593l2.375%202.688A6.98%206.98%200%200%200%2014.719%2030H20c3.855%200%207-3.145%207-7v-9c0-1.645-1.355-3-3-3c-.535%200-1.031.156-1.469.406A3%203%200%200%200%2020%2010a3%203%200%200%200-1%20.188V5c0-1.645-1.355-3-3-3m0%202c.566%200%201%20.434%201%201v10h2v-2c0-.566.434-1%201-1s1%20.434%201%201v2h2v-1c0-.566.434-1%201-1s1%20.434%201%201v9c0%202.773-2.227%205-5%205h-5.281a4.97%204.97%200%200%201-3.75-1.688l-2.375-2.718a2.34%202.34%200%200%201-.094-3l.5-.657V21h2v-8c0-.566.434-1%201-1s1%20.434%201%201v2h2V5c0-.566.434-1%201-1%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c-1.645%200-3%201.355-3%203v5.188A3%203%200%200%200%2012%2010c-1.645%200-3%201.355-3%203v3.656l-2.094%202.688c-1.277%201.652-1.191%204.023.188%205.593l2.375%202.688A6.98%206.98%200%200%200%2014.719%2030H20c3.855%200%207-3.145%207-7v-9c0-1.645-1.355-3-3-3c-.535%200-1.031.156-1.469.406A3%203%200%200%200%2020%2010a3%203%200%200%200-1%20.188V5c0-1.645-1.355-3-3-3m0%202c.566%200%201%20.434%201%201v10h2v-2c0-.566.434-1%201-1s1%20.434%201%201v2h2v-1c0-.566.434-1%201-1s1%20.434%201%201v9c0%202.773-2.227%205-5%205h-5.281a4.97%204.97%200%200%201-3.75-1.688l-2.375-2.718a2.34%202.34%200%200%201-.094-3l.5-.657V21h2v-8c0-.566.434-1%201-1s1%20.434%201%201v2h2V5c0-.566.434-1%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/hand-middle-finger.svg?color=%231a73e8&size=48