ok finger icon
ok-finger from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- ok-finger
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the ok finger 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="M6.375 22v-1.283a6.75 6.75 0 0 0-.693-2.982l-.291-.592A8.7 8.7 0 0 1 4.5 13.31V8.19c0-.788.63-1.428 1.406-1.428c.777 0 1.407.64 1.407 1.428m7.5 13.81v-1.279c.002-1.143 1.195-1.725 2.171-2.294c1.116-.651 2.01-1.702 2.423-2.966c.271-.832-.48-1.555-1.378-1.555s-1.66.784-2.31 1.385a2 2 0 0 1-.277.217c-1.268.809-2.961-.164-2.961-1.602s1.693-2.411 2.961-1.603c.316.166.577.386.785.615c.473.52 1.096.988 1.81.988c.913 0 1.679-.737 1.408-1.585a5.28 5.28 0 0 0-5.042-3.652c-.997 0-1.466.282-1.466.282l2.145-5.004C15.457 3.018 14.785 2 13.796 2c-.526 0-1.007.302-1.243.78l-2.428 4.934m0 0l-.448.91m.448-.91V4.381c0-.789-.63-1.429-1.406-1.429c-.777 0-1.406.64-1.406 1.429v3.81m0 0v3.333"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsOkFinger(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="M6.375 22v-1.283a6.75 6.75 0 0 0-.693-2.982l-.291-.592A8.7 8.7 0 0 1 4.5 13.31V8.19c0-.788.63-1.428 1.406-1.428c.777 0 1.407.64 1.407 1.428m7.5 13.81v-1.279c.002-1.143 1.195-1.725 2.171-2.294c1.116-.651 2.01-1.702 2.423-2.966c.271-.832-.48-1.555-1.378-1.555s-1.66.784-2.31 1.385a2 2 0 0 1-.277.217c-1.268.809-2.961-.164-2.961-1.602s1.693-2.411 2.961-1.603c.316.166.577.386.785.615c.473.52 1.096.988 1.81.988c.913 0 1.679-.737 1.408-1.585a5.28 5.28 0 0 0-5.042-3.652c-.997 0-1.466.282-1.466.282l2.145-5.004C15.457 3.018 14.785 2 13.796 2c-.526 0-1.007.302-1.243.78l-2.428 4.934m0 0l-.448.91m.448-.91V4.381c0-.789-.63-1.429-1.406-1.429c-.777 0-1.406.64-1.406 1.429v3.81m0 0v3.333"/></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="M6.375 22v-1.283a6.75 6.75 0 0 0-.693-2.982l-.291-.592A8.7 8.7 0 0 1 4.5 13.31V8.19c0-.788.63-1.428 1.406-1.428c.777 0 1.407.64 1.407 1.428m7.5 13.81v-1.279c.002-1.143 1.195-1.725 2.171-2.294c1.116-.651 2.01-1.702 2.423-2.966c.271-.832-.48-1.555-1.378-1.555s-1.66.784-2.31 1.385a2 2 0 0 1-.277.217c-1.268.809-2.961-.164-2.961-1.602s1.693-2.411 2.961-1.603c.316.166.577.386.785.615c.473.52 1.096.988 1.81.988c.913 0 1.679-.737 1.408-1.585a5.28 5.28 0 0 0-5.042-3.652c-.997 0-1.466.282-1.466.282l2.145-5.004C15.457 3.018 14.785 2 13.796 2c-.526 0-1.007.302-1.243.78l-2.428 4.934m0 0l-.448.91m.448-.91V4.381c0-.789-.63-1.429-1.406-1.429c-.777 0-1.406.64-1.406 1.429v3.81m0 0v3.333"/></svg> </template>
CSS
.icon-ok-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%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%22M6.375%2022v-1.283a6.75%206.75%200%200%200-.693-2.982l-.291-.592A8.7%208.7%200%200%201%204.5%2013.31V8.19c0-.788.63-1.428%201.406-1.428c.777%200%201.407.64%201.407%201.428m7.5%2013.81v-1.279c.002-1.143%201.195-1.725%202.171-2.294c1.116-.651%202.01-1.702%202.423-2.966c.271-.832-.48-1.555-1.378-1.555s-1.66.784-2.31%201.385a2%202%200%200%201-.277.217c-1.268.809-2.961-.164-2.961-1.602s1.693-2.411%202.961-1.603c.316.166.577.386.785.615c.473.52%201.096.988%201.81.988c.913%200%201.679-.737%201.408-1.585a5.28%205.28%200%200%200-5.042-3.652c-.997%200-1.466.282-1.466.282l2.145-5.004C15.457%203.018%2014.785%202%2013.796%202c-.526%200-1.007.302-1.243.78l-2.428%204.934m0%200l-.448.91m.448-.91V4.381c0-.789-.63-1.429-1.406-1.429c-.777%200-1.406.64-1.406%201.429v3.81m0%200v3.333%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%22M6.375%2022v-1.283a6.75%206.75%200%200%200-.693-2.982l-.291-.592A8.7%208.7%200%200%201%204.5%2013.31V8.19c0-.788.63-1.428%201.406-1.428c.777%200%201.407.64%201.407%201.428m7.5%2013.81v-1.279c.002-1.143%201.195-1.725%202.171-2.294c1.116-.651%202.01-1.702%202.423-2.966c.271-.832-.48-1.555-1.378-1.555s-1.66.784-2.31%201.385a2%202%200%200%201-.277.217c-1.268.809-2.961-.164-2.961-1.602s1.693-2.411%202.961-1.603c.316.166.577.386.785.615c.473.52%201.096.988%201.81.988c.913%200%201.679-.737%201.408-1.585a5.28%205.28%200%200%200-5.042-3.652c-.997%200-1.466.282-1.466.282l2.145-5.004C15.457%203.018%2014.785%202%2013.796%202c-.526%200-1.007.302-1.243.78l-2.428%204.934m0%200l-.448.91m.448-.91V4.381c0-.789-.63-1.429-1.406-1.429c-.777%200-1.406.64-1.406%201.429v3.81m0%200v3.333%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/ok-finger.svg?color=%231a73e8&size=48