coffee-maker from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
coffee-maker
Set
Material Symbols Light
Style
Regular
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 maker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.616 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3H19v1h-2.5v1.154q0 .329-.22.549t-.55.22H9.27q-.33 0-.55-.22t-.22-.55V4H6.616q-.27 0-.443.173T6 4.616v14.769q0 .269.173.442t.443.173h3.896q-.893-.54-1.453-1.395q-.559-.855-.559-2.067v-4h8v4q0 1.212-.56 2.067q-.56.854-1.451 1.395H19v1zM13.04 9.77q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54t.54.229t.54-.23"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCoffeeMaker(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="M6.616 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3H19v1h-2.5v1.154q0 .329-.22.549t-.55.22H9.27q-.33 0-.55-.22t-.22-.55V4H6.616q-.27 0-.443.173T6 4.616v14.769q0 .269.173.442t.443.173h3.896q-.893-.54-1.453-1.395q-.559-.855-.559-2.067v-4h8v4q0 1.212-.56 2.067q-.56.854-1.451 1.395H19v1zM13.04 9.77q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54t.54.229t.54-.23"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.616 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3H19v1h-2.5v1.154q0 .329-.22.549t-.55.22H9.27q-.33 0-.55-.22t-.22-.55V4H6.616q-.27 0-.443.173T6 4.616v14.769q0 .269.173.442t.443.173h3.896q-.893-.54-1.453-1.395q-.559-.855-.559-2.067v-4h8v4q0 1.212-.56 2.067q-.56.854-1.451 1.395H19v1zM13.04 9.77q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54t.54.229t.54-.23"/></svg>
</template>

CSS

.icon-coffee-maker {
  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%22M6.616%2021q-.691%200-1.153-.462T5%2019.385V4.615q0-.69.463-1.152T6.616%203H19v1h-2.5v1.154q0%20.329-.22.549t-.55.22H9.27q-.33%200-.55-.22t-.22-.55V4H6.616q-.27%200-.443.173T6%204.616v14.769q0%20.269.173.442t.443.173h3.896q-.893-.54-1.453-1.395q-.559-.855-.559-2.067v-4h8v4q0%201.212-.56%202.067q-.56.854-1.451%201.395H19v1zM13.04%209.77q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54t.54.229t.54-.23%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%22M6.616%2021q-.691%200-1.153-.462T5%2019.385V4.615q0-.69.463-1.152T6.616%203H19v1h-2.5v1.154q0%20.329-.22.549t-.55.22H9.27q-.33%200-.55-.22t-.22-.55V4H6.616q-.27%200-.443.173T6%204.616v14.769q0%20.269.173.442t.443.173h3.896q-.893-.54-1.453-1.395q-.559-.855-.559-2.067v-4h8v4q0%201.212-.56%202.067q-.56.854-1.451%201.395H19v1zM13.04%209.77q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54t.54.229t.54-.23%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-maker.svg?color=%231a73e8&size=48