drink-coffee-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
drink-coffee-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M5 2.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.87L5.8 3.6c-.526-.394-.8-.63-.8-1.1M3.935 7A.935.935 0 0 0 3 7.935V12a6 6 0 0 0 11.197 3H16a3 3 0 1 0 0-6h-1V7.935A.935.935 0 0 0 14.065 7zM16 14h-1.341A6 6 0 0 0 15 12v-2h1a2 2 0 1 1 0 4M7.5 2a.5.5 0 0 1 .5.5c0 .47.274.706.8 1.1l.04.03c.474.355 1.16.868 1.16 1.87a.5.5 0 0 1-1 0c0-.47-.274-.706-.8-1.1l-.04-.03C7.686 4.015 7 3.502 7 2.5a.5.5 0 0 1 .5-.5m3.5.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.87l-.04-.03c-.526-.394-.8-.63-.8-1.1"/></svg>

React

import type { SVGProps } from "react";

export function FluentDrinkCoffee20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 2.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.87L5.8 3.6c-.526-.394-.8-.63-.8-1.1M3.935 7A.935.935 0 0 0 3 7.935V12a6 6 0 0 0 11.197 3H16a3 3 0 1 0 0-6h-1V7.935A.935.935 0 0 0 14.065 7zM16 14h-1.341A6 6 0 0 0 15 12v-2h1a2 2 0 1 1 0 4M7.5 2a.5.5 0 0 1 .5.5c0 .47.274.706.8 1.1l.04.03c.474.355 1.16.868 1.16 1.87a.5.5 0 0 1-1 0c0-.47-.274-.706-.8-1.1l-.04-.03C7.686 4.015 7 3.502 7 2.5a.5.5 0 0 1 .5-.5m3.5.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.87l-.04-.03c-.526-.394-.8-.63-.8-1.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 2.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.87L5.8 3.6c-.526-.394-.8-.63-.8-1.1M3.935 7A.935.935 0 0 0 3 7.935V12a6 6 0 0 0 11.197 3H16a3 3 0 1 0 0-6h-1V7.935A.935.935 0 0 0 14.065 7zM16 14h-1.341A6 6 0 0 0 15 12v-2h1a2 2 0 1 1 0 4M7.5 2a.5.5 0 0 1 .5.5c0 .47.274.706.8 1.1l.04.03c.474.355 1.16.868 1.16 1.87a.5.5 0 0 1-1 0c0-.47-.274-.706-.8-1.1l-.04-.03C7.686 4.015 7 3.502 7 2.5a.5.5 0 0 1 .5-.5m3.5.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.87l-.04-.03c-.526-.394-.8-.63-.8-1.1"/></svg>
</template>

CSS

.icon-drink-coffee-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%202.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.87L5.8%203.6c-.526-.394-.8-.63-.8-1.1M3.935%207A.935.935%200%200%200%203%207.935V12a6%206%200%200%200%2011.197%203H16a3%203%200%201%200%200-6h-1V7.935A.935.935%200%200%200%2014.065%207zM16%2014h-1.341A6%206%200%200%200%2015%2012v-2h1a2%202%200%201%201%200%204M7.5%202a.5.5%200%200%201%20.5.5c0%20.47.274.706.8%201.1l.04.03c.474.355%201.16.868%201.16%201.87a.5.5%200%200%201-1%200c0-.47-.274-.706-.8-1.1l-.04-.03C7.686%204.015%207%203.502%207%202.5a.5.5%200%200%201%20.5-.5m3.5.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.87l-.04-.03c-.526-.394-.8-.63-.8-1.1%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%202.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.87L5.8%203.6c-.526-.394-.8-.63-.8-1.1M3.935%207A.935.935%200%200%200%203%207.935V12a6%206%200%200%200%2011.197%203H16a3%203%200%201%200%200-6h-1V7.935A.935.935%200%200%200%2014.065%207zM16%2014h-1.341A6%206%200%200%200%2015%2012v-2h1a2%202%200%201%201%200%204M7.5%202a.5.5%200%200%201%20.5.5c0%20.47.274.706.8%201.1l.04.03c.474.355%201.16.868%201.16%201.87a.5.5%200%200%201-1%200c0-.47-.274-.706-.8-1.1l-.04-.03C7.686%204.015%207%203.502%207%202.5a.5.5%200%200%201%20.5-.5m3.5.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.87l-.04-.03c-.526-.394-.8-.63-.8-1.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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