Skip to main content
Go back
Share

Brand Google

React Code

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

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

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='M20.839 10.38h-8.656v3.33h5.065c-.092.81-.645 2.07-1.842 2.88-.737.54-1.842.9-3.223.9-3.079 0-5.525-2.572-5.525-5.58 0-2.923 2.585-5.49 5.525-5.49 1.75 0 2.855.72 3.591 1.35l2.579-2.52C16.787 3.9 14.669 3 12.183 3 8.592 3 5.461 4.98 3.987 7.95a8.799 8.799 0 0 0 0 8.1C5.461 19.02 8.592 21 12.183 21c2.486 0 4.604-.81 6.078-2.16 2.4-2.1 3.095-5.427 2.578-8.46'/>
</svg>

SVG CDN

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