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

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

5 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

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.25 17.23q-2.579 0-4.414-1.729Q5 13.771 5 11.231V5q0-.402.299-.701T6 4h12.25q1.14 0 1.945.766Q21 5.53 21 6.654q0 1.179-.794 2.012T18.25 9.5h-.942v1.73q0 2.508-1.769 4.254q-1.768 1.747-4.289 1.747M6 8.5h10.308V5H6zm5.25 7.73q2.114 0 3.585-1.452q1.473-1.453 1.473-3.547V9.5H6v1.73q0 2.114 1.549 3.558t3.701 1.443M17.308 8.5h.942q.74 0 1.245-.538T20 6.654q0-.702-.524-1.178T18.25 5h-.942zM5.5 20q-.213 0-.356-.144T5 19.499t.144-.356T5.5 19h13q.213 0 .356.144t.144.357t-.144.356T18.5 20zm5.654-10.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCoffeeOutlineRounded(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.25 17.23q-2.579 0-4.414-1.729Q5 13.771 5 11.231V5q0-.402.299-.701T6 4h12.25q1.14 0 1.945.766Q21 5.53 21 6.654q0 1.179-.794 2.012T18.25 9.5h-.942v1.73q0 2.508-1.769 4.254q-1.768 1.747-4.289 1.747M6 8.5h10.308V5H6zm5.25 7.73q2.114 0 3.585-1.452q1.473-1.453 1.473-3.547V9.5H6v1.73q0 2.114 1.549 3.558t3.701 1.443M17.308 8.5h.942q.74 0 1.245-.538T20 6.654q0-.702-.524-1.178T18.25 5h-.942zM5.5 20q-.213 0-.356-.144T5 19.499t.144-.356T5.5 19h13q.213 0 .356.144t.144.357t-.144.356T18.5 20zm5.654-10.5"/></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.25 17.23q-2.579 0-4.414-1.729Q5 13.771 5 11.231V5q0-.402.299-.701T6 4h12.25q1.14 0 1.945.766Q21 5.53 21 6.654q0 1.179-.794 2.012T18.25 9.5h-.942v1.73q0 2.508-1.769 4.254q-1.768 1.747-4.289 1.747M6 8.5h10.308V5H6zm5.25 7.73q2.114 0 3.585-1.452q1.473-1.453 1.473-3.547V9.5H6v1.73q0 2.114 1.549 3.558t3.701 1.443M17.308 8.5h.942q.74 0 1.245-.538T20 6.654q0-.702-.524-1.178T18.25 5h-.942zM5.5 20q-.213 0-.356-.144T5 19.499t.144-.356T5.5 19h13q.213 0 .356.144t.144.357t-.144.356T18.5 20zm5.654-10.5"/></svg>
</template>

CSS

.icon-coffee-outline-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.25%2017.23q-2.579%200-4.414-1.729Q5%2013.771%205%2011.231V5q0-.402.299-.701T6%204h12.25q1.14%200%201.945.766Q21%205.53%2021%206.654q0%201.179-.794%202.012T18.25%209.5h-.942v1.73q0%202.508-1.769%204.254q-1.768%201.747-4.289%201.747M6%208.5h10.308V5H6zm5.25%207.73q2.114%200%203.585-1.452q1.473-1.453%201.473-3.547V9.5H6v1.73q0%202.114%201.549%203.558t3.701%201.443M17.308%208.5h.942q.74%200%201.245-.538T20%206.654q0-.702-.524-1.178T18.25%205h-.942zM5.5%2020q-.213%200-.356-.144T5%2019.499t.144-.356T5.5%2019h13q.213%200%20.356.144t.144.357t-.144.356T18.5%2020zm5.654-10.5%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.25%2017.23q-2.579%200-4.414-1.729Q5%2013.771%205%2011.231V5q0-.402.299-.701T6%204h12.25q1.14%200%201.945.766Q21%205.53%2021%206.654q0%201.179-.794%202.012T18.25%209.5h-.942v1.73q0%202.508-1.769%204.254q-1.768%201.747-4.289%201.747M6%208.5h10.308V5H6zm5.25%207.73q2.114%200%203.585-1.452q1.473-1.453%201.473-3.547V9.5H6v1.73q0%202.114%201.549%203.558t3.701%201.443M17.308%208.5h.942q.74%200%201.245-.538T20%206.654q0-.702-.524-1.178T18.25%205h-.942zM5.5%2020q-.213%200-.356-.144T5%2019.499t.144-.356T5.5%2019h13q.213%200%20.356.144t.144.357t-.144.356T18.5%2020zm5.654-10.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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