hand meal icon
hand-meal-outline-sharp from Material Symbols by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- hand-meal-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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="M1 13v-2h2.025q.35-3.175 2.575-5.4T11 3.025V2h2v1.025q3.175.35 5.4 2.575t2.575 5.4H23v2zm4.075-2h13.85q-.35-2.575-2.312-4.288T12 5T7.388 6.713T5.075 11m9.3 2H8v6h6.6l5-4.125q-.2-.2-.45-.3t-.525-.15q-.425-.075-.825.025t-.75.375L14.35 17H10v-2h3.65l1.1-.9q.125-.075.188-.2t.062-.275q0-.25-.187-.437T14.375 13M6 13H4v7h2zm1.725 9H2V11h12.375q2.125 0 4.1.725t3.175 2.45l.675 1.025l-6.95 5.8h-7.65z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHandMealOutlineSharp(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="M1 13v-2h2.025q.35-3.175 2.575-5.4T11 3.025V2h2v1.025q3.175.35 5.4 2.575t2.575 5.4H23v2zm4.075-2h13.85q-.35-2.575-2.312-4.288T12 5T7.388 6.713T5.075 11m9.3 2H8v6h6.6l5-4.125q-.2-.2-.45-.3t-.525-.15q-.425-.075-.825.025t-.75.375L14.35 17H10v-2h3.65l1.1-.9q.125-.075.188-.2t.062-.275q0-.25-.187-.437T14.375 13M6 13H4v7h2zm1.725 9H2V11h12.375q2.125 0 4.1.725t3.175 2.45l.675 1.025l-6.95 5.8h-7.65z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 13v-2h2.025q.35-3.175 2.575-5.4T11 3.025V2h2v1.025q3.175.35 5.4 2.575t2.575 5.4H23v2zm4.075-2h13.85q-.35-2.575-2.312-4.288T12 5T7.388 6.713T5.075 11m9.3 2H8v6h6.6l5-4.125q-.2-.2-.45-.3t-.525-.15q-.425-.075-.825.025t-.75.375L14.35 17H10v-2h3.65l1.1-.9q.125-.075.188-.2t.062-.275q0-.25-.187-.437T14.375 13M6 13H4v7h2zm1.725 9H2V11h12.375q2.125 0 4.1.725t3.175 2.45l.675 1.025l-6.95 5.8h-7.65z"/></svg> </template>
CSS
.icon-hand-meal-outline-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%22M1%2013v-2h2.025q.35-3.175%202.575-5.4T11%203.025V2h2v1.025q3.175.35%205.4%202.575t2.575%205.4H23v2zm4.075-2h13.85q-.35-2.575-2.312-4.288T12%205T7.388%206.713T5.075%2011m9.3%202H8v6h6.6l5-4.125q-.2-.2-.45-.3t-.525-.15q-.425-.075-.825.025t-.75.375L14.35%2017H10v-2h3.65l1.1-.9q.125-.075.188-.2t.062-.275q0-.25-.187-.437T14.375%2013M6%2013H4v7h2zm1.725%209H2V11h12.375q2.125%200%204.1.725t3.175%202.45l.675%201.025l-6.95%205.8h-7.65z%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%22M1%2013v-2h2.025q.35-3.175%202.575-5.4T11%203.025V2h2v1.025q3.175.35%205.4%202.575t2.575%205.4H23v2zm4.075-2h13.85q-.35-2.575-2.312-4.288T12%205T7.388%206.713T5.075%2011m9.3%202H8v6h6.6l5-4.125q-.2-.2-.45-.3t-.525-.15q-.425-.075-.825.025t-.75.375L14.35%2017H10v-2h3.65l1.1-.9q.125-.075.188-.2t.062-.275q0-.25-.187-.437T14.375%2013M6%2013H4v7h2zm1.725%209H2V11h12.375q2.125%200%204.1.725t3.175%202.45l.675%201.025l-6.95%205.8h-7.65z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/hand-meal-outline-sharp.svg?color=%231a73e8&size=48