ios cafe icon
ios-cafe from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-cafe
- 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 cafe icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M369.7 404H110.1c-7.6 0-14.1 5.8-14.4 13.4-.4 8 6 14.6 14 14.6h259.6c7.6 0 14.1-5.8 14.4-13.4.3-8-6.1-14.6-14-14.6z" fill="currentColor"/><path d="M399.2 118.5c.1-10.8-4.2-20.9-12.2-28.4-7.2-6.6-16.7-10.1-26.5-10.1H86.8c-9.9 0-19.7 3.6-26.9 10.4-8.1 7.7-12.4 18.2-11.9 29.3C50.4 172 58.3 218 71.8 256.3c11 31.6 25.8 58.1 43.9 78.9 31.8 36.6 68.8 48.8 77.9 48.8h60.1c5.5 0 25-7.2 44.2-19.5 22.4-14.4 42.4-36.7 58.1-64.6 2 .1 4 .2 5.9.2 27.2 0 52.8-9.7 72.1-27.4 19.4-17.8 30.1-41.4 30.1-66.6-.1-38.9-25.9-73.5-64.9-87.6zm-29.7 153.1c14.2-34.5 23.6-76 27.8-123.4 0 0 0-.1.1 0 10.3 5 19.1 12.2 25.8 20.9 8.4 10.9 12.8 23.7 12.8 37 0 34-29.2 62.1-66.5 65.5z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosCafe(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M369.7 404H110.1c-7.6 0-14.1 5.8-14.4 13.4-.4 8 6 14.6 14 14.6h259.6c7.6 0 14.1-5.8 14.4-13.4.3-8-6.1-14.6-14-14.6z" fill="currentColor"/><path d="M399.2 118.5c.1-10.8-4.2-20.9-12.2-28.4-7.2-6.6-16.7-10.1-26.5-10.1H86.8c-9.9 0-19.7 3.6-26.9 10.4-8.1 7.7-12.4 18.2-11.9 29.3C50.4 172 58.3 218 71.8 256.3c11 31.6 25.8 58.1 43.9 78.9 31.8 36.6 68.8 48.8 77.9 48.8h60.1c5.5 0 25-7.2 44.2-19.5 22.4-14.4 42.4-36.7 58.1-64.6 2 .1 4 .2 5.9.2 27.2 0 52.8-9.7 72.1-27.4 19.4-17.8 30.1-41.4 30.1-66.6-.1-38.9-25.9-73.5-64.9-87.6zm-29.7 153.1c14.2-34.5 23.6-76 27.8-123.4 0 0 0-.1.1 0 10.3 5 19.1 12.2 25.8 20.9 8.4 10.9 12.8 23.7 12.8 37 0 34-29.2 62.1-66.5 65.5z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M369.7 404H110.1c-7.6 0-14.1 5.8-14.4 13.4-.4 8 6 14.6 14 14.6h259.6c7.6 0 14.1-5.8 14.4-13.4.3-8-6.1-14.6-14-14.6z" fill="currentColor"/><path d="M399.2 118.5c.1-10.8-4.2-20.9-12.2-28.4-7.2-6.6-16.7-10.1-26.5-10.1H86.8c-9.9 0-19.7 3.6-26.9 10.4-8.1 7.7-12.4 18.2-11.9 29.3C50.4 172 58.3 218 71.8 256.3c11 31.6 25.8 58.1 43.9 78.9 31.8 36.6 68.8 48.8 77.9 48.8h60.1c5.5 0 25-7.2 44.2-19.5 22.4-14.4 42.4-36.7 58.1-64.6 2 .1 4 .2 5.9.2 27.2 0 52.8-9.7 72.1-27.4 19.4-17.8 30.1-41.4 30.1-66.6-.1-38.9-25.9-73.5-64.9-87.6zm-29.7 153.1c14.2-34.5 23.6-76 27.8-123.4 0 0 0-.1.1 0 10.3 5 19.1 12.2 25.8 20.9 8.4 10.9 12.8 23.7 12.8 37 0 34-29.2 62.1-66.5 65.5z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-cafe {
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%22M369.7%20404H110.1c-7.6%200-14.1%205.8-14.4%2013.4-.4%208%206%2014.6%2014%2014.6h259.6c7.6%200%2014.1-5.8%2014.4-13.4.3-8-6.1-14.6-14-14.6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M399.2%20118.5c.1-10.8-4.2-20.9-12.2-28.4-7.2-6.6-16.7-10.1-26.5-10.1H86.8c-9.9%200-19.7%203.6-26.9%2010.4-8.1%207.7-12.4%2018.2-11.9%2029.3C50.4%20172%2058.3%20218%2071.8%20256.3c11%2031.6%2025.8%2058.1%2043.9%2078.9%2031.8%2036.6%2068.8%2048.8%2077.9%2048.8h60.1c5.5%200%2025-7.2%2044.2-19.5%2022.4-14.4%2042.4-36.7%2058.1-64.6%202%20.1%204%20.2%205.9.2%2027.2%200%2052.8-9.7%2072.1-27.4%2019.4-17.8%2030.1-41.4%2030.1-66.6-.1-38.9-25.9-73.5-64.9-87.6zm-29.7%20153.1c14.2-34.5%2023.6-76%2027.8-123.4%200%200%200-.1.1%200%2010.3%205%2019.1%2012.2%2025.8%2020.9%208.4%2010.9%2012.8%2023.7%2012.8%2037%200%2034-29.2%2062.1-66.5%2065.5z%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%22M369.7%20404H110.1c-7.6%200-14.1%205.8-14.4%2013.4-.4%208%206%2014.6%2014%2014.6h259.6c7.6%200%2014.1-5.8%2014.4-13.4.3-8-6.1-14.6-14-14.6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M399.2%20118.5c.1-10.8-4.2-20.9-12.2-28.4-7.2-6.6-16.7-10.1-26.5-10.1H86.8c-9.9%200-19.7%203.6-26.9%2010.4-8.1%207.7-12.4%2018.2-11.9%2029.3C50.4%20172%2058.3%20218%2071.8%20256.3c11%2031.6%2025.8%2058.1%2043.9%2078.9%2031.8%2036.6%2068.8%2048.8%2077.9%2048.8h60.1c5.5%200%2025-7.2%2044.2-19.5%2022.4-14.4%2042.4-36.7%2058.1-64.6%202%20.1%204%20.2%205.9.2%2027.2%200%2052.8-9.7%2072.1-27.4%2019.4-17.8%2030.1-41.4%2030.1-66.6-.1-38.9-25.9-73.5-64.9-87.6zm-29.7%20153.1c14.2-34.5%2023.6-76%2027.8-123.4%200%200%200-.1.1%200%2010.3%205%2019.1%2012.2%2025.8%2020.9%208.4%2010.9%2012.8%2023.7%2012.8%2037%200%2034-29.2%2062.1-66.5%2065.5z%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-cafe.svg?color=%231a73e8&size=48