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

Name
pineapple
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 pineapple emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M11.221 17.315L9.09 15.98a.255.255 0 0 0-.389.184l-.315 2.496a.26.26 0 0 0 .117.246l2.132 1.335a.255.255 0 0 0 .388-.184l.315-2.495a.22.22 0 0 0-.117-.247m4.411.557a.255.255 0 0 1-.389.184l-2.132-1.335a.26.26 0 0 1-.116-.247l.315-2.495a.255.255 0 0 1 .388-.185l2.132 1.336a.26.26 0 0 1 .117.246zm4.21-1.997a.255.255 0 0 0 .389-.184l.314-2.496a.26.26 0 0 0-.116-.246l-2.132-1.335a.255.255 0 0 0-.389.184l-.315 2.495a.26.26 0 0 0 .117.247zm-6.099 3.891l2.131 1.336a.26.26 0 0 1 .117.246l-.315 2.496a.255.255 0 0 1-.389.184l-2.131-1.335a.26.26 0 0 1-.117-.247l.315-2.495a.255.255 0 0 1 .389-.185m6.73-.846l-2.131-1.335a.255.255 0 0 0-.39.185l-.314 2.495a.26.26 0 0 0 .117.247l2.131 1.335a.255.255 0 0 0 .39-.184l.314-2.496a.26.26 0 0 0-.117-.246"/><path d="M11.445 5.455C10.792 3.92 9.547 2.637 7.9 2.007a6.33 6.33 0 0 0 .327 4.711A5.78 5.78 0 0 0 4 7a6.15 6.15 0 0 0 4.668 3.477a8.22 8.22 0 0 0-1.94 9.642l2.852 6.012a8.23 8.23 0 0 0 10.963 3.91l1.072-.508a8.23 8.23 0 0 0 3.91-10.963l-2.851-6.012c-1.572-3.315-5.078-5.088-8.529-4.623c1.06-1.696 1.249-3.914.31-5.893a5.8 5.8 0 0 0-3.01 3.413m-2.433 7.647l1.54.965a.255.255 0 0 0 .389-.185l.315-2.495a.26.26 0 0 0-.103-.237q.17-.094.348-.178l1.071-.508a6 6 0 0 1 .334-.146c0 .09.047.18.123.228l2.132 1.335a.255.255 0 0 0 .388-.184l.225-1.812a6.22 6.22 0 0 1 5.093 3.53l1.547 3.263l-.177 1.406a.26.26 0 0 0 .117.247l1.201.753l.163.342c.454.958.642 1.971.595 2.96l-1.29-.807a.255.255 0 0 0-.389.185l-.315 2.495a.26.26 0 0 0 .117.247l1.07.666a6.2 6.2 0 0 1-2.748 2.554l-.431.204a.3.3 0 0 0 .03-.093l.316-2.495a.26.26 0 0 0-.117-.246l-2.132-1.336a.255.255 0 0 0-.389.184l-.314 2.496a.26.26 0 0 0 .116.246l2.132 1.336q.045.027.091.035l-.374.177a6.2 6.2 0 0 1-3.774.503l.152-1.21a.22.22 0 0 0-.117-.246l-2.131-1.336a.255.255 0 0 0-.389.185l-.179 1.437a6.2 6.2 0 0 1-1.861-2.293l-.177-.373l.173-1.367a.26.26 0 0 0-.117-.247l-1.168-.732l-1.562-3.293a6.21 6.21 0 0 1 .476-6.16"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastPineapple(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M11.221 17.315L9.09 15.98a.255.255 0 0 0-.389.184l-.315 2.496a.26.26 0 0 0 .117.246l2.132 1.335a.255.255 0 0 0 .388-.184l.315-2.495a.22.22 0 0 0-.117-.247m4.411.557a.255.255 0 0 1-.389.184l-2.132-1.335a.26.26 0 0 1-.116-.247l.315-2.495a.255.255 0 0 1 .388-.185l2.132 1.336a.26.26 0 0 1 .117.246zm4.21-1.997a.255.255 0 0 0 .389-.184l.314-2.496a.26.26 0 0 0-.116-.246l-2.132-1.335a.255.255 0 0 0-.389.184l-.315 2.495a.26.26 0 0 0 .117.247zm-6.099 3.891l2.131 1.336a.26.26 0 0 1 .117.246l-.315 2.496a.255.255 0 0 1-.389.184l-2.131-1.335a.26.26 0 0 1-.117-.247l.315-2.495a.255.255 0 0 1 .389-.185m6.73-.846l-2.131-1.335a.255.255 0 0 0-.39.185l-.314 2.495a.26.26 0 0 0 .117.247l2.131 1.335a.255.255 0 0 0 .39-.184l.314-2.496a.26.26 0 0 0-.117-.246"/><path d="M11.445 5.455C10.792 3.92 9.547 2.637 7.9 2.007a6.33 6.33 0 0 0 .327 4.711A5.78 5.78 0 0 0 4 7a6.15 6.15 0 0 0 4.668 3.477a8.22 8.22 0 0 0-1.94 9.642l2.852 6.012a8.23 8.23 0 0 0 10.963 3.91l1.072-.508a8.23 8.23 0 0 0 3.91-10.963l-2.851-6.012c-1.572-3.315-5.078-5.088-8.529-4.623c1.06-1.696 1.249-3.914.31-5.893a5.8 5.8 0 0 0-3.01 3.413m-2.433 7.647l1.54.965a.255.255 0 0 0 .389-.185l.315-2.495a.26.26 0 0 0-.103-.237q.17-.094.348-.178l1.071-.508a6 6 0 0 1 .334-.146c0 .09.047.18.123.228l2.132 1.335a.255.255 0 0 0 .388-.184l.225-1.812a6.22 6.22 0 0 1 5.093 3.53l1.547 3.263l-.177 1.406a.26.26 0 0 0 .117.247l1.201.753l.163.342c.454.958.642 1.971.595 2.96l-1.29-.807a.255.255 0 0 0-.389.185l-.315 2.495a.26.26 0 0 0 .117.247l1.07.666a6.2 6.2 0 0 1-2.748 2.554l-.431.204a.3.3 0 0 0 .03-.093l.316-2.495a.26.26 0 0 0-.117-.246l-2.132-1.336a.255.255 0 0 0-.389.184l-.314 2.496a.26.26 0 0 0 .116.246l2.132 1.336q.045.027.091.035l-.374.177a6.2 6.2 0 0 1-3.774.503l.152-1.21a.22.22 0 0 0-.117-.246l-2.131-1.336a.255.255 0 0 0-.389.185l-.179 1.437a6.2 6.2 0 0 1-1.861-2.293l-.177-.373l.173-1.367a.26.26 0 0 0-.117-.247l-1.168-.732l-1.562-3.293a6.21 6.21 0 0 1 .476-6.16"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M11.221 17.315L9.09 15.98a.255.255 0 0 0-.389.184l-.315 2.496a.26.26 0 0 0 .117.246l2.132 1.335a.255.255 0 0 0 .388-.184l.315-2.495a.22.22 0 0 0-.117-.247m4.411.557a.255.255 0 0 1-.389.184l-2.132-1.335a.26.26 0 0 1-.116-.247l.315-2.495a.255.255 0 0 1 .388-.185l2.132 1.336a.26.26 0 0 1 .117.246zm4.21-1.997a.255.255 0 0 0 .389-.184l.314-2.496a.26.26 0 0 0-.116-.246l-2.132-1.335a.255.255 0 0 0-.389.184l-.315 2.495a.26.26 0 0 0 .117.247zm-6.099 3.891l2.131 1.336a.26.26 0 0 1 .117.246l-.315 2.496a.255.255 0 0 1-.389.184l-2.131-1.335a.26.26 0 0 1-.117-.247l.315-2.495a.255.255 0 0 1 .389-.185m6.73-.846l-2.131-1.335a.255.255 0 0 0-.39.185l-.314 2.495a.26.26 0 0 0 .117.247l2.131 1.335a.255.255 0 0 0 .39-.184l.314-2.496a.26.26 0 0 0-.117-.246"/><path d="M11.445 5.455C10.792 3.92 9.547 2.637 7.9 2.007a6.33 6.33 0 0 0 .327 4.711A5.78 5.78 0 0 0 4 7a6.15 6.15 0 0 0 4.668 3.477a8.22 8.22 0 0 0-1.94 9.642l2.852 6.012a8.23 8.23 0 0 0 10.963 3.91l1.072-.508a8.23 8.23 0 0 0 3.91-10.963l-2.851-6.012c-1.572-3.315-5.078-5.088-8.529-4.623c1.06-1.696 1.249-3.914.31-5.893a5.8 5.8 0 0 0-3.01 3.413m-2.433 7.647l1.54.965a.255.255 0 0 0 .389-.185l.315-2.495a.26.26 0 0 0-.103-.237q.17-.094.348-.178l1.071-.508a6 6 0 0 1 .334-.146c0 .09.047.18.123.228l2.132 1.335a.255.255 0 0 0 .388-.184l.225-1.812a6.22 6.22 0 0 1 5.093 3.53l1.547 3.263l-.177 1.406a.26.26 0 0 0 .117.247l1.201.753l.163.342c.454.958.642 1.971.595 2.96l-1.29-.807a.255.255 0 0 0-.389.185l-.315 2.495a.26.26 0 0 0 .117.247l1.07.666a6.2 6.2 0 0 1-2.748 2.554l-.431.204a.3.3 0 0 0 .03-.093l.316-2.495a.26.26 0 0 0-.117-.246l-2.132-1.336a.255.255 0 0 0-.389.184l-.314 2.496a.26.26 0 0 0 .116.246l2.132 1.336q.045.027.091.035l-.374.177a6.2 6.2 0 0 1-3.774.503l.152-1.21a.22.22 0 0 0-.117-.246l-2.131-1.336a.255.255 0 0 0-.389.185l-.179 1.437a6.2 6.2 0 0 1-1.861-2.293l-.177-.373l.173-1.367a.26.26 0 0 0-.117-.247l-1.168-.732l-1.562-3.293a6.21 6.21 0 0 1 .476-6.16"/></g></svg>
</template>

