Textalign Justifycenter icon in outline, twotone, bold and bulk. Free in all four styles, for editors, typography, links, translation. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconTextalignJustifycenter } from "@devigner-ui/icons";
<IconTextalignJustifycenter className="size-6" />
<script setup>
import { IconTextalignJustifycenter } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTextalignJustifycenter class="size-6" />
</template>
<script>
import { IconTextalignJustifycenter } from "@devigner-ui/icons-svelte";
</script>
<IconTextalignJustifycenter 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="M3.67 4.5h18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.67 9.5h18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M3.67 14.5h18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.67 19.5h18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>