mug icon
mug from Reicon by REICON · Outline · Food · MIT Free for personal and commercial use.
- Name
- mug
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M6.948 2.25h6.104c.899 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.725c.343.343.533.748.642 1.195H18a4.75 4.75 0 1 1 0 9.5h-.26a15 15 0 0 1-.106 1.642c-.122.9-.38 1.658-.982 2.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-2.11c-1.367 0-2.47 0-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.087-.645-.11-1.42-.115-2.338a1 1 0 0 1 0-.1q-.002-.429-.002-.9V6.949c0-.898 0-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456 1.023-.642 1.65-.726c.595-.08 1.345-.08 2.243-.08m-3.187 11.5c.012.569.038 1.04.092 1.442c.099.734.28 1.122.556 1.399c.277.277.665.457 1.4.556c.754.101 1.756.103 3.191.103h2c1.435 0 2.437-.002 3.192-.103c.734-.099 1.122-.28 1.399-.556c.277-.277.457-.665.556-1.4c.054-.4.08-.872.092-1.441zm12.489-1.5H3.75V7c0-.964.002-1.612.067-2.095c.062-.461.169-.659.3-.789s.327-.237.788-.3C5.388 3.753 6.036 3.75 7 3.75h6c.964 0 1.612.002 2.095.067c.461.062.659.169.789.3s.237.327.3.788c.064.483.066 1.131.066 2.095zm1.5 0H18a3.25 3.25 0 0 0 0-6.5h-.259c.009.364.009.764.009 1.198zM1.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"/></svg>
React
import type { SVGProps } from "react";
export function ReiconMug(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M6.948 2.25h6.104c.899 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.725c.343.343.533.748.642 1.195H18a4.75 4.75 0 1 1 0 9.5h-.26a15 15 0 0 1-.106 1.642c-.122.9-.38 1.658-.982 2.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-2.11c-1.367 0-2.47 0-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.087-.645-.11-1.42-.115-2.338a1 1 0 0 1 0-.1q-.002-.429-.002-.9V6.949c0-.898 0-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456 1.023-.642 1.65-.726c.595-.08 1.345-.08 2.243-.08m-3.187 11.5c.012.569.038 1.04.092 1.442c.099.734.28 1.122.556 1.399c.277.277.665.457 1.4.556c.754.101 1.756.103 3.191.103h2c1.435 0 2.437-.002 3.192-.103c.734-.099 1.122-.28 1.399-.556c.277-.277.457-.665.556-1.4c.054-.4.08-.872.092-1.441zm12.489-1.5H3.75V7c0-.964.002-1.612.067-2.095c.062-.461.169-.659.3-.789s.327-.237.788-.3C5.388 3.753 6.036 3.75 7 3.75h6c.964 0 1.612.002 2.095.067c.461.062.659.169.789.3s.237.327.3.788c.064.483.066 1.131.066 2.095zm1.5 0H18a3.25 3.25 0 0 0 0-6.5h-.259c.009.364.009.764.009 1.198zM1.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"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.948 2.25h6.104c.899 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.725c.343.343.533.748.642 1.195H18a4.75 4.75 0 1 1 0 9.5h-.26a15 15 0 0 1-.106 1.642c-.122.9-.38 1.658-.982 2.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-2.11c-1.367 0-2.47 0-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.087-.645-.11-1.42-.115-2.338a1 1 0 0 1 0-.1q-.002-.429-.002-.9V6.949c0-.898 0-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456 1.023-.642 1.65-.726c.595-.08 1.345-.08 2.243-.08m-3.187 11.5c.012.569.038 1.04.092 1.442c.099.734.28 1.122.556 1.399c.277.277.665.457 1.4.556c.754.101 1.756.103 3.191.103h2c1.435 0 2.437-.002 3.192-.103c.734-.099 1.122-.28 1.399-.556c.277-.277.457-.665.556-1.4c.054-.4.08-.872.092-1.441zm12.489-1.5H3.75V7c0-.964.002-1.612.067-2.095c.062-.461.169-.659.3-.789s.327-.237.788-.3C5.388 3.753 6.036 3.75 7 3.75h6c.964 0 1.612.002 2.095.067c.461.062.659.169.789.3s.237.327.3.788c.064.483.066 1.131.066 2.095zm1.5 0H18a3.25 3.25 0 0 0 0-6.5h-.259c.009.364.009.764.009 1.198zM1.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"/></svg> </template>
CSS
.icon-mug {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.948%202.25h6.104c.899%200%201.648%200%202.242.08c.628.084%201.195.27%201.65.725c.343.343.533.748.642%201.195H18a4.75%204.75%200%201%201%200%209.5h-.26a15%2015%200%200%201-.106%201.642c-.122.9-.38%201.658-.982%202.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-2.11c-1.367%200-2.47%200-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.087-.645-.11-1.42-.115-2.338a1%201%200%200%201%200-.1q-.002-.429-.002-.9V6.949c0-.898%200-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456%201.023-.642%201.65-.726c.595-.08%201.345-.08%202.243-.08m-3.187%2011.5c.012.569.038%201.04.092%201.442c.099.734.28%201.122.556%201.399c.277.277.665.457%201.4.556c.754.101%201.756.103%203.191.103h2c1.435%200%202.437-.002%203.192-.103c.734-.099%201.122-.28%201.399-.556c.277-.277.457-.665.556-1.4c.054-.4.08-.872.092-1.441zm12.489-1.5H3.75V7c0-.964.002-1.612.067-2.095c.062-.461.169-.659.3-.789s.327-.237.788-.3C5.388%203.753%206.036%203.75%207%203.75h6c.964%200%201.612.002%202.095.067c.461.062.659.169.789.3s.237.327.3.788c.064.483.066%201.131.066%202.095zm1.5%200H18a3.25%203.25%200%200%200%200-6.5h-.259c.009.364.009.764.009%201.198zM1.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%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.948%202.25h6.104c.899%200%201.648%200%202.242.08c.628.084%201.195.27%201.65.725c.343.343.533.748.642%201.195H18a4.75%204.75%200%201%201%200%209.5h-.26a15%2015%200%200%201-.106%201.642c-.122.9-.38%201.658-.982%202.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-2.11c-1.367%200-2.47%200-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.087-.645-.11-1.42-.115-2.338a1%201%200%200%201%200-.1q-.002-.429-.002-.9V6.949c0-.898%200-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456%201.023-.642%201.65-.726c.595-.08%201.345-.08%202.243-.08m-3.187%2011.5c.012.569.038%201.04.092%201.442c.099.734.28%201.122.556%201.399c.277.277.665.457%201.4.556c.754.101%201.756.103%203.191.103h2c1.435%200%202.437-.002%203.192-.103c.734-.099%201.122-.28%201.399-.556c.277-.277.457-.665.556-1.4c.054-.4.08-.872.092-1.441zm12.489-1.5H3.75V7c0-.964.002-1.612.067-2.095c.062-.461.169-.659.3-.789s.327-.237.788-.3C5.388%203.753%206.036%203.75%207%203.75h6c.964%200%201.612.002%202.095.067c.461.062.659.169.789.3s.237.327.3.788c.064.483.066%201.131.066%202.095zm1.5%200H18a3.25%203.25%200%200%200%200-6.5h-.259c.009.364.009.764.009%201.198zM1.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%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/mug.svg?color=%231a73e8&size=48