Text Bold 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 { IconTextBold } from "@devigner-ui/icons";
<IconTextBold className="size-6" />
<script setup>
import { IconTextBold } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTextBold class="size-6" />
</template>
<script>
import { IconTextBold } from "@devigner-ui/icons-svelte";
</script>
<IconTextBold class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 4.6A2.6 2.6 0 0 1 7.6 2H12a5 5 0 0 1 0 10H5z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M5 12h9a5 5 0 0 1 0 10H7.06A2.06 2.06 0 0 1 5 19.94z" stroke="currentColor" stroke-width="1.5"></path></svg>