Controls

Stroke width2px
Size56px
coffeebeveragedrinkanimation

Coffee

Animated Coffee icon

import CoffeeIcon from "cssvg-icons/coffee";

export default function App() {
  return (
    <CoffeeIcon
      color="#ffffff"
      strokeWidth={2}
      size={56}
    />
  );
}

Details

AuthorHari