Align Horizontal Center 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 { IconAlignHorizontalCenter } from "@devigner-ui/icons";
<IconAlignHorizontalCenter className="size-6" />
<script setup>
import { IconAlignHorizontalCenter } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAlignHorizontalCenter class="size-6" />
</template>
<script>
import { IconAlignHorizontalCenter } from "@devigner-ui/icons-svelte";
</script>
<IconAlignHorizontalCenter 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="M12 2v3m0 17v-3m0-5v-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M5 7.5c0-.93 0-1.4.2-1.75q.2-.35.55-.55C6.1 5 6.57 5 7.5 5h9c.93 0 1.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.2h-9c-.93 0-1.4 0-1.75-.2a1.5 1.5 0 0 1-.55-.55C5 8.9 5 8.43 5 7.5" stroke="currentColor" stroke-width="1.5"></path><path d="M7 16.5c0-.93 0-1.4.2-1.75q.2-.35.55-.55c.35-.2.82-.2 1.75-.2h5c.93 0 1.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.2h-5c-.93 0-1.4 0-1.75-.2a1.5 1.5 0 0 1-.55-.55C7 17.9 7 17.43 7 16.5" stroke="currentColor" stroke-width="1.5"></path></svg>