restaurant icon

restaurant from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
restaurant
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons

Use the restaurant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.84 11.63a3 3 0 0 0 2.16-.88l2.83-2.83a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0l-2.86 2.82a1 1 0 0 1-1.42 0l3.54-3.53a1 1 0 1 0-1.42-1.42l-3.53 3.54a1 1 0 0 1 0-1.41l2.83-2.83a1 1 0 1 0-1.42-1.42L13.3 5.09a3 3 0 0 0 0 4.24L12 10.62l-8.27-8.3l-.1-.06a.7.7 0 0 0-.17-.11l-.18-.07L3.16 2h-.27a.6.6 0 0 0-.18 0a.7.7 0 0 0-.17.09l-.16.1h-.07l-.06.1a1 1 0 0 0-.11.17a1 1 0 0 0-.07.19s0 .07 0 .11a11 11 0 0 0 3.11 9.34l2.64 2.63l-5.41 5.4a1 1 0 0 0 0 1.42a1 1 0 0 0 .71.29a1 1 0 0 0 .71-.29l6.07-5.98l2.83-2.83l2-2a3 3 0 0 0 2.11.89m-7.65 1.82l-2.63-2.64A9.06 9.06 0 0 1 4 5.4l6.61 6.6Zm6.24.57A1 1 0 0 0 14 15.44l6.3 6.3a1 1 0 0 0 .7.26a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.42Z"/></svg>

React

import type { SVGProps } from "react";

export function UilRestaurant(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.84 11.63a3 3 0 0 0 2.16-.88l2.83-2.83a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0l-2.86 2.82a1 1 0 0 1-1.42 0l3.54-3.53a1 1 0 1 0-1.42-1.42l-3.53 3.54a1 1 0 0 1 0-1.41l2.83-2.83a1 1 0 1 0-1.42-1.42L13.3 5.09a3 3 0 0 0 0 4.24L12 10.62l-8.27-8.3l-.1-.06a.7.7 0 0 0-.17-.11l-.18-.07L3.16 2h-.27a.6.6 0 0 0-.18 0a.7.7 0 0 0-.17.09l-.16.1h-.07l-.06.1a1 1 0 0 0-.11.17a1 1 0 0 0-.07.19s0 .07 0 .11a11 11 0 0 0 3.11 9.34l2.64 2.63l-5.41 5.4a1 1 0 0 0 0 1.42a1 1 0 0 0 .71.29a1 1 0 0 0 .71-.29l6.07-5.98l2.83-2.83l2-2a3 3 0 0 0 2.11.89m-7.65 1.82l-2.63-2.64A9.06 9.06 0 0 1 4 5.4l6.61 6.6Zm6.24.57A1 1 0 0 0 14 15.44l6.3 6.3a1 1 0 0 0 .7.26a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.42Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.84 11.63a3 3 0 0 0 2.16-.88l2.83-2.83a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0l-2.86 2.82a1 1 0 0 1-1.42 0l3.54-3.53a1 1 0 1 0-1.42-1.42l-3.53 3.54a1 1 0 0 1 0-1.41l2.83-2.83a1 1 0 1 0-1.42-1.42L13.3 5.09a3 3 0 0 0 0 4.24L12 10.62l-8.27-8.3l-.1-.06a.7.7 0 0 0-.17-.11l-.18-.07L3.16 2h-.27a.6.6 0 0 0-.18 0a.7.7 0 0 0-.17.09l-.16.1h-.07l-.06.1a1 1 0 0 0-.11.17a1 1 0 0 0-.07.19s0 .07 0 .11a11 11 0 0 0 3.11 9.34l2.64 2.63l-5.41 5.4a1 1 0 0 0 0 1.42a1 1 0 0 0 .71.29a1 1 0 0 0 .71-.29l6.07-5.98l2.83-2.83l2-2a3 3 0 0 0 2.11.89m-7.65 1.82l-2.63-2.64A9.06 9.06 0 0 1 4 5.4l6.61 6.6Zm6.24.57A1 1 0 0 0 14 15.44l6.3 6.3a1 1 0 0 0 .7.26a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.42Z"/></svg>
</template>

CSS

.icon-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.84%2011.63a3%203%200%200%200%202.16-.88l2.83-2.83a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200l-2.86%202.82a1%201%200%200%201-1.42%200l3.54-3.53a1%201%200%201%200-1.42-1.42l-3.53%203.54a1%201%200%200%201%200-1.41l2.83-2.83a1%201%200%201%200-1.42-1.42L13.3%205.09a3%203%200%200%200%200%204.24L12%2010.62l-8.27-8.3l-.1-.06a.7.7%200%200%200-.17-.11l-.18-.07L3.16%202h-.27a.6.6%200%200%200-.18%200a.7.7%200%200%200-.17.09l-.16.1h-.07l-.06.1a1%201%200%200%200-.11.17a1%201%200%200%200-.07.19s0%20.07%200%20.11a11%2011%200%200%200%203.11%209.34l2.64%202.63l-5.41%205.4a1%201%200%200%200%200%201.42a1%201%200%200%200%20.71.29a1%201%200%200%200%20.71-.29l6.07-5.98l2.83-2.83l2-2a3%203%200%200%200%202.11.89m-7.65%201.82l-2.63-2.64A9.06%209.06%200%200%201%204%205.4l6.61%206.6Zm6.24.57A1%201%200%200%200%2014%2015.44l6.3%206.3a1%201%200%200%200%20.7.26a1%201%200%200%200%20.71-.29a1%201%200%200%200%200-1.42Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.84%2011.63a3%203%200%200%200%202.16-.88l2.83-2.83a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200l-2.86%202.82a1%201%200%200%201-1.42%200l3.54-3.53a1%201%200%201%200-1.42-1.42l-3.53%203.54a1%201%200%200%201%200-1.41l2.83-2.83a1%201%200%201%200-1.42-1.42L13.3%205.09a3%203%200%200%200%200%204.24L12%2010.62l-8.27-8.3l-.1-.06a.7.7%200%200%200-.17-.11l-.18-.07L3.16%202h-.27a.6.6%200%200%200-.18%200a.7.7%200%200%200-.17.09l-.16.1h-.07l-.06.1a1%201%200%200%200-.11.17a1%201%200%200%200-.07.19s0%20.07%200%20.11a11%2011%200%200%200%203.11%209.34l2.64%202.63l-5.41%205.4a1%201%200%200%200%200%201.42a1%201%200%200%200%20.71.29a1%201%200%200%200%20.71-.29l6.07-5.98l2.83-2.83l2-2a3%203%200%200%200%202.11.89m-7.65%201.82l-2.63-2.64A9.06%209.06%200%200%201%204%205.4l6.61%206.6Zm6.24.57A1%201%200%200%200%2014%2015.44l6.3%206.3a1%201%200%200%200%20.7.26a1%201%200%200%200%20.71-.29a1%201%200%200%200%200-1.42Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/restaurant.svg?color=%231a73e8&size=48