glass icon
glass-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- glass-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All glass icons →More newicons icons from Reicon
Use the glass icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.84 21.998H8.16c-4.19 0-5.02-2.53-3.66-5.61l1.44-3.27s3.06-.12 6.06.88s5.83-.89 5.83-.89l.19-.12l1.49 3.41c1.34 3.08.46 5.6-3.67 5.6m-.4-15.258h-.16l2.13 4.86l-.41.26c-.02.01-2.28 1.46-4.53.72c-2.35-.79-4.71-.93-5.87-.95l2.14-4.89h-.3c-.65 0-1.25-.26-1.68-.69s-.69-1.03-.69-1.68C6.07 3.07 7.13 2 8.44 2h7.11c.66 0 1.25.27 1.68.7c.56.56.85 1.38.63 2.25c-.26 1.08-1.3 1.79-2.42 1.79"/></svg>
React
import type { SVGProps } from "react";
export function ReiconGlassFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.84 21.998H8.16c-4.19 0-5.02-2.53-3.66-5.61l1.44-3.27s3.06-.12 6.06.88s5.83-.89 5.83-.89l.19-.12l1.49 3.41c1.34 3.08.46 5.6-3.67 5.6m-.4-15.258h-.16l2.13 4.86l-.41.26c-.02.01-2.28 1.46-4.53.72c-2.35-.79-4.71-.93-5.87-.95l2.14-4.89h-.3c-.65 0-1.25-.26-1.68-.69s-.69-1.03-.69-1.68C6.07 3.07 7.13 2 8.44 2h7.11c.66 0 1.25.27 1.68.7c.56.56.85 1.38.63 2.25c-.26 1.08-1.3 1.79-2.42 1.79"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.84 21.998H8.16c-4.19 0-5.02-2.53-3.66-5.61l1.44-3.27s3.06-.12 6.06.88s5.83-.89 5.83-.89l.19-.12l1.49 3.41c1.34 3.08.46 5.6-3.67 5.6m-.4-15.258h-.16l2.13 4.86l-.41.26c-.02.01-2.28 1.46-4.53.72c-2.35-.79-4.71-.93-5.87-.95l2.14-4.89h-.3c-.65 0-1.25-.26-1.68-.69s-.69-1.03-.69-1.68C6.07 3.07 7.13 2 8.44 2h7.11c.66 0 1.25.27 1.68.7c.56.56.85 1.38.63 2.25c-.26 1.08-1.3 1.79-2.42 1.79"/></svg> </template>
CSS
.icon-glass-filled {
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%22currentColor%22%20d%3D%22M15.84%2021.998H8.16c-4.19%200-5.02-2.53-3.66-5.61l1.44-3.27s3.06-.12%206.06.88s5.83-.89%205.83-.89l.19-.12l1.49%203.41c1.34%203.08.46%205.6-3.67%205.6m-.4-15.258h-.16l2.13%204.86l-.41.26c-.02.01-2.28%201.46-4.53.72c-2.35-.79-4.71-.93-5.87-.95l2.14-4.89h-.3c-.65%200-1.25-.26-1.68-.69s-.69-1.03-.69-1.68C6.07%203.07%207.13%202%208.44%202h7.11c.66%200%201.25.27%201.68.7c.56.56.85%201.38.63%202.25c-.26%201.08-1.3%201.79-2.42%201.79%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%22currentColor%22%20d%3D%22M15.84%2021.998H8.16c-4.19%200-5.02-2.53-3.66-5.61l1.44-3.27s3.06-.12%206.06.88s5.83-.89%205.83-.89l.19-.12l1.49%203.41c1.34%203.08.46%205.6-3.67%205.6m-.4-15.258h-.16l2.13%204.86l-.41.26c-.02.01-2.28%201.46-4.53.72c-2.35-.79-4.71-.93-5.87-.95l2.14-4.89h-.3c-.65%200-1.25-.26-1.68-.69s-.69-1.03-.69-1.68C6.07%203.07%207.13%202%208.44%202h7.11c.66%200%201.25.27%201.68.7c.56.56.85%201.38.63%202.25c-.26%201.08-1.3%201.79-2.42%201.79%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/glass-filled.svg?color=%231a73e8&size=48