ios wineglass icon
ios-wineglass from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-wineglass
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios wineglass icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M264 308.988c0-21.975 20.458-38.674 40.247-54.824 7.907-6.453 15.37-12.547 21.519-18.962C352.313 207.505 352 183.458 352 164.144V160c0-44.25-30.816-124.558-32.02-128H192c-1.203 3.442-32 83.5-32 128v4.144c0 19.273-.323 43.361 26.225 71.059 6.148 6.415 13.617 12.509 21.523 18.962 19.789 16.15 40.252 32.85 40.252 54.824V464h-72v16h160v-16h-72V308.988zM202.729 48H309.251c5.359 15.99 19.509 62.712 24.836 96H177.894c5.327-33.288 19.476-80.01 24.835-96z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosWineglass(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M264 308.988c0-21.975 20.458-38.674 40.247-54.824 7.907-6.453 15.37-12.547 21.519-18.962C352.313 207.505 352 183.458 352 164.144V160c0-44.25-30.816-124.558-32.02-128H192c-1.203 3.442-32 83.5-32 128v4.144c0 19.273-.323 43.361 26.225 71.059 6.148 6.415 13.617 12.509 21.523 18.962 19.789 16.15 40.252 32.85 40.252 54.824V464h-72v16h160v-16h-72V308.988zM202.729 48H309.251c5.359 15.99 19.509 62.712 24.836 96H177.894c5.327-33.288 19.476-80.01 24.835-96z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M264 308.988c0-21.975 20.458-38.674 40.247-54.824 7.907-6.453 15.37-12.547 21.519-18.962C352.313 207.505 352 183.458 352 164.144V160c0-44.25-30.816-124.558-32.02-128H192c-1.203 3.442-32 83.5-32 128v4.144c0 19.273-.323 43.361 26.225 71.059 6.148 6.415 13.617 12.509 21.523 18.962 19.789 16.15 40.252 32.85 40.252 54.824V464h-72v16h160v-16h-72V308.988zM202.729 48H309.251c5.359 15.99 19.509 62.712 24.836 96H177.894c5.327-33.288 19.476-80.01 24.835-96z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-wineglass {
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%20512%20512%22%3E%3Cpath%20d%3D%22M264%20308.988c0-21.975%2020.458-38.674%2040.247-54.824%207.907-6.453%2015.37-12.547%2021.519-18.962C352.313%20207.505%20352%20183.458%20352%20164.144V160c0-44.25-30.816-124.558-32.02-128H192c-1.203%203.442-32%2083.5-32%20128v4.144c0%2019.273-.323%2043.361%2026.225%2071.059%206.148%206.415%2013.617%2012.509%2021.523%2018.962%2019.789%2016.15%2040.252%2032.85%2040.252%2054.824V464h-72v16h160v-16h-72V308.988zM202.729%2048H309.251c5.359%2015.99%2019.509%2062.712%2024.836%2096H177.894c5.327-33.288%2019.476-80.01%2024.835-96z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M264%20308.988c0-21.975%2020.458-38.674%2040.247-54.824%207.907-6.453%2015.37-12.547%2021.519-18.962C352.313%20207.505%20352%20183.458%20352%20164.144V160c0-44.25-30.816-124.558-32.02-128H192c-1.203%203.442-32%2083.5-32%20128v4.144c0%2019.273-.323%2043.361%2026.225%2071.059%206.148%206.415%2013.617%2012.509%2021.523%2018.962%2019.789%2016.15%2040.252%2032.85%2040.252%2054.824V464h-72v16h160v-16h-72V308.988zM202.729%2048H309.251c5.359%2015.99%2019.509%2062.712%2024.836%2096H177.894c5.327-33.288%2019.476-80.01%2024.835-96z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-wineglass.svg?color=%231a73e8&size=48