ios beer icon
ios-beer from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-beer
- 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 beer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M112 162c0-13.3 10.7-24 24-24h229.5c4.9 0 9.6 1.5 13.5 4.4 2 1.5 4.9 0 4.8-2.5-.1-5.7-.2-9.3-.2-21.6 0-20.8-17.2-38.3-38.1-38.3h-.2c-5.7-.4-10.8-4-12.9-9.3-9-22.6-32.3-38.6-56.4-38.6-21 0-34.2 7-44 18.3-4.4 5-11.8 5.9-17.4 2.4-7.3-4.6-16.1-7.1-25.5-7.1-14.4 0-27.2 7.1-35.8 17.4-4 4.9-10.4 7-16.6 5.9-5.2-1-12.6-1.8-22.7-1.8-25 0-50 16.6-50 42.4v4c0 28.8 16 22.9 16 41.8v50.8c0 13.4-11.2 19.3-11.2 35.2 0 8.8 8 16.8 16.8 16.8H112V162z" fill="currentColor"/><path d="M386 452H110c-7.7 0-14 6.3-14 14s6.3 14 14 14h276c7.7 0 14-6.3 14-14s-6.3-14-14-14z" fill="currentColor"/><path d="M400 194h-32v-24c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16v213.8c0 12.1-1.1 18.2-3.2 30.1l-.1.5c-.8 4.7.2 9.5 2.8 13.5 3.4 5.1 9.1 8.2 15.3 8.2h213.9c4.1 0 8.1-1.4 11.1-4.1 4.7-4.1 6.5-10.3 5.2-16-2.7-11.8-4.5-17.8-4.8-29.9H400c26.4 0 48-21.6 48-48v-96c0-26.5-21.6-48.1-48-48.1zm20 144c0 11-9 20-20 20h-32V222h32c11 0 20 9 20 20v96z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosBeer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M112 162c0-13.3 10.7-24 24-24h229.5c4.9 0 9.6 1.5 13.5 4.4 2 1.5 4.9 0 4.8-2.5-.1-5.7-.2-9.3-.2-21.6 0-20.8-17.2-38.3-38.1-38.3h-.2c-5.7-.4-10.8-4-12.9-9.3-9-22.6-32.3-38.6-56.4-38.6-21 0-34.2 7-44 18.3-4.4 5-11.8 5.9-17.4 2.4-7.3-4.6-16.1-7.1-25.5-7.1-14.4 0-27.2 7.1-35.8 17.4-4 4.9-10.4 7-16.6 5.9-5.2-1-12.6-1.8-22.7-1.8-25 0-50 16.6-50 42.4v4c0 28.8 16 22.9 16 41.8v50.8c0 13.4-11.2 19.3-11.2 35.2 0 8.8 8 16.8 16.8 16.8H112V162z" fill="currentColor"/><path d="M386 452H110c-7.7 0-14 6.3-14 14s6.3 14 14 14h276c7.7 0 14-6.3 14-14s-6.3-14-14-14z" fill="currentColor"/><path d="M400 194h-32v-24c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16v213.8c0 12.1-1.1 18.2-3.2 30.1l-.1.5c-.8 4.7.2 9.5 2.8 13.5 3.4 5.1 9.1 8.2 15.3 8.2h213.9c4.1 0 8.1-1.4 11.1-4.1 4.7-4.1 6.5-10.3 5.2-16-2.7-11.8-4.5-17.8-4.8-29.9H400c26.4 0 48-21.6 48-48v-96c0-26.5-21.6-48.1-48-48.1zm20 144c0 11-9 20-20 20h-32V222h32c11 0 20 9 20 20v96z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M112 162c0-13.3 10.7-24 24-24h229.5c4.9 0 9.6 1.5 13.5 4.4 2 1.5 4.9 0 4.8-2.5-.1-5.7-.2-9.3-.2-21.6 0-20.8-17.2-38.3-38.1-38.3h-.2c-5.7-.4-10.8-4-12.9-9.3-9-22.6-32.3-38.6-56.4-38.6-21 0-34.2 7-44 18.3-4.4 5-11.8 5.9-17.4 2.4-7.3-4.6-16.1-7.1-25.5-7.1-14.4 0-27.2 7.1-35.8 17.4-4 4.9-10.4 7-16.6 5.9-5.2-1-12.6-1.8-22.7-1.8-25 0-50 16.6-50 42.4v4c0 28.8 16 22.9 16 41.8v50.8c0 13.4-11.2 19.3-11.2 35.2 0 8.8 8 16.8 16.8 16.8H112V162z" fill="currentColor"/><path d="M386 452H110c-7.7 0-14 6.3-14 14s6.3 14 14 14h276c7.7 0 14-6.3 14-14s-6.3-14-14-14z" fill="currentColor"/><path d="M400 194h-32v-24c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16v213.8c0 12.1-1.1 18.2-3.2 30.1l-.1.5c-.8 4.7.2 9.5 2.8 13.5 3.4 5.1 9.1 8.2 15.3 8.2h213.9c4.1 0 8.1-1.4 11.1-4.1 4.7-4.1 6.5-10.3 5.2-16-2.7-11.8-4.5-17.8-4.8-29.9H400c26.4 0 48-21.6 48-48v-96c0-26.5-21.6-48.1-48-48.1zm20 144c0 11-9 20-20 20h-32V222h32c11 0 20 9 20 20v96z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-beer {
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%22M112%20162c0-13.3%2010.7-24%2024-24h229.5c4.9%200%209.6%201.5%2013.5%204.4%202%201.5%204.9%200%204.8-2.5-.1-5.7-.2-9.3-.2-21.6%200-20.8-17.2-38.3-38.1-38.3h-.2c-5.7-.4-10.8-4-12.9-9.3-9-22.6-32.3-38.6-56.4-38.6-21%200-34.2%207-44%2018.3-4.4%205-11.8%205.9-17.4%202.4-7.3-4.6-16.1-7.1-25.5-7.1-14.4%200-27.2%207.1-35.8%2017.4-4%204.9-10.4%207-16.6%205.9-5.2-1-12.6-1.8-22.7-1.8-25%200-50%2016.6-50%2042.4v4c0%2028.8%2016%2022.9%2016%2041.8v50.8c0%2013.4-11.2%2019.3-11.2%2035.2%200%208.8%208%2016.8%2016.8%2016.8H112V162z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M386%20452H110c-7.7%200-14%206.3-14%2014s6.3%2014%2014%2014h276c7.7%200%2014-6.3%2014-14s-6.3-14-14-14z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M400%20194h-32v-24c0-8.8-7.2-16-16-16H144c-8.8%200-16%207.2-16%2016v213.8c0%2012.1-1.1%2018.2-3.2%2030.1l-.1.5c-.8%204.7.2%209.5%202.8%2013.5%203.4%205.1%209.1%208.2%2015.3%208.2h213.9c4.1%200%208.1-1.4%2011.1-4.1%204.7-4.1%206.5-10.3%205.2-16-2.7-11.8-4.5-17.8-4.8-29.9H400c26.4%200%2048-21.6%2048-48v-96c0-26.5-21.6-48.1-48-48.1zm20%20144c0%2011-9%2020-20%2020h-32V222h32c11%200%2020%209%2020%2020v96z%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%22M112%20162c0-13.3%2010.7-24%2024-24h229.5c4.9%200%209.6%201.5%2013.5%204.4%202%201.5%204.9%200%204.8-2.5-.1-5.7-.2-9.3-.2-21.6%200-20.8-17.2-38.3-38.1-38.3h-.2c-5.7-.4-10.8-4-12.9-9.3-9-22.6-32.3-38.6-56.4-38.6-21%200-34.2%207-44%2018.3-4.4%205-11.8%205.9-17.4%202.4-7.3-4.6-16.1-7.1-25.5-7.1-14.4%200-27.2%207.1-35.8%2017.4-4%204.9-10.4%207-16.6%205.9-5.2-1-12.6-1.8-22.7-1.8-25%200-50%2016.6-50%2042.4v4c0%2028.8%2016%2022.9%2016%2041.8v50.8c0%2013.4-11.2%2019.3-11.2%2035.2%200%208.8%208%2016.8%2016.8%2016.8H112V162z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M386%20452H110c-7.7%200-14%206.3-14%2014s6.3%2014%2014%2014h276c7.7%200%2014-6.3%2014-14s-6.3-14-14-14z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M400%20194h-32v-24c0-8.8-7.2-16-16-16H144c-8.8%200-16%207.2-16%2016v213.8c0%2012.1-1.1%2018.2-3.2%2030.1l-.1.5c-.8%204.7.2%209.5%202.8%2013.5%203.4%205.1%209.1%208.2%2015.3%208.2h213.9c4.1%200%208.1-1.4%2011.1-4.1%204.7-4.1%206.5-10.3%205.2-16-2.7-11.8-4.5-17.8-4.8-29.9H400c26.4%200%2048-21.6%2048-48v-96c0-26.5-21.6-48.1-48-48.1zm20%20144c0%2011-9%2020-20%2020h-32V222h32c11%200%2020%209%2020%2020v96z%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-beer.svg?color=%231a73e8&size=48