Next icon in outline, twotone, bold and bulk. Free in all four styles, for player, gallery, camera, music, volume. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconNext } from "@devigner-ui/icons";
<IconNext className="size-6" />
<script setup>
import { IconNext } from "@devigner-ui/icons-vue";
</script>
<template>
<IconNext class="size-6" />
</template>
<script>
import { IconNext } from "@devigner-ui/icons-svelte";
</script>
<IconNext class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.43 7.22v9.57A2.56 2.56 0 0 0 8.26 19l4.15-2.39 4.15-2.4a2.54 2.54 0 0 0 0-4.41l-4.15-2.4-4.15-2.39a2.55 2.55 0 0 0-3.83 2.21" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M20.91 18.18V5.82" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>