coffee-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
coffee-rounded
Set
Material Symbols
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the coffee icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 18q-2.925 0-4.962-2.037T4 11V5q0-.825.588-1.412T6 3h12.5q1.45 0 2.475 1.025T22 6.5t-1.025 2.475T18.5 10H18v1q0 2.925-2.037 4.963T11 18M6 8h10V5H6zm12 0h.5q.625 0 1.063-.437T20 6.5t-.437-1.062T18.5 5H18zM5 21q-.425 0-.712-.288T4 20t.288-.712T5 19h14q.425 0 .713.288T20 20t-.288.713T19 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCoffeeRounded(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="M11 18q-2.925 0-4.962-2.037T4 11V5q0-.825.588-1.412T6 3h12.5q1.45 0 2.475 1.025T22 6.5t-1.025 2.475T18.5 10H18v1q0 2.925-2.037 4.963T11 18M6 8h10V5H6zm12 0h.5q.625 0 1.063-.437T20 6.5t-.437-1.062T18.5 5H18zM5 21q-.425 0-.712-.288T4 20t.288-.712T5 19h14q.425 0 .713.288T20 20t-.288.713T19 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 18q-2.925 0-4.962-2.037T4 11V5q0-.825.588-1.412T6 3h12.5q1.45 0 2.475 1.025T22 6.5t-1.025 2.475T18.5 10H18v1q0 2.925-2.037 4.963T11 18M6 8h10V5H6zm12 0h.5q.625 0 1.063-.437T20 6.5t-.437-1.062T18.5 5H18zM5 21q-.425 0-.712-.288T4 20t.288-.712T5 19h14q.425 0 .713.288T20 20t-.288.713T19 21z"/></svg>
</template>

CSS

.icon-coffee-rounded {
  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%22M11%2018q-2.925%200-4.962-2.037T4%2011V5q0-.825.588-1.412T6%203h12.5q1.45%200%202.475%201.025T22%206.5t-1.025%202.475T18.5%2010H18v1q0%202.925-2.037%204.963T11%2018M6%208h10V5H6zm12%200h.5q.625%200%201.063-.437T20%206.5t-.437-1.062T18.5%205H18zM5%2021q-.425%200-.712-.288T4%2020t.288-.712T5%2019h14q.425%200%20.713.288T20%2020t-.288.713T19%2021z%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%22M11%2018q-2.925%200-4.962-2.037T4%2011V5q0-.825.588-1.412T6%203h12.5q1.45%200%202.475%201.025T22%206.5t-1.025%202.475T18.5%2010H18v1q0%202.925-2.037%204.963T11%2018M6%208h10V5H6zm12%200h.5q.625%200%201.063-.437T20%206.5t-.437-1.062T18.5%205H18zM5%2021q-.425%200-.712-.288T4%2020t.288-.712T5%2019h14q.425%200%20.713.288T20%2020t-.288.713T19%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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