Text Square2 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 { IconTextSquare2 } from "@devigner-ui/icons";
<IconTextSquare2 className="size-6" />
<script setup>
import { IconTextSquare2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTextSquare2 class="size-6" />
</template>
<script>
import { IconTextSquare2 } from "@devigner-ui/icons-svelte";
</script>
<IconTextSquare2 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="M21 9.3c-.06-2.51-.3-3.98-1.3-4.98C18.38 3 16.25 3 12 3S5.62 3 4.3 4.32c-1 1-1.24 2.47-1.3 4.98m18 5.4c-.06 2.51-.3 3.98-1.3 4.98C18.38 21 16.25 21 12 21s-6.38 0-7.7-1.32c-1-1-1.24-2.47-1.3-4.98" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M8 8h8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M12 16V8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M22 12h-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M4 12H2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>