cup3 icon
cup3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- cup3-filled
- Set
- Reicon
- Style
- Filled
- 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="currentColor"><path d="M11.25 18.25H9c-1.1 0-2 .9-2 2v.25H6c-.41 0-.75.34-.75.75s.34.75.75.75h12c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-1v-.25c0-1.1-.9-2-2-2h-2.25v-2.29c-.25.03-.5.04-.75.04s-.5-.01-.75-.04z"/><path d="M18.48 11.64c.66-.25 1.24-.66 1.7-1.12c.93-1.03 1.54-2.26 1.54-3.7s-1.13-2.57-2.57-2.57h-.56A4 4 0 0 0 15 2H9c-1.58 0-2.94.92-3.59 2.25h-.56c-1.44 0-2.57 1.13-2.57 2.57s.61 2.67 1.54 3.7c.46.46 1.04.87 1.7 1.12A6.98 6.98 0 0 0 12 16c2.94 0 5.44-1.8 6.48-4.36m-3.64-3.19l-.62.76c-.1.11-.17.33-.16.48l.06.98c.04.6-.39.91-.95.69l-.91-.36a.9.9 0 0 0-.52 0l-.91.36c-.56.22-.99-.09-.95-.69l.06-.98a.75.75 0 0 0-.16-.48l-.62-.76c-.39-.46-.22-.97.36-1.12l.95-.24c.15-.04.33-.18.41-.31l.53-.82c.33-.51.85-.51 1.18 0l.53.82c.08.13.26.27.41.31l.95.24c.58.15.75.66.36 1.12"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCup3Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.25 18.25H9c-1.1 0-2 .9-2 2v.25H6c-.41 0-.75.34-.75.75s.34.75.75.75h12c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-1v-.25c0-1.1-.9-2-2-2h-2.25v-2.29c-.25.03-.5.04-.75.04s-.5-.01-.75-.04z"/><path d="M18.48 11.64c.66-.25 1.24-.66 1.7-1.12c.93-1.03 1.54-2.26 1.54-3.7s-1.13-2.57-2.57-2.57h-.56A4 4 0 0 0 15 2H9c-1.58 0-2.94.92-3.59 2.25h-.56c-1.44 0-2.57 1.13-2.57 2.57s.61 2.67 1.54 3.7c.46.46 1.04.87 1.7 1.12A6.98 6.98 0 0 0 12 16c2.94 0 5.44-1.8 6.48-4.36m-3.64-3.19l-.62.76c-.1.11-.17.33-.16.48l.06.98c.04.6-.39.91-.95.69l-.91-.36a.9.9 0 0 0-.52 0l-.91.36c-.56.22-.99-.09-.95-.69l.06-.98a.75.75 0 0 0-.16-.48l-.62-.76c-.39-.46-.22-.97.36-1.12l.95-.24c.15-.04.33-.18.41-.31l.53-.82c.33-.51.85-.51 1.18 0l.53.82c.08.13.26.27.41.31l.95.24c.58.15.75.66.36 1.12"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.25 18.25H9c-1.1 0-2 .9-2 2v.25H6c-.41 0-.75.34-.75.75s.34.75.75.75h12c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-1v-.25c0-1.1-.9-2-2-2h-2.25v-2.29c-.25.03-.5.04-.75.04s-.5-.01-.75-.04z"/><path d="M18.48 11.64c.66-.25 1.24-.66 1.7-1.12c.93-1.03 1.54-2.26 1.54-3.7s-1.13-2.57-2.57-2.57h-.56A4 4 0 0 0 15 2H9c-1.58 0-2.94.92-3.59 2.25h-.56c-1.44 0-2.57 1.13-2.57 2.57s.61 2.67 1.54 3.7c.46.46 1.04.87 1.7 1.12A6.98 6.98 0 0 0 12 16c2.94 0 5.44-1.8 6.48-4.36m-3.64-3.19l-.62.76c-.1.11-.17.33-.16.48l.06.98c.04.6-.39.91-.95.69l-.91-.36a.9.9 0 0 0-.52 0l-.91.36c-.56.22-.99-.09-.95-.69l.06-.98a.75.75 0 0 0-.16-.48l-.62-.76c-.39-.46-.22-.97.36-1.12l.95-.24c.15-.04.33-.18.41-.31l.53-.82c.33-.51.85-.51 1.18 0l.53.82c.08.13.26.27.41.31l.95.24c.58.15.75.66.36 1.12"/></g></svg> </template>
CSS
.icon-cup3-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22M11.25%2018.25H9c-1.1%200-2%20.9-2%202v.25H6c-.41%200-.75.34-.75.75s.34.75.75.75h12c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75h-1v-.25c0-1.1-.9-2-2-2h-2.25v-2.29c-.25.03-.5.04-.75.04s-.5-.01-.75-.04z%22%2F%3E%3Cpath%20d%3D%22M18.48%2011.64c.66-.25%201.24-.66%201.7-1.12c.93-1.03%201.54-2.26%201.54-3.7s-1.13-2.57-2.57-2.57h-.56A4%204%200%200%200%2015%202H9c-1.58%200-2.94.92-3.59%202.25h-.56c-1.44%200-2.57%201.13-2.57%202.57s.61%202.67%201.54%203.7c.46.46%201.04.87%201.7%201.12A6.98%206.98%200%200%200%2012%2016c2.94%200%205.44-1.8%206.48-4.36m-3.64-3.19l-.62.76c-.1.11-.17.33-.16.48l.06.98c.04.6-.39.91-.95.69l-.91-.36a.9.9%200%200%200-.52%200l-.91.36c-.56.22-.99-.09-.95-.69l.06-.98a.75.75%200%200%200-.16-.48l-.62-.76c-.39-.46-.22-.97.36-1.12l.95-.24c.15-.04.33-.18.41-.31l.53-.82c.33-.51.85-.51%201.18%200l.53.82c.08.13.26.27.41.31l.95.24c.58.15.75.66.36%201.12%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%22currentColor%22%3E%3Cpath%20d%3D%22M11.25%2018.25H9c-1.1%200-2%20.9-2%202v.25H6c-.41%200-.75.34-.75.75s.34.75.75.75h12c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75h-1v-.25c0-1.1-.9-2-2-2h-2.25v-2.29c-.25.03-.5.04-.75.04s-.5-.01-.75-.04z%22%2F%3E%3Cpath%20d%3D%22M18.48%2011.64c.66-.25%201.24-.66%201.7-1.12c.93-1.03%201.54-2.26%201.54-3.7s-1.13-2.57-2.57-2.57h-.56A4%204%200%200%200%2015%202H9c-1.58%200-2.94.92-3.59%202.25h-.56c-1.44%200-2.57%201.13-2.57%202.57s.61%202.67%201.54%203.7c.46.46%201.04.87%201.7%201.12A6.98%206.98%200%200%200%2012%2016c2.94%200%205.44-1.8%206.48-4.36m-3.64-3.19l-.62.76c-.1.11-.17.33-.16.48l.06.98c.04.6-.39.91-.95.69l-.91-.36a.9.9%200%200%200-.52%200l-.91.36c-.56.22-.99-.09-.95-.69l.06-.98a.75.75%200%200%200-.16-.48l-.62-.76c-.39-.46-.22-.97.36-1.12l.95-.24c.15-.04.33-.18.41-.31l.53-.82c.33-.51.85-.51%201.18%200l.53.82c.08.13.26.27.41.31l.95.24c.58.15.75.66.36%201.12%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-filled.svg?color=%231a73e8&size=48