kiwi fruit emoji
kiwi-fruit from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- kiwi-fruit
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More food & drink icons from Fluent Emoji High Contrast
Use the kiwi fruit emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M14.533 20.15a5.62 5.62 0 1 0 0-11.24a5.62 5.62 0 0 0 0 11.24m2.39-14.01a.98.98 0 1 1-1.96 0a.98.98 0 0 1 1.96 0m3.54 3.33a.98.98 0 1 0 0-1.96a.98.98 0 0 0 0 1.96M8.492 21.44a.98.98 0 1 0 0-1.96a.98.98 0 0 0 0 1.96m4.511 2.35a.98.98 0 1 0 0-1.96a.98.98 0 0 0 0 1.96m-1.12-16.98a.98.98 0 1 1-1.96 0a.98.98 0 0 1 1.96 0m6.17 16.31a.98.98 0 1 0 0-1.96a.98.98 0 0 0 0 1.96M8.132 10.24a.98.98 0 1 1-1.96 0a.98.98 0 0 1 1.96 0m13.671 9.44a.98.98 0 1 0 0-1.96a.98.98 0 0 0 0 1.96M7.032 15.21a.98.98 0 1 1-1.96 0a.98.98 0 0 1 1.96 0m15.87-.49a.98.98 0 1 0 0-1.96a.98.98 0 0 0 0 1.96"/><path d="M5.282 24.404a13.5 13.5 0 0 1-4.28-9.874C1.002 7.058 7.06 1 14.532 1c3.895 0 7.405 1.646 9.874 4.28l2.634 2.633c5.28 5.28 5.28 13.844 0 19.124s-13.844 5.28-19.125 0zm-2.28-9.874a11.5 11.5 0 0 0 3.835 8.587a11.48 11.48 0 0 0 7.695 2.943c6.368 0 11.53-5.162 11.53-11.53S20.9 3 14.532 3S3.002 8.162 3.002 14.53"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastKiwiFruit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M14.533 20.15a5.62 5.62 0 1 0 0-11.24a5.62 5.62 0 0 0 0 11.24m2.39-14.01a.98.98 0 1 1-1.96 0a.98.98 0 0 1 1.96 0m3.54 3.33a.98.98 0 1 0 0-1.96a.98.98 0 0 0 0 1.96M8.492 21.44a.98.98 0 1 0 0-1.96a.98.98 0 0 0 0 1.96m4.511 2.35a.98.98 0 1 0 0-1.96a.98.98 0 0 0 0 1.96m-1.12-16.98a.98.98 0 1 1-1.96 0a.98.98 0 0 1 1.96 0m6.17 16.31a.98.98 0 1 0 0-1.96a.98.98 0 0 0 0 1.96M8.132 10.24a.98.98 0 1 1-1.96 0a.98.98 0 0 1 1.96 0m13.671 9.44a.98.98 0 1 0 0-1.96a.98.98 0 0 0 0 1.96M7.032 15.21a.98.98 0 1 1-1.96 0a.98.98 0 0 1 1.96 0m15.87-.49a.98.98 0 1 0 0-1.96a.98.98 0 0 0 0 1.96"/><path d="M5.282 24.404a13.5 13.5 0 0 1-4.28-9.874C1.002 7.058 7.06 1 14.532 1c3.895 0 7.405 1.646 9.874 4.28l2.634 2.633c5.28 5.28 5.28 13.844 0 19.124s-13.844 5.28-19.125 0zm-2.28-9.874a11.5 11.5 0 0 0 3.835 8.587a11.48 11.48 0 0 0 7.695 2.943c6.368 0 11.53-5.162 11.53-11.53S20.9 3 14.532 3S3.002 8.162 3.002 14.53"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M14.533 20.15a5.62 5.62 0 1 0 0-11.24a5.62 5.62 0 0 0 0 11.24m2.39-14.01a.98.98 0 1 1-1.96 0a.98.98 0 0 1 1.96 0m3.54 3.33a.98.98 0 1 0 0-1.96a.98.98 0 0 0 0 1.96M8.492 21.44a.98.98 0 1 0 0-1.96a.98.98 0 0 0 0 1.96m4.511 2.35a.98.98 0 1 0 0-1.96a.98.98 0 0 0 0 1.96m-1.12-16.98a.98.98 0 1 1-1.96 0a.98.98 0 0 1 1.96 0m6.17 16.31a.98.98 0 1 0 0-1.96a.98.98 0 0 0 0 1.96M8.132 10.24a.98.98 0 1 1-1.96 0a.98.98 0 0 1 1.96 0m13.671 9.44a.98.98 0 1 0 0-1.96a.98.98 0 0 0 0 1.96M7.032 15.21a.98.98 0 1 1-1.96 0a.98.98 0 0 1 1.96 0m15.87-.49a.98.98 0 1 0 0-1.96a.98.98 0 0 0 0 1.96"/><path d="M5.282 24.404a13.5 13.5 0 0 1-4.28-9.874C1.002 7.058 7.06 1 14.532 1c3.895 0 7.405 1.646 9.874 4.28l2.634 2.633c5.28 5.28 5.28 13.844 0 19.124s-13.844 5.28-19.125 0zm-2.28-9.874a11.5 11.5 0 0 0 3.835 8.587a11.48 11.48 0 0 0 7.695 2.943c6.368 0 11.53-5.162 11.53-11.53S20.9 3 14.532 3S3.002 8.162 3.002 14.53"/></g></svg> </template>
CSS
.icon-kiwi-fruit {
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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.533%2020.15a5.62%205.62%200%201%200%200-11.24a5.62%205.62%200%200%200%200%2011.24m2.39-14.01a.98.98%200%201%201-1.96%200a.98.98%200%200%201%201.96%200m3.54%203.33a.98.98%200%201%200%200-1.96a.98.98%200%200%200%200%201.96M8.492%2021.44a.98.98%200%201%200%200-1.96a.98.98%200%200%200%200%201.96m4.511%202.35a.98.98%200%201%200%200-1.96a.98.98%200%200%200%200%201.96m-1.12-16.98a.98.98%200%201%201-1.96%200a.98.98%200%200%201%201.96%200m6.17%2016.31a.98.98%200%201%200%200-1.96a.98.98%200%200%200%200%201.96M8.132%2010.24a.98.98%200%201%201-1.96%200a.98.98%200%200%201%201.96%200m13.671%209.44a.98.98%200%201%200%200-1.96a.98.98%200%200%200%200%201.96M7.032%2015.21a.98.98%200%201%201-1.96%200a.98.98%200%200%201%201.96%200m15.87-.49a.98.98%200%201%200%200-1.96a.98.98%200%200%200%200%201.96%22%2F%3E%3Cpath%20d%3D%22M5.282%2024.404a13.5%2013.5%200%200%201-4.28-9.874C1.002%207.058%207.06%201%2014.532%201c3.895%200%207.405%201.646%209.874%204.28l2.634%202.633c5.28%205.28%205.28%2013.844%200%2019.124s-13.844%205.28-19.125%200zm-2.28-9.874a11.5%2011.5%200%200%200%203.835%208.587a11.48%2011.48%200%200%200%207.695%202.943c6.368%200%2011.53-5.162%2011.53-11.53S20.9%203%2014.532%203S3.002%208.162%203.002%2014.53%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.533%2020.15a5.62%205.62%200%201%200%200-11.24a5.62%205.62%200%200%200%200%2011.24m2.39-14.01a.98.98%200%201%201-1.96%200a.98.98%200%200%201%201.96%200m3.54%203.33a.98.98%200%201%200%200-1.96a.98.98%200%200%200%200%201.96M8.492%2021.44a.98.98%200%201%200%200-1.96a.98.98%200%200%200%200%201.96m4.511%202.35a.98.98%200%201%200%200-1.96a.98.98%200%200%200%200%201.96m-1.12-16.98a.98.98%200%201%201-1.96%200a.98.98%200%200%201%201.96%200m6.17%2016.31a.98.98%200%201%200%200-1.96a.98.98%200%200%200%200%201.96M8.132%2010.24a.98.98%200%201%201-1.96%200a.98.98%200%200%201%201.96%200m13.671%209.44a.98.98%200%201%200%200-1.96a.98.98%200%200%200%200%201.96M7.032%2015.21a.98.98%200%201%201-1.96%200a.98.98%200%200%201%201.96%200m15.87-.49a.98.98%200%201%200%200-1.96a.98.98%200%200%200%200%201.96%22%2F%3E%3Cpath%20d%3D%22M5.282%2024.404a13.5%2013.5%200%200%201-4.28-9.874C1.002%207.058%207.06%201%2014.532%201c3.895%200%207.405%201.646%209.874%204.28l2.634%202.633c5.28%205.28%205.28%2013.844%200%2019.124s-13.844%205.28-19.125%200zm-2.28-9.874a11.5%2011.5%200%200%200%203.835%208.587a11.48%2011.48%200%200%200%207.695%202.943c6.368%200%2011.53-5.162%2011.53-11.53S20.9%203%2014.532%203S3.002%208.162%203.002%2014.53%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/kiwi-fruit.svg?color=%231a73e8&size=48