← Go back
Share

Pizza


Usage:

React Code:

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

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

SVG HTML:

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"><path d="M6.234 16.925a15.98 15.98 0 0 1 10.69-10.691M7.582 7.58a18.756 18.756 0 0 1 7.33-4.53c.536-.18 1.103.136 1.265.678l4.779 15.928a1.042 1.042 0 0 1-1.298 1.298L3.73 16.176c-.542-.162-.858-.729-.679-1.266a18.756 18.756 0 0 1 4.53-7.33M11 15l.354.354M15 11l.354.354M16 16l.354.354"/></svg>

SVG CDN:

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

SVG Sprite:

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