coffee maker icon
coffee-maker-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- coffee-maker-rounded
- Set
- Material Symbols Light
- Style
- 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 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 3H18.5q.214 0 .357.143T19 3.5t-.143.357T18.5 4h-2v1.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-2.384q0-.671.472-1.144t1.144-.472h4.768q.672 0 1.144.472q.472.473.472 1.144v2.385q0 1.211-.56 2.066T14.49 20h4.01q.214 0 .357.143T19 20.5t-.143.357T18.5 21zM13.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 MaterialSymbolsLightCoffeeMakerRounded(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 3H18.5q.214 0 .357.143T19 3.5t-.143.357T18.5 4h-2v1.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-2.384q0-.671.472-1.144t1.144-.472h4.768q.672 0 1.144.472q.472.473.472 1.144v2.385q0 1.211-.56 2.066T14.49 20h4.01q.214 0 .357.143T19 20.5t-.143.357T18.5 21zM13.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 3H18.5q.214 0 .357.143T19 3.5t-.143.357T18.5 4h-2v1.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-2.384q0-.671.472-1.144t1.144-.472h4.768q.672 0 1.144.472q.472.473.472 1.144v2.385q0 1.211-.56 2.066T14.49 20h4.01q.214 0 .357.143T19 20.5t-.143.357T18.5 21zM13.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-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%22M6.616%2021q-.691%200-1.153-.462T5%2019.385V4.615q0-.69.463-1.152T6.616%203H18.5q.214%200%20.357.143T19%203.5t-.143.357T18.5%204h-2v1.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-2.384q0-.671.472-1.144t1.144-.472h4.768q.672%200%201.144.472q.472.473.472%201.144v2.385q0%201.211-.56%202.066T14.49%2020h4.01q.214%200%20.357.143T19%2020.5t-.143.357T18.5%2021zM13.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%203H18.5q.214%200%20.357.143T19%203.5t-.143.357T18.5%204h-2v1.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-2.384q0-.671.472-1.144t1.144-.472h4.768q.672%200%201.144.472q.472.473.472%201.144v2.385q0%201.211-.56%202.066T14.49%2020h4.01q.214%200%20.357.143T19%2020.5t-.143.357T18.5%2021zM13.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-rounded.svg?color=%231a73e8&size=48