green salad emoji
green-salad from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- green-salad
- Set
- OpenMoji
- Style
- Default
- Category
- Food Drink
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More food drink icons from OpenMoji
Use the green salad emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" stroke="#b1cc33" stroke-miterlimit="10" stroke-width="2" d="m57.4 40.6l5-.8l-.3-1a2.95 2.95 0 0 0 2.1-3.7a3.09 3.09 0 0 0-1.7-2a5.08 5.08 0 0 0 1.264-3.134A4.9 4.9 0 0 0 63.1 27.3a5.1 5.1 0 0 0-5.7-2.3a2.96 2.96 0 0 0-3.3-3.7a4.978 4.978 0 0 0-8.5-4.4a3.1 3.1 0 0 0-2.1-2.2a3.44 3.44 0 0 0-2.6.5a4.96 4.96 0 0 0-4.7-3.4a4.846 4.846 0 0 0-4.8 3.8a2.8 2.8 0 0 0-2.9-.8a3.09 3.09 0 0 0-2 1.7a4.97 4.97 0 0 0-5.8-.6a5.1 5.1 0 0 0-2.3 5.7a2.96 2.96 0 0 0-3.7 3.3a4.978 4.978 0 0 0-4.4 8.5a2.99 2.99 0 0 0-.1 5.8v1l3.1.7"/><circle cx="21.697" cy="34.3" r="6" fill="#ea5a47"/><circle cx="36.697" cy="33.3" r="6" fill="#ea5a47"/><circle cx="51.697" cy="33.3" r="6" fill="#ea5a47"/><path fill="#fff" d="M65 35a29 29 0 0 1-58 0Z"/><path fill="#d0cfce" d="M49 35c0 16-4 29-13 29a29.02 29.02 0 0 0 29-29Z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M50.27 28.202a5.16 5.16 0 0 1 2.98.04a5.83 5.83 0 0 1 2.56 1.689m-22.533-.702a5.83 5.83 0 0 1 2.828-1.187a5.16 5.16 0 0 1 2.937.512M17.584 30.93a5.83 5.83 0 0 1 2.56-1.689a5.16 5.16 0 0 1 2.98-.039"/><path d="M63.65 30.936a4.9 4.9 0 0 0-.55-3.536a5.1 5.1 0 0 0-5.7-2.3a2.96 2.96 0 0 0-3.3-3.7a4.978 4.978 0 0 0-8.5-4.4a3.1 3.1 0 0 0-2.1-2.2a3.44 3.44 0 0 0-2.6.5a4.96 4.96 0 0 0-4.7-3.4a4.846 4.846 0 0 0-4.8 3.8a2.8 2.8 0 0 0-2.9-.8a3.09 3.09 0 0 0-2 1.7a4.97 4.97 0 0 0-5.8-.6a5.1 5.1 0 0 0-2.3 5.7a2.96 2.96 0 0 0-3.7 3.3a5.04 5.04 0 0 0-5.3 2.4a4.76 4.76 0 0 0-.644 2.886M65 35a29 29 0 0 1-58 0Z"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiGreenSalad(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" stroke="#b1cc33" strokeMiterlimit="10" strokeWidth="2" d="m57.4 40.6l5-.8l-.3-1a2.95 2.95 0 0 0 2.1-3.7a3.09 3.09 0 0 0-1.7-2a5.08 5.08 0 0 0 1.264-3.134A4.9 4.9 0 0 0 63.1 27.3a5.1 5.1 0 0 0-5.7-2.3a2.96 2.96 0 0 0-3.3-3.7a4.978 4.978 0 0 0-8.5-4.4a3.1 3.1 0 0 0-2.1-2.2a3.44 3.44 0 0 0-2.6.5a4.96 4.96 0 0 0-4.7-3.4a4.846 4.846 0 0 0-4.8 3.8a2.8 2.8 0 0 0-2.9-.8a3.09 3.09 0 0 0-2 1.7a4.97 4.97 0 0 0-5.8-.6a5.1 5.1 0 0 0-2.3 5.7a2.96 2.96 0 0 0-3.7 3.3a4.978 4.978 0 0 0-4.4 8.5a2.99 2.99 0 0 0-.1 5.8v1l3.1.7"/><circle cx="21.697" cy="34.3" r="6" fill="#ea5a47"/><circle cx="36.697" cy="33.3" r="6" fill="#ea5a47"/><circle cx="51.697" cy="33.3" r="6" fill="#ea5a47"/><path fill="#fff" d="M65 35a29 29 0 0 1-58 0Z"/><path fill="#d0cfce" d="M49 35c0 16-4 29-13 29a29.02 29.02 0 0 0 29-29Z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M50.27 28.202a5.16 5.16 0 0 1 2.98.04a5.83 5.83 0 0 1 2.56 1.689m-22.533-.702a5.83 5.83 0 0 1 2.828-1.187a5.16 5.16 0 0 1 2.937.512M17.584 30.93a5.83 5.83 0 0 1 2.56-1.689a5.16 5.16 0 0 1 2.98-.039"/><path d="M63.65 30.936a4.9 4.9 0 0 0-.55-3.536a5.1 5.1 0 0 0-5.7-2.3a2.96 2.96 0 0 0-3.3-3.7a4.978 4.978 0 0 0-8.5-4.4a3.1 3.1 0 0 0-2.1-2.2a3.44 3.44 0 0 0-2.6.5a4.96 4.96 0 0 0-4.7-3.4a4.846 4.846 0 0 0-4.8 3.8a2.8 2.8 0 0 0-2.9-.8a3.09 3.09 0 0 0-2 1.7a4.97 4.97 0 0 0-5.8-.6a5.1 5.1 0 0 0-2.3 5.7a2.96 2.96 0 0 0-3.7 3.3a5.04 5.04 0 0 0-5.3 2.4a4.76 4.76 0 0 0-.644 2.886M65 35a29 29 0 0 1-58 0Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" stroke="#b1cc33" stroke-miterlimit="10" stroke-width="2" d="m57.4 40.6l5-.8l-.3-1a2.95 2.95 0 0 0 2.1-3.7a3.09 3.09 0 0 0-1.7-2a5.08 5.08 0 0 0 1.264-3.134A4.9 4.9 0 0 0 63.1 27.3a5.1 5.1 0 0 0-5.7-2.3a2.96 2.96 0 0 0-3.3-3.7a4.978 4.978 0 0 0-8.5-4.4a3.1 3.1 0 0 0-2.1-2.2a3.44 3.44 0 0 0-2.6.5a4.96 4.96 0 0 0-4.7-3.4a4.846 4.846 0 0 0-4.8 3.8a2.8 2.8 0 0 0-2.9-.8a3.09 3.09 0 0 0-2 1.7a4.97 4.97 0 0 0-5.8-.6a5.1 5.1 0 0 0-2.3 5.7a2.96 2.96 0 0 0-3.7 3.3a4.978 4.978 0 0 0-4.4 8.5a2.99 2.99 0 0 0-.1 5.8v1l3.1.7"/><circle cx="21.697" cy="34.3" r="6" fill="#ea5a47"/><circle cx="36.697" cy="33.3" r="6" fill="#ea5a47"/><circle cx="51.697" cy="33.3" r="6" fill="#ea5a47"/><path fill="#fff" d="M65 35a29 29 0 0 1-58 0Z"/><path fill="#d0cfce" d="M49 35c0 16-4 29-13 29a29.02 29.02 0 0 0 29-29Z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M50.27 28.202a5.16 5.16 0 0 1 2.98.04a5.83 5.83 0 0 1 2.56 1.689m-22.533-.702a5.83 5.83 0 0 1 2.828-1.187a5.16 5.16 0 0 1 2.937.512M17.584 30.93a5.83 5.83 0 0 1 2.56-1.689a5.16 5.16 0 0 1 2.98-.039"/><path d="M63.65 30.936a4.9 4.9 0 0 0-.55-3.536a5.1 5.1 0 0 0-5.7-2.3a2.96 2.96 0 0 0-3.3-3.7a4.978 4.978 0 0 0-8.5-4.4a3.1 3.1 0 0 0-2.1-2.2a3.44 3.44 0 0 0-2.6.5a4.96 4.96 0 0 0-4.7-3.4a4.846 4.846 0 0 0-4.8 3.8a2.8 2.8 0 0 0-2.9-.8a3.09 3.09 0 0 0-2 1.7a4.97 4.97 0 0 0-5.8-.6a5.1 5.1 0 0 0-2.3 5.7a2.96 2.96 0 0 0-3.7 3.3a5.04 5.04 0 0 0-5.3 2.4a4.76 4.76 0 0 0-.644 2.886M65 35a29 29 0 0 1-58 0Z"/></g></svg> </template>
CSS
.icon-green-salad {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20stroke%3D%22%23b1cc33%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m57.4%2040.6l5-.8l-.3-1a2.95%202.95%200%200%200%202.1-3.7a3.09%203.09%200%200%200-1.7-2a5.08%205.08%200%200%200%201.264-3.134A4.9%204.9%200%200%200%2063.1%2027.3a5.1%205.1%200%200%200-5.7-2.3a2.96%202.96%200%200%200-3.3-3.7a4.978%204.978%200%200%200-8.5-4.4a3.1%203.1%200%200%200-2.1-2.2a3.44%203.44%200%200%200-2.6.5a4.96%204.96%200%200%200-4.7-3.4a4.846%204.846%200%200%200-4.8%203.8a2.8%202.8%200%200%200-2.9-.8a3.09%203.09%200%200%200-2%201.7a4.97%204.97%200%200%200-5.8-.6a5.1%205.1%200%200%200-2.3%205.7a2.96%202.96%200%200%200-3.7%203.3a4.978%204.978%200%200%200-4.4%208.5a2.99%202.99%200%200%200-.1%205.8v1l3.1.7%22%2F%3E%3Ccircle%20cx%3D%2221.697%22%20cy%3D%2234.3%22%20r%3D%226%22%20fill%3D%22%23ea5a47%22%2F%3E%3Ccircle%20cx%3D%2236.697%22%20cy%3D%2233.3%22%20r%3D%226%22%20fill%3D%22%23ea5a47%22%2F%3E%3Ccircle%20cx%3D%2251.697%22%20cy%3D%2233.3%22%20r%3D%226%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M65%2035a29%2029%200%200%201-58%200Z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M49%2035c0%2016-4%2029-13%2029a29.02%2029.02%200%200%200%2029-29Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M50.27%2028.202a5.16%205.16%200%200%201%202.98.04a5.83%205.83%200%200%201%202.56%201.689m-22.533-.702a5.83%205.83%200%200%201%202.828-1.187a5.16%205.16%200%200%201%202.937.512M17.584%2030.93a5.83%205.83%200%200%201%202.56-1.689a5.16%205.16%200%200%201%202.98-.039%22%2F%3E%3Cpath%20d%3D%22M63.65%2030.936a4.9%204.9%200%200%200-.55-3.536a5.1%205.1%200%200%200-5.7-2.3a2.96%202.96%200%200%200-3.3-3.7a4.978%204.978%200%200%200-8.5-4.4a3.1%203.1%200%200%200-2.1-2.2a3.44%203.44%200%200%200-2.6.5a4.96%204.96%200%200%200-4.7-3.4a4.846%204.846%200%200%200-4.8%203.8a2.8%202.8%200%200%200-2.9-.8a3.09%203.09%200%200%200-2%201.7a4.97%204.97%200%200%200-5.8-.6a5.1%205.1%200%200%200-2.3%205.7a2.96%202.96%200%200%200-3.7%203.3a5.04%205.04%200%200%200-5.3%202.4a4.76%204.76%200%200%200-.644%202.886M65%2035a29%2029%200%200%201-58%200Z%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20stroke%3D%22%23b1cc33%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m57.4%2040.6l5-.8l-.3-1a2.95%202.95%200%200%200%202.1-3.7a3.09%203.09%200%200%200-1.7-2a5.08%205.08%200%200%200%201.264-3.134A4.9%204.9%200%200%200%2063.1%2027.3a5.1%205.1%200%200%200-5.7-2.3a2.96%202.96%200%200%200-3.3-3.7a4.978%204.978%200%200%200-8.5-4.4a3.1%203.1%200%200%200-2.1-2.2a3.44%203.44%200%200%200-2.6.5a4.96%204.96%200%200%200-4.7-3.4a4.846%204.846%200%200%200-4.8%203.8a2.8%202.8%200%200%200-2.9-.8a3.09%203.09%200%200%200-2%201.7a4.97%204.97%200%200%200-5.8-.6a5.1%205.1%200%200%200-2.3%205.7a2.96%202.96%200%200%200-3.7%203.3a4.978%204.978%200%200%200-4.4%208.5a2.99%202.99%200%200%200-.1%205.8v1l3.1.7%22%2F%3E%3Ccircle%20cx%3D%2221.697%22%20cy%3D%2234.3%22%20r%3D%226%22%20fill%3D%22%23ea5a47%22%2F%3E%3Ccircle%20cx%3D%2236.697%22%20cy%3D%2233.3%22%20r%3D%226%22%20fill%3D%22%23ea5a47%22%2F%3E%3Ccircle%20cx%3D%2251.697%22%20cy%3D%2233.3%22%20r%3D%226%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M65%2035a29%2029%200%200%201-58%200Z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M49%2035c0%2016-4%2029-13%2029a29.02%2029.02%200%200%200%2029-29Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M50.27%2028.202a5.16%205.16%200%200%201%202.98.04a5.83%205.83%200%200%201%202.56%201.689m-22.533-.702a5.83%205.83%200%200%201%202.828-1.187a5.16%205.16%200%200%201%202.937.512M17.584%2030.93a5.83%205.83%200%200%201%202.56-1.689a5.16%205.16%200%200%201%202.98-.039%22%2F%3E%3Cpath%20d%3D%22M63.65%2030.936a4.9%204.9%200%200%200-.55-3.536a5.1%205.1%200%200%200-5.7-2.3a2.96%202.96%200%200%200-3.3-3.7a4.978%204.978%200%200%200-8.5-4.4a3.1%203.1%200%200%200-2.1-2.2a3.44%203.44%200%200%200-2.6.5a4.96%204.96%200%200%200-4.7-3.4a4.846%204.846%200%200%200-4.8%203.8a2.8%202.8%200%200%200-2.9-.8a3.09%203.09%200%200%200-2%201.7a4.97%204.97%200%200%200-5.8-.6a5.1%205.1%200%200%200-2.3%205.7a2.96%202.96%200%200%200-3.7%203.3a5.04%205.04%200%200%200-5.3%202.4a4.76%204.76%200%200%200-.644%202.886M65%2035a29%2029%200%200%201-58%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/green-salad.svg?color=%231a73e8&size=48