drink-coffee-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
drink-coffee-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the drink coffee icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.5 0a.5.5 0 0 1 .5.5c0 .47.274.706.8 1.1l.04.03C4.314 1.985 5 2.498 5 3.5a.5.5 0 0 1-1 0c0-.47-.274-.706-.8-1.1l-.04-.03C2.686 2.015 2 1.502 2 .5a.5.5 0 0 1 .5-.5m3 0a.5.5 0 0 1 .5.5c0 .47.274.706.8 1.1l.04.03C7.314 1.985 8 2.498 8 3.5a.5.5 0 0 1-1 0c0-.47-.274-.706-.8-1.1l-.04-.03C5.686 2.015 5 1.502 5 .5a.5.5 0 0 1 .5-.5M9 .5a.5.5 0 0 0-1 0c0 1.002.686 1.515 1.16 1.87l.04.03c.526.394.8.63.8 1.1a.5.5 0 0 0 1 0c0-1.002-.686-1.515-1.16-1.87L9.8 1.6C9.274 1.206 9 .97 9 .5M13 6h.5a2.5 2.5 0 0 1 0 5h-.707A5.5 5.5 0 0 1 2 9.5V5.891C2 5.4 2.399 5 2.891 5h9.218c.492 0 .891.399.891.891zM3 6v3.5a4.5 4.5 0 1 0 9 0V6zm10 1v2.5q0 .253-.022.5h.522a1.5 1.5 0 0 0 0-3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDrinkCoffee16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.5 0a.5.5 0 0 1 .5.5c0 .47.274.706.8 1.1l.04.03C4.314 1.985 5 2.498 5 3.5a.5.5 0 0 1-1 0c0-.47-.274-.706-.8-1.1l-.04-.03C2.686 2.015 2 1.502 2 .5a.5.5 0 0 1 .5-.5m3 0a.5.5 0 0 1 .5.5c0 .47.274.706.8 1.1l.04.03C7.314 1.985 8 2.498 8 3.5a.5.5 0 0 1-1 0c0-.47-.274-.706-.8-1.1l-.04-.03C5.686 2.015 5 1.502 5 .5a.5.5 0 0 1 .5-.5M9 .5a.5.5 0 0 0-1 0c0 1.002.686 1.515 1.16 1.87l.04.03c.526.394.8.63.8 1.1a.5.5 0 0 0 1 0c0-1.002-.686-1.515-1.16-1.87L9.8 1.6C9.274 1.206 9 .97 9 .5M13 6h.5a2.5 2.5 0 0 1 0 5h-.707A5.5 5.5 0 0 1 2 9.5V5.891C2 5.4 2.399 5 2.891 5h9.218c.492 0 .891.399.891.891zM3 6v3.5a4.5 4.5 0 1 0 9 0V6zm10 1v2.5q0 .253-.022.5h.522a1.5 1.5 0 0 0 0-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.5 0a.5.5 0 0 1 .5.5c0 .47.274.706.8 1.1l.04.03C4.314 1.985 5 2.498 5 3.5a.5.5 0 0 1-1 0c0-.47-.274-.706-.8-1.1l-.04-.03C2.686 2.015 2 1.502 2 .5a.5.5 0 0 1 .5-.5m3 0a.5.5 0 0 1 .5.5c0 .47.274.706.8 1.1l.04.03C7.314 1.985 8 2.498 8 3.5a.5.5 0 0 1-1 0c0-.47-.274-.706-.8-1.1l-.04-.03C5.686 2.015 5 1.502 5 .5a.5.5 0 0 1 .5-.5M9 .5a.5.5 0 0 0-1 0c0 1.002.686 1.515 1.16 1.87l.04.03c.526.394.8.63.8 1.1a.5.5 0 0 0 1 0c0-1.002-.686-1.515-1.16-1.87L9.8 1.6C9.274 1.206 9 .97 9 .5M13 6h.5a2.5 2.5 0 0 1 0 5h-.707A5.5 5.5 0 0 1 2 9.5V5.891C2 5.4 2.399 5 2.891 5h9.218c.492 0 .891.399.891.891zM3 6v3.5a4.5 4.5 0 1 0 9 0V6zm10 1v2.5q0 .253-.022.5h.522a1.5 1.5 0 0 0 0-3z"/></svg>
</template>

CSS

.icon-drink-coffee-16-regular {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%200a.5.5%200%200%201%20.5.5c0%20.47.274.706.8%201.1l.04.03C4.314%201.985%205%202.498%205%203.5a.5.5%200%200%201-1%200c0-.47-.274-.706-.8-1.1l-.04-.03C2.686%202.015%202%201.502%202%20.5a.5.5%200%200%201%20.5-.5m3%200a.5.5%200%200%201%20.5.5c0%20.47.274.706.8%201.1l.04.03C7.314%201.985%208%202.498%208%203.5a.5.5%200%200%201-1%200c0-.47-.274-.706-.8-1.1l-.04-.03C5.686%202.015%205%201.502%205%20.5a.5.5%200%200%201%20.5-.5M9%20.5a.5.5%200%200%200-1%200c0%201.002.686%201.515%201.16%201.87l.04.03c.526.394.8.63.8%201.1a.5.5%200%200%200%201%200c0-1.002-.686-1.515-1.16-1.87L9.8%201.6C9.274%201.206%209%20.97%209%20.5M13%206h.5a2.5%202.5%200%200%201%200%205h-.707A5.5%205.5%200%200%201%202%209.5V5.891C2%205.4%202.399%205%202.891%205h9.218c.492%200%20.891.399.891.891zM3%206v3.5a4.5%204.5%200%201%200%209%200V6zm10%201v2.5q0%20.253-.022.5h.522a1.5%201.5%200%200%200%200-3z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%200a.5.5%200%200%201%20.5.5c0%20.47.274.706.8%201.1l.04.03C4.314%201.985%205%202.498%205%203.5a.5.5%200%200%201-1%200c0-.47-.274-.706-.8-1.1l-.04-.03C2.686%202.015%202%201.502%202%20.5a.5.5%200%200%201%20.5-.5m3%200a.5.5%200%200%201%20.5.5c0%20.47.274.706.8%201.1l.04.03C7.314%201.985%208%202.498%208%203.5a.5.5%200%200%201-1%200c0-.47-.274-.706-.8-1.1l-.04-.03C5.686%202.015%205%201.502%205%20.5a.5.5%200%200%201%20.5-.5M9%20.5a.5.5%200%200%200-1%200c0%201.002.686%201.515%201.16%201.87l.04.03c.526.394.8.63.8%201.1a.5.5%200%200%200%201%200c0-1.002-.686-1.515-1.16-1.87L9.8%201.6C9.274%201.206%209%20.97%209%20.5M13%206h.5a2.5%202.5%200%200%201%200%205h-.707A5.5%205.5%200%200%201%202%209.5V5.891C2%205.4%202.399%205%202.891%205h9.218c.492%200%20.891.399.891.891zM3%206v3.5a4.5%204.5%200%201%200%209%200V6zm10%201v2.5q0%20.253-.022.5h.522a1.5%201.5%200%200%200%200-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/drink-coffee-16-regular.svg?color=%231a73e8&size=48