Code Alt 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 { IconCodeAlt } from "@devigner-ui/icons";
<IconCodeAlt className="size-6" />
<script setup>
import { IconCodeAlt } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCodeAlt class="size-6" />
</template>
<script>
import { IconCodeAlt } from "@devigner-ui/icons-svelte";
</script>
<IconCodeAlt class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m16 11 1.7 1.53c1.54 1.39 2.3 2.07 2.3 2.97s-.77 1.59-2.31 2.97L16 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M13.99 5 10 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M8 4.83 6.3 6.36C4.76 7.75 4 8.44 4 9.33s.77 1.58 2.31 2.97L8 13.83" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>