coffee icon
coffee from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- coffee
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Jam Icons
Use the coffee icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -2 24 24"><path fill="currentColor" d="M1.232 4.976A1.5 1.5 0 0 1 1.5 2H2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2h.5a1.5 1.5 0 0 1 .268 2.976l-.448 3.805a2 2 0 0 1 .399 1.467l-.5 4a2 2 0 0 1-.693 1.279l-.422 3.59a1 1 0 0 1-.993.883H3.889a1 1 0 0 1-.993-.883l-.422-3.59a2 2 0 0 1-.693-1.279l-.5-4a2 2 0 0 1 .4-1.467zM3.25 5l.353 3h6.796l.353-3zm.517 9h6.468l.5-4H3.266zm.777 2l.235 2h4.444l.235-2z"/></svg>
React
import type { SVGProps } from "react";
export function JamCoffee(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -2 24 24"><path fill="currentColor" d="M1.232 4.976A1.5 1.5 0 0 1 1.5 2H2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2h.5a1.5 1.5 0 0 1 .268 2.976l-.448 3.805a2 2 0 0 1 .399 1.467l-.5 4a2 2 0 0 1-.693 1.279l-.422 3.59a1 1 0 0 1-.993.883H3.889a1 1 0 0 1-.993-.883l-.422-3.59a2 2 0 0 1-.693-1.279l-.5-4a2 2 0 0 1 .4-1.467zM3.25 5l.353 3h6.796l.353-3zm.517 9h6.468l.5-4H3.266zm.777 2l.235 2h4.444l.235-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -2 24 24"><path fill="currentColor" d="M1.232 4.976A1.5 1.5 0 0 1 1.5 2H2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2h.5a1.5 1.5 0 0 1 .268 2.976l-.448 3.805a2 2 0 0 1 .399 1.467l-.5 4a2 2 0 0 1-.693 1.279l-.422 3.59a1 1 0 0 1-.993.883H3.889a1 1 0 0 1-.993-.883l-.422-3.59a2 2 0 0 1-.693-1.279l-.5-4a2 2 0 0 1 .4-1.467zM3.25 5l.353 3h6.796l.353-3zm.517 9h6.468l.5-4H3.266zm.777 2l.235 2h4.444l.235-2z"/></svg> </template>
CSS
.icon-coffee {
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%22-5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.232%204.976A1.5%201.5%200%200%201%201.5%202H2a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202h.5a1.5%201.5%200%200%201%20.268%202.976l-.448%203.805a2%202%200%200%201%20.399%201.467l-.5%204a2%202%200%200%201-.693%201.279l-.422%203.59a1%201%200%200%201-.993.883H3.889a1%201%200%200%201-.993-.883l-.422-3.59a2%202%200%200%201-.693-1.279l-.5-4a2%202%200%200%201%20.4-1.467zM3.25%205l.353%203h6.796l.353-3zm.517%209h6.468l.5-4H3.266zm.777%202l.235%202h4.444l.235-2z%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%22-5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.232%204.976A1.5%201.5%200%200%201%201.5%202H2a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202h.5a1.5%201.5%200%200%201%20.268%202.976l-.448%203.805a2%202%200%200%201%20.399%201.467l-.5%204a2%202%200%200%201-.693%201.279l-.422%203.59a1%201%200%200%201-.993.883H3.889a1%201%200%200%201-.993-.883l-.422-3.59a2%202%200%200%201-.693-1.279l-.5-4a2%202%200%200%201%20.4-1.467zM3.25%205l.353%203h6.796l.353-3zm.517%209h6.468l.5-4H3.266zm.777%202l.235%202h4.444l.235-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/coffee.svg?color=%231a73e8&size=48