coffee icon
coffee-sharp from Keyline Icons by Keyline Icons · Sharp · MIT Free for personal and commercial use.
- Name
- coffee-sharp
- Set
- Keyline Icons
- Style
- Sharp
- 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"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4 11L16 11L16 22L4 22L4 11ZM16 13L17 13C18.6569 13 20 14.3431 20 16C20 17.6569 18.6569 19 17 19L16 19M8.5 7L8.5 6C8.5 5.2131 8.8705 4.4721 9.5 4C10.1295 3.5279 10.5 2.7869 10.5 2L10.5 1M13.5 7L13.5 6C13.5 5.2131 13.8705 4.4721 14.5 4C15.1295 3.5279 15.5 2.7869 15.5 2L15.5 1"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsCoffeeSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M4 11L16 11L16 22L4 22L4 11ZM16 13L17 13C18.6569 13 20 14.3431 20 16C20 17.6569 18.6569 19 17 19L16 19M8.5 7L8.5 6C8.5 5.2131 8.8705 4.4721 9.5 4C10.1295 3.5279 10.5 2.7869 10.5 2L10.5 1M13.5 7L13.5 6C13.5 5.2131 13.8705 4.4721 14.5 4C15.1295 3.5279 15.5 2.7869 15.5 2L15.5 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4 11L16 11L16 22L4 22L4 11ZM16 13L17 13C18.6569 13 20 14.3431 20 16C20 17.6569 18.6569 19 17 19L16 19M8.5 7L8.5 6C8.5 5.2131 8.8705 4.4721 9.5 4C10.1295 3.5279 10.5 2.7869 10.5 2L10.5 1M13.5 7L13.5 6C13.5 5.2131 13.8705 4.4721 14.5 4C15.1295 3.5279 15.5 2.7869 15.5 2L15.5 1"/></svg> </template>
CSS
.icon-coffee-sharp {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4%2011L16%2011L16%2022L4%2022L4%2011ZM16%2013L17%2013C18.6569%2013%2020%2014.3431%2020%2016C20%2017.6569%2018.6569%2019%2017%2019L16%2019M8.5%207L8.5%206C8.5%205.2131%208.8705%204.4721%209.5%204C10.1295%203.5279%2010.5%202.7869%2010.5%202L10.5%201M13.5%207L13.5%206C13.5%205.2131%2013.8705%204.4721%2014.5%204C15.1295%203.5279%2015.5%202.7869%2015.5%202L15.5%201%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4%2011L16%2011L16%2022L4%2022L4%2011ZM16%2013L17%2013C18.6569%2013%2020%2014.3431%2020%2016C20%2017.6569%2018.6569%2019%2017%2019L16%2019M8.5%207L8.5%206C8.5%205.2131%208.8705%204.4721%209.5%204C10.1295%203.5279%2010.5%202.7869%2010.5%202L10.5%201M13.5%207L13.5%206C13.5%205.2131%2013.8705%204.4721%2014.5%204C15.1295%203.5279%2015.5%202.7869%2015.5%202L15.5%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/coffee-sharp.svg?color=%231a73e8&size=48