Dumbbell Small icon in outline, twotone, bold and bulk. Free in all four styles, for health, clinics, pharmacy, gym, activity tracking. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconDumbbellSmall } from "@devigner-ui/icons";
<IconDumbbellSmall className="size-6" />
<script setup>
import { IconDumbbellSmall } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDumbbellSmall class="size-6" />
</template>
<script>
import { IconDumbbellSmall } from "@devigner-ui/icons-svelte";
</script>
<IconDumbbellSmall class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 9v6c0 .47 0 .7.05.89.14.52.54.92 1.06 1.06.2.05.43.05.89.05s.7 0 .89-.05a1.5 1.5 0 0 0 1.06-1.06c.05-.2.05-.42.05-.89V9c0-.46 0-.7-.05-.89a1.5 1.5 0 0 0-1.06-1.06C18.19 7 17.96 7 17.5 7s-.7 0-.89.05a1.5 1.5 0 0 0-1.06 1.06c-.05.2-.05.43-.05.89" stroke="currentColor" stroke-width="1.5"></path><path d="M4.5 9v6c0 .47 0 .7.05.89.14.52.54.92 1.06 1.06.2.05.43.05.89.05s.7 0 .89-.05a1.5 1.5 0 0 0 1.06-1.06c.05-.2.05-.42.05-.89V9c0-.46 0-.7-.05-.89a1.5 1.5 0 0 0-1.06-1.06C7.19 7 6.96 7 6.5 7s-.7 0-.89.05a1.5 1.5 0 0 0-1.06 1.06c-.05.2-.05.43-.05.89" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M5 10H4a2 2 0 1 0 0 4h1m4-2h6m4 2h1a2 2 0 1 0 0-4h-1" stroke="currentColor" stroke-width="1.5"></path></svg>