Atom icon in outline, twotone, bold and bulk. Free in all four styles, for space, science, launch screens, horoscopes. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconAtom } from "@devigner-ui/icons";
<IconAtom className="size-6" />
<script setup>
import { IconAtom } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAtom class="size-6" />
</template>
<script>
import { IconAtom } from "@devigner-ui/icons-svelte";
</script>
<IconAtom class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.94 3.06c2.47 2.47.47 8.47-4.47 13.41S5.53 23.41 3.06 20.94s-.47-8.47 4.47-13.41S18.47.59 20.94 3.06m-17.88 0c-2.47 2.47-.47 8.47 4.47 13.41s10.94 6.94 13.41 4.47.47-8.47-4.47-13.41S5.53.59 3.06 3.06" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M14.5 12a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0" stroke="currentColor" stroke-width="1.5"></path></svg>