Code Circle icon in outline, twotone, bold and bulk. Free in all four styles, for code, servers, databases, devops, terminals. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconCodeCircle } from "@devigner-ui/icons";
<IconCodeCircle className="size-6" />
<script setup>
import { IconCodeCircle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCodeCircle class="size-6" />
</template>
<script>
import { IconCodeCircle } from "@devigner-ui/icons-svelte";
</script>
<IconCodeCircle class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M12 22a10 10 0 1 0 0-20 10 10 0 0 0 0 20" stroke="currentColor" stroke-width="1.5"></path><path d="m15.5 9 .17.17c1.33 1.34 2 2 2 2.83s-.67 1.5-2 2.83l-.17.17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M13.3 7.17 12 12l-1.3 4.83" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m8.5 9-.17.17c-1.33 1.34-2 2-2 2.83s.67 1.5 2 2.83l.17.17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>