Reel2 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 { IconReel2 } from "@devigner-ui/icons";
<IconReel2 className="size-6" />
<script setup>
import { IconReel2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconReel2 class="size-6" />
</template>
<script>
import { IconReel2 } from "@devigner-ui/icons-svelte";
</script>
<IconReel2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="M12 22h10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6" stroke="currentColor" stroke-width="1.5"></path><path d="M19.5 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0" fill="currentColor"></path><path d="M6.5 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0" fill="currentColor"></path><path d="M12 4.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2" fill="currentColor"></path><path d="M12 17.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2" fill="currentColor"></path></svg>