hand-meal-sharp from Material Symbols Light by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
hand-meal-sharp
Set
Material Symbols Light
Style
Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the hand meal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12.02v-1h2.033Q4.44 8.074 6.52 6.122t4.98-2.117V3h1v1.006q2.875.165 4.955 2.117t2.487 4.896H22v1zm5.77 8v-7h7.992q.273 0 .465.142t.273.36q.08.216.047.44q-.033.223-.231.39l-1.399 1.206h-4.282v.942h4.596l2.146-1.811q.435-.362.941-.52t1.03-.123q.523.054.993.282t.826.649l-6.038 5.042zM3 21v-8h3.77v8z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHandMealSharp(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="M2 12.02v-1h2.033Q4.44 8.074 6.52 6.122t4.98-2.117V3h1v1.006q2.875.165 4.955 2.117t2.487 4.896H22v1zm5.77 8v-7h7.992q.273 0 .465.142t.273.36q.08.216.047.44q-.033.223-.231.39l-1.399 1.206h-4.282v.942h4.596l2.146-1.811q.435-.362.941-.52t1.03-.123q.523.054.993.282t.826.649l-6.038 5.042zM3 21v-8h3.77v8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12.02v-1h2.033Q4.44 8.074 6.52 6.122t4.98-2.117V3h1v1.006q2.875.165 4.955 2.117t2.487 4.896H22v1zm5.77 8v-7h7.992q.273 0 .465.142t.273.36q.08.216.047.44q-.033.223-.231.39l-1.399 1.206h-4.282v.942h4.596l2.146-1.811q.435-.362.941-.52t1.03-.123q.523.054.993.282t.826.649l-6.038 5.042zM3 21v-8h3.77v8z"/></svg>
</template>

CSS

.icon-hand-meal-sharp {
  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%22M2%2012.02v-1h2.033Q4.44%208.074%206.52%206.122t4.98-2.117V3h1v1.006q2.875.165%204.955%202.117t2.487%204.896H22v1zm5.77%208v-7h7.992q.273%200%20.465.142t.273.36q.08.216.047.44q-.033.223-.231.39l-1.399%201.206h-4.282v.942h4.596l2.146-1.811q.435-.362.941-.52t1.03-.123q.523.054.993.282t.826.649l-6.038%205.042zM3%2021v-8h3.77v8z%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%22M2%2012.02v-1h2.033Q4.44%208.074%206.52%206.122t4.98-2.117V3h1v1.006q2.875.165%204.955%202.117t2.487%204.896H22v1zm5.77%208v-7h7.992q.273%200%20.465.142t.273.36q.08.216.047.44q-.033.223-.231.39l-1.399%201.206h-4.282v.942h4.596l2.146-1.811q.435-.362.941-.52t1.03-.123q.523.054.993.282t.826.649l-6.038%205.042zM3%2021v-8h3.77v8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/hand-meal-sharp.svg?color=%231a73e8&size=48