Programming Arrow 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 { IconProgrammingArrow } from "@devigner-ui/icons";
<IconProgrammingArrow className="size-6" />
<script setup>
import { IconProgrammingArrow } from "@devigner-ui/icons-vue";
</script>
<template>
<IconProgrammingArrow class="size-6" />
</template>
<script>
import { IconProgrammingArrow } from "@devigner-ui/icons-svelte";
</script>
<IconProgrammingArrow class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="1"><path d="M19.67 16V6.5a2 2 0 0 0-2-2h-4.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m15.67 2-3 2.5 3 2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g><path opacity="1" d="M5.67 9v7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5.92 8.5a3.25 3.25 0 1 0 0-6.5 3.25 3.25 0 0 0 0 6.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5.67 22a3 3 0 1 0 0-6 3 3 0 0 0 0 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.67 22a3 3 0 1 0 0-6 3 3 0 0 0 0 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>