Code 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 { IconCode } from "@devigner-ui/icons";
<IconCode className="size-6" />
<script setup>
import { IconCode } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCode class="size-6" />
</template>
<script>
import { IconCode } from "@devigner-ui/icons-svelte";
</script>
<IconCode class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m17 7.83 1.7 1.53c1.54 1.39 2.31 2.08 2.31 2.97s-.77 1.58-2.31 2.97L17 16.83" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M13.99 5 10 19.83" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M7 7.83 5.3 9.36C3.76 10.75 3 11.44 3 12.33s.77 1.58 2.31 2.97L7 16.83" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>