Ui8 icon in outline, twotone, bold and bulk. Free in all four styles, for logos, integrations, payment methods, social links. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconUi8 } from "@devigner-ui/icons";
<IconUi8 className="size-6" />
<script setup>
import { IconUi8 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconUi8 class="size-6" />
</template>
<script>
import { IconUi8 } from "@devigner-ui/icons-svelte";
</script>
<IconUi8 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path stroke="currentColor" stroke-width="1.5" stroke-linejoin="round" stroke-miterlimit="10" d="M19 9.9v6.9c0 .8-.4 1.5-1.1 1.8l-6.5 3.1c-.5.2-1.2.2-1.7 0l-6.5-3.1c-.7-.3-1.1-1-1.1-1.8V9.3c0-.8.4-1.5 1.1-1.8l6.5-3.1c.5-.2 1.2-.2 1.7 0L14 5.7V6c0 2.2 1.8 4 4 4 .4 0 .7 0 1-.1"></path><path stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-miterlimit="10" d="M7 10.5v3c0 1.1.9 2 2 2s2-.9 2-2v-3m3 0v4.9" opacity="1"></path><path stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" d="M22 6c0 1.9-1.3 3.4-3 3.9-.3.1-.6.1-1 .1-2.2 0-4-1.8-4-4v-.3c.2-2 1.9-3.7 4-3.7 2.2 0 4 1.8 4 4"></path><path fill="currentColor" d="M19.1 5.9c.2-.2.4-.5.4-.8 0-.8-.6-1.3-1.5-1.3s-1.5.5-1.5 1.3c0 .3.1.6.4.8-.3.2-.5.6-.5 1 0 .8.6 1.3 1.6 1.3s1.6-.5 1.6-1.3c0-.4-.2-.8-.5-1M18 5.5c-.3 0-.4-.1-.4-.4s.2-.4.4-.4.4.1.4.4-.1.4-.4.4m0 .8c.3 0 .6.1.6.5 0 .3-.2.5-.6.5s-.6-.2-.6-.5c0-.4.5-.5.6-.5"></path></svg>