hot drink icon
hot-drink from Reicon by REICON · Outline · Food · MIT Free for personal and commercial use.
- Name
- hot-drink
- Set
- Reicon
- Style
- Outline
- Category
- Food
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More food icons from Reicon
Use the hot drink 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="M11.667 1c-.03.841-.222 1.844-.896 2.667c-.463.565-.848.672-1.292 1.229c-.163.204-.32.45-.451.752m6.305-1.981c-.02.505-.148 1.106-.597 1.6c-.17.186-.323.289-.476.4M5 9h14v4.667a6.67 6.67 0 0 1-6.667 6.666h-.666A6.67 6.67 0 0 1 5 13.667zm15.333 11.333H3.667M19 9h1.333C21.807 9 23 10.188 23 11.667s-1.193 2.666-2.667 2.666H19"/></svg>
React
import type { SVGProps } from "react";
export function ReiconHotDrink(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="M11.667 1c-.03.841-.222 1.844-.896 2.667c-.463.565-.848.672-1.292 1.229c-.163.204-.32.45-.451.752m6.305-1.981c-.02.505-.148 1.106-.597 1.6c-.17.186-.323.289-.476.4M5 9h14v4.667a6.67 6.67 0 0 1-6.667 6.666h-.666A6.67 6.67 0 0 1 5 13.667zm15.333 11.333H3.667M19 9h1.333C21.807 9 23 10.188 23 11.667s-1.193 2.666-2.667 2.666H19"/></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="M11.667 1c-.03.841-.222 1.844-.896 2.667c-.463.565-.848.672-1.292 1.229c-.163.204-.32.45-.451.752m6.305-1.981c-.02.505-.148 1.106-.597 1.6c-.17.186-.323.289-.476.4M5 9h14v4.667a6.67 6.67 0 0 1-6.667 6.666h-.666A6.67 6.67 0 0 1 5 13.667zm15.333 11.333H3.667M19 9h1.333C21.807 9 23 10.188 23 11.667s-1.193 2.666-2.667 2.666H19"/></svg> </template>
CSS
.icon-hot-drink {
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%22M11.667%201c-.03.841-.222%201.844-.896%202.667c-.463.565-.848.672-1.292%201.229c-.163.204-.32.45-.451.752m6.305-1.981c-.02.505-.148%201.106-.597%201.6c-.17.186-.323.289-.476.4M5%209h14v4.667a6.67%206.67%200%200%201-6.667%206.666h-.666A6.67%206.67%200%200%201%205%2013.667zm15.333%2011.333H3.667M19%209h1.333C21.807%209%2023%2010.188%2023%2011.667s-1.193%202.666-2.667%202.666H19%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%22M11.667%201c-.03.841-.222%201.844-.896%202.667c-.463.565-.848.672-1.292%201.229c-.163.204-.32.45-.451.752m6.305-1.981c-.02.505-.148%201.106-.597%201.6c-.17.186-.323.289-.476.4M5%209h14v4.667a6.67%206.67%200%200%201-6.667%206.666h-.666A6.67%206.67%200%200%201%205%2013.667zm15.333%2011.333H3.667M19%209h1.333C21.807%209%2023%2010.188%2023%2011.667s-1.193%202.666-2.667%202.666H19%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/hot-drink.svg?color=%231a73e8&size=48