grapes from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
grapes
Set
Fluent Emoji High Contrast
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji High Contrast

Use the grapes emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.495 2.182a1 1 0 0 1 .543 1.306c-.495 1.2-1.067 3.905-.409 6.867a5.15 5.15 0 0 1 2.132.152a5.099 5.099 0 1 1 8.341 5.839a5.08 5.08 0 0 1 1.096 3.157a5.09 5.09 0 0 1-1.774 3.866a5.099 5.099 0 1 1-9.255 4.216a5.1 5.1 0 0 1-5.24-4.116q-.09.003-.183.003a5.099 5.099 0 1 1 .923-10.114a5.1 5.1 0 0 1 .753-1.216l-3.79 1.392a5.835 5.835 0 0 1-7.489-3.467L8.62 8.056a5.84 5.84 0 0 1 6.993 2.438c-.665-3.327-.018-6.33.576-7.769a1 1 0 0 1 1.306-.543m-4.253 13.132a3.099 3.099 0 1 0 2.316 4.364a5.1 5.1 0 0 1-2.316-4.364m4.176 5.106a5.12 5.12 0 0 1-2.54 2.586a3.1 3.1 0 1 0 5.158-2.791a5.1 5.1 0 0 1-2.618.205m4.374-1.263a5.08 5.08 0 0 1 1.24 3.256a3.099 3.099 0 0 0 3.546-4.77a5.12 5.12 0 0 1-3.9.443a5 5 0 0 1-.886 1.071m1.585-2.955q.348.083.722.084a3.099 3.099 0 1 0-2.557-4.85a5.09 5.09 0 0 1 1.835 4.766m.722 8.4a5.1 5.1 0 0 1-1.434-.205a5.12 5.12 0 0 1-2.537 2.698a3.1 3.1 0 1 0 5.554-2.744c-.499.163-1.03.25-1.583.25m-8.857-9.197a3.099 3.099 0 1 0 6.197 0a3.099 3.099 0 0 0-6.197 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastGrapes(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.495 2.182a1 1 0 0 1 .543 1.306c-.495 1.2-1.067 3.905-.409 6.867a5.15 5.15 0 0 1 2.132.152a5.099 5.099 0 1 1 8.341 5.839a5.08 5.08 0 0 1 1.096 3.157a5.09 5.09 0 0 1-1.774 3.866a5.099 5.099 0 1 1-9.255 4.216a5.1 5.1 0 0 1-5.24-4.116q-.09.003-.183.003a5.099 5.099 0 1 1 .923-10.114a5.1 5.1 0 0 1 .753-1.216l-3.79 1.392a5.835 5.835 0 0 1-7.489-3.467L8.62 8.056a5.84 5.84 0 0 1 6.993 2.438c-.665-3.327-.018-6.33.576-7.769a1 1 0 0 1 1.306-.543m-4.253 13.132a3.099 3.099 0 1 0 2.316 4.364a5.1 5.1 0 0 1-2.316-4.364m4.176 5.106a5.12 5.12 0 0 1-2.54 2.586a3.1 3.1 0 1 0 5.158-2.791a5.1 5.1 0 0 1-2.618.205m4.374-1.263a5.08 5.08 0 0 1 1.24 3.256a3.099 3.099 0 0 0 3.546-4.77a5.12 5.12 0 0 1-3.9.443a5 5 0 0 1-.886 1.071m1.585-2.955q.348.083.722.084a3.099 3.099 0 1 0-2.557-4.85a5.09 5.09 0 0 1 1.835 4.766m.722 8.4a5.1 5.1 0 0 1-1.434-.205a5.12 5.12 0 0 1-2.537 2.698a3.1 3.1 0 1 0 5.554-2.744c-.499.163-1.03.25-1.583.25m-8.857-9.197a3.099 3.099 0 1 0 6.197 0a3.099 3.099 0 0 0-6.197 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.495 2.182a1 1 0 0 1 .543 1.306c-.495 1.2-1.067 3.905-.409 6.867a5.15 5.15 0 0 1 2.132.152a5.099 5.099 0 1 1 8.341 5.839a5.08 5.08 0 0 1 1.096 3.157a5.09 5.09 0 0 1-1.774 3.866a5.099 5.099 0 1 1-9.255 4.216a5.1 5.1 0 0 1-5.24-4.116q-.09.003-.183.003a5.099 5.099 0 1 1 .923-10.114a5.1 5.1 0 0 1 .753-1.216l-3.79 1.392a5.835 5.835 0 0 1-7.489-3.467L8.62 8.056a5.84 5.84 0 0 1 6.993 2.438c-.665-3.327-.018-6.33.576-7.769a1 1 0 0 1 1.306-.543m-4.253 13.132a3.099 3.099 0 1 0 2.316 4.364a5.1 5.1 0 0 1-2.316-4.364m4.176 5.106a5.12 5.12 0 0 1-2.54 2.586a3.1 3.1 0 1 0 5.158-2.791a5.1 5.1 0 0 1-2.618.205m4.374-1.263a5.08 5.08 0 0 1 1.24 3.256a3.099 3.099 0 0 0 3.546-4.77a5.12 5.12 0 0 1-3.9.443a5 5 0 0 1-.886 1.071m1.585-2.955q.348.083.722.084a3.099 3.099 0 1 0-2.557-4.85a5.09 5.09 0 0 1 1.835 4.766m.722 8.4a5.1 5.1 0 0 1-1.434-.205a5.12 5.12 0 0 1-2.537 2.698a3.1 3.1 0 1 0 5.554-2.744c-.499.163-1.03.25-1.583.25m-8.857-9.197a3.099 3.099 0 1 0 6.197 0a3.099 3.099 0 0 0-6.197 0"/></svg>
</template>

CSS

.icon-grapes {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.495%202.182a1%201%200%200%201%20.543%201.306c-.495%201.2-1.067%203.905-.409%206.867a5.15%205.15%200%200%201%202.132.152a5.099%205.099%200%201%201%208.341%205.839a5.08%205.08%200%200%201%201.096%203.157a5.09%205.09%200%200%201-1.774%203.866a5.099%205.099%200%201%201-9.255%204.216a5.1%205.1%200%200%201-5.24-4.116q-.09.003-.183.003a5.099%205.099%200%201%201%20.923-10.114a5.1%205.1%200%200%201%20.753-1.216l-3.79%201.392a5.835%205.835%200%200%201-7.489-3.467L8.62%208.056a5.84%205.84%200%200%201%206.993%202.438c-.665-3.327-.018-6.33.576-7.769a1%201%200%200%201%201.306-.543m-4.253%2013.132a3.099%203.099%200%201%200%202.316%204.364a5.1%205.1%200%200%201-2.316-4.364m4.176%205.106a5.12%205.12%200%200%201-2.54%202.586a3.1%203.1%200%201%200%205.158-2.791a5.1%205.1%200%200%201-2.618.205m4.374-1.263a5.08%205.08%200%200%201%201.24%203.256a3.099%203.099%200%200%200%203.546-4.77a5.12%205.12%200%200%201-3.9.443a5%205%200%200%201-.886%201.071m1.585-2.955q.348.083.722.084a3.099%203.099%200%201%200-2.557-4.85a5.09%205.09%200%200%201%201.835%204.766m.722%208.4a5.1%205.1%200%200%201-1.434-.205a5.12%205.12%200%200%201-2.537%202.698a3.1%203.1%200%201%200%205.554-2.744c-.499.163-1.03.25-1.583.25m-8.857-9.197a3.099%203.099%200%201%200%206.197%200a3.099%203.099%200%200%200-6.197%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.495%202.182a1%201%200%200%201%20.543%201.306c-.495%201.2-1.067%203.905-.409%206.867a5.15%205.15%200%200%201%202.132.152a5.099%205.099%200%201%201%208.341%205.839a5.08%205.08%200%200%201%201.096%203.157a5.09%205.09%200%200%201-1.774%203.866a5.099%205.099%200%201%201-9.255%204.216a5.1%205.1%200%200%201-5.24-4.116q-.09.003-.183.003a5.099%205.099%200%201%201%20.923-10.114a5.1%205.1%200%200%201%20.753-1.216l-3.79%201.392a5.835%205.835%200%200%201-7.489-3.467L8.62%208.056a5.84%205.84%200%200%201%206.993%202.438c-.665-3.327-.018-6.33.576-7.769a1%201%200%200%201%201.306-.543m-4.253%2013.132a3.099%203.099%200%201%200%202.316%204.364a5.1%205.1%200%200%201-2.316-4.364m4.176%205.106a5.12%205.12%200%200%201-2.54%202.586a3.1%203.1%200%201%200%205.158-2.791a5.1%205.1%200%200%201-2.618.205m4.374-1.263a5.08%205.08%200%200%201%201.24%203.256a3.099%203.099%200%200%200%203.546-4.77a5.12%205.12%200%200%201-3.9.443a5%205%200%200%201-.886%201.071m1.585-2.955q.348.083.722.084a3.099%203.099%200%201%200-2.557-4.85a5.09%205.09%200%200%201%201.835%204.766m.722%208.4a5.1%205.1%200%200%201-1.434-.205a5.12%205.12%200%200%201-2.537%202.698a3.1%203.1%200%201%200%205.554-2.744c-.499.163-1.03.25-1.583.25m-8.857-9.197a3.099%203.099%200%201%200%206.197%200a3.099%203.099%200%200%200-6.197%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/grapes.svg?color=%231a73e8&size=48