Skip to main content
Go back
Share

Snow

React Code

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

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

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='M12 19V5M9.953 3 12 5l2.047-2M9.953 21 12 19l2.047 2m-8.251-5.5 12.408-7m.749-2.732L18.204 8.5 21 9.232M3 14.768l2.796.732-.75 2.732m.75-9.732 12.408 7M21 14.768l-2.796.732.75 2.732M5.047 5.768 5.796 8.5 3 9.232'/>
</svg>

SVG CDN

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