cup four icon

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

Name
cup-four
Set
IconPark
Style
Color
Category
Foods
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More foods icons from IconPark

Use the cup four icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M14 25C14 27 15.0714 32 29 32C42.9286 32 44 27 44 25C44 23 44 10 44 10H29H14C14 10 14 23 14 25Z"/><path stroke-linecap="round" d="M29 16H23V21L26 24L29 21V16Z"/><path stroke-linecap="round" d="M26 16V10"/><path stroke-linecap="round" d="M15 40L43 40"/><path d="M14 14H4C4 14 5 19 5.9991 22C6.99821 25 14 24 14 24"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkCupFour(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path d="M14 25C14 27 15.0714 32 29 32C42.9286 32 44 27 44 25C44 23 44 10 44 10H29H14C14 10 14 23 14 25Z"/><path strokeLinecap="round" d="M29 16H23V21L26 24L29 21V16Z"/><path strokeLinecap="round" d="M26 16V10"/><path strokeLinecap="round" d="M15 40L43 40"/><path d="M14 14H4C4 14 5 19 5.9991 22C6.99821 25 14 24 14 24"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M14 25C14 27 15.0714 32 29 32C42.9286 32 44 27 44 25C44 23 44 10 44 10H29H14C14 10 14 23 14 25Z"/><path stroke-linecap="round" d="M29 16H23V21L26 24L29 21V16Z"/><path stroke-linecap="round" d="M26 16V10"/><path stroke-linecap="round" d="M15 40L43 40"/><path d="M14 14H4C4 14 5 19 5.9991 22C6.99821 25 14 24 14 24"/></g></svg>
</template>

CSS

.icon-cup-four {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M14%2025C14%2027%2015.0714%2032%2029%2032C42.9286%2032%2044%2027%2044%2025C44%2023%2044%2010%2044%2010H29H14C14%2010%2014%2023%2014%2025Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M29%2016H23V21L26%2024L29%2021V16Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M26%2016V10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2040L43%2040%22%2F%3E%3Cpath%20d%3D%22M14%2014H4C4%2014%205%2019%205.9991%2022C6.99821%2025%2014%2024%2014%2024%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M14%2025C14%2027%2015.0714%2032%2029%2032C42.9286%2032%2044%2027%2044%2025C44%2023%2044%2010%2044%2010H29H14C14%2010%2014%2023%2014%2025Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M29%2016H23V21L26%2024L29%2021V16Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M26%2016V10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2040L43%2040%22%2F%3E%3Cpath%20d%3D%22M14%2014H4C4%2014%205%2019%205.9991%2022C6.99821%2025%2014%2024%2014%2024%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-four.svg?color=%231a73e8&size=48