ios restaurant icon

ios-restaurant from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-restaurant
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios restaurant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M384 64c-24.8 0-48 77.3-48 160 0 57 32 80 32 80v128c0 8.8 7.2 16 16 16s16-7.2 16-16V75c0-11-11-11-16-11z" fill="currentColor"/><path d="M288 64l10 104c0 4.4-3.6 8-8 8s-8-3.6-8-8l-6-104h-8l-6 104c0 4.4-3.6 8-8 8s-8-3.6-8-8l10-104h-8s-24 107.2-24 128 13.4 38.6 32 45.2V432c0 8.8 7.2 16 16 16s16-7.2 16-16V237.2c18.6-6.6 32-24.2 32-45.2S296 64 296 64h-8z" fill="currentColor"/><path d="M160 64c-26.5 0-48 64-48 128 0 20.8 13.4 38.6 32 45.2V432c0 8.8 7.2 16 16 16s16-7.2 16-16V237.2c18.6-6.6 32-24.2 32-45.2 0-64-21.5-128-48-128z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosRestaurant(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M384 64c-24.8 0-48 77.3-48 160 0 57 32 80 32 80v128c0 8.8 7.2 16 16 16s16-7.2 16-16V75c0-11-11-11-16-11z" fill="currentColor"/><path d="M288 64l10 104c0 4.4-3.6 8-8 8s-8-3.6-8-8l-6-104h-8l-6 104c0 4.4-3.6 8-8 8s-8-3.6-8-8l10-104h-8s-24 107.2-24 128 13.4 38.6 32 45.2V432c0 8.8 7.2 16 16 16s16-7.2 16-16V237.2c18.6-6.6 32-24.2 32-45.2S296 64 296 64h-8z" fill="currentColor"/><path d="M160 64c-26.5 0-48 64-48 128 0 20.8 13.4 38.6 32 45.2V432c0 8.8 7.2 16 16 16s16-7.2 16-16V237.2c18.6-6.6 32-24.2 32-45.2 0-64-21.5-128-48-128z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M384 64c-24.8 0-48 77.3-48 160 0 57 32 80 32 80v128c0 8.8 7.2 16 16 16s16-7.2 16-16V75c0-11-11-11-16-11z" fill="currentColor"/><path d="M288 64l10 104c0 4.4-3.6 8-8 8s-8-3.6-8-8l-6-104h-8l-6 104c0 4.4-3.6 8-8 8s-8-3.6-8-8l10-104h-8s-24 107.2-24 128 13.4 38.6 32 45.2V432c0 8.8 7.2 16 16 16s16-7.2 16-16V237.2c18.6-6.6 32-24.2 32-45.2S296 64 296 64h-8z" fill="currentColor"/><path d="M160 64c-26.5 0-48 64-48 128 0 20.8 13.4 38.6 32 45.2V432c0 8.8 7.2 16 16 16s16-7.2 16-16V237.2c18.6-6.6 32-24.2 32-45.2 0-64-21.5-128-48-128z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-restaurant {
  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%22M384%2064c-24.8%200-48%2077.3-48%20160%200%2057%2032%2080%2032%2080v128c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V75c0-11-11-11-16-11z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M288%2064l10%20104c0%204.4-3.6%208-8%208s-8-3.6-8-8l-6-104h-8l-6%20104c0%204.4-3.6%208-8%208s-8-3.6-8-8l10-104h-8s-24%20107.2-24%20128%2013.4%2038.6%2032%2045.2V432c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V237.2c18.6-6.6%2032-24.2%2032-45.2S296%2064%20296%2064h-8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M160%2064c-26.5%200-48%2064-48%20128%200%2020.8%2013.4%2038.6%2032%2045.2V432c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V237.2c18.6-6.6%2032-24.2%2032-45.2%200-64-21.5-128-48-128z%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%22M384%2064c-24.8%200-48%2077.3-48%20160%200%2057%2032%2080%2032%2080v128c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V75c0-11-11-11-16-11z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M288%2064l10%20104c0%204.4-3.6%208-8%208s-8-3.6-8-8l-6-104h-8l-6%20104c0%204.4-3.6%208-8%208s-8-3.6-8-8l10-104h-8s-24%20107.2-24%20128%2013.4%2038.6%2032%2045.2V432c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V237.2c18.6-6.6%2032-24.2%2032-45.2S296%2064%20296%2064h-8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M160%2064c-26.5%200-48%2064-48%20128%200%2020.8%2013.4%2038.6%2032%2045.2V432c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V237.2c18.6-6.6%2032-24.2%2032-45.2%200-64-21.5-128-48-128z%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-restaurant.svg?color=%231a73e8&size=48