mug-bold from Solar by 480 Design · Bold · Food · CC-BY-4.0 Attribution required.

Name
mug-bold
Set
Solar
Style
Bold
Category
Food
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More food icons from Solar

Use the mug icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3 7C3 5.11438 3 4.17157 3.58579 3.58579C4.17157 3 5.11438 3 7 3H13C14.8856 3 15.8284 3 16.4142 3.58579C16.5956 3.76717 16.7208 3.98277 16.8073 4.25H18C20.6234 4.25 22.75 6.37665 22.75 9C22.75 11.6234 20.6234 13.75 18 13.75H17V12.25H18C19.7949 12.25 21.25 10.7949 21.25 9C21.25 7.20507 19.7949 5.75 18 5.75H16.9908C17 6.11353 17 6.52712 17 7V12.25H3.00002L3 7Z"/><path d="M3.01095 13.75H16.9891C16.9528 15.4553 16.7963 16.4463 16.1213 17.1213C15.2426 18 13.8284 18 11 18H9C6.17157 18 4.75736 18 3.87868 17.1213C3.2037 16.4463 3.04722 15.4553 3.01095 13.75Z"/><path fill-rule="evenodd" d="M1.25 21C1.25 20.5858 1.58579 20.25 2 20.25L22 20.25C22.4142 20.25 22.75 20.5858 22.75 21C22.75 21.4142 22.4142 21.75 22 21.75L2 21.75C1.58579 21.75 1.25 21.4142 1.25 21Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMugBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3 7C3 5.11438 3 4.17157 3.58579 3.58579C4.17157 3 5.11438 3 7 3H13C14.8856 3 15.8284 3 16.4142 3.58579C16.5956 3.76717 16.7208 3.98277 16.8073 4.25H18C20.6234 4.25 22.75 6.37665 22.75 9C22.75 11.6234 20.6234 13.75 18 13.75H17V12.25H18C19.7949 12.25 21.25 10.7949 21.25 9C21.25 7.20507 19.7949 5.75 18 5.75H16.9908C17 6.11353 17 6.52712 17 7V12.25H3.00002L3 7Z"/><path d="M3.01095 13.75H16.9891C16.9528 15.4553 16.7963 16.4463 16.1213 17.1213C15.2426 18 13.8284 18 11 18H9C6.17157 18 4.75736 18 3.87868 17.1213C3.2037 16.4463 3.04722 15.4553 3.01095 13.75Z"/><path fillRule="evenodd" d="M1.25 21C1.25 20.5858 1.58579 20.25 2 20.25L22 20.25C22.4142 20.25 22.75 20.5858 22.75 21C22.75 21.4142 22.4142 21.75 22 21.75L2 21.75C1.58579 21.75 1.25 21.4142 1.25 21Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3 7C3 5.11438 3 4.17157 3.58579 3.58579C4.17157 3 5.11438 3 7 3H13C14.8856 3 15.8284 3 16.4142 3.58579C16.5956 3.76717 16.7208 3.98277 16.8073 4.25H18C20.6234 4.25 22.75 6.37665 22.75 9C22.75 11.6234 20.6234 13.75 18 13.75H17V12.25H18C19.7949 12.25 21.25 10.7949 21.25 9C21.25 7.20507 19.7949 5.75 18 5.75H16.9908C17 6.11353 17 6.52712 17 7V12.25H3.00002L3 7Z"/><path d="M3.01095 13.75H16.9891C16.9528 15.4553 16.7963 16.4463 16.1213 17.1213C15.2426 18 13.8284 18 11 18H9C6.17157 18 4.75736 18 3.87868 17.1213C3.2037 16.4463 3.04722 15.4553 3.01095 13.75Z"/><path fill-rule="evenodd" d="M1.25 21C1.25 20.5858 1.58579 20.25 2 20.25L22 20.25C22.4142 20.25 22.75 20.5858 22.75 21C22.75 21.4142 22.4142 21.75 22 21.75L2 21.75C1.58579 21.75 1.25 21.4142 1.25 21Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-mug-bold {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M3%207C3%205.11438%203%204.17157%203.58579%203.58579C4.17157%203%205.11438%203%207%203H13C14.8856%203%2015.8284%203%2016.4142%203.58579C16.5956%203.76717%2016.7208%203.98277%2016.8073%204.25H18C20.6234%204.25%2022.75%206.37665%2022.75%209C22.75%2011.6234%2020.6234%2013.75%2018%2013.75H17V12.25H18C19.7949%2012.25%2021.25%2010.7949%2021.25%209C21.25%207.20507%2019.7949%205.75%2018%205.75H16.9908C17%206.11353%2017%206.52712%2017%207V12.25H3.00002L3%207Z%22%2F%3E%3Cpath%20d%3D%22M3.01095%2013.75H16.9891C16.9528%2015.4553%2016.7963%2016.4463%2016.1213%2017.1213C15.2426%2018%2013.8284%2018%2011%2018H9C6.17157%2018%204.75736%2018%203.87868%2017.1213C3.2037%2016.4463%203.04722%2015.4553%203.01095%2013.75Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2021C1.25%2020.5858%201.58579%2020.25%202%2020.25L22%2020.25C22.4142%2020.25%2022.75%2020.5858%2022.75%2021C22.75%2021.4142%2022.4142%2021.75%2022%2021.75L2%2021.75C1.58579%2021.75%201.25%2021.4142%201.25%2021Z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M3%207C3%205.11438%203%204.17157%203.58579%203.58579C4.17157%203%205.11438%203%207%203H13C14.8856%203%2015.8284%203%2016.4142%203.58579C16.5956%203.76717%2016.7208%203.98277%2016.8073%204.25H18C20.6234%204.25%2022.75%206.37665%2022.75%209C22.75%2011.6234%2020.6234%2013.75%2018%2013.75H17V12.25H18C19.7949%2012.25%2021.25%2010.7949%2021.25%209C21.25%207.20507%2019.7949%205.75%2018%205.75H16.9908C17%206.11353%2017%206.52712%2017%207V12.25H3.00002L3%207Z%22%2F%3E%3Cpath%20d%3D%22M3.01095%2013.75H16.9891C16.9528%2015.4553%2016.7963%2016.4463%2016.1213%2017.1213C15.2426%2018%2013.8284%2018%2011%2018H9C6.17157%2018%204.75736%2018%203.87868%2017.1213C3.2037%2016.4463%203.04722%2015.4553%203.01095%2013.75Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2021C1.25%2020.5858%201.58579%2020.25%202%2020.25L22%2020.25C22.4142%2020.25%2022.75%2020.5858%2022.75%2021C22.75%2021.4142%2022.4142%2021.75%2022%2021.75L2%2021.75C1.58579%2021.75%201.25%2021.4142%201.25%2021Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/mug-bold.svg?color=%231a73e8&size=48