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

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

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the apple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.49 2.167c.295.295.322.687.251 1.074a3.16 3.16 0 0 1-.852 1.648a3.16 3.16 0 0 1-1.648.852c-.387.07-.778.044-1.074-.252c-.295-.296-.322-.687-.252-1.074c.1-.541.365-1.16.853-1.648a3.16 3.16 0 0 1 1.647-.852c.388-.07.779-.044 1.075.252m-3.986 4.341c.625.262 1.031.426 1.496.426s.872-.164 1.496-.426c.639-.268 1.532-.642 2.623-.459c1.891.318 3.196 1.339 3.973 2.693a1.01 1.01 0 0 1-.503 1.429a2.501 2.501 0 0 0 .133 4.706c.519.17.81.745.64 1.263c-.442 1.342-1.078 2.581-1.831 3.581c-.744.988-1.652 1.809-2.663 2.209c-.514.203-1.048.176-1.465.112c-.799-.121-1.593-.544-2.403-.544c-.809 0-1.606.423-2.403.544c-.417.064-.95.091-1.465-.112c-1.273-.504-2.396-1.68-3.244-3.067a13.5 13.5 0 0 1-1.785-4.986c-.227-1.554-.104-3.299.615-4.775c.741-1.52 2.096-2.705 4.163-3.053c1.091-.183 1.984.191 2.623.459" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteAppleFill(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" fillRule="evenodd" d="M14.49 2.167c.295.295.322.687.251 1.074a3.16 3.16 0 0 1-.852 1.648a3.16 3.16 0 0 1-1.648.852c-.387.07-.778.044-1.074-.252c-.295-.296-.322-.687-.252-1.074c.1-.541.365-1.16.853-1.648a3.16 3.16 0 0 1 1.647-.852c.388-.07.779-.044 1.075.252m-3.986 4.341c.625.262 1.031.426 1.496.426s.872-.164 1.496-.426c.639-.268 1.532-.642 2.623-.459c1.891.318 3.196 1.339 3.973 2.693a1.01 1.01 0 0 1-.503 1.429a2.501 2.501 0 0 0 .133 4.706c.519.17.81.745.64 1.263c-.442 1.342-1.078 2.581-1.831 3.581c-.744.988-1.652 1.809-2.663 2.209c-.514.203-1.048.176-1.465.112c-.799-.121-1.593-.544-2.403-.544c-.809 0-1.606.423-2.403.544c-.417.064-.95.091-1.465-.112c-1.273-.504-2.396-1.68-3.244-3.067a13.5 13.5 0 0 1-1.785-4.986c-.227-1.554-.104-3.299.615-4.775c.741-1.52 2.096-2.705 4.163-3.053c1.091-.183 1.984.191 2.623.459" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.49 2.167c.295.295.322.687.251 1.074a3.16 3.16 0 0 1-.852 1.648a3.16 3.16 0 0 1-1.648.852c-.387.07-.778.044-1.074-.252c-.295-.296-.322-.687-.252-1.074c.1-.541.365-1.16.853-1.648a3.16 3.16 0 0 1 1.647-.852c.388-.07.779-.044 1.075.252m-3.986 4.341c.625.262 1.031.426 1.496.426s.872-.164 1.496-.426c.639-.268 1.532-.642 2.623-.459c1.891.318 3.196 1.339 3.973 2.693a1.01 1.01 0 0 1-.503 1.429a2.501 2.501 0 0 0 .133 4.706c.519.17.81.745.64 1.263c-.442 1.342-1.078 2.581-1.831 3.581c-.744.988-1.652 1.809-2.663 2.209c-.514.203-1.048.176-1.465.112c-.799-.121-1.593-.544-2.403-.544c-.809 0-1.606.423-2.403.544c-.417.064-.95.091-1.465-.112c-1.273-.504-2.396-1.68-3.244-3.067a13.5 13.5 0 0 1-1.785-4.986c-.227-1.554-.104-3.299.615-4.775c.741-1.52 2.096-2.705 4.163-3.053c1.091-.183 1.984.191 2.623.459" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-apple-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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.49%202.167c.295.295.322.687.251%201.074a3.16%203.16%200%200%201-.852%201.648a3.16%203.16%200%200%201-1.648.852c-.387.07-.778.044-1.074-.252c-.295-.296-.322-.687-.252-1.074c.1-.541.365-1.16.853-1.648a3.16%203.16%200%200%201%201.647-.852c.388-.07.779-.044%201.075.252m-3.986%204.341c.625.262%201.031.426%201.496.426s.872-.164%201.496-.426c.639-.268%201.532-.642%202.623-.459c1.891.318%203.196%201.339%203.973%202.693a1.01%201.01%200%200%201-.503%201.429a2.501%202.501%200%200%200%20.133%204.706c.519.17.81.745.64%201.263c-.442%201.342-1.078%202.581-1.831%203.581c-.744.988-1.652%201.809-2.663%202.209c-.514.203-1.048.176-1.465.112c-.799-.121-1.593-.544-2.403-.544c-.809%200-1.606.423-2.403.544c-.417.064-.95.091-1.465-.112c-1.273-.504-2.396-1.68-3.244-3.067a13.5%2013.5%200%200%201-1.785-4.986c-.227-1.554-.104-3.299.615-4.775c.741-1.52%202.096-2.705%204.163-3.053c1.091-.183%201.984.191%202.623.459%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.49%202.167c.295.295.322.687.251%201.074a3.16%203.16%200%200%201-.852%201.648a3.16%203.16%200%200%201-1.648.852c-.387.07-.778.044-1.074-.252c-.295-.296-.322-.687-.252-1.074c.1-.541.365-1.16.853-1.648a3.16%203.16%200%200%201%201.647-.852c.388-.07.779-.044%201.075.252m-3.986%204.341c.625.262%201.031.426%201.496.426s.872-.164%201.496-.426c.639-.268%201.532-.642%202.623-.459c1.891.318%203.196%201.339%203.973%202.693a1.01%201.01%200%200%201-.503%201.429a2.501%202.501%200%200%200%20.133%204.706c.519.17.81.745.64%201.263c-.442%201.342-1.078%202.581-1.831%203.581c-.744.988-1.652%201.809-2.663%202.209c-.514.203-1.048.176-1.465.112c-.799-.121-1.593-.544-2.403-.544c-.809%200-1.606.423-2.403.544c-.417.064-.95.091-1.465-.112c-1.273-.504-2.396-1.68-3.244-3.067a13.5%2013.5%200%200%201-1.785-4.986c-.227-1.554-.104-3.299.615-4.775c.741-1.52%202.096-2.705%204.163-3.053c1.091-.183%201.984.191%202.623.459%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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