Skip to main content
Go back
Share

User Diamond

React Code

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

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

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='M14.5 9.1a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0'/><path d='M2.707 10.295a2.41 2.41 0 0 0 0 3.41l7.588 7.588a2.409 2.409 0 0 0 3.41 0l7.588-7.588a2.409 2.409 0 0 0 0-3.41l-7.588-7.588a2.41 2.41 0 0 0-3.41 0z'/><path d='M16.809 18c-1.275-4.565-8.272-4.587-9.6-.063'/>
</svg>

SVG CDN

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