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

Name
coffee-maker-outline
Set
Material Symbols Light
Style
Outline
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 .327-.221.548t-.548.221H9.269q-.327 0-.548-.221T8.5 5.154V4H6.615q-.269 0-.442.173T6 4.616v14.769q0 .269.173.442t.442.173h3.896q-.892-.54-1.452-1.395T8.5 16.538v-4h8v4q0 1.212-.56 2.067q-.56.854-1.451 1.395H19v1zm5.884-1.462q1.25 0 2.125-.875t.875-2.125v-3h-6v3q0 1.25.875 2.125t2.125.875m.54-9.768q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54t.54.229t.54-.23m-.54 3.768"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCoffeeMakerOutline(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 .327-.221.548t-.548.221H9.269q-.327 0-.548-.221T8.5 5.154V4H6.615q-.269 0-.442.173T6 4.616v14.769q0 .269.173.442t.442.173h3.896q-.892-.54-1.452-1.395T8.5 16.538v-4h8v4q0 1.212-.56 2.067q-.56.854-1.451 1.395H19v1zm5.884-1.462q1.25 0 2.125-.875t.875-2.125v-3h-6v3q0 1.25.875 2.125t2.125.875m.54-9.768q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54t.54.229t.54-.23m-.54 3.768"/></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 .327-.221.548t-.548.221H9.269q-.327 0-.548-.221T8.5 5.154V4H6.615q-.269 0-.442.173T6 4.616v14.769q0 .269.173.442t.442.173h3.896q-.892-.54-1.452-1.395T8.5 16.538v-4h8v4q0 1.212-.56 2.067q-.56.854-1.451 1.395H19v1zm5.884-1.462q1.25 0 2.125-.875t.875-2.125v-3h-6v3q0 1.25.875 2.125t2.125.875m.54-9.768q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54t.54.229t.54-.23m-.54 3.768"/></svg>
</template>

CSS

.icon-coffee-maker-outline {
  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.327-.221.548t-.548.221H9.269q-.327%200-.548-.221T8.5%205.154V4H6.615q-.269%200-.442.173T6%204.616v14.769q0%20.269.173.442t.442.173h3.896q-.892-.54-1.452-1.395T8.5%2016.538v-4h8v4q0%201.212-.56%202.067q-.56.854-1.451%201.395H19v1zm5.884-1.462q1.25%200%202.125-.875t.875-2.125v-3h-6v3q0%201.25.875%202.125t2.125.875m.54-9.768q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54t.54.229t.54-.23m-.54%203.768%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.327-.221.548t-.548.221H9.269q-.327%200-.548-.221T8.5%205.154V4H6.615q-.269%200-.442.173T6%204.616v14.769q0%20.269.173.442t.442.173h3.896q-.892-.54-1.452-1.395T8.5%2016.538v-4h8v4q0%201.212-.56%202.067q-.56.854-1.451%201.395H19v1zm5.884-1.462q1.25%200%202.125-.875t.875-2.125v-3h-6v3q0%201.25.875%202.125t2.125.875m.54-9.768q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54t.54.229t.54-.23m-.54%203.768%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-outline.svg?color=%231a73e8&size=48