ios wine icon
ios-wine from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-wine
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
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 wine icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M328.9 51.2c-2-5.5-7-9.2-12.9-9.2H196c-6 0-10.9 3.7-13 9.2-9.3 25-31 87.1-31 124.8v4.8c0 19.2 0 45.4 28.4 74.5 6.5 6.7 14.3 12.9 22.5 19.5 19.1 15.3 38.8 31.1 38.8 50.2v115c0 1.1-.9 2-2 2h-57.1c-7.9 0-14.3 6.3-14.3 14s6.4 14 14.3 14h146.8c7.9 0 14.3-6.3 14.3-14s-6.4-14-14.3-14h-57.1c-1.1 0-2-.9-2-2V325c0-19.1 19.7-34.9 38.8-50.2 8.2-6.6 15.9-12.8 22.5-19.5C360 226.2 360 200 360 180.8V176c0-37.5-21.7-99.8-31.1-124.8zm-1.4 102.1c-.2.3-.7.7-1.6.7H186.1c-.8 0-1.3-.5-1.6-.7-.2-.3-.6-.8-.4-1.7 5.1-26.1 14.8-59.6 21.6-80.2.3-.8 1.1-1.4 1.9-1.4h96.8c.9 0 1.7.6 1.9 1.4 6.7 20.7 16.4 54.1 21.6 80.2.2.8-.2 1.4-.4 1.7z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosWine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M328.9 51.2c-2-5.5-7-9.2-12.9-9.2H196c-6 0-10.9 3.7-13 9.2-9.3 25-31 87.1-31 124.8v4.8c0 19.2 0 45.4 28.4 74.5 6.5 6.7 14.3 12.9 22.5 19.5 19.1 15.3 38.8 31.1 38.8 50.2v115c0 1.1-.9 2-2 2h-57.1c-7.9 0-14.3 6.3-14.3 14s6.4 14 14.3 14h146.8c7.9 0 14.3-6.3 14.3-14s-6.4-14-14.3-14h-57.1c-1.1 0-2-.9-2-2V325c0-19.1 19.7-34.9 38.8-50.2 8.2-6.6 15.9-12.8 22.5-19.5C360 226.2 360 200 360 180.8V176c0-37.5-21.7-99.8-31.1-124.8zm-1.4 102.1c-.2.3-.7.7-1.6.7H186.1c-.8 0-1.3-.5-1.6-.7-.2-.3-.6-.8-.4-1.7 5.1-26.1 14.8-59.6 21.6-80.2.3-.8 1.1-1.4 1.9-1.4h96.8c.9 0 1.7.6 1.9 1.4 6.7 20.7 16.4 54.1 21.6 80.2.2.8-.2 1.4-.4 1.7z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M328.9 51.2c-2-5.5-7-9.2-12.9-9.2H196c-6 0-10.9 3.7-13 9.2-9.3 25-31 87.1-31 124.8v4.8c0 19.2 0 45.4 28.4 74.5 6.5 6.7 14.3 12.9 22.5 19.5 19.1 15.3 38.8 31.1 38.8 50.2v115c0 1.1-.9 2-2 2h-57.1c-7.9 0-14.3 6.3-14.3 14s6.4 14 14.3 14h146.8c7.9 0 14.3-6.3 14.3-14s-6.4-14-14.3-14h-57.1c-1.1 0-2-.9-2-2V325c0-19.1 19.7-34.9 38.8-50.2 8.2-6.6 15.9-12.8 22.5-19.5C360 226.2 360 200 360 180.8V176c0-37.5-21.7-99.8-31.1-124.8zm-1.4 102.1c-.2.3-.7.7-1.6.7H186.1c-.8 0-1.3-.5-1.6-.7-.2-.3-.6-.8-.4-1.7 5.1-26.1 14.8-59.6 21.6-80.2.3-.8 1.1-1.4 1.9-1.4h96.8c.9 0 1.7.6 1.9 1.4 6.7 20.7 16.4 54.1 21.6 80.2.2.8-.2 1.4-.4 1.7z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-wine {
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%22M328.9%2051.2c-2-5.5-7-9.2-12.9-9.2H196c-6%200-10.9%203.7-13%209.2-9.3%2025-31%2087.1-31%20124.8v4.8c0%2019.2%200%2045.4%2028.4%2074.5%206.5%206.7%2014.3%2012.9%2022.5%2019.5%2019.1%2015.3%2038.8%2031.1%2038.8%2050.2v115c0%201.1-.9%202-2%202h-57.1c-7.9%200-14.3%206.3-14.3%2014s6.4%2014%2014.3%2014h146.8c7.9%200%2014.3-6.3%2014.3-14s-6.4-14-14.3-14h-57.1c-1.1%200-2-.9-2-2V325c0-19.1%2019.7-34.9%2038.8-50.2%208.2-6.6%2015.9-12.8%2022.5-19.5C360%20226.2%20360%20200%20360%20180.8V176c0-37.5-21.7-99.8-31.1-124.8zm-1.4%20102.1c-.2.3-.7.7-1.6.7H186.1c-.8%200-1.3-.5-1.6-.7-.2-.3-.6-.8-.4-1.7%205.1-26.1%2014.8-59.6%2021.6-80.2.3-.8%201.1-1.4%201.9-1.4h96.8c.9%200%201.7.6%201.9%201.4%206.7%2020.7%2016.4%2054.1%2021.6%2080.2.2.8-.2%201.4-.4%201.7z%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%22M328.9%2051.2c-2-5.5-7-9.2-12.9-9.2H196c-6%200-10.9%203.7-13%209.2-9.3%2025-31%2087.1-31%20124.8v4.8c0%2019.2%200%2045.4%2028.4%2074.5%206.5%206.7%2014.3%2012.9%2022.5%2019.5%2019.1%2015.3%2038.8%2031.1%2038.8%2050.2v115c0%201.1-.9%202-2%202h-57.1c-7.9%200-14.3%206.3-14.3%2014s6.4%2014%2014.3%2014h146.8c7.9%200%2014.3-6.3%2014.3-14s-6.4-14-14.3-14h-57.1c-1.1%200-2-.9-2-2V325c0-19.1%2019.7-34.9%2038.8-50.2%208.2-6.6%2015.9-12.8%2022.5-19.5C360%20226.2%20360%20200%20360%20180.8V176c0-37.5-21.7-99.8-31.1-124.8zm-1.4%20102.1c-.2.3-.7.7-1.6.7H186.1c-.8%200-1.3-.5-1.6-.7-.2-.3-.6-.8-.4-1.7%205.1-26.1%2014.8-59.6%2021.6-80.2.3-.8%201.1-1.4%201.9-1.4h96.8c.9%200%201.7.6%201.9%201.4%206.7%2020.7%2016.4%2054.1%2021.6%2080.2.2.8-.2%201.4-.4%201.7z%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-wine.svg?color=%231a73e8&size=48