peach emoji
peach from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- peach
- 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 peach emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.87 2.165h5.112a5.02 5.02 0 0 1 4.725 3.322q.15.044.302.094q.14-.048.284-.092a5.02 5.02 0 0 1 4.725-3.324h5.112c0 1.52-.673 2.88-1.738 3.8C28.295 7.71 31 11.604 31 15.942c0 5.023-2.867 7.593-5.455 9.915l-.226.202c-1.197 1.075-2.57 2.284-4.095 3.218c-1.532.94-3.276 1.64-5.224 1.64s-3.692-.7-5.224-1.64c-1.525-.934-2.898-2.143-4.095-3.218l-.226-.202C3.867 23.536 1 20.966 1 15.943c0-4.338 2.706-8.232 6.608-9.979a5 5 0 0 1-1.738-3.8M3 15.943c0 4.123 2.256 6.15 4.908 8.531l.11.098c1.202 1.08 2.453 2.174 3.803 3.001c1.344.824 2.724 1.346 4.179 1.346s2.835-.522 4.179-1.346c1.35-.827 2.6-1.92 3.803-3l.11-.099C26.744 22.092 29 20.066 29 15.943c0-4.766-4.07-8.952-9.169-8.952q-.473 0-.95.04c2.8 1.75 4.8 4.587 5.116 8.35a1 1 0 1 1-1.994.167c-.438-5.231-4.942-8.46-10.283-8.546C6.834 7.238 3 11.318 3 15.942"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastPeach(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.87 2.165h5.112a5.02 5.02 0 0 1 4.725 3.322q.15.044.302.094q.14-.048.284-.092a5.02 5.02 0 0 1 4.725-3.324h5.112c0 1.52-.673 2.88-1.738 3.8C28.295 7.71 31 11.604 31 15.942c0 5.023-2.867 7.593-5.455 9.915l-.226.202c-1.197 1.075-2.57 2.284-4.095 3.218c-1.532.94-3.276 1.64-5.224 1.64s-3.692-.7-5.224-1.64c-1.525-.934-2.898-2.143-4.095-3.218l-.226-.202C3.867 23.536 1 20.966 1 15.943c0-4.338 2.706-8.232 6.608-9.979a5 5 0 0 1-1.738-3.8M3 15.943c0 4.123 2.256 6.15 4.908 8.531l.11.098c1.202 1.08 2.453 2.174 3.803 3.001c1.344.824 2.724 1.346 4.179 1.346s2.835-.522 4.179-1.346c1.35-.827 2.6-1.92 3.803-3l.11-.099C26.744 22.092 29 20.066 29 15.943c0-4.766-4.07-8.952-9.169-8.952q-.473 0-.95.04c2.8 1.75 4.8 4.587 5.116 8.35a1 1 0 1 1-1.994.167c-.438-5.231-4.942-8.46-10.283-8.546C6.834 7.238 3 11.318 3 15.942"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.87 2.165h5.112a5.02 5.02 0 0 1 4.725 3.322q.15.044.302.094q.14-.048.284-.092a5.02 5.02 0 0 1 4.725-3.324h5.112c0 1.52-.673 2.88-1.738 3.8C28.295 7.71 31 11.604 31 15.942c0 5.023-2.867 7.593-5.455 9.915l-.226.202c-1.197 1.075-2.57 2.284-4.095 3.218c-1.532.94-3.276 1.64-5.224 1.64s-3.692-.7-5.224-1.64c-1.525-.934-2.898-2.143-4.095-3.218l-.226-.202C3.867 23.536 1 20.966 1 15.943c0-4.338 2.706-8.232 6.608-9.979a5 5 0 0 1-1.738-3.8M3 15.943c0 4.123 2.256 6.15 4.908 8.531l.11.098c1.202 1.08 2.453 2.174 3.803 3.001c1.344.824 2.724 1.346 4.179 1.346s2.835-.522 4.179-1.346c1.35-.827 2.6-1.92 3.803-3l.11-.099C26.744 22.092 29 20.066 29 15.943c0-4.766-4.07-8.952-9.169-8.952q-.473 0-.95.04c2.8 1.75 4.8 4.587 5.116 8.35a1 1 0 1 1-1.994.167c-.438-5.231-4.942-8.46-10.283-8.546C6.834 7.238 3 11.318 3 15.942"/></svg> </template>
CSS
.icon-peach {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.87%202.165h5.112a5.02%205.02%200%200%201%204.725%203.322q.15.044.302.094q.14-.048.284-.092a5.02%205.02%200%200%201%204.725-3.324h5.112c0%201.52-.673%202.88-1.738%203.8C28.295%207.71%2031%2011.604%2031%2015.942c0%205.023-2.867%207.593-5.455%209.915l-.226.202c-1.197%201.075-2.57%202.284-4.095%203.218c-1.532.94-3.276%201.64-5.224%201.64s-3.692-.7-5.224-1.64c-1.525-.934-2.898-2.143-4.095-3.218l-.226-.202C3.867%2023.536%201%2020.966%201%2015.943c0-4.338%202.706-8.232%206.608-9.979a5%205%200%200%201-1.738-3.8M3%2015.943c0%204.123%202.256%206.15%204.908%208.531l.11.098c1.202%201.08%202.453%202.174%203.803%203.001c1.344.824%202.724%201.346%204.179%201.346s2.835-.522%204.179-1.346c1.35-.827%202.6-1.92%203.803-3l.11-.099C26.744%2022.092%2029%2020.066%2029%2015.943c0-4.766-4.07-8.952-9.169-8.952q-.473%200-.95.04c2.8%201.75%204.8%204.587%205.116%208.35a1%201%200%201%201-1.994.167c-.438-5.231-4.942-8.46-10.283-8.546C6.834%207.238%203%2011.318%203%2015.942%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.87%202.165h5.112a5.02%205.02%200%200%201%204.725%203.322q.15.044.302.094q.14-.048.284-.092a5.02%205.02%200%200%201%204.725-3.324h5.112c0%201.52-.673%202.88-1.738%203.8C28.295%207.71%2031%2011.604%2031%2015.942c0%205.023-2.867%207.593-5.455%209.915l-.226.202c-1.197%201.075-2.57%202.284-4.095%203.218c-1.532.94-3.276%201.64-5.224%201.64s-3.692-.7-5.224-1.64c-1.525-.934-2.898-2.143-4.095-3.218l-.226-.202C3.867%2023.536%201%2020.966%201%2015.943c0-4.338%202.706-8.232%206.608-9.979a5%205%200%200%201-1.738-3.8M3%2015.943c0%204.123%202.256%206.15%204.908%208.531l.11.098c1.202%201.08%202.453%202.174%203.803%203.001c1.344.824%202.724%201.346%204.179%201.346s2.835-.522%204.179-1.346c1.35-.827%202.6-1.92%203.803-3l.11-.099C26.744%2022.092%2029%2020.066%2029%2015.943c0-4.766-4.07-8.952-9.169-8.952q-.473%200-.95.04c2.8%201.75%204.8%204.587%205.116%208.35a1%201%200%201%201-1.994.167c-.438-5.231-4.942-8.46-10.283-8.546C6.834%207.238%203%2011.318%203%2015.942%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/peach.svg?color=%231a73e8&size=48