pineapple from IconPark Outline by ByteDance · Outline · Foods · Apache-2.0 Free for personal and commercial use.

Name
pineapple
Set
IconPark Outline
Style
Outline
Category
Foods
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More foods icons from IconPark Outline

Use the pineapple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M20.5 14.5C20 14 20 13.15 20 11c0-3.866 4-7 4-7s3 3.134 3 7c0 1.922 0 3-.5 3.5"/><path d="M17 17c-1.21-2.918-4.138-6.567-6-8c5.411-1.014 9.774 2.3 12 5m7 2c1.452-2.697 4.304-5.695 6-7c-5.643-1.058-9.871 2.261-12 5"/><path d="M16.725 17.374A39 39 0 0 0 15 19c-4.19 4.19-4.898 11.864-4.997 15.28c-.034 1.15-.026 2.322.409 3.387C10.879 38.81 11.875 40.406 14 42c4 3 16 3 20 0c2.116-1.587 3.112-3.175 3.581-4.318c.441-1.074.45-2.258.415-3.419c-.1-3.425-.812-11.08-4.996-15.263q-.9-.898-1.726-1.626c-4.258-3.767-10.291-3.767-14.55 0M32 18L11 29m5-11l21 11m-2 12L11 27m26 0L13 41"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlinePineapple(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M20.5 14.5C20 14 20 13.15 20 11c0-3.866 4-7 4-7s3 3.134 3 7c0 1.922 0 3-.5 3.5"/><path d="M17 17c-1.21-2.918-4.138-6.567-6-8c5.411-1.014 9.774 2.3 12 5m7 2c1.452-2.697 4.304-5.695 6-7c-5.643-1.058-9.871 2.261-12 5"/><path d="M16.725 17.374A39 39 0 0 0 15 19c-4.19 4.19-4.898 11.864-4.997 15.28c-.034 1.15-.026 2.322.409 3.387C10.879 38.81 11.875 40.406 14 42c4 3 16 3 20 0c2.116-1.587 3.112-3.175 3.581-4.318c.441-1.074.45-2.258.415-3.419c-.1-3.425-.812-11.08-4.996-15.263q-.9-.898-1.726-1.626c-4.258-3.767-10.291-3.767-14.55 0M32 18L11 29m5-11l21 11m-2 12L11 27m26 0L13 41"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M20.5 14.5C20 14 20 13.15 20 11c0-3.866 4-7 4-7s3 3.134 3 7c0 1.922 0 3-.5 3.5"/><path d="M17 17c-1.21-2.918-4.138-6.567-6-8c5.411-1.014 9.774 2.3 12 5m7 2c1.452-2.697 4.304-5.695 6-7c-5.643-1.058-9.871 2.261-12 5"/><path d="M16.725 17.374A39 39 0 0 0 15 19c-4.19 4.19-4.898 11.864-4.997 15.28c-.034 1.15-.026 2.322.409 3.387C10.879 38.81 11.875 40.406 14 42c4 3 16 3 20 0c2.116-1.587 3.112-3.175 3.581-4.318c.441-1.074.45-2.258.415-3.419c-.1-3.425-.812-11.08-4.996-15.263q-.9-.898-1.726-1.626c-4.258-3.767-10.291-3.767-14.55 0M32 18L11 29m5-11l21 11m-2 12L11 27m26 0L13 41"/></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M20.5%2014.5C20%2014%2020%2013.15%2020%2011c0-3.866%204-7%204-7s3%203.134%203%207c0%201.922%200%203-.5%203.5%22%2F%3E%3Cpath%20d%3D%22M17%2017c-1.21-2.918-4.138-6.567-6-8c5.411-1.014%209.774%202.3%2012%205m7%202c1.452-2.697%204.304-5.695%206-7c-5.643-1.058-9.871%202.261-12%205%22%2F%3E%3Cpath%20d%3D%22M16.725%2017.374A39%2039%200%200%200%2015%2019c-4.19%204.19-4.898%2011.864-4.997%2015.28c-.034%201.15-.026%202.322.409%203.387C10.879%2038.81%2011.875%2040.406%2014%2042c4%203%2016%203%2020%200c2.116-1.587%203.112-3.175%203.581-4.318c.441-1.074.45-2.258.415-3.419c-.1-3.425-.812-11.08-4.996-15.263q-.9-.898-1.726-1.626c-4.258-3.767-10.291-3.767-14.55%200M32%2018L11%2029m5-11l21%2011m-2%2012L11%2027m26%200L13%2041%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M20.5%2014.5C20%2014%2020%2013.15%2020%2011c0-3.866%204-7%204-7s3%203.134%203%207c0%201.922%200%203-.5%203.5%22%2F%3E%3Cpath%20d%3D%22M17%2017c-1.21-2.918-4.138-6.567-6-8c5.411-1.014%209.774%202.3%2012%205m7%202c1.452-2.697%204.304-5.695%206-7c-5.643-1.058-9.871%202.261-12%205%22%2F%3E%3Cpath%20d%3D%22M16.725%2017.374A39%2039%200%200%200%2015%2019c-4.19%204.19-4.898%2011.864-4.997%2015.28c-.034%201.15-.026%202.322.409%203.387C10.879%2038.81%2011.875%2040.406%2014%2042c4%203%2016%203%2020%200c2.116-1.587%203.112-3.175%203.581-4.318c.441-1.074.45-2.258.415-3.419c-.1-3.425-.812-11.08-4.996-15.263q-.9-.898-1.726-1.626c-4.258-3.767-10.291-3.767-14.55%200M32%2018L11%2029m5-11l21%2011m-2%2012L11%2027m26%200L13%2041%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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