Skip to main content
Go back
Share

Hand

React Code

npm install @mynaui/icons-react
import { Hand } from "@mynaui/icons-react";

const App = () => {
  return <Hand />;
};

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <path d='M17.428 11.212v-4.5c0-2.213-3.571-2.35-3.571 0M13.856 10V4.712c0-2.213-3.572-2.35-3.572 0v1.8'/><path d='M10.285 10.762v-4.05c0-2.213-3.748-2.35-3.748 0V13'/><path d='M17.428 9.312c0-2.35 3.572-2.213 3.572 0v4.4c0 6.843-9.799 9.578-14.279 5.094l-3.214-3.24C2.018 13.904 4.044 10.5 6.537 13l1 1'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/hand.svg" />

SVG Sprite

npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-hand"></use>
</svg>