mug-duotone from Reicon by REICON · Duotone · Food · MIT Free for personal and commercial use.

Name
mug-duotone
Set
Reicon
Style
Duotone
Category
Food
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All mug icons →

More food icons from Reicon

Use the mug icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M1.25 21a.75.75 0 0 1 .75-.75h20a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75" clip-rule="evenodd" opacity=".5"/><path fill-rule="evenodd" d="M3.002 13Q3 12.532 3 12V7c0-1.886 0-2.828.586-3.414S5.114 3 7 3h6c1.886 0 2.828 0 3.414.586c.235.235.376.527.46.914H18c2.526 0 4.75 1.812 4.75 4.25S20.526 13 18 13zm13.994-7Q17 6.449 17 7v4.5h1c1.892 0 3.25-1.322 3.25-2.75S19.892 6 18 6z" clip-rule="evenodd"/><path d="M9 18h2c2.829 0 4.243 0 5.122-.879c.768-.768.864-1.946.877-4.121H3.002c.012 2.175.109 3.353.877 4.121C4.758 18 6.172 18 9 18" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMugDuotone(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 fillRule="evenodd" d="M1.25 21a.75.75 0 0 1 .75-.75h20a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75" clipRule="evenodd" opacity=".5"/><path fillRule="evenodd" d="M3.002 13Q3 12.532 3 12V7c0-1.886 0-2.828.586-3.414S5.114 3 7 3h6c1.886 0 2.828 0 3.414.586c.235.235.376.527.46.914H18c2.526 0 4.75 1.812 4.75 4.25S20.526 13 18 13zm13.994-7Q17 6.449 17 7v4.5h1c1.892 0 3.25-1.322 3.25-2.75S19.892 6 18 6z" clipRule="evenodd"/><path d="M9 18h2c2.829 0 4.243 0 5.122-.879c.768-.768.864-1.946.877-4.121H3.002c.012 2.175.109 3.353.877 4.121C4.758 18 6.172 18 9 18" opacity=".5"/></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 fill-rule="evenodd" d="M1.25 21a.75.75 0 0 1 .75-.75h20a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75" clip-rule="evenodd" opacity=".5"/><path fill-rule="evenodd" d="M3.002 13Q3 12.532 3 12V7c0-1.886 0-2.828.586-3.414S5.114 3 7 3h6c1.886 0 2.828 0 3.414.586c.235.235.376.527.46.914H18c2.526 0 4.75 1.812 4.75 4.25S20.526 13 18 13zm13.994-7Q17 6.449 17 7v4.5h1c1.892 0 3.25-1.322 3.25-2.75S19.892 6 18 6z" clip-rule="evenodd"/><path d="M9 18h2c2.829 0 4.243 0 5.122-.879c.768-.768.864-1.946.877-4.121H3.002c.012 2.175.109 3.353.877 4.121C4.758 18 6.172 18 9 18" opacity=".5"/></g></svg>
</template>

CSS

.icon-mug-duotone {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2021a.75.75%200%200%201%20.75-.75h20a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.002%2013Q3%2012.532%203%2012V7c0-1.886%200-2.828.586-3.414S5.114%203%207%203h6c1.886%200%202.828%200%203.414.586c.235.235.376.527.46.914H18c2.526%200%204.75%201.812%204.75%204.25S20.526%2013%2018%2013zm13.994-7Q17%206.449%2017%207v4.5h1c1.892%200%203.25-1.322%203.25-2.75S19.892%206%2018%206z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9%2018h2c2.829%200%204.243%200%205.122-.879c.768-.768.864-1.946.877-4.121H3.002c.012%202.175.109%203.353.877%204.121C4.758%2018%206.172%2018%209%2018%22%20opacity%3D%22.5%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%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2021a.75.75%200%200%201%20.75-.75h20a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.002%2013Q3%2012.532%203%2012V7c0-1.886%200-2.828.586-3.414S5.114%203%207%203h6c1.886%200%202.828%200%203.414.586c.235.235.376.527.46.914H18c2.526%200%204.75%201.812%204.75%204.25S20.526%2013%2018%2013zm13.994-7Q17%206.449%2017%207v4.5h1c1.892%200%203.25-1.322%203.25-2.75S19.892%206%2018%206z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9%2018h2c2.829%200%204.243%200%205.122-.879c.768-.768.864-1.946.877-4.121H3.002c.012%202.175.109%203.353.877%204.121C4.758%2018%206.172%2018%209%2018%22%20opacity%3D%22.5%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/mug-duotone.svg?color=%231a73e8&size=48