Brand Pinterest
Usage:
React Code:
npm install @mynaui/icons-react
import { BrandPinterest } from "@mynaui/icons-react";
const App = () => {
return <BrandPinterest />;
};
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="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.017Zm0 0c-.514 2.06-1.15 4.684-1.63 6.708"/><circle cx="12" cy="12" r="9"/></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"
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-brand-pinterest"></use></svg
>