coffee-off-outline from Material Design Icons by Pictogrammers · Outline · Food / Drink · Apache-2.0 Free for personal and commercial use.

Name
coffee-off-outline
Set
Material Design Icons
Style
Outline
Category
Food / Drink
Viewbox
24×24
License
Apache 2.0
Aliases
drink-off-outline, free-breakfast-off-outline, local-cafe-off-outline, tea-off-outline

1 other variant in Material Design Icons

The same icon in other sets

More food / drink icons from Material Design Icons

Use the coffee off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2 3.27l2 2V13c0 2.21 1.79 4 4 4h6c.5 0 1-.11 1.44-.29L17.73 19H2v2h17.73l.99 1L22 20.72L3.27 2zM8 15c-1.1 0-2-.9-2-2V7.27L13.73 15zM20 3H6.81l2 2H16v7.19l1.85 1.85c.09-.34.15-.68.15-1.04v-3h2c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 5h-2V5h2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCoffeeOffOutline(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="m2 3.27l2 2V13c0 2.21 1.79 4 4 4h6c.5 0 1-.11 1.44-.29L17.73 19H2v2h17.73l.99 1L22 20.72L3.27 2zM8 15c-1.1 0-2-.9-2-2V7.27L13.73 15zM20 3H6.81l2 2H16v7.19l1.85 1.85c.09-.34.15-.68.15-1.04v-3h2c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 5h-2V5h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2 3.27l2 2V13c0 2.21 1.79 4 4 4h6c.5 0 1-.11 1.44-.29L17.73 19H2v2h17.73l.99 1L22 20.72L3.27 2zM8 15c-1.1 0-2-.9-2-2V7.27L13.73 15zM20 3H6.81l2 2H16v7.19l1.85 1.85c.09-.34.15-.68.15-1.04v-3h2c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 5h-2V5h2z"/></svg>
</template>

CSS

.icon-coffee-off-outline {
  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%22m2%203.27l2%202V13c0%202.21%201.79%204%204%204h6c.5%200%201-.11%201.44-.29L17.73%2019H2v2h17.73l.99%201L22%2020.72L3.27%202zM8%2015c-1.1%200-2-.9-2-2V7.27L13.73%2015zM20%203H6.81l2%202H16v7.19l1.85%201.85c.09-.34.15-.68.15-1.04v-3h2c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2m0%205h-2V5h2z%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%22m2%203.27l2%202V13c0%202.21%201.79%204%204%204h6c.5%200%201-.11%201.44-.29L17.73%2019H2v2h17.73l.99%201L22%2020.72L3.27%202zM8%2015c-1.1%200-2-.9-2-2V7.27L13.73%2015zM20%203H6.81l2%202H16v7.19l1.85%201.85c.09-.34.15-.68.15-1.04v-3h2c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2m0%205h-2V5h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/coffee-off-outline.svg?color=%231a73e8&size=48