mug-saucer-solid from Flowbite Icons by Themesberg · Solid · Food Beverage · MIT Free for personal and commercial use.

Name
mug-saucer-solid
Set
Flowbite Icons
Style
Solid
Category
Food Beverage
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More food beverage icons from Flowbite Icons

Use the mug saucer 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="M5 5a1 1 0 0 0-.995 1.1l.64 6.398A5 5 0 0 0 9.62 17h.76a5 5 0 0 0 4.9-4H17a3 3 0 1 0 0-6h-1.095l.09-.9A1 1 0 0 0 15 5zm12 6h-1.495l.2-2H17a1 1 0 1 1 0 2" clip-rule="evenodd"/><path d="M5 18a1 1 0 1 0 0 2h11a1 1 0 1 0 0-2z"/></g></svg>

React

import type { SVGProps } from "react";

export function FlowbiteMugSaucerSolid(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="M5 5a1 1 0 0 0-.995 1.1l.64 6.398A5 5 0 0 0 9.62 17h.76a5 5 0 0 0 4.9-4H17a3 3 0 1 0 0-6h-1.095l.09-.9A1 1 0 0 0 15 5zm12 6h-1.495l.2-2H17a1 1 0 1 1 0 2" clipRule="evenodd"/><path d="M5 18a1 1 0 1 0 0 2h11a1 1 0 1 0 0-2z"/></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="M5 5a1 1 0 0 0-.995 1.1l.64 6.398A5 5 0 0 0 9.62 17h.76a5 5 0 0 0 4.9-4H17a3 3 0 1 0 0-6h-1.095l.09-.9A1 1 0 0 0 15 5zm12 6h-1.495l.2-2H17a1 1 0 1 1 0 2" clip-rule="evenodd"/><path d="M5 18a1 1 0 1 0 0 2h11a1 1 0 1 0 0-2z"/></g></svg>
</template>

CSS

.icon-mug-saucer-solid {
  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%22M5%205a1%201%200%200%200-.995%201.1l.64%206.398A5%205%200%200%200%209.62%2017h.76a5%205%200%200%200%204.9-4H17a3%203%200%201%200%200-6h-1.095l.09-.9A1%201%200%200%200%2015%205zm12%206h-1.495l.2-2H17a1%201%200%201%201%200%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5%2018a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2z%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%22M5%205a1%201%200%200%200-.995%201.1l.64%206.398A5%205%200%200%200%209.62%2017h.76a5%205%200%200%200%204.9-4H17a3%203%200%201%200%200-6h-1.095l.09-.9A1%201%200%200%200%2015%205zm12%206h-1.495l.2-2H17a1%201%200%201%201%200%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5%2018a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/mug-saucer-solid.svg?color=%231a73e8&size=48