Reorder icon in outline, twotone, bold and bulk. Free in all four styles, for buttons, forms, toolbars, menus, states. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconReorder } from "@devigner-ui/icons";
<IconReorder className="size-6" />
<script setup>
import { IconReorder } from "@devigner-ui/icons-vue";
</script>
<template>
<IconReorder class="size-6" />
</template>
<script>
import { IconReorder } from "@devigner-ui/icons-svelte";
</script>
<IconReorder class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 17.5c0-.93 0-1.4.2-1.75q.2-.35.55-.55c.35-.2.82-.2 1.75-.2s1.4 0 1.75.2q.35.2.55.55c.2.35.2.82.2 1.75s0 1.4-.2 1.75a1.5 1.5 0 0 1-.55.55c-.35.2-.82.2-1.75.2s-1.4 0-1.75-.2a1.5 1.5 0 0 1-.55-.55C2 18.9 2 18.43 2 17.5" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M9.5 17.5c0-.93 0-1.4.2-1.75q.2-.35.55-.55c.35-.2.82-.2 1.75-.2s1.4 0 1.75.2q.35.2.55.55c.2.35.2.82.2 1.75s0 1.4-.2 1.75a1.5 1.5 0 0 1-.55.55c-.35.2-.82.2-1.75.2s-1.4 0-1.75-.2a1.5 1.5 0 0 1-.55-.55c-.2-.35-.2-.82-.2-1.75" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M17 17.5c0-.93 0-1.4.2-1.75q.2-.35.55-.55c.35-.2.82-.2 1.75-.2s1.4 0 1.75.2q.35.2.55.55c.2.35.2.82.2 1.75s0 1.4-.2 1.75a1.5 1.5 0 0 1-.55.55c-.35.2-.82.2-1.75.2s-1.4 0-1.75-.2a1.5 1.5 0 0 1-.55-.55c-.2-.35-.2-.82-.2-1.75" stroke="currentColor" stroke-width="1.5"></path><path d="M4.5 15V9c0-2.36 0-3.54.73-4.27S7.14 4 9.5 4h5c2.36 0 3.54 0 4.27.73s.73 1.91.73 4.27v3m0 0 2-2m-2 2-2-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>