Skip to main content
Go back
Share

User Check

React Code

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

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

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='M15 7.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0m4.5 13c-.475-9.333-14.525-9.333-15 0'/><path d='m10.258 18.992 1.034 1.181c.095.109.266.1.35-.016l2.1-2.907'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/user-check.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-user-check"></use>
</svg>