subtitletextmediavideo
Caption
Animated caption SVG icon for React and Next.js. Toggles a subtitle or text-overlay animation for video players and media accessibility controls.
import Caption from "cssvg-icons/caption";
export default function App() {
return (
<Caption
color="#ffffff"
strokeWidth={2}
size={120}
/>
);
}Missing something?
Need a variant of Caption or a different style? Open a GitHub issue and we'll add it to the queue.
Request a variant