coffee 03 icon
coffee-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- coffee-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the coffee 03 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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17 11h1c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C21 12.602 21 13.068 21 14s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C19.398 17 18.932 17 18 17h-1m-2-8H5c-.943 0-1.414 0-1.707.293S3 10.057 3 11v3c0 2.809 0 4.213.674 5.222a4 4 0 0 0 1.104 1.104C5.787 21 7.19 21 10 21s4.213 0 5.222-.674a4 4 0 0 0 1.104-1.104C17 18.213 17 16.81 17 14v-3c0-.943 0-1.414-.293-1.707S15.943 9 15 9m-5-6v2m4-2v2M6 3v2"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCoffee03(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M17 11h1c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C21 12.602 21 13.068 21 14s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C19.398 17 18.932 17 18 17h-1m-2-8H5c-.943 0-1.414 0-1.707.293S3 10.057 3 11v3c0 2.809 0 4.213.674 5.222a4 4 0 0 0 1.104 1.104C5.787 21 7.19 21 10 21s4.213 0 5.222-.674a4 4 0 0 0 1.104-1.104C17 18.213 17 16.81 17 14v-3c0-.943 0-1.414-.293-1.707S15.943 9 15 9m-5-6v2m4-2v2M6 3v2"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17 11h1c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C21 12.602 21 13.068 21 14s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C19.398 17 18.932 17 18 17h-1m-2-8H5c-.943 0-1.414 0-1.707.293S3 10.057 3 11v3c0 2.809 0 4.213.674 5.222a4 4 0 0 0 1.104 1.104C5.787 21 7.19 21 10 21s4.213 0 5.222-.674a4 4 0 0 0 1.104-1.104C17 18.213 17 16.81 17 14v-3c0-.943 0-1.414-.293-1.707S15.943 9 15 9m-5-6v2m4-2v2M6 3v2"/></svg> </template>
CSS
.icon-coffee-03 {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17%2011h1c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C21%2012.602%2021%2013.068%2021%2014s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C19.398%2017%2018.932%2017%2018%2017h-1m-2-8H5c-.943%200-1.414%200-1.707.293S3%2010.057%203%2011v3c0%202.809%200%204.213.674%205.222a4%204%200%200%200%201.104%201.104C5.787%2021%207.19%2021%2010%2021s4.213%200%205.222-.674a4%204%200%200%200%201.104-1.104C17%2018.213%2017%2016.81%2017%2014v-3c0-.943%200-1.414-.293-1.707S15.943%209%2015%209m-5-6v2m4-2v2M6%203v2%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17%2011h1c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C21%2012.602%2021%2013.068%2021%2014s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C19.398%2017%2018.932%2017%2018%2017h-1m-2-8H5c-.943%200-1.414%200-1.707.293S3%2010.057%203%2011v3c0%202.809%200%204.213.674%205.222a4%204%200%200%200%201.104%201.104C5.787%2021%207.19%2021%2010%2021s4.213%200%205.222-.674a4%204%200%200%200%201.104-1.104C17%2018.213%2017%2016.81%2017%2014v-3c0-.943%200-1.414-.293-1.707S15.943%209%2015%209m-5-6v2m4-2v2M6%203v2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/coffee-03.svg?color=%231a73e8&size=48