coffee from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.

Name
coffee
Set
Keyline Icons
Style
Stroke
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the coffee 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="2" d="M5 11L15 11C15.5523 11 16 11.4477 16 12L16 19C16 20.6569 14.6569 22 13 22L7 22C5.3431 22 4 20.6569 4 19L4 12C4 11.4477 4.4477 11 5 11ZM16 13L17 13C18.6569 13 20 14.3431 20 16C20 17.6569 18.6569 19 17 19L16 19M8.5 6C8.5 5.2131 8.8705 4.4721 9.5 4C10.1295 3.5279 10.5 2.7869 10.5 2M13.5 6C13.5 5.2131 13.8705 4.4721 14.5 4C15.1295 3.5279 15.5 2.7869 15.5 2"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsCoffee(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="2" d="M5 11L15 11C15.5523 11 16 11.4477 16 12L16 19C16 20.6569 14.6569 22 13 22L7 22C5.3431 22 4 20.6569 4 19L4 12C4 11.4477 4.4477 11 5 11ZM16 13L17 13C18.6569 13 20 14.3431 20 16C20 17.6569 18.6569 19 17 19L16 19M8.5 6C8.5 5.2131 8.8705 4.4721 9.5 4C10.1295 3.5279 10.5 2.7869 10.5 2M13.5 6C13.5 5.2131 13.8705 4.4721 14.5 4C15.1295 3.5279 15.5 2.7869 15.5 2"/></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="2" d="M5 11L15 11C15.5523 11 16 11.4477 16 12L16 19C16 20.6569 14.6569 22 13 22L7 22C5.3431 22 4 20.6569 4 19L4 12C4 11.4477 4.4477 11 5 11ZM16 13L17 13C18.6569 13 20 14.3431 20 16C20 17.6569 18.6569 19 17 19L16 19M8.5 6C8.5 5.2131 8.8705 4.4721 9.5 4C10.1295 3.5279 10.5 2.7869 10.5 2M13.5 6C13.5 5.2131 13.8705 4.4721 14.5 4C15.1295 3.5279 15.5 2.7869 15.5 2"/></svg>
</template>

CSS

.icon-coffee {
  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%222%22%20d%3D%22M5%2011L15%2011C15.5523%2011%2016%2011.4477%2016%2012L16%2019C16%2020.6569%2014.6569%2022%2013%2022L7%2022C5.3431%2022%204%2020.6569%204%2019L4%2012C4%2011.4477%204.4477%2011%205%2011ZM16%2013L17%2013C18.6569%2013%2020%2014.3431%2020%2016C20%2017.6569%2018.6569%2019%2017%2019L16%2019M8.5%206C8.5%205.2131%208.8705%204.4721%209.5%204C10.1295%203.5279%2010.5%202.7869%2010.5%202M13.5%206C13.5%205.2131%2013.8705%204.4721%2014.5%204C15.1295%203.5279%2015.5%202.7869%2015.5%202%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%222%22%20d%3D%22M5%2011L15%2011C15.5523%2011%2016%2011.4477%2016%2012L16%2019C16%2020.6569%2014.6569%2022%2013%2022L7%2022C5.3431%2022%204%2020.6569%204%2019L4%2012C4%2011.4477%204.4477%2011%205%2011ZM16%2013L17%2013C18.6569%2013%2020%2014.3431%2020%2016C20%2017.6569%2018.6569%2019%2017%2019L16%2019M8.5%206C8.5%205.2131%208.8705%204.4721%209.5%204C10.1295%203.5279%2010.5%202.7869%2010.5%202M13.5%206C13.5%205.2131%2013.8705%204.4721%2014.5%204C15.1295%203.5279%2015.5%202.7869%2015.5%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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