cafe from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
cafe
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the cafe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 7.792A2.5 2.5 0 0 0 19.5 5.5L18 3H6L4.5 5.5A2.5 2.5 0 0 0 6 7.792m12 0A2.5 2.5 0 0 1 14.5 5.5a2.5 2.5 0 0 1-5 0A2.5 2.5 0 0 1 6 7.792m12 0V11M6 7.792V11m-3 1v5m0 0h2c1.414 0 2.121 0 2.56.44C8 17.878 8 18.585 8 20v1m-5-4v4m18-9v5m0 0h-2c-1.414 0-2.121 0-2.56.44C16 17.878 16 18.585 16 20v1m5-4v4M7 14h5m5 0h-5m0 0v7m0 0h-1m1 0h1"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCafe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M18 7.792A2.5 2.5 0 0 0 19.5 5.5L18 3H6L4.5 5.5A2.5 2.5 0 0 0 6 7.792m12 0A2.5 2.5 0 0 1 14.5 5.5a2.5 2.5 0 0 1-5 0A2.5 2.5 0 0 1 6 7.792m12 0V11M6 7.792V11m-3 1v5m0 0h2c1.414 0 2.121 0 2.56.44C8 17.878 8 18.585 8 20v1m-5-4v4m18-9v5m0 0h-2c-1.414 0-2.121 0-2.56.44C16 17.878 16 18.585 16 20v1m5-4v4M7 14h5m5 0h-5m0 0v7m0 0h-1m1 0h1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 7.792A2.5 2.5 0 0 0 19.5 5.5L18 3H6L4.5 5.5A2.5 2.5 0 0 0 6 7.792m12 0A2.5 2.5 0 0 1 14.5 5.5a2.5 2.5 0 0 1-5 0A2.5 2.5 0 0 1 6 7.792m12 0V11M6 7.792V11m-3 1v5m0 0h2c1.414 0 2.121 0 2.56.44C8 17.878 8 18.585 8 20v1m-5-4v4m18-9v5m0 0h-2c-1.414 0-2.121 0-2.56.44C16 17.878 16 18.585 16 20v1m5-4v4M7 14h5m5 0h-5m0 0v7m0 0h-1m1 0h1"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18%207.792A2.5%202.5%200%200%200%2019.5%205.5L18%203H6L4.5%205.5A2.5%202.5%200%200%200%206%207.792m12%200A2.5%202.5%200%200%201%2014.5%205.5a2.5%202.5%200%200%201-5%200A2.5%202.5%200%200%201%206%207.792m12%200V11M6%207.792V11m-3%201v5m0%200h2c1.414%200%202.121%200%202.56.44C8%2017.878%208%2018.585%208%2020v1m-5-4v4m18-9v5m0%200h-2c-1.414%200-2.121%200-2.56.44C16%2017.878%2016%2018.585%2016%2020v1m5-4v4M7%2014h5m5%200h-5m0%200v7m0%200h-1m1%200h1%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18%207.792A2.5%202.5%200%200%200%2019.5%205.5L18%203H6L4.5%205.5A2.5%202.5%200%200%200%206%207.792m12%200A2.5%202.5%200%200%201%2014.5%205.5a2.5%202.5%200%200%201-5%200A2.5%202.5%200%200%201%206%207.792m12%200V11M6%207.792V11m-3%201v5m0%200h2c1.414%200%202.121%200%202.56.44C8%2017.878%208%2018.585%208%2020v1m-5-4v4m18-9v5m0%200h-2c-1.414%200-2.121%200-2.56.44C16%2017.878%2016%2018.585%2016%2020v1m5-4v4M7%2014h5m5%200h-5m0%200v7m0%200h-1m1%200h1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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