cup from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.

Name
cup
Set
IconPark
Style
Color
Category
Hardware
Viewbox
49×48
License
Apache 2.0

The same icon in other sets

More hardware icons from IconPark

Use the cup icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 49 48"><g fill="none" stroke="#000" stroke-width="4"><path d="M8.77783 17.012C8.77783 16.4531 9.23094 16 9.78988 16H33.7658C34.3247 16 34.7778 16.4531 34.7778 17.012V31C34.7778 38.1797 28.9575 44 21.7778 44V44C14.5981 44 8.77783 38.1797 8.77783 31V17.012Z"/><rect width="26" height="8" x="8.778" y="23" fill="#2F88FF" stroke-linecap="round" stroke-linejoin="round"/><path stroke-linecap="round" stroke-linejoin="round" d="M21.7778 4V10"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.7778 6V8"/><path stroke-linecap="round" stroke-linejoin="round" d="M29.7778 6V8"/><path stroke-linecap="round" d="M34.7778 34C38.6438 34 41.7778 30.866 41.7778 27C41.7778 23.134 38.6438 20 34.7778 20"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkCup(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 49 48"><g fill="none" stroke="#000" strokeWidth="4"><path d="M8.77783 17.012C8.77783 16.4531 9.23094 16 9.78988 16H33.7658C34.3247 16 34.7778 16.4531 34.7778 17.012V31C34.7778 38.1797 28.9575 44 21.7778 44V44C14.5981 44 8.77783 38.1797 8.77783 31V17.012Z"/><rect width="26" height="8" x="8.778" y="23" fill="#2F88FF" strokeLinecap="round" strokeLinejoin="round"/><path strokeLinecap="round" strokeLinejoin="round" d="M21.7778 4V10"/><path strokeLinecap="round" strokeLinejoin="round" d="M13.7778 6V8"/><path strokeLinecap="round" strokeLinejoin="round" d="M29.7778 6V8"/><path strokeLinecap="round" d="M34.7778 34C38.6438 34 41.7778 30.866 41.7778 27C41.7778 23.134 38.6438 20 34.7778 20"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 49 48"><g fill="none" stroke="#000" stroke-width="4"><path d="M8.77783 17.012C8.77783 16.4531 9.23094 16 9.78988 16H33.7658C34.3247 16 34.7778 16.4531 34.7778 17.012V31C34.7778 38.1797 28.9575 44 21.7778 44V44C14.5981 44 8.77783 38.1797 8.77783 31V17.012Z"/><rect width="26" height="8" x="8.778" y="23" fill="#2F88FF" stroke-linecap="round" stroke-linejoin="round"/><path stroke-linecap="round" stroke-linejoin="round" d="M21.7778 4V10"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.7778 6V8"/><path stroke-linecap="round" stroke-linejoin="round" d="M29.7778 6V8"/><path stroke-linecap="round" d="M34.7778 34C38.6438 34 41.7778 30.866 41.7778 27C41.7778 23.134 38.6438 20 34.7778 20"/></g></svg>
</template>

CSS

.icon-cup {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2049%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M8.77783%2017.012C8.77783%2016.4531%209.23094%2016%209.78988%2016H33.7658C34.3247%2016%2034.7778%2016.4531%2034.7778%2017.012V31C34.7778%2038.1797%2028.9575%2044%2021.7778%2044V44C14.5981%2044%208.77783%2038.1797%208.77783%2031V17.012Z%22%2F%3E%3Crect%20width%3D%2226%22%20height%3D%228%22%20x%3D%228.778%22%20y%3D%2223%22%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.7778%204V10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.7778%206V8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29.7778%206V8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M34.7778%2034C38.6438%2034%2041.7778%2030.866%2041.7778%2027C41.7778%2023.134%2038.6438%2020%2034.7778%2020%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2049%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M8.77783%2017.012C8.77783%2016.4531%209.23094%2016%209.78988%2016H33.7658C34.3247%2016%2034.7778%2016.4531%2034.7778%2017.012V31C34.7778%2038.1797%2028.9575%2044%2021.7778%2044V44C14.5981%2044%208.77783%2038.1797%208.77783%2031V17.012Z%22%2F%3E%3Crect%20width%3D%2226%22%20height%3D%228%22%20x%3D%228.778%22%20y%3D%2223%22%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.7778%204V10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.7778%206V8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29.7778%206V8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M34.7778%2034C38.6438%2034%2041.7778%2030.866%2041.7778%2027C41.7778%2023.134%2038.6438%2020%2034.7778%2020%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/cup.svg?color=%231a73e8&size=48