restaurant 2 icon

restaurant-2-line from Remix Icon by Remix Design · Line · Food · Apache-2.0 Free for personal and commercial use.

Name
restaurant-2-line
Set
Remix Icon
Style
Line
Category
Food
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More food icons from Remix Icon

Use the restaurant 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.268 12.147l-.853.853l7.07 7.071l-1.413 1.414L12 14.415l-7.072 7.07l-1.414-1.414l9.339-9.339c-.588-1.457.02-3.555 1.621-5.156c1.953-1.953 4.644-2.428 6.01-1.061c1.368 1.367.893 4.058-1.06 6.01c-1.602 1.602-3.7 2.21-5.157 1.622M4.222 3.807l6.718 6.718l-2.829 2.829l-3.889-3.89a4 4 0 0 1 0-5.656m13.789 5.304c1.257-1.257 1.516-2.726 1.06-3.182s-1.924-.196-3.181 1.06c-1.258 1.258-1.517 2.727-1.061 3.183s1.925.196 3.182-1.06"/></svg>

React

import type { SVGProps } from "react";

export function RiRestaurant2Line(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="m14.268 12.147l-.853.853l7.07 7.071l-1.413 1.414L12 14.415l-7.072 7.07l-1.414-1.414l9.339-9.339c-.588-1.457.02-3.555 1.621-5.156c1.953-1.953 4.644-2.428 6.01-1.061c1.368 1.367.893 4.058-1.06 6.01c-1.602 1.602-3.7 2.21-5.157 1.622M4.222 3.807l6.718 6.718l-2.829 2.829l-3.889-3.89a4 4 0 0 1 0-5.656m13.789 5.304c1.257-1.257 1.516-2.726 1.06-3.182s-1.924-.196-3.181 1.06c-1.258 1.258-1.517 2.727-1.061 3.183s1.925.196 3.182-1.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.268 12.147l-.853.853l7.07 7.071l-1.413 1.414L12 14.415l-7.072 7.07l-1.414-1.414l9.339-9.339c-.588-1.457.02-3.555 1.621-5.156c1.953-1.953 4.644-2.428 6.01-1.061c1.368 1.367.893 4.058-1.06 6.01c-1.602 1.602-3.7 2.21-5.157 1.622M4.222 3.807l6.718 6.718l-2.829 2.829l-3.889-3.89a4 4 0 0 1 0-5.656m13.789 5.304c1.257-1.257 1.516-2.726 1.06-3.182s-1.924-.196-3.181 1.06c-1.258 1.258-1.517 2.727-1.061 3.183s1.925.196 3.182-1.06"/></svg>
</template>

CSS

.icon-restaurant-2-line {
  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%22m14.268%2012.147l-.853.853l7.07%207.071l-1.413%201.414L12%2014.415l-7.072%207.07l-1.414-1.414l9.339-9.339c-.588-1.457.02-3.555%201.621-5.156c1.953-1.953%204.644-2.428%206.01-1.061c1.368%201.367.893%204.058-1.06%206.01c-1.602%201.602-3.7%202.21-5.157%201.622M4.222%203.807l6.718%206.718l-2.829%202.829l-3.889-3.89a4%204%200%200%201%200-5.656m13.789%205.304c1.257-1.257%201.516-2.726%201.06-3.182s-1.924-.196-3.181%201.06c-1.258%201.258-1.517%202.727-1.061%203.183s1.925.196%203.182-1.06%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%22m14.268%2012.147l-.853.853l7.07%207.071l-1.413%201.414L12%2014.415l-7.072%207.07l-1.414-1.414l9.339-9.339c-.588-1.457.02-3.555%201.621-5.156c1.953-1.953%204.644-2.428%206.01-1.061c1.368%201.367.893%204.058-1.06%206.01c-1.602%201.602-3.7%202.21-5.157%201.622M4.222%203.807l6.718%206.718l-2.829%202.829l-3.889-3.89a4%204%200%200%201%200-5.656m13.789%205.304c1.257-1.257%201.516-2.726%201.06-3.182s-1.924-.196-3.181%201.06c-1.258%201.258-1.517%202.727-1.061%203.183s1.925.196%203.182-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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