drink coffee icon
drink-coffee-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- drink-coffee-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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.1m10 5.435V9h1a3 3 0 1 1 0 6h-1.803A6 6 0 0 1 3 12V7.935C3 7.419 3.419 7 3.935 7h10.13c.517 0 .935.419.935.935M4 8v4a5 5 0 0 0 10 0V8zm11 4a6 6 0 0 1-.341 2H16a2 2 0 1 0 0-4h-1zM7.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 FluentDrinkCoffee20Regular(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.1m10 5.435V9h1a3 3 0 1 1 0 6h-1.803A6 6 0 0 1 3 12V7.935C3 7.419 3.419 7 3.935 7h10.13c.517 0 .935.419.935.935M4 8v4a5 5 0 0 0 10 0V8zm11 4a6 6 0 0 1-.341 2H16a2 2 0 1 0 0-4h-1zM7.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.1m10 5.435V9h1a3 3 0 1 1 0 6h-1.803A6 6 0 0 1 3 12V7.935C3 7.419 3.419 7 3.935 7h10.13c.517 0 .935.419.935.935M4 8v4a5 5 0 0 0 10 0V8zm11 4a6 6 0 0 1-.341 2H16a2 2 0 1 0 0-4h-1zM7.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-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%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.1m10%205.435V9h1a3%203%200%201%201%200%206h-1.803A6%206%200%200%201%203%2012V7.935C3%207.419%203.419%207%203.935%207h10.13c.517%200%20.935.419.935.935M4%208v4a5%205%200%200%200%2010%200V8zm11%204a6%206%200%200%201-.341%202H16a2%202%200%201%200%200-4h-1zM7.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.1m10%205.435V9h1a3%203%200%201%201%200%206h-1.803A6%206%200%200%201%203%2012V7.935C3%207.419%203.419%207%203.935%207h10.13c.517%200%20.935.419.935.935M4%208v4a5%205%200%200%200%2010%200V8zm11%204a6%206%200%200%201-.341%202H16a2%202%200%201%200%200-4h-1zM7.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-regular.svg?color=%231a73e8&size=48