Impactby Kenney <https://kenney.nl>
Impact Punch Heavy 000
A deep, powerful thud indicating a heavy punch, excellent for game feedback like strong hits, impactful UI errors, or substantial damage dealt.
0.65s6KBCC0impact, punch, heavy, 000
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/impact-punch-heavy-000Usage
import { useSound } from "@/hooks/use-sound";
import { impactPunchHeavy000Sound } from "@/sounds/impact-punch-heavy-000";
const [play] = useSound(impactPunchHeavy000Sound);