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

Name
drink-coffee-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M5.5 2.75a.75.75 0 0 0-1.5 0c0 1.27.928 1.917 1.506 2.32l.064.044c.68.476.93.705.93 1.136a.75.75 0 0 0 1.5 0c0-1.27-.928-1.917-1.506-2.32l-.064-.044C5.75 3.41 5.5 3.18 5.5 2.75M3 9.821A1.82 1.82 0 0 1 4.821 8H17.18A1.82 1.82 0 0 1 19 9.821v.679h.75a3.25 3.25 0 0 1 0 6.5h-1.331A8.003 8.003 0 0 1 3 14zm14.5 0a.32.32 0 0 0-.321-.321H4.82a.32.32 0 0 0-.321.321V14a6.5 6.5 0 1 0 13 0zM19.75 12H19v2a8 8 0 0 1-.14 1.5h.89a1.75 1.75 0 1 0 0-3.5m-11-10a.75.75 0 0 1 .75.75c0 .431.25.66.93 1.136l.064.044C11.072 4.333 12 4.98 12 6.25a.75.75 0 0 1-1.5 0c0-.431-.25-.66-.93-1.136l-.064-.044C8.928 4.667 8 4.02 8 2.75A.75.75 0 0 1 8.75 2m4.75.75a.75.75 0 0 0-1.5 0c0 1.27.928 1.917 1.506 2.32l.064.044c.68.476.93.705.93 1.136a.75.75 0 0 0 1.5 0c0-1.27-.928-1.917-1.506-2.32l-.064-.044c-.68-.476-.93-.705-.93-1.136"/></svg>

React

import type { SVGProps } from "react";

