Align Vertical Spacing icon in outline, twotone, bold and bulk. Free in all four styles, for editors, canvas, layers, colour, alignment, grids. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconAlignVerticalSpacing } from "@devigner-ui/icons";
<IconAlignVerticalSpacing className="size-6" />
<script setup>
import { IconAlignVerticalSpacing } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAlignVerticalSpacing class="size-6" />
</template>
<script>
import { IconAlignVerticalSpacing } from "@devigner-ui/icons-svelte";
</script>
<IconAlignVerticalSpacing class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M22 3H2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M22 21H2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M20 12c0-1.89 0-2.83-.59-3.41C18.83 8 17.9 8 16 8H8c-1.89 0-2.83 0-3.41.59C4 9.17 4 10.1 4 12s0 2.83.59 3.41C5.17 16 6.1 16 8 16h8c1.89 0 2.83 0 3.41-.59.59-.58.59-1.52.59-3.41" stroke="currentColor" stroke-width="1.5"></path></svg>