Minus icon in outline, twotone, bold and bulk. Free in all four styles, for buttons, forms, toolbars, menus, states. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMinus } from "@devigner-ui/icons";
<IconMinus className="size-6" />
<script setup>
import { IconMinus } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMinus class="size-6" />
</template>
<script>
import { IconMinus } from "@devigner-ui/icons-svelte";
</script>
<IconMinus 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="M12.55 11.25h-.75v1.5h.75zm5.45 1.5a.75.75 0 0 0 0-1.5zm-5.45 0H18v-1.5h-5.45z" fill="currentColor"></path><path d="M6 11.25a.75.75 0 0 0 0 1.5zm5.25 1.5H12v-1.5h-.75zm-5.25 0h5.25v-1.5H6z" fill="currentColor"></path></svg>