Programming Arrows 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 { IconProgrammingArrows } from "@devigner-ui/icons";
<IconProgrammingArrows className="size-6" />
<script setup>
import { IconProgrammingArrows } from "@devigner-ui/icons-vue";
</script>
<template>
<IconProgrammingArrows class="size-6" />
</template>
<script>
import { IconProgrammingArrows } from "@devigner-ui/icons-svelte";
</script>
<IconProgrammingArrows class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><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><g opacity="1"><path d="M19.67 16V6.5a2 2 0 0 0-2-2h-5.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m14.67 2-3 2.5 3 2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5.67 8v9.5c0 1.1.9 2 2 2h5.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m10.67 22 3-2.5-3-2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g><path d="M5.67 8a3 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>