ios wineglass icon
ios-wineglass-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- ios-wineglass-outline
- Set
- IonIcons
- Style
- Outline
- 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-96zM256 273.416c-2.968 0-5.248-.92-7.17-2.754a.2.2 0 0 0 .005.026c-8.804-10.807-20.234-20.158-30.971-28.92-7.517-6.135-14.617-11.929-20.089-17.637-22.054-23.008-21.928-40.916-21.795-59.875.01-1.428-.068-2.849.02-4.255h159.98c.088 1.406.01 2.828.021 4.255.133 18.959.259 36.867-21.795 59.875-5.472 5.708-12.57 11.502-20.087 17.637-10.737 8.762-22.165 18.114-30.969 28.92.002-.009.009-.018.01-.026-1.922 1.834-4.16 2.754-7.16 2.754z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosWineglassOutline(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-96zM256 273.416c-2.968 0-5.248-.92-7.17-2.754a.2.2 0 0 0 .005.026c-8.804-10.807-20.234-20.158-30.971-28.92-7.517-6.135-14.617-11.929-20.089-17.637-22.054-23.008-21.928-40.916-21.795-59.875.01-1.428-.068-2.849.02-4.255h159.98c.088 1.406.01 2.828.021 4.255.133 18.959.259 36.867-21.795 59.875-5.472 5.708-12.57 11.502-20.087 17.637-10.737 8.762-22.165 18.114-30.969 28.92.002-.009.009-.018.01-.026-1.922 1.834-4.16 2.754-7.16 2.754z" 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-96zM256 273.416c-2.968 0-5.248-.92-7.17-2.754a.2.2 0 0 0 .005.026c-8.804-10.807-20.234-20.158-30.971-28.92-7.517-6.135-14.617-11.929-20.089-17.637-22.054-23.008-21.928-40.916-21.795-59.875.01-1.428-.068-2.849.02-4.255h159.98c.088 1.406.01 2.828.021 4.255.133 18.959.259 36.867-21.795 59.875-5.472 5.708-12.57 11.502-20.087 17.637-10.737 8.762-22.165 18.114-30.969 28.92.002-.009.009-.018.01-.026-1.922 1.834-4.16 2.754-7.16 2.754z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-wineglass-outline {
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-96zM256%20273.416c-2.968%200-5.248-.92-7.17-2.754a.2.2%200%200%200%20.005.026c-8.804-10.807-20.234-20.158-30.971-28.92-7.517-6.135-14.617-11.929-20.089-17.637-22.054-23.008-21.928-40.916-21.795-59.875.01-1.428-.068-2.849.02-4.255h159.98c.088%201.406.01%202.828.021%204.255.133%2018.959.259%2036.867-21.795%2059.875-5.472%205.708-12.57%2011.502-20.087%2017.637-10.737%208.762-22.165%2018.114-30.969%2028.92.002-.009.009-.018.01-.026-1.922%201.834-4.16%202.754-7.16%202.754z%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-96zM256%20273.416c-2.968%200-5.248-.92-7.17-2.754a.2.2%200%200%200%20.005.026c-8.804-10.807-20.234-20.158-30.971-28.92-7.517-6.135-14.617-11.929-20.089-17.637-22.054-23.008-21.928-40.916-21.795-59.875.01-1.428-.068-2.849.02-4.255h159.98c.088%201.406.01%202.828.021%204.255.133%2018.959.259%2036.867-21.795%2059.875-5.472%205.708-12.57%2011.502-20.087%2017.637-10.737%208.762-22.165%2018.114-30.969%2028.92.002-.009.009-.018.01-.026-1.922%201.834-4.16%202.754-7.16%202.754z%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-outline.svg?color=%231a73e8&size=48