Skip to main content
Go back
Share

Code Circle

React Code

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

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

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='m14.908 9.7.132.131c1.022 1.022 1.534 1.534 1.534 2.169s-.512 1.146-1.534 2.169l-.132.132M13.072 8l-2.143 8M9.092 9.7l-.132.131C7.938 10.853 7.427 11.365 7.427 12s.51 1.146 1.533 2.169l.132.132'/><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/code-circle.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-code-circle"></use>
</svg>