Translation 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 { IconTranslation } from "@devigner-ui/icons";
<IconTranslation className="size-6" />
<script setup>
import { IconTranslation } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTranslation class="size-6" />
</template>
<script>
import { IconTranslation } from "@devigner-ui/icons-svelte";
</script>
<IconTranslation 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="M19.14 5a9.97 9.97 0 0 1-.06 14.06M5 19.14a9.97 9.97 0 0 1-.06-14.22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M16.28 8.04A5.4 5.4 0 0 1 18 11.98c0 1.55-.67 2.96-1.75 3.98M7.8 16A5.4 5.4 0 0 1 6 11.98c0-1.55.67-2.96 1.76-3.98" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><circle cx="12" cy="12.0004" r="2" stroke="currentColor" stroke-width="1.5"></circle></svg>