apple fruit icon

apple-fruit-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
apple-fruit-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the apple fruit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.6 3a.9.9 0 0 1 0 1.8c-1 0-1.739.624-2.232 1.665c1.259-.53 2.607-.712 3.814-.389c1.652.443 2.912 1.38 3.507 2.97c.569 1.519.47 3.485-.172 5.884c-.515 1.922-1.446 3.595-2.71 4.694c-1.287 1.119-2.922 1.634-4.691 1.16a5.7 5.7 0 0 1-1.117-.433a5.7 5.7 0 0 1-1.116.433c-1.769.474-3.404-.041-4.69-1.16c-1.265-1.099-2.195-2.772-2.71-4.694c-.643-2.4-.741-4.365-.173-5.884c.596-1.59 1.856-2.527 3.508-2.97c.732-.196 1.515-.206 2.3-.066C8.29 5.245 7.97 4.188 8.077 4c.131-.225 1.663-.544 2.909.176a3.4 3.4 0 0 1 1.05.972C12.749 3.976 13.899 3 15.6 3"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteAppleFruitFill(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="M15.6 3a.9.9 0 0 1 0 1.8c-1 0-1.739.624-2.232 1.665c1.259-.53 2.607-.712 3.814-.389c1.652.443 2.912 1.38 3.507 2.97c.569 1.519.47 3.485-.172 5.884c-.515 1.922-1.446 3.595-2.71 4.694c-1.287 1.119-2.922 1.634-4.691 1.16a5.7 5.7 0 0 1-1.117-.433a5.7 5.7 0 0 1-1.116.433c-1.769.474-3.404-.041-4.69-1.16c-1.265-1.099-2.195-2.772-2.71-4.694c-.643-2.4-.741-4.365-.173-5.884c.596-1.59 1.856-2.527 3.508-2.97c.732-.196 1.515-.206 2.3-.066C8.29 5.245 7.97 4.188 8.077 4c.131-.225 1.663-.544 2.909.176a3.4 3.4 0 0 1 1.05.972C12.749 3.976 13.899 3 15.6 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.6 3a.9.9 0 0 1 0 1.8c-1 0-1.739.624-2.232 1.665c1.259-.53 2.607-.712 3.814-.389c1.652.443 2.912 1.38 3.507 2.97c.569 1.519.47 3.485-.172 5.884c-.515 1.922-1.446 3.595-2.71 4.694c-1.287 1.119-2.922 1.634-4.691 1.16a5.7 5.7 0 0 1-1.117-.433a5.7 5.7 0 0 1-1.116.433c-1.769.474-3.404-.041-4.69-1.16c-1.265-1.099-2.195-2.772-2.71-4.694c-.643-2.4-.741-4.365-.173-5.884c.596-1.59 1.856-2.527 3.508-2.97c.732-.196 1.515-.206 2.3-.066C8.29 5.245 7.97 4.188 8.077 4c.131-.225 1.663-.544 2.909.176a3.4 3.4 0 0 1 1.05.972C12.749 3.976 13.899 3 15.6 3"/></svg>
</template>

CSS

.icon-apple-fruit-fill {
  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%22M15.6%203a.9.9%200%200%201%200%201.8c-1%200-1.739.624-2.232%201.665c1.259-.53%202.607-.712%203.814-.389c1.652.443%202.912%201.38%203.507%202.97c.569%201.519.47%203.485-.172%205.884c-.515%201.922-1.446%203.595-2.71%204.694c-1.287%201.119-2.922%201.634-4.691%201.16a5.7%205.7%200%200%201-1.117-.433a5.7%205.7%200%200%201-1.116.433c-1.769.474-3.404-.041-4.69-1.16c-1.265-1.099-2.195-2.772-2.71-4.694c-.643-2.4-.741-4.365-.173-5.884c.596-1.59%201.856-2.527%203.508-2.97c.732-.196%201.515-.206%202.3-.066C8.29%205.245%207.97%204.188%208.077%204c.131-.225%201.663-.544%202.909.176a3.4%203.4%200%200%201%201.05.972C12.749%203.976%2013.899%203%2015.6%203%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%22M15.6%203a.9.9%200%200%201%200%201.8c-1%200-1.739.624-2.232%201.665c1.259-.53%202.607-.712%203.814-.389c1.652.443%202.912%201.38%203.507%202.97c.569%201.519.47%203.485-.172%205.884c-.515%201.922-1.446%203.595-2.71%204.694c-1.287%201.119-2.922%201.634-4.691%201.16a5.7%205.7%200%200%201-1.117-.433a5.7%205.7%200%200%201-1.116.433c-1.769.474-3.404-.041-4.69-1.16c-1.265-1.099-2.195-2.772-2.71-4.694c-.643-2.4-.741-4.365-.173-5.884c.596-1.59%201.856-2.527%203.508-2.97c.732-.196%201.515-.206%202.3-.066C8.29%205.245%207.97%204.188%208.077%204c.131-.225%201.663-.544%202.909.176a3.4%203.4%200%200%201%201.05.972C12.749%203.976%2013.899%203%2015.6%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/apple-fruit-fill.svg?color=%231a73e8&size=48