cup3 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
cup3
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the cup3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12.15 16.5v2.1"/><path stroke-miterlimit="10" d="M7.15 22h10v-1c0-1.1-.9-2-2-2h-6c-1.1 0-2 .9-2 2z"/><path stroke-linecap="round" stroke-linejoin="round" d="M6.15 22h12M12 16c-3.87 0-7-3.13-7-7V6c0-2.21 1.79-4 4-4h6c2.21 0 4 1.79 4 4v3c0 3.87-3.13 7-7 7"/><path stroke-linecap="round" stroke-linejoin="round" d="M5.47 11.65c-.75-.24-1.41-.68-1.93-1.2c-.9-1-1.5-2.2-1.5-3.6s1.1-2.5 2.5-2.5h.65c-.2.46-.3.97-.3 1.5v3c0 1 .21 1.94.58 2.8m13.06 0c.75-.24 1.41-.68 1.93-1.2c.9-1 1.5-2.2 1.5-3.6s-1.1-2.5-2.5-2.5h-.65c.2.46.3.97.3 1.5v3c0 1-.21 1.94-.58 2.8"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCup3(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M12.15 16.5v2.1"/><path strokeMiterlimit="10" d="M7.15 22h10v-1c0-1.1-.9-2-2-2h-6c-1.1 0-2 .9-2 2z"/><path strokeLinecap="round" strokeLinejoin="round" d="M6.15 22h12M12 16c-3.87 0-7-3.13-7-7V6c0-2.21 1.79-4 4-4h6c2.21 0 4 1.79 4 4v3c0 3.87-3.13 7-7 7"/><path strokeLinecap="round" strokeLinejoin="round" d="M5.47 11.65c-.75-.24-1.41-.68-1.93-1.2c-.9-1-1.5-2.2-1.5-3.6s1.1-2.5 2.5-2.5h.65c-.2.46-.3.97-.3 1.5v3c0 1 .21 1.94.58 2.8m13.06 0c.75-.24 1.41-.68 1.93-1.2c.9-1 1.5-2.2 1.5-3.6s-1.1-2.5-2.5-2.5h-.65c.2.46.3.97.3 1.5v3c0 1-.21 1.94-.58 2.8"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12.15 16.5v2.1"/><path stroke-miterlimit="10" d="M7.15 22h10v-1c0-1.1-.9-2-2-2h-6c-1.1 0-2 .9-2 2z"/><path stroke-linecap="round" stroke-linejoin="round" d="M6.15 22h12M12 16c-3.87 0-7-3.13-7-7V6c0-2.21 1.79-4 4-4h6c2.21 0 4 1.79 4 4v3c0 3.87-3.13 7-7 7"/><path stroke-linecap="round" stroke-linejoin="round" d="M5.47 11.65c-.75-.24-1.41-.68-1.93-1.2c-.9-1-1.5-2.2-1.5-3.6s1.1-2.5 2.5-2.5h.65c-.2.46-.3.97-.3 1.5v3c0 1 .21 1.94.58 2.8m13.06 0c.75-.24 1.41-.68 1.93-1.2c.9-1 1.5-2.2 1.5-3.6s-1.1-2.5-2.5-2.5h-.65c.2.46.3.97.3 1.5v3c0 1-.21 1.94-.58 2.8"/></g></svg>
</template>

CSS

.icon-cup3 {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.15%2016.5v2.1%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M7.15%2022h10v-1c0-1.1-.9-2-2-2h-6c-1.1%200-2%20.9-2%202z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.15%2022h12M12%2016c-3.87%200-7-3.13-7-7V6c0-2.21%201.79-4%204-4h6c2.21%200%204%201.79%204%204v3c0%203.87-3.13%207-7%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.47%2011.65c-.75-.24-1.41-.68-1.93-1.2c-.9-1-1.5-2.2-1.5-3.6s1.1-2.5%202.5-2.5h.65c-.2.46-.3.97-.3%201.5v3c0%201%20.21%201.94.58%202.8m13.06%200c.75-.24%201.41-.68%201.93-1.2c.9-1%201.5-2.2%201.5-3.6s-1.1-2.5-2.5-2.5h-.65c.2.46.3.97.3%201.5v3c0%201-.21%201.94-.58%202.8%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.15%2016.5v2.1%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M7.15%2022h10v-1c0-1.1-.9-2-2-2h-6c-1.1%200-2%20.9-2%202z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.15%2022h12M12%2016c-3.87%200-7-3.13-7-7V6c0-2.21%201.79-4%204-4h6c2.21%200%204%201.79%204%204v3c0%203.87-3.13%207-7%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.47%2011.65c-.75-.24-1.41-.68-1.93-1.2c-.9-1-1.5-2.2-1.5-3.6s1.1-2.5%202.5-2.5h.65c-.2.46-.3.97-.3%201.5v3c0%201%20.21%201.94.58%202.8m13.06%200c.75-.24%201.41-.68%201.93-1.2c.9-1%201.5-2.2%201.5-3.6s-1.1-2.5-2.5-2.5h-.65c.2.46.3.97.3%201.5v3c0%201-.21%201.94-.58%202.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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