Pause2 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 { IconPause2 } from "@devigner-ui/icons";
<IconPause2 className="size-6" />
<script setup>
import { IconPause2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPause2 class="size-6" />
</template>
<script>
import { IconPause2 } from "@devigner-ui/icons-svelte";
</script>
<IconPause2 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="M11.32 19.11V4.89c0-1.35-.57-1.89-2.01-1.89H5.68c-1.44 0-2.01.54-2.01 1.89v14.22c0 1.35.57 1.89 2.01 1.89h3.63c1.44 0 2.01-.54 2.01-1.89" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21.67 19.11V4.89c0-1.35-.57-1.89-2.01-1.89h-3.63c-1.43 0-2.01.54-2.01 1.89v14.22c0 1.35.57 1.89 2 1.89h3.64c1.44 0 2-.54 2-1.89" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>