EightCircleSolid
eight-circle-solid
npm install @mynaui/icons-react
import { EightCircleSolid } from "@mynaui/icons-react";
const App = () => {
return <EightCircleSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M10.008 9.935c0-.597.212-.91.496-1.104.324-.22.83-.342 1.496-.342s1.172.122 1.496.342c.284.193.496.507.496 1.104 0 .388-.335.75-.963 1.06a5 5 0 0 1-1.029.369 5.5 5.5 0 0 1-1.03-.37c-.627-.31-.962-.67-.962-1.06m1.763 2.764c.091-.027.17-.047.229-.062a5.5 5.5 0 0 1 1.03.37c.627.31.962.67.962 1.06 0 .596-.212.91-.496 1.103-.324.22-.83.342-1.496.342s-1.172-.122-1.496-.342c-.284-.193-.496-.507-.496-1.104 0-.388.335-.75.963-1.06a5 5 0 0 1 .8-.307'/><path d='M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12m6.5-2.065c0 1.053.803 1.702 1.462 2.065-.66.363-1.462 1.012-1.462 2.065 0 .952.374 1.671 1.04 2.123.624.426 1.428.562 2.21.562s1.586-.136 2.21-.562c.666-.452 1.04-1.17 1.04-2.123 0-1.053-.803-1.702-1.462-2.065.66-.363 1.462-1.012 1.462-2.065 0-.952-.374-1.671-1.04-2.123-.624-.426-1.428-.562-2.21-.562s-1.586.136-2.21.562c-.666.452-1.04 1.17-1.04 2.123'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/eight-circle.svg" /> npm install @mynaui/icons
<svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/path/to/mynaui-solid.symbol.svg#mynaui-eight-circle"></use>
</svg>