cafe from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
cafe
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More planning icons from Carbon

Use the cafe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 28h28v2H2zm22.5-17H8a2 2 0 0 0-2 2v8a5.006 5.006 0 0 0 5 5h8a5.006 5.006 0 0 0 5-5v-1h.5a4.5 4.5 0 0 0 0-9M22 21a3.003 3.003 0 0 1-3 3h-8a3.003 3.003 0 0 1-3-3v-8h14Zm2.5-3H24v-5h.5a2.5 2.5 0 0 1 0 5M19 9h-2v-.146a1.99 1.99 0 0 0-1.105-1.789L13.21 5.724A3.98 3.98 0 0 1 11 2.146V1h2v1.146a1.99 1.99 0 0 0 1.106 1.789l2.683 1.341A3.98 3.98 0 0 1 19 8.854Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonCafe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 28h28v2H2zm22.5-17H8a2 2 0 0 0-2 2v8a5.006 5.006 0 0 0 5 5h8a5.006 5.006 0 0 0 5-5v-1h.5a4.5 4.5 0 0 0 0-9M22 21a3.003 3.003 0 0 1-3 3h-8a3.003 3.003 0 0 1-3-3v-8h14Zm2.5-3H24v-5h.5a2.5 2.5 0 0 1 0 5M19 9h-2v-.146a1.99 1.99 0 0 0-1.105-1.789L13.21 5.724A3.98 3.98 0 0 1 11 2.146V1h2v1.146a1.99 1.99 0 0 0 1.106 1.789l2.683 1.341A3.98 3.98 0 0 1 19 8.854Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 28h28v2H2zm22.5-17H8a2 2 0 0 0-2 2v8a5.006 5.006 0 0 0 5 5h8a5.006 5.006 0 0 0 5-5v-1h.5a4.5 4.5 0 0 0 0-9M22 21a3.003 3.003 0 0 1-3 3h-8a3.003 3.003 0 0 1-3-3v-8h14Zm2.5-3H24v-5h.5a2.5 2.5 0 0 1 0 5M19 9h-2v-.146a1.99 1.99 0 0 0-1.105-1.789L13.21 5.724A3.98 3.98 0 0 1 11 2.146V1h2v1.146a1.99 1.99 0 0 0 1.106 1.789l2.683 1.341A3.98 3.98 0 0 1 19 8.854Z"/></svg>
</template>

CSS

.icon-cafe {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2028h28v2H2zm22.5-17H8a2%202%200%200%200-2%202v8a5.006%205.006%200%200%200%205%205h8a5.006%205.006%200%200%200%205-5v-1h.5a4.5%204.5%200%200%200%200-9M22%2021a3.003%203.003%200%200%201-3%203h-8a3.003%203.003%200%200%201-3-3v-8h14Zm2.5-3H24v-5h.5a2.5%202.5%200%200%201%200%205M19%209h-2v-.146a1.99%201.99%200%200%200-1.105-1.789L13.21%205.724A3.98%203.98%200%200%201%2011%202.146V1h2v1.146a1.99%201.99%200%200%200%201.106%201.789l2.683%201.341A3.98%203.98%200%200%201%2019%208.854Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2028h28v2H2zm22.5-17H8a2%202%200%200%200-2%202v8a5.006%205.006%200%200%200%205%205h8a5.006%205.006%200%200%200%205-5v-1h.5a4.5%204.5%200%200%200%200-9M22%2021a3.003%203.003%200%200%201-3%203h-8a3.003%203.003%200%200%201-3-3v-8h14Zm2.5-3H24v-5h.5a2.5%202.5%200%200%201%200%205M19%209h-2v-.146a1.99%201.99%200%200%200-1.105-1.789L13.21%205.724A3.98%203.98%200%200%201%2011%202.146V1h2v1.146a1.99%201.99%200%200%200%201.106%201.789l2.683%201.341A3.98%203.98%200%200%201%2019%208.854Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/cafe.svg?color=%231a73e8&size=48