Stop 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 { IconStop } from "@devigner-ui/icons";
<IconStop className="size-6" />
<script setup>
import { IconStop } from "@devigner-ui/icons-vue";
</script>
<template>
<IconStop class="size-6" />
</template>
<script>
import { IconStop } from "@devigner-ui/icons-svelte";
</script>
<IconStop class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.97 21h5.4c4.5 0 6.3-1.8 6.3-6.3V9.3c0-4.5-1.8-6.3-6.3-6.3h-5.4c-4.5 0-6.3 1.8-6.3 6.3v5.4c0 4.5 1.8 6.3 6.3 6.3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>