targetgoalobjectivefocusachievementprogressanimation
Target
Animated target SVG icon for React and Next.js. Represents goals, objectives, and focus with a dynamic animation for achievement indicators and progress tracking.
import Target from "cssvg-icons/target";
export default function App() {
return (
<Target
color="#ffffff"
strokeWidth={2}
size={120}
/>
);
}Missing something?
Need a variant of Target or a different style? Open a GitHub issue and we'll add it to the queue.
Request a variant