cup hot icon
cup-hot from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- cup-hot
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
Related icons in Bootstrap Icons
Use the cup hot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M.5 6a.5.5 0 0 0-.488.608l1.652 7.434A2.5 2.5 0 0 0 4.104 16h5.792a2.5 2.5 0 0 0 2.44-1.958l.131-.59a3 3 0 0 0 1.3-5.854l.221-.99A.5.5 0 0 0 13.5 6zM13 12.5a2 2 0 0 1-.316-.025l.867-3.898A2.001 2.001 0 0 1 13 12.5M2.64 13.825L1.123 7h11.754l-1.517 6.825A1.5 1.5 0 0 1 9.896 15H4.104a1.5 1.5 0 0 1-1.464-1.175"/><path d="m4.4.8l-.003.004l-.014.019a4 4 0 0 0-.204.31a2 2 0 0 0-.141.267c-.026.06-.034.092-.037.103v.004a.6.6 0 0 0 .091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543c.112.2.22.455.22.745c0 .188-.065.368-.119.494a3 3 0 0 1-.202.388a5 5 0 0 1-.253.382l-.018.025l-.005.008l-.002.002A.5.5 0 0 1 3.6 4.2l.003-.004l.014-.019a4 4 0 0 0 .204-.31a2 2 0 0 0 .141-.267c.026-.06.034-.092.037-.103a.6.6 0 0 0-.09-.252A4 4 0 0 0 3.6 2.8l-.01-.012a5 5 0 0 1-.37-.543A1.53 1.53 0 0 1 3 1.5c0-.188.065-.368.119-.494c.059-.138.134-.274.202-.388a6 6 0 0 1 .253-.382l.025-.035A.5.5 0 0 1 4.4.8m3 0l-.003.004l-.014.019a4 4 0 0 0-.204.31a2 2 0 0 0-.141.267c-.026.06-.034.092-.037.103v.004a.6.6 0 0 0 .091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543c.112.2.22.455.22.745c0 .188-.065.368-.119.494a3 3 0 0 1-.202.388a5 5 0 0 1-.253.382l-.018.025l-.005.008l-.002.002A.5.5 0 0 1 6.6 4.2l.003-.004l.014-.019a4 4 0 0 0 .204-.31a2 2 0 0 0 .141-.267c.026-.06.034-.092.037-.103a.6.6 0 0 0-.09-.252A4 4 0 0 0 6.6 2.8l-.01-.012a5 5 0 0 1-.37-.543A1.53 1.53 0 0 1 6 1.5c0-.188.065-.368.119-.494c.059-.138.134-.274.202-.388a6 6 0 0 1 .253-.382l.025-.035A.5.5 0 0 1 7.4.8m3 0l-.003.004l-.014.019a4 4 0 0 0-.204.31a2 2 0 0 0-.141.267c-.026.06-.034.092-.037.103v.004a.6.6 0 0 0 .091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543c.112.2.22.455.22.745c0 .188-.065.368-.119.494a3 3 0 0 1-.202.388a5 5 0 0 1-.252.382l-.019.025l-.005.008l-.002.002A.5.5 0 0 1 9.6 4.2l.003-.004l.014-.019a4 4 0 0 0 .204-.31a2 2 0 0 0 .141-.267c.026-.06.034-.092.037-.103a.6.6 0 0 0-.09-.252A4 4 0 0 0 9.6 2.8l-.01-.012a5 5 0 0 1-.37-.543A1.53 1.53 0 0 1 9 1.5c0-.188.065-.368.119-.494c.059-.138.134-.274.202-.388a6 6 0 0 1 .253-.382l.025-.035A.5.5 0 0 1 10.4.8"/></g></svg>
React
import type { SVGProps } from "react";
export function BiCupHot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fillRule="evenodd" d="M.5 6a.5.5 0 0 0-.488.608l1.652 7.434A2.5 2.5 0 0 0 4.104 16h5.792a2.5 2.5 0 0 0 2.44-1.958l.131-.59a3 3 0 0 0 1.3-5.854l.221-.99A.5.5 0 0 0 13.5 6zM13 12.5a2 2 0 0 1-.316-.025l.867-3.898A2.001 2.001 0 0 1 13 12.5M2.64 13.825L1.123 7h11.754l-1.517 6.825A1.5 1.5 0 0 1 9.896 15H4.104a1.5 1.5 0 0 1-1.464-1.175"/><path d="m4.4.8l-.003.004l-.014.019a4 4 0 0 0-.204.31a2 2 0 0 0-.141.267c-.026.06-.034.092-.037.103v.004a.6.6 0 0 0 .091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543c.112.2.22.455.22.745c0 .188-.065.368-.119.494a3 3 0 0 1-.202.388a5 5 0 0 1-.253.382l-.018.025l-.005.008l-.002.002A.5.5 0 0 1 3.6 4.2l.003-.004l.014-.019a4 4 0 0 0 .204-.31a2 2 0 0 0 .141-.267c.026-.06.034-.092.037-.103a.6.6 0 0 0-.09-.252A4 4 0 0 0 3.6 2.8l-.01-.012a5 5 0 0 1-.37-.543A1.53 1.53 0 0 1 3 1.5c0-.188.065-.368.119-.494c.059-.138.134-.274.202-.388a6 6 0 0 1 .253-.382l.025-.035A.5.5 0 0 1 4.4.8m3 0l-.003.004l-.014.019a4 4 0 0 0-.204.31a2 2 0 0 0-.141.267c-.026.06-.034.092-.037.103v.004a.6.6 0 0 0 .091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543c.112.2.22.455.22.745c0 .188-.065.368-.119.494a3 3 0 0 1-.202.388a5 5 0 0 1-.253.382l-.018.025l-.005.008l-.002.002A.5.5 0 0 1 6.6 4.2l.003-.004l.014-.019a4 4 0 0 0 .204-.31a2 2 0 0 0 .141-.267c.026-.06.034-.092.037-.103a.6.6 0 0 0-.09-.252A4 4 0 0 0 6.6 2.8l-.01-.012a5 5 0 0 1-.37-.543A1.53 1.53 0 0 1 6 1.5c0-.188.065-.368.119-.494c.059-.138.134-.274.202-.388a6 6 0 0 1 .253-.382l.025-.035A.5.5 0 0 1 7.4.8m3 0l-.003.004l-.014.019a4 4 0 0 0-.204.31a2 2 0 0 0-.141.267c-.026.06-.034.092-.037.103v.004a.6.6 0 0 0 .091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543c.112.2.22.455.22.745c0 .188-.065.368-.119.494a3 3 0 0 1-.202.388a5 5 0 0 1-.252.382l-.019.025l-.005.008l-.002.002A.5.5 0 0 1 9.6 4.2l.003-.004l.014-.019a4 4 0 0 0 .204-.31a2 2 0 0 0 .141-.267c.026-.06.034-.092.037-.103a.6.6 0 0 0-.09-.252A4 4 0 0 0 9.6 2.8l-.01-.012a5 5 0 0 1-.37-.543A1.53 1.53 0 0 1 9 1.5c0-.188.065-.368.119-.494c.059-.138.134-.274.202-.388a6 6 0 0 1 .253-.382l.025-.035A.5.5 0 0 1 10.4.8"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M.5 6a.5.5 0 0 0-.488.608l1.652 7.434A2.5 2.5 0 0 0 4.104 16h5.792a2.5 2.5 0 0 0 2.44-1.958l.131-.59a3 3 0 0 0 1.3-5.854l.221-.99A.5.5 0 0 0 13.5 6zM13 12.5a2 2 0 0 1-.316-.025l.867-3.898A2.001 2.001 0 0 1 13 12.5M2.64 13.825L1.123 7h11.754l-1.517 6.825A1.5 1.5 0 0 1 9.896 15H4.104a1.5 1.5 0 0 1-1.464-1.175"/><path d="m4.4.8l-.003.004l-.014.019a4 4 0 0 0-.204.31a2 2 0 0 0-.141.267c-.026.06-.034.092-.037.103v.004a.6.6 0 0 0 .091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543c.112.2.22.455.22.745c0 .188-.065.368-.119.494a3 3 0 0 1-.202.388a5 5 0 0 1-.253.382l-.018.025l-.005.008l-.002.002A.5.5 0 0 1 3.6 4.2l.003-.004l.014-.019a4 4 0 0 0 .204-.31a2 2 0 0 0 .141-.267c.026-.06.034-.092.037-.103a.6.6 0 0 0-.09-.252A4 4 0 0 0 3.6 2.8l-.01-.012a5 5 0 0 1-.37-.543A1.53 1.53 0 0 1 3 1.5c0-.188.065-.368.119-.494c.059-.138.134-.274.202-.388a6 6 0 0 1 .253-.382l.025-.035A.5.5 0 0 1 4.4.8m3 0l-.003.004l-.014.019a4 4 0 0 0-.204.31a2 2 0 0 0-.141.267c-.026.06-.034.092-.037.103v.004a.6.6 0 0 0 .091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543c.112.2.22.455.22.745c0 .188-.065.368-.119.494a3 3 0 0 1-.202.388a5 5 0 0 1-.253.382l-.018.025l-.005.008l-.002.002A.5.5 0 0 1 6.6 4.2l.003-.004l.014-.019a4 4 0 0 0 .204-.31a2 2 0 0 0 .141-.267c.026-.06.034-.092.037-.103a.6.6 0 0 0-.09-.252A4 4 0 0 0 6.6 2.8l-.01-.012a5 5 0 0 1-.37-.543A1.53 1.53 0 0 1 6 1.5c0-.188.065-.368.119-.494c.059-.138.134-.274.202-.388a6 6 0 0 1 .253-.382l.025-.035A.5.5 0 0 1 7.4.8m3 0l-.003.004l-.014.019a4 4 0 0 0-.204.31a2 2 0 0 0-.141.267c-.026.06-.034.092-.037.103v.004a.6.6 0 0 0 .091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543c.112.2.22.455.22.745c0 .188-.065.368-.119.494a3 3 0 0 1-.202.388a5 5 0 0 1-.252.382l-.019.025l-.005.008l-.002.002A.5.5 0 0 1 9.6 4.2l.003-.004l.014-.019a4 4 0 0 0 .204-.31a2 2 0 0 0 .141-.267c.026-.06.034-.092.037-.103a.6.6 0 0 0-.09-.252A4 4 0 0 0 9.6 2.8l-.01-.012a5 5 0 0 1-.37-.543A1.53 1.53 0 0 1 9 1.5c0-.188.065-.368.119-.494c.059-.138.134-.274.202-.388a6 6 0 0 1 .253-.382l.025-.035A.5.5 0 0 1 10.4.8"/></g></svg> </template>
CSS
.icon-cup-hot {
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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M.5%206a.5.5%200%200%200-.488.608l1.652%207.434A2.5%202.5%200%200%200%204.104%2016h5.792a2.5%202.5%200%200%200%202.44-1.958l.131-.59a3%203%200%200%200%201.3-5.854l.221-.99A.5.5%200%200%200%2013.5%206zM13%2012.5a2%202%200%200%201-.316-.025l.867-3.898A2.001%202.001%200%200%201%2013%2012.5M2.64%2013.825L1.123%207h11.754l-1.517%206.825A1.5%201.5%200%200%201%209.896%2015H4.104a1.5%201.5%200%200%201-1.464-1.175%22%2F%3E%3Cpath%20d%3D%22m4.4.8l-.003.004l-.014.019a4%204%200%200%200-.204.31a2%202%200%200%200-.141.267c-.026.06-.034.092-.037.103v.004a.6.6%200%200%200%20.091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543c.112.2.22.455.22.745c0%20.188-.065.368-.119.494a3%203%200%200%201-.202.388a5%205%200%200%201-.253.382l-.018.025l-.005.008l-.002.002A.5.5%200%200%201%203.6%204.2l.003-.004l.014-.019a4%204%200%200%200%20.204-.31a2%202%200%200%200%20.141-.267c.026-.06.034-.092.037-.103a.6.6%200%200%200-.09-.252A4%204%200%200%200%203.6%202.8l-.01-.012a5%205%200%200%201-.37-.543A1.53%201.53%200%200%201%203%201.5c0-.188.065-.368.119-.494c.059-.138.134-.274.202-.388a6%206%200%200%201%20.253-.382l.025-.035A.5.5%200%200%201%204.4.8m3%200l-.003.004l-.014.019a4%204%200%200%200-.204.31a2%202%200%200%200-.141.267c-.026.06-.034.092-.037.103v.004a.6.6%200%200%200%20.091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543c.112.2.22.455.22.745c0%20.188-.065.368-.119.494a3%203%200%200%201-.202.388a5%205%200%200%201-.253.382l-.018.025l-.005.008l-.002.002A.5.5%200%200%201%206.6%204.2l.003-.004l.014-.019a4%204%200%200%200%20.204-.31a2%202%200%200%200%20.141-.267c.026-.06.034-.092.037-.103a.6.6%200%200%200-.09-.252A4%204%200%200%200%206.6%202.8l-.01-.012a5%205%200%200%201-.37-.543A1.53%201.53%200%200%201%206%201.5c0-.188.065-.368.119-.494c.059-.138.134-.274.202-.388a6%206%200%200%201%20.253-.382l.025-.035A.5.5%200%200%201%207.4.8m3%200l-.003.004l-.014.019a4%204%200%200%200-.204.31a2%202%200%200%200-.141.267c-.026.06-.034.092-.037.103v.004a.6.6%200%200%200%20.091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543c.112.2.22.455.22.745c0%20.188-.065.368-.119.494a3%203%200%200%201-.202.388a5%205%200%200%201-.252.382l-.019.025l-.005.008l-.002.002A.5.5%200%200%201%209.6%204.2l.003-.004l.014-.019a4%204%200%200%200%20.204-.31a2%202%200%200%200%20.141-.267c.026-.06.034-.092.037-.103a.6.6%200%200%200-.09-.252A4%204%200%200%200%209.6%202.8l-.01-.012a5%205%200%200%201-.37-.543A1.53%201.53%200%200%201%209%201.5c0-.188.065-.368.119-.494c.059-.138.134-.274.202-.388a6%206%200%200%201%20.253-.382l.025-.035A.5.5%200%200%201%2010.4.8%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M.5%206a.5.5%200%200%200-.488.608l1.652%207.434A2.5%202.5%200%200%200%204.104%2016h5.792a2.5%202.5%200%200%200%202.44-1.958l.131-.59a3%203%200%200%200%201.3-5.854l.221-.99A.5.5%200%200%200%2013.5%206zM13%2012.5a2%202%200%200%201-.316-.025l.867-3.898A2.001%202.001%200%200%201%2013%2012.5M2.64%2013.825L1.123%207h11.754l-1.517%206.825A1.5%201.5%200%200%201%209.896%2015H4.104a1.5%201.5%200%200%201-1.464-1.175%22%2F%3E%3Cpath%20d%3D%22m4.4.8l-.003.004l-.014.019a4%204%200%200%200-.204.31a2%202%200%200%200-.141.267c-.026.06-.034.092-.037.103v.004a.6.6%200%200%200%20.091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543c.112.2.22.455.22.745c0%20.188-.065.368-.119.494a3%203%200%200%201-.202.388a5%205%200%200%201-.253.382l-.018.025l-.005.008l-.002.002A.5.5%200%200%201%203.6%204.2l.003-.004l.014-.019a4%204%200%200%200%20.204-.31a2%202%200%200%200%20.141-.267c.026-.06.034-.092.037-.103a.6.6%200%200%200-.09-.252A4%204%200%200%200%203.6%202.8l-.01-.012a5%205%200%200%201-.37-.543A1.53%201.53%200%200%201%203%201.5c0-.188.065-.368.119-.494c.059-.138.134-.274.202-.388a6%206%200%200%201%20.253-.382l.025-.035A.5.5%200%200%201%204.4.8m3%200l-.003.004l-.014.019a4%204%200%200%200-.204.31a2%202%200%200%200-.141.267c-.026.06-.034.092-.037.103v.004a.6.6%200%200%200%20.091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543c.112.2.22.455.22.745c0%20.188-.065.368-.119.494a3%203%200%200%201-.202.388a5%205%200%200%201-.253.382l-.018.025l-.005.008l-.002.002A.5.5%200%200%201%206.6%204.2l.003-.004l.014-.019a4%204%200%200%200%20.204-.31a2%202%200%200%200%20.141-.267c.026-.06.034-.092.037-.103a.6.6%200%200%200-.09-.252A4%204%200%200%200%206.6%202.8l-.01-.012a5%205%200%200%201-.37-.543A1.53%201.53%200%200%201%206%201.5c0-.188.065-.368.119-.494c.059-.138.134-.274.202-.388a6%206%200%200%201%20.253-.382l.025-.035A.5.5%200%200%201%207.4.8m3%200l-.003.004l-.014.019a4%204%200%200%200-.204.31a2%202%200%200%200-.141.267c-.026.06-.034.092-.037.103v.004a.6.6%200%200%200%20.091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543c.112.2.22.455.22.745c0%20.188-.065.368-.119.494a3%203%200%200%201-.202.388a5%205%200%200%201-.252.382l-.019.025l-.005.008l-.002.002A.5.5%200%200%201%209.6%204.2l.003-.004l.014-.019a4%204%200%200%200%20.204-.31a2%202%200%200%200%20.141-.267c.026-.06.034-.092.037-.103a.6.6%200%200%200-.09-.252A4%204%200%200%200%209.6%202.8l-.01-.012a5%205%200%200%201-.37-.543A1.53%201.53%200%200%201%209%201.5c0-.188.065-.368.119-.494c.059-.138.134-.274.202-.388a6%206%200%200%201%20.253-.382l.025-.035A.5.5%200%200%201%2010.4.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/cup-hot.svg?color=%231a73e8&size=48