Text 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 { IconText } from "@devigner-ui/icons";
<IconText className="size-6" />
<script setup>
import { IconText } from "@devigner-ui/icons-vue";
</script>
<template>
<IconText class="size-6" />
</template>
<script>
import { IconText } from "@devigner-ui/icons-svelte";
</script>
<IconText class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 7.95V7c0-1.89 0-2.83-.59-3.41C18.83 3 17.9 3 16 3H8c-1.89 0-2.83 0-3.41.59C4 4.17 4 5.1 4 7v.95" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12 3v18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7 21h10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>