Square Bottom Up icon in outline, twotone, bold and bulk. Free in all four styles, for navigation, pagination, steppers, import/export, fullscreen. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconSquareBottomUp } from "@devigner-ui/icons";
<IconSquareBottomUp className="size-6" />
<script setup>
import { IconSquareBottomUp } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSquareBottomUp class="size-6" />
</template>
<script>
import { IconSquareBottomUp } from "@devigner-ui/icons-svelte";
</script>
<IconSquareBottomUp 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="M13 22c4.06 0 6.18-.1 7.54-1.46C22 19.07 22 16.7 22 12s0-7.07-1.46-8.54C19.07 2 16.7 2 12 2S4.93 2 3.46 3.46C2.11 4.82 2.01 6.94 2 11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m3 21 8-8m0 0H5m6 0v6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>