Text Cross Circle 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 { IconTextCrossCircle } from "@devigner-ui/icons";
<IconTextCrossCircle className="size-6" />
<script setup>
import { IconTextCrossCircle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTextCrossCircle class="size-6" />
</template>
<script>
import { IconTextCrossCircle } from "@devigner-ui/icons-svelte";
</script>
<IconTextCrossCircle 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="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0" stroke="currentColor" stroke-width="1.5"></path><path d="M15.25 9.22a.75.75 0 0 0 1.5 0zm-8 0a.75.75 0 0 0 1.5 0zm4 .28a.75.75 0 0 0 1.5 0zm0 7.5a.75.75 0 0 0 1.5 0zm1.5-2.5a.75.75 0 0 0-1.5 0zm2.96-7.17-.56.5zM9.5 16.25a.75.75 0 0 0 0 1.5zm5 1.5a.75.75 0 0 0 0-1.5zM8 11.25a.75.75 0 0 0 0 1.5zm8 1.5a.75.75 0 0 0 0-1.5zm-6-5h2v-1.5h-2zm2 0h2v-1.5h-2zm.75 1.75V7h-1.5v2.5zm0 7.5v-2.5h-1.5V17zM14 7.75a8 8 0 0 1 1.14.07h.01l1.11-1c-.3-.33-.68-.47-1.05-.52q-.52-.06-1.21-.05zm2.75 1.47q.01-.76-.04-1.3a2 2 0 0 0-.45-1.1l-1.11 1 .02.05.05.22c.03.25.03.59.03 1.13zM10 6.25q-.69-.01-1.2.05c-.38.05-.76.19-1.06.52l1.11 1h.01l.15-.04c.2-.03.5-.03.99-.03zM8.75 9.22c0-.54 0-.88.03-1.13l.05-.22.02-.04-1.11-1c-.3.32-.4.71-.45 1.08q-.05.54-.04 1.31zm.75 8.53h5v-1.5h-5zm-1.5-5h8v-1.5H8z" fill="currentColor"></path></svg>