hand meal icon
hand-meal from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- hand-meal
- Set
- Material Symbols Light
- Style
- Regular
- 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-4.99 4.175q-.512.43-1.123.649q-.612.218-1.273.218zM3.807 21q-.348 0-.578-.23T3 20.192v-6.384q0-.33.23-.569T3.808 13h2.961v7.192q0 .348-.24.578q-.238.23-.567.23z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHandMeal(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-4.99 4.175q-.512.43-1.123.649q-.612.218-1.273.218zM3.807 21q-.348 0-.578-.23T3 20.192v-6.384q0-.33.23-.569T3.808 13h2.961v7.192q0 .348-.24.578q-.238.23-.567.23z"/></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-4.99 4.175q-.512.43-1.123.649q-.612.218-1.273.218zM3.807 21q-.348 0-.578-.23T3 20.192v-6.384q0-.33.23-.569T3.808 13h2.961v7.192q0 .348-.24.578q-.238.23-.567.23z"/></svg> </template>
CSS
.icon-hand-meal {
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-4.99%204.175q-.512.43-1.123.649q-.612.218-1.273.218zM3.807%2021q-.348%200-.578-.23T3%2020.192v-6.384q0-.33.23-.569T3.808%2013h2.961v7.192q0%20.348-.24.578q-.238.23-.567.23z%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-4.99%204.175q-.512.43-1.123.649q-.612.218-1.273.218zM3.807%2021q-.348%200-.578-.23T3%2020.192v-6.384q0-.33.23-.569T3.808%2013h2.961v7.192q0%20.348-.24.578q-.238.23-.567.23z%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.svg?color=%231a73e8&size=48