coffee 02 icon
coffee-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- coffee-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the coffee 02 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-width="1.5"><path d="M18.25 10.5h1.39c1.852 0 2.402.265 2.357 1.584c-.073 2.183-1.058 4.72-4.997 5.416"/><path d="M5.946 20.615C2.572 18.02 2.075 14.34 2.001 10.5c-.031-1.659.45-2 2.658-2h10.682c2.208 0 2.69.341 2.658 2c-.074 3.84-.57 7.52-3.945 10.115c-.96.738-1.77.885-3.135.885H9.081c-1.364 0-2.174-.147-3.135-.886Z"/><path stroke-linejoin="round" d="M11.309 2.5C10.762 2.839 10 4 10 5.5M7.54 4S7 4.5 7 5.5M14.001 4c-.273.17-.501 1-.501 1.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCoffee02(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" strokeWidth="1.5"><path d="M18.25 10.5h1.39c1.852 0 2.402.265 2.357 1.584c-.073 2.183-1.058 4.72-4.997 5.416"/><path d="M5.946 20.615C2.572 18.02 2.075 14.34 2.001 10.5c-.031-1.659.45-2 2.658-2h10.682c2.208 0 2.69.341 2.658 2c-.074 3.84-.57 7.52-3.945 10.115c-.96.738-1.77.885-3.135.885H9.081c-1.364 0-2.174-.147-3.135-.886Z"/><path strokeLinejoin="round" d="M11.309 2.5C10.762 2.839 10 4 10 5.5M7.54 4S7 4.5 7 5.5M14.001 4c-.273.17-.501 1-.501 1.5"/></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-width="1.5"><path d="M18.25 10.5h1.39c1.852 0 2.402.265 2.357 1.584c-.073 2.183-1.058 4.72-4.997 5.416"/><path d="M5.946 20.615C2.572 18.02 2.075 14.34 2.001 10.5c-.031-1.659.45-2 2.658-2h10.682c2.208 0 2.69.341 2.658 2c-.074 3.84-.57 7.52-3.945 10.115c-.96.738-1.77.885-3.135.885H9.081c-1.364 0-2.174-.147-3.135-.886Z"/><path stroke-linejoin="round" d="M11.309 2.5C10.762 2.839 10 4 10 5.5M7.54 4S7 4.5 7 5.5M14.001 4c-.273.17-.501 1-.501 1.5"/></g></svg> </template>
CSS
.icon-coffee-02 {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.25%2010.5h1.39c1.852%200%202.402.265%202.357%201.584c-.073%202.183-1.058%204.72-4.997%205.416%22%2F%3E%3Cpath%20d%3D%22M5.946%2020.615C2.572%2018.02%202.075%2014.34%202.001%2010.5c-.031-1.659.45-2%202.658-2h10.682c2.208%200%202.69.341%202.658%202c-.074%203.84-.57%207.52-3.945%2010.115c-.96.738-1.77.885-3.135.885H9.081c-1.364%200-2.174-.147-3.135-.886Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11.309%202.5C10.762%202.839%2010%204%2010%205.5M7.54%204S7%204.5%207%205.5M14.001%204c-.273.17-.501%201-.501%201.5%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.25%2010.5h1.39c1.852%200%202.402.265%202.357%201.584c-.073%202.183-1.058%204.72-4.997%205.416%22%2F%3E%3Cpath%20d%3D%22M5.946%2020.615C2.572%2018.02%202.075%2014.34%202.001%2010.5c-.031-1.659.45-2%202.658-2h10.682c2.208%200%202.69.341%202.658%202c-.074%203.84-.57%207.52-3.945%2010.115c-.96.738-1.77.885-3.135.885H9.081c-1.364%200-2.174-.147-3.135-.886Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11.309%202.5C10.762%202.839%2010%204%2010%205.5M7.54%204S7%204.5%207%205.5M14.001%204c-.273.17-.501%201-.501%201.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/coffee-02.svg?color=%231a73e8&size=48