food-apple-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
food-apple-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the food apple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.159 2.974a.5.5 0 1 0-.317-.948c-.937.312-1.522 1.082-1.866 1.907a5 5 0 0 0-.127.339a4 4 0 0 0-.711-.963a4 4 0 0 0-2.94-1.17c-.58.016-1.043.48-1.059 1.059a4 4 0 0 0 1.17 2.94l.031.03A4 4 0 0 0 3.198 9.76l-.006.074a8.5 8.5 0 0 0 1.01 4.748l.36.658q.014.026.032.05l1 1.402a2.685 2.685 0 0 0 4.084.338a.456.456 0 0 1 .645 0a2.685 2.685 0 0 0 4.084-.338l1-1.401l.032-.051l.359-.658a8.5 8.5 0 0 0 1.01-4.748l-.005-.074a4 4 0 0 0-4.645-3.626l-1.657.276c.01-.681.13-1.447.399-2.093c.28-.675.696-1.155 1.258-1.343m-5.25 6a1.22 1.22 0 0 0-.717.605c-.185.348-.312.922-.195 1.859a.5.5 0 0 1-.992.124c-.133-1.064-.01-1.865.305-2.454c.32-.6.807-.924 1.283-1.083a.5.5 0 0 1 .316.949"/></svg>

React

import type { SVGProps } from "react";

export function FluentFoodApple20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.159 2.974a.5.5 0 1 0-.317-.948c-.937.312-1.522 1.082-1.866 1.907a5 5 0 0 0-.127.339a4 4 0 0 0-.711-.963a4 4 0 0 0-2.94-1.17c-.58.016-1.043.48-1.059 1.059a4 4 0 0 0 1.17 2.94l.031.03A4 4 0 0 0 3.198 9.76l-.006.074a8.5 8.5 0 0 0 1.01 4.748l.36.658q.014.026.032.05l1 1.402a2.685 2.685 0 0 0 4.084.338a.456.456 0 0 1 .645 0a2.685 2.685 0 0 0 4.084-.338l1-1.401l.032-.051l.359-.658a8.5 8.5 0 0 0 1.01-4.748l-.005-.074a4 4 0 0 0-4.645-3.626l-1.657.276c.01-.681.13-1.447.399-2.093c.28-.675.696-1.155 1.258-1.343m-5.25 6a1.22 1.22 0 0 0-.717.605c-.185.348-.312.922-.195 1.859a.5.5 0 0 1-.992.124c-.133-1.064-.01-1.865.305-2.454c.32-.6.807-.924 1.283-1.083a.5.5 0 0 1 .316.949"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.159 2.974a.5.5 0 1 0-.317-.948c-.937.312-1.522 1.082-1.866 1.907a5 5 0 0 0-.127.339a4 4 0 0 0-.711-.963a4 4 0 0 0-2.94-1.17c-.58.016-1.043.48-1.059 1.059a4 4 0 0 0 1.17 2.94l.031.03A4 4 0 0 0 3.198 9.76l-.006.074a8.5 8.5 0 0 0 1.01 4.748l.36.658q.014.026.032.05l1 1.402a2.685 2.685 0 0 0 4.084.338a.456.456 0 0 1 .645 0a2.685 2.685 0 0 0 4.084-.338l1-1.401l.032-.051l.359-.658a8.5 8.5 0 0 0 1.01-4.748l-.005-.074a4 4 0 0 0-4.645-3.626l-1.657.276c.01-.681.13-1.447.399-2.093c.28-.675.696-1.155 1.258-1.343m-5.25 6a1.22 1.22 0 0 0-.717.605c-.185.348-.312.922-.195 1.859a.5.5 0 0 1-.992.124c-.133-1.064-.01-1.865.305-2.454c.32-.6.807-.924 1.283-1.083a.5.5 0 0 1 .316.949"/></svg>
</template>

CSS

.icon-food-apple-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.159%202.974a.5.5%200%201%200-.317-.948c-.937.312-1.522%201.082-1.866%201.907a5%205%200%200%200-.127.339a4%204%200%200%200-.711-.963a4%204%200%200%200-2.94-1.17c-.58.016-1.043.48-1.059%201.059a4%204%200%200%200%201.17%202.94l.031.03A4%204%200%200%200%203.198%209.76l-.006.074a8.5%208.5%200%200%200%201.01%204.748l.36.658q.014.026.032.05l1%201.402a2.685%202.685%200%200%200%204.084.338a.456.456%200%200%201%20.645%200a2.685%202.685%200%200%200%204.084-.338l1-1.401l.032-.051l.359-.658a8.5%208.5%200%200%200%201.01-4.748l-.005-.074a4%204%200%200%200-4.645-3.626l-1.657.276c.01-.681.13-1.447.399-2.093c.28-.675.696-1.155%201.258-1.343m-5.25%206a1.22%201.22%200%200%200-.717.605c-.185.348-.312.922-.195%201.859a.5.5%200%200%201-.992.124c-.133-1.064-.01-1.865.305-2.454c.32-.6.807-.924%201.283-1.083a.5.5%200%200%201%20.316.949%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.159%202.974a.5.5%200%201%200-.317-.948c-.937.312-1.522%201.082-1.866%201.907a5%205%200%200%200-.127.339a4%204%200%200%200-.711-.963a4%204%200%200%200-2.94-1.17c-.58.016-1.043.48-1.059%201.059a4%204%200%200%200%201.17%202.94l.031.03A4%204%200%200%200%203.198%209.76l-.006.074a8.5%208.5%200%200%200%201.01%204.748l.36.658q.014.026.032.05l1%201.402a2.685%202.685%200%200%200%204.084.338a.456.456%200%200%201%20.645%200a2.685%202.685%200%200%200%204.084-.338l1-1.401l.032-.051l.359-.658a8.5%208.5%200%200%200%201.01-4.748l-.005-.074a4%204%200%200%200-4.645-3.626l-1.657.276c.01-.681.13-1.447.399-2.093c.28-.675.696-1.155%201.258-1.343m-5.25%206a1.22%201.22%200%200%200-.717.605c-.185.348-.312.922-.195%201.859a.5.5%200%200%201-.992.124c-.133-1.064-.01-1.865.305-2.454c.32-.6.807-.924%201.283-1.083a.5.5%200%200%201%20.316.949%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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