food apple icon
food-apple-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- food-apple-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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="M7.225 8.342a.5.5 0 0 1-.316.632a1.22 1.22 0 0 0-.717.605c-.186.349-.312.923-.195 1.86a.5.5 0 0 1-.993.123c-.132-1.063-.009-1.864.306-2.453c.32-.6.807-.925 1.282-1.083a.5.5 0 0 1 .633.316m4.934-5.368a.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.201 2.97A4 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.343M8.719 6.28l-.154-.026a3 3 0 0 1-1.549-.824a3 3 0 0 1-.877-2.205a.09.09 0 0 1 .087-.087a3 3 0 0 1 2.205.878c.607.607.9 1.408.877 2.205a.09.09 0 0 1-.087.087a3 3 0 0 1-.502-.028m-.328.959l.173.029l.779.13a4 4 0 0 0 1.315 0l1.664-.278a3 3 0 0 1 3.484 2.72l.006.074a7.5 7.5 0 0 1-.892 4.19l-.344.63l-.983 1.376a1.685 1.685 0 0 1-2.563.213a1.456 1.456 0 0 0-2.06 0a1.685 1.685 0 0 1-2.562-.213l-.983-1.376l-.344-.63a7.5 7.5 0 0 1-.892-4.19l.006-.074a3 3 0 0 1 3.483-2.72z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFoodApple20Regular(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="M7.225 8.342a.5.5 0 0 1-.316.632a1.22 1.22 0 0 0-.717.605c-.186.349-.312.923-.195 1.86a.5.5 0 0 1-.993.123c-.132-1.063-.009-1.864.306-2.453c.32-.6.807-.925 1.282-1.083a.5.5 0 0 1 .633.316m4.934-5.368a.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.201 2.97A4 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.343M8.719 6.28l-.154-.026a3 3 0 0 1-1.549-.824a3 3 0 0 1-.877-2.205a.09.09 0 0 1 .087-.087a3 3 0 0 1 2.205.878c.607.607.9 1.408.877 2.205a.09.09 0 0 1-.087.087a3 3 0 0 1-.502-.028m-.328.959l.173.029l.779.13a4 4 0 0 0 1.315 0l1.664-.278a3 3 0 0 1 3.484 2.72l.006.074a7.5 7.5 0 0 1-.892 4.19l-.344.63l-.983 1.376a1.685 1.685 0 0 1-2.563.213a1.456 1.456 0 0 0-2.06 0a1.685 1.685 0 0 1-2.562-.213l-.983-1.376l-.344-.63a7.5 7.5 0 0 1-.892-4.19l.006-.074a3 3 0 0 1 3.483-2.72z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.225 8.342a.5.5 0 0 1-.316.632a1.22 1.22 0 0 0-.717.605c-.186.349-.312.923-.195 1.86a.5.5 0 0 1-.993.123c-.132-1.063-.009-1.864.306-2.453c.32-.6.807-.925 1.282-1.083a.5.5 0 0 1 .633.316m4.934-5.368a.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.201 2.97A4 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.343M8.719 6.28l-.154-.026a3 3 0 0 1-1.549-.824a3 3 0 0 1-.877-2.205a.09.09 0 0 1 .087-.087a3 3 0 0 1 2.205.878c.607.607.9 1.408.877 2.205a.09.09 0 0 1-.087.087a3 3 0 0 1-.502-.028m-.328.959l.173.029l.779.13a4 4 0 0 0 1.315 0l1.664-.278a3 3 0 0 1 3.484 2.72l.006.074a7.5 7.5 0 0 1-.892 4.19l-.344.63l-.983 1.376a1.685 1.685 0 0 1-2.563.213a1.456 1.456 0 0 0-2.06 0a1.685 1.685 0 0 1-2.562-.213l-.983-1.376l-.344-.63a7.5 7.5 0 0 1-.892-4.19l.006-.074a3 3 0 0 1 3.483-2.72z"/></svg> </template>
CSS
.icon-food-apple-20-regular {
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%22M7.225%208.342a.5.5%200%200%201-.316.632a1.22%201.22%200%200%200-.717.605c-.186.349-.312.923-.195%201.86a.5.5%200%200%201-.993.123c-.132-1.063-.009-1.864.306-2.453c.32-.6.807-.925%201.282-1.083a.5.5%200%200%201%20.633.316m4.934-5.368a.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.201%202.97A4%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.343M8.719%206.28l-.154-.026a3%203%200%200%201-1.549-.824a3%203%200%200%201-.877-2.205a.09.09%200%200%201%20.087-.087a3%203%200%200%201%202.205.878c.607.607.9%201.408.877%202.205a.09.09%200%200%201-.087.087a3%203%200%200%201-.502-.028m-.328.959l.173.029l.779.13a4%204%200%200%200%201.315%200l1.664-.278a3%203%200%200%201%203.484%202.72l.006.074a7.5%207.5%200%200%201-.892%204.19l-.344.63l-.983%201.376a1.685%201.685%200%200%201-2.563.213a1.456%201.456%200%200%200-2.06%200a1.685%201.685%200%200%201-2.562-.213l-.983-1.376l-.344-.63a7.5%207.5%200%200%201-.892-4.19l.006-.074a3%203%200%200%201%203.483-2.72z%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%22M7.225%208.342a.5.5%200%200%201-.316.632a1.22%201.22%200%200%200-.717.605c-.186.349-.312.923-.195%201.86a.5.5%200%200%201-.993.123c-.132-1.063-.009-1.864.306-2.453c.32-.6.807-.925%201.282-1.083a.5.5%200%200%201%20.633.316m4.934-5.368a.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.201%202.97A4%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.343M8.719%206.28l-.154-.026a3%203%200%200%201-1.549-.824a3%203%200%200%201-.877-2.205a.09.09%200%200%201%20.087-.087a3%203%200%200%201%202.205.878c.607.607.9%201.408.877%202.205a.09.09%200%200%201-.087.087a3%203%200%200%201-.502-.028m-.328.959l.173.029l.779.13a4%204%200%200%200%201.315%200l1.664-.278a3%203%200%200%201%203.484%202.72l.006.074a7.5%207.5%200%200%201-.892%204.19l-.344.63l-.983%201.376a1.685%201.685%200%200%201-2.563.213a1.456%201.456%200%200%200-2.06%200a1.685%201.685%200%200%201-2.562-.213l-.983-1.376l-.344-.63a7.5%207.5%200%200%201-.892-4.19l.006-.074a3%203%200%200%201%203.483-2.72z%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-regular.svg?color=%231a73e8&size=48