Skip to main content
Go back
Share

Brand Pinterest

React Code

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

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

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='M7.452 13.18c-1.108-2.262.4-6.668 5.472-5.948 5.587.794 4.581 9.478-.077 9.138-1.474-.107-2.031-1.328-2.177-2.576m0 0c-.11-.946.017-1.907.16-2.41.244-.857.649-.74.353.393-.144.552-.32 1.245-.513 2.017m0 0a652.28 652.28 0 0 0-1.63 6.708'/><path d='M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0'/>
</svg>

SVG CDN

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