drink coffee icon
drink-coffee-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- drink-coffee-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- 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="M3 .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.87L3.8 1.6C3.274 1.206 3 .97 3 .5m3 0a.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.87L6.8 1.6C6.274 1.206 6 .97 6 .5M8.5 0a.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-.03C8.686 2.015 8 1.502 8 .5a.5.5 0 0 1 .5-.5M2 5.891C2 5.4 2.399 5 2.891 5h9.218c.492 0 .891.399.891.891V6h.5a2.5 2.5 0 0 1 0 5h-.707A5.5 5.5 0 0 1 2 9.5zM12.978 10h.522a1.5 1.5 0 0 0 0-3H13v2.5q0 .253-.022.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentDrinkCoffee16Filled(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="M3 .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.87L3.8 1.6C3.274 1.206 3 .97 3 .5m3 0a.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.87L6.8 1.6C6.274 1.206 6 .97 6 .5M8.5 0a.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-.03C8.686 2.015 8 1.502 8 .5a.5.5 0 0 1 .5-.5M2 5.891C2 5.4 2.399 5 2.891 5h9.218c.492 0 .891.399.891.891V6h.5a2.5 2.5 0 0 1 0 5h-.707A5.5 5.5 0 0 1 2 9.5zM12.978 10h.522a1.5 1.5 0 0 0 0-3H13v2.5q0 .253-.022.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3 .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.87L3.8 1.6C3.274 1.206 3 .97 3 .5m3 0a.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.87L6.8 1.6C6.274 1.206 6 .97 6 .5M8.5 0a.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-.03C8.686 2.015 8 1.502 8 .5a.5.5 0 0 1 .5-.5M2 5.891C2 5.4 2.399 5 2.891 5h9.218c.492 0 .891.399.891.891V6h.5a2.5 2.5 0 0 1 0 5h-.707A5.5 5.5 0 0 1 2 9.5zM12.978 10h.522a1.5 1.5 0 0 0 0-3H13v2.5q0 .253-.022.5"/></svg> </template>
CSS
.icon-drink-coffee-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%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.87L3.8%201.6C3.274%201.206%203%20.97%203%20.5m3%200a.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.87L6.8%201.6C6.274%201.206%206%20.97%206%20.5M8.5%200a.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-.03C8.686%202.015%208%201.502%208%20.5a.5.5%200%200%201%20.5-.5M2%205.891C2%205.4%202.399%205%202.891%205h9.218c.492%200%20.891.399.891.891V6h.5a2.5%202.5%200%200%201%200%205h-.707A5.5%205.5%200%200%201%202%209.5zM12.978%2010h.522a1.5%201.5%200%200%200%200-3H13v2.5q0%20.253-.022.5%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%22M3%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.87L3.8%201.6C3.274%201.206%203%20.97%203%20.5m3%200a.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.87L6.8%201.6C6.274%201.206%206%20.97%206%20.5M8.5%200a.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-.03C8.686%202.015%208%201.502%208%20.5a.5.5%200%200%201%20.5-.5M2%205.891C2%205.4%202.399%205%202.891%205h9.218c.492%200%20.891.399.891.891V6h.5a2.5%202.5%200%200%201%200%205h-.707A5.5%205.5%200%200%201%202%209.5zM12.978%2010h.522a1.5%201.5%200%200%200%200-3H13v2.5q0%20.253-.022.5%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-filled.svg?color=%231a73e8&size=48