CSS

.icon-pineapple {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.221%2017.315L9.09%2015.98a.255.255%200%200%200-.389.184l-.315%202.496a.26.26%200%200%200%20.117.246l2.132%201.335a.255.255%200%200%200%20.388-.184l.315-2.495a.22.22%200%200%200-.117-.247m4.411.557a.255.255%200%200%201-.389.184l-2.132-1.335a.26.26%200%200%201-.116-.247l.315-2.495a.255.255%200%200%201%20.388-.185l2.132%201.336a.26.26%200%200%201%20.117.246zm4.21-1.997a.255.255%200%200%200%20.389-.184l.314-2.496a.26.26%200%200%200-.116-.246l-2.132-1.335a.255.255%200%200%200-.389.184l-.315%202.495a.26.26%200%200%200%20.117.247zm-6.099%203.891l2.131%201.336a.26.26%200%200%201%20.117.246l-.315%202.496a.255.255%200%200%201-.389.184l-2.131-1.335a.26.26%200%200%201-.117-.247l.315-2.495a.255.255%200%200%201%20.389-.185m6.73-.846l-2.131-1.335a.255.255%200%200%200-.39.185l-.314%202.495a.26.26%200%200%200%20.117.247l2.131%201.335a.255.255%200%200%200%20.39-.184l.314-2.496a.26.26%200%200%200-.117-.246%22%2F%3E%3Cpath%20d%3D%22M11.445%205.455C10.792%203.92%209.547%202.637%207.9%202.007a6.33%206.33%200%200%200%20.327%204.711A5.78%205.78%200%200%200%204%207a6.15%206.15%200%200%200%204.668%203.477a8.22%208.22%200%200%200-1.94%209.642l2.852%206.012a8.23%208.23%200%200%200%2010.963%203.91l1.072-.508a8.23%208.23%200%200%200%203.91-10.963l-2.851-6.012c-1.572-3.315-5.078-5.088-8.529-4.623c1.06-1.696%201.249-3.914.31-5.893a5.8%205.8%200%200%200-3.01%203.413m-2.433%207.647l1.54.965a.255.255%200%200%200%20.389-.185l.315-2.495a.26.26%200%200%200-.103-.237q.17-.094.348-.178l1.071-.508a6%206%200%200%201%20.334-.146c0%20.09.047.18.123.228l2.132%201.335a.255.255%200%200%200%20.388-.184l.225-1.812a6.22%206.22%200%200%201%205.093%203.53l1.547%203.263l-.177%201.406a.26.26%200%200%200%20.117.247l1.201.753l.163.342c.454.958.642%201.971.595%202.96l-1.29-.807a.255.255%200%200%200-.389.185l-.315%202.495a.26.26%200%200%200%20.117.247l1.07.666a6.2%206.2%200%200%201-2.748%202.554l-.431.204a.3.3%200%200%200%20.03-.093l.316-2.495a.26.26%200%200%200-.117-.246l-2.132-1.336a.255.255%200%200%200-.389.184l-.314%202.496a.26.26%200%200%200%20.116.246l2.132%201.336q.045.027.091.035l-.374.177a6.2%206.2%200%200%201-3.774.503l.152-1.21a.22.22%200%200%200-.117-.246l-2.131-1.336a.255.255%200%200%200-.389.185l-.179%201.437a6.2%206.2%200%200%201-1.861-2.293l-.177-.373l.173-1.367a.26.26%200%200%200-.117-.247l-1.168-.732l-1.562-3.293a6.21%206.21%200%200%201%20.476-6.16%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.221%2017.315L9.09%2015.98a.255.255%200%200%200-.389.184l-.315%202.496a.26.26%200%200%200%20.117.246l2.132%201.335a.255.255%200%200%200%20.388-.184l.315-2.495a.22.22%200%200%200-.117-.247m4.411.557a.255.255%200%200%201-.389.184l-2.132-1.335a.26.26%200%200%201-.116-.247l.315-2.495a.255.255%200%200%201%20.388-.185l2.132%201.336a.26.26%200%200%201%20.117.246zm4.21-1.997a.255.255%200%200%200%20.389-.184l.314-2.496a.26.26%200%200%200-.116-.246l-2.132-1.335a.255.255%200%200%200-.389.184l-.315%202.495a.26.26%200%200%200%20.117.247zm-6.099%203.891l2.131%201.336a.26.26%200%200%201%20.117.246l-.315%202.496a.255.255%200%200%201-.389.184l-2.131-1.335a.26.26%200%200%201-.117-.247l.315-2.495a.255.255%200%200%201%20.389-.185m6.73-.846l-2.131-1.335a.255.255%200%200%200-.39.185l-.314%202.495a.26.26%200%200%200%20.117.247l2.131%201.335a.255.255%200%200%200%20.39-.184l.314-2.496a.26.26%200%200%200-.117-.246%22%2F%3E%3Cpath%20d%3D%22M11.445%205.455C10.792%203.92%209.547%202.637%207.9%202.007a6.33%206.33%200%200%200%20.327%204.711A5.78%205.78%200%200%200%204%207a6.15%206.15%200%200%200%204.668%203.477a8.22%208.22%200%200%200-1.94%209.642l2.852%206.012a8.23%208.23%200%200%200%2010.963%203.91l1.072-.508a8.23%208.23%200%200%200%203.91-10.963l-2.851-6.012c-1.572-3.315-5.078-5.088-8.529-4.623c1.06-1.696%201.249-3.914.31-5.893a5.8%205.8%200%200%200-3.01%203.413m-2.433%207.647l1.54.965a.255.255%200%200%200%20.389-.185l.315-2.495a.26.26%200%200%200-.103-.237q.17-.094.348-.178l1.071-.508a6%206%200%200%201%20.334-.146c0%20.09.047.18.123.228l2.132%201.335a.255.255%200%200%200%20.388-.184l.225-1.812a6.22%206.22%200%200%201%205.093%203.53l1.547%203.263l-.177%201.406a.26.26%200%200%200%20.117.247l1.201.753l.163.342c.454.958.642%201.971.595%202.96l-1.29-.807a.255.255%200%200%200-.389.185l-.315%202.495a.26.26%200%200%200%20.117.247l1.07.666a6.2%206.2%200%200%201-2.748%202.554l-.431.204a.3.3%200%200%200%20.03-.093l.316-2.495a.26.26%200%200%200-.117-.246l-2.132-1.336a.255.255%200%200%200-.389.184l-.314%202.496a.26.26%200%200%200%20.116.246l2.132%201.336q.045.027.091.035l-.374.177a6.2%206.2%200%200%201-3.774.503l.152-1.21a.22.22%200%200%200-.117-.246l-2.131-1.336a.255.255%200%200%200-.389.185l-.179%201.437a6.2%206.2%200%200%201-1.861-2.293l-.177-.373l.173-1.367a.26.26%200%200%200-.117-.247l-1.168-.732l-1.562-3.293a6.21%206.21%200%200%201%20.476-6.16%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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