coffee icon
coffee-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.
- Name
- coffee-duotone
- Set
- Keyline Icons
- Style
- Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
coffeeAkar Iconscoffee-outlinedAnt Design IconscoffeeBoxIcons v2coffeeBoxIcons v2 SolidcoffeeCodiconscoffeeElement PluscoffeeFont Awesome SolidcoffeeFeather Iconscoffeecss.ggcoffeeHumbleiconscoffeeIonIconscoffeeJam IconscoffeeLine AwesomecoffeeMaterial Line IconscoffeeLucidecoffeeMaterial Icon ThemecoffeeMaterial SymbolscoffeeMaterial Symbols LightcoffeeMaterial Design IconscoffeeMyna UI IconscoffeePhosphorcoffeePixelarticonscoffeeTabler IconscoffeeUnicons
Use the coffee icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-opacity=".4" d="M16 13L17 13C18.6569 13 20 14.3431 20 16C20 17.6569 18.6569 19 17 19L16 19"/><path fill="currentColor" fill-rule="evenodd" d="M5 10L15 10C16.1046 10 17 10.8954 17 12L17 19C17 21.2091 15.2091 23 13 23L7 23C4.7909 23 3 21.2091 3 19L3 12C3 10.8954 3.8954 10 5 10Z" clip-rule="evenodd" stroke="none"/><path d="M8.5 6C8.5 5.2131 8.8705 4.4721 9.5 4C10.1295 3.5279 10.5 2.7869 10.5 2M13.5 6C13.5 5.2131 13.8705 4.4721 14.5 4C15.1295 3.5279 15.5 2.7869 15.5 2"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsCoffeeDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path strokeOpacity=".4" d="M16 13L17 13C18.6569 13 20 14.3431 20 16C20 17.6569 18.6569 19 17 19L16 19"/><path fill="currentColor" fillRule="evenodd" d="M5 10L15 10C16.1046 10 17 10.8954 17 12L17 19C17 21.2091 15.2091 23 13 23L7 23C4.7909 23 3 21.2091 3 19L3 12C3 10.8954 3.8954 10 5 10Z" clipRule="evenodd" stroke="none"/><path d="M8.5 6C8.5 5.2131 8.8705 4.4721 9.5 4C10.1295 3.5279 10.5 2.7869 10.5 2M13.5 6C13.5 5.2131 13.8705 4.4721 14.5 4C15.1295 3.5279 15.5 2.7869 15.5 2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-opacity=".4" d="M16 13L17 13C18.6569 13 20 14.3431 20 16C20 17.6569 18.6569 19 17 19L16 19"/><path fill="currentColor" fill-rule="evenodd" d="M5 10L15 10C16.1046 10 17 10.8954 17 12L17 19C17 21.2091 15.2091 23 13 23L7 23C4.7909 23 3 21.2091 3 19L3 12C3 10.8954 3.8954 10 5 10Z" clip-rule="evenodd" stroke="none"/><path d="M8.5 6C8.5 5.2131 8.8705 4.4721 9.5 4C10.1295 3.5279 10.5 2.7869 10.5 2M13.5 6C13.5 5.2131 13.8705 4.4721 14.5 4C15.1295 3.5279 15.5 2.7869 15.5 2"/></g></svg> </template>
CSS
.icon-coffee-duotone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M16%2013L17%2013C18.6569%2013%2020%2014.3431%2020%2016C20%2017.6569%2018.6569%2019%2017%2019L16%2019%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5%2010L15%2010C16.1046%2010%2017%2010.8954%2017%2012L17%2019C17%2021.2091%2015.2091%2023%2013%2023L7%2023C4.7909%2023%203%2021.2091%203%2019L3%2012C3%2010.8954%203.8954%2010%205%2010Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M8.5%206C8.5%205.2131%208.8705%204.4721%209.5%204C10.1295%203.5279%2010.5%202.7869%2010.5%202M13.5%206C13.5%205.2131%2013.8705%204.4721%2014.5%204C15.1295%203.5279%2015.5%202.7869%2015.5%202%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M16%2013L17%2013C18.6569%2013%2020%2014.3431%2020%2016C20%2017.6569%2018.6569%2019%2017%2019L16%2019%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5%2010L15%2010C16.1046%2010%2017%2010.8954%2017%2012L17%2019C17%2021.2091%2015.2091%2023%2013%2023L7%2023C4.7909%2023%203%2021.2091%203%2019L3%2012C3%2010.8954%203.8954%2010%205%2010Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M8.5%206C8.5%205.2131%208.8705%204.4721%209.5%204C10.1295%203.5279%2010.5%202.7869%2010.5%202M13.5%206C13.5%205.2131%2013.8705%204.4721%2014.5%204C15.1295%203.5279%2015.5%202.7869%2015.5%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/coffee-duotone.svg?color=%231a73e8&size=48