export function FluentDrinkCoffee24Regular(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" d="M5.5 2.75a.75.75 0 0 0-1.5 0c0 1.27.928 1.917 1.506 2.32l.064.044c.68.476.93.705.93 1.136a.75.75 0 0 0 1.5 0c0-1.27-.928-1.917-1.506-2.32l-.064-.044C5.75 3.41 5.5 3.18 5.5 2.75M3 9.821A1.82 1.82 0 0 1 4.821 8H17.18A1.82 1.82 0 0 1 19 9.821v.679h.75a3.25 3.25 0 0 1 0 6.5h-1.331A8.003 8.003 0 0 1 3 14zm14.5 0a.32.32 0 0 0-.321-.321H4.82a.32.32 0 0 0-.321.321V14a6.5 6.5 0 1 0 13 0zM19.75 12H19v2a8 8 0 0 1-.14 1.5h.89a1.75 1.75 0 1 0 0-3.5m-11-10a.75.75 0 0 1 .75.75c0 .431.25.66.93 1.136l.064.044C11.072 4.333 12 4.98 12 6.25a.75.75 0 0 1-1.5 0c0-.431-.25-.66-.93-1.136l-.064-.044C8.928 4.667 8 4.02 8 2.75A.75.75 0 0 1 8.75 2m4.75.75a.75.75 0 0 0-1.5 0c0 1.27.928 1.917 1.506 2.32l.064.044c.68.476.93.705.93 1.136a.75.75 0 0 0 1.5 0c0-1.27-.928-1.917-1.506-2.32l-.064-.044c-.68-.476-.93-.705-.93-1.136"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 2.75a.75.75 0 0 0-1.5 0c0 1.27.928 1.917 1.506 2.32l.064.044c.68.476.93.705.93 1.136a.75.75 0 0 0 1.5 0c0-1.27-.928-1.917-1.506-2.32l-.064-.044C5.75 3.41 5.5 3.18 5.5 2.75M3 9.821A1.82 1.82 0 0 1 4.821 8H17.18A1.82 1.82 0 0 1 19 9.821v.679h.75a3.25 3.25 0 0 1 0 6.5h-1.331A8.003 8.003 0 0 1 3 14zm14.5 0a.32.32 0 0 0-.321-.321H4.82a.32.32 0 0 0-.321.321V14a6.5 6.5 0 1 0 13 0zM19.75 12H19v2a8 8 0 0 1-.14 1.5h.89a1.75 1.75 0 1 0 0-3.5m-11-10a.75.75 0 0 1 .75.75c0 .431.25.66.93 1.136l.064.044C11.072 4.333 12 4.98 12 6.25a.75.75 0 0 1-1.5 0c0-.431-.25-.66-.93-1.136l-.064-.044C8.928 4.667 8 4.02 8 2.75A.75.75 0 0 1 8.75 2m4.75.75a.75.75 0 0 0-1.5 0c0 1.27.928 1.917 1.506 2.32l.064.044c.68.476.93.705.93 1.136a.75.75 0 0 0 1.5 0c0-1.27-.928-1.917-1.506-2.32l-.064-.044c-.68-.476-.93-.705-.93-1.136"/></svg>
</template>

CSS

.icon-drink-coffee-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%202.75a.75.75%200%200%200-1.5%200c0%201.27.928%201.917%201.506%202.32l.064.044c.68.476.93.705.93%201.136a.75.75%200%200%200%201.5%200c0-1.27-.928-1.917-1.506-2.32l-.064-.044C5.75%203.41%205.5%203.18%205.5%202.75M3%209.821A1.82%201.82%200%200%201%204.821%208H17.18A1.82%201.82%200%200%201%2019%209.821v.679h.75a3.25%203.25%200%200%201%200%206.5h-1.331A8.003%208.003%200%200%201%203%2014zm14.5%200a.32.32%200%200%200-.321-.321H4.82a.32.32%200%200%200-.321.321V14a6.5%206.5%200%201%200%2013%200zM19.75%2012H19v2a8%208%200%200%201-.14%201.5h.89a1.75%201.75%200%201%200%200-3.5m-11-10a.75.75%200%200%201%20.75.75c0%20.431.25.66.93%201.136l.064.044C11.072%204.333%2012%204.98%2012%206.25a.75.75%200%200%201-1.5%200c0-.431-.25-.66-.93-1.136l-.064-.044C8.928%204.667%208%204.02%208%202.75A.75.75%200%200%201%208.75%202m4.75.75a.75.75%200%200%200-1.5%200c0%201.27.928%201.917%201.506%202.32l.064.044c.68.476.93.705.93%201.136a.75.75%200%200%200%201.5%200c0-1.27-.928-1.917-1.506-2.32l-.064-.044c-.68-.476-.93-.705-.93-1.136%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%20d%3D%22M5.5%202.75a.75.75%200%200%200-1.5%200c0%201.27.928%201.917%201.506%202.32l.064.044c.68.476.93.705.93%201.136a.75.75%200%200%200%201.5%200c0-1.27-.928-1.917-1.506-2.32l-.064-.044C5.75%203.41%205.5%203.18%205.5%202.75M3%209.821A1.82%201.82%200%200%201%204.821%208H17.18A1.82%201.82%200%200%201%2019%209.821v.679h.75a3.25%203.25%200%200%201%200%206.5h-1.331A8.003%208.003%200%200%201%203%2014zm14.5%200a.32.32%200%200%200-.321-.321H4.82a.32.32%200%200%200-.321.321V14a6.5%206.5%200%201%200%2013%200zM19.75%2012H19v2a8%208%200%200%201-.14%201.5h.89a1.75%201.75%200%201%200%200-3.5m-11-10a.75.75%200%200%201%20.75.75c0%20.431.25.66.93%201.136l.064.044C11.072%204.333%2012%204.98%2012%206.25a.75.75%200%200%201-1.5%200c0-.431-.25-.66-.93-1.136l-.064-.044C8.928%204.667%208%204.02%208%202.75A.75.75%200%200%201%208.75%202m4.75.75a.75.75%200%200%200-1.5%200c0%201.27.928%201.917%201.506%202.32l.064.044c.68.476.93.705.93%201.136a.75.75%200%200%200%201.5%200c0-1.27-.928-1.917-1.506-2.32l-.064-.044c-.68-.476-.93-.705-.93-1.136%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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