glass half icon

glass-half from Iconoir by Luca Burgio · Regular · Food · MIT Free for personal and commercial use.

Name
glass-half
Set
Iconoir
Style
Regular
Category
Food
Viewbox
24×24
License
MIT

More food icons from Iconoir

Use the glass half 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-width="1.5"><path d="M3.04 4.294a.5.5 0 0 1 .191-.479C3.927 3.32 6.314 2 12 2s8.073 1.32 8.769 1.815a.5.5 0 0 1 .192.479l-1.7 12.744a4 4 0 0 1-1.98 2.944l-.32.183a10 10 0 0 1-9.922 0l-.32-.183a4 4 0 0 1-1.98-2.944z"/><path d="M3 5c2.571 2.667 15.429 2.667 18 0M4 13c1.032 1.203 3.925 1.864 7 1.981a25.4 25.4 0 0 0 4-.158c2.266-.279 4.197-.886 5-1.823M4 13c2.286-2.667 13.714-2.667 16 0"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirGlassHalf(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" strokeWidth="1.5"><path d="M3.04 4.294a.5.5 0 0 1 .191-.479C3.927 3.32 6.314 2 12 2s8.073 1.32 8.769 1.815a.5.5 0 0 1 .192.479l-1.7 12.744a4 4 0 0 1-1.98 2.944l-.32.183a10 10 0 0 1-9.922 0l-.32-.183a4 4 0 0 1-1.98-2.944z"/><path d="M3 5c2.571 2.667 15.429 2.667 18 0M4 13c1.032 1.203 3.925 1.864 7 1.981a25.4 25.4 0 0 0 4-.158c2.266-.279 4.197-.886 5-1.823M4 13c2.286-2.667 13.714-2.667 16 0"/></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-width="1.5"><path d="M3.04 4.294a.5.5 0 0 1 .191-.479C3.927 3.32 6.314 2 12 2s8.073 1.32 8.769 1.815a.5.5 0 0 1 .192.479l-1.7 12.744a4 4 0 0 1-1.98 2.944l-.32.183a10 10 0 0 1-9.922 0l-.32-.183a4 4 0 0 1-1.98-2.944z"/><path d="M3 5c2.571 2.667 15.429 2.667 18 0M4 13c1.032 1.203 3.925 1.864 7 1.981a25.4 25.4 0 0 0 4-.158c2.266-.279 4.197-.886 5-1.823M4 13c2.286-2.667 13.714-2.667 16 0"/></g></svg>
</template>

CSS

.icon-glass-half {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.04%204.294a.5.5%200%200%201%20.191-.479C3.927%203.32%206.314%202%2012%202s8.073%201.32%208.769%201.815a.5.5%200%200%201%20.192.479l-1.7%2012.744a4%204%200%200%201-1.98%202.944l-.32.183a10%2010%200%200%201-9.922%200l-.32-.183a4%204%200%200%201-1.98-2.944z%22%2F%3E%3Cpath%20d%3D%22M3%205c2.571%202.667%2015.429%202.667%2018%200M4%2013c1.032%201.203%203.925%201.864%207%201.981a25.4%2025.4%200%200%200%204-.158c2.266-.279%204.197-.886%205-1.823M4%2013c2.286-2.667%2013.714-2.667%2016%200%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.04%204.294a.5.5%200%200%201%20.191-.479C3.927%203.32%206.314%202%2012%202s8.073%201.32%208.769%201.815a.5.5%200%200%201%20.192.479l-1.7%2012.744a4%204%200%200%201-1.98%202.944l-.32.183a10%2010%200%200%201-9.922%200l-.32-.183a4%204%200%200%201-1.98-2.944z%22%2F%3E%3Cpath%20d%3D%22M3%205c2.571%202.667%2015.429%202.667%2018%200M4%2013c1.032%201.203%203.925%201.864%207%201.981a25.4%2025.4%200%200%200%204-.158c2.266-.279%204.197-.886%205-1.823M4%2013c2.286-2.667%2013.714-2.667%2016%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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