peach from Streamline Emojis by Streamline · Default · Food Drink · CC-BY-4.0 Attribution required.

Name
peach
Set
Streamline Emojis
Style
Default
Category
Food Drink
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More food drink icons from Streamline Emojis

Use the peach emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#9ceb60" d="M19.58 7.86a7.46 7.46 0 0 0 4.9 5A7.49 7.49 0 0 0 21.7 1.31a1 1 0 0 0-1.31.4a7.48 7.48 0 0 0-.81 6.15"/><path fill="#c8ffa1" d="M20.39 4.21a1 1 0 0 1 1.31-.4a7.5 7.5 0 0 1 4.1 4.66a7 7 0 0 1 .21.9a7.45 7.45 0 0 0-4.31-8.06a1 1 0 0 0-1.31.4a7.52 7.52 0 0 0-1 5.23a7.8 7.8 0 0 1 1-2.73"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M19.58 7.86a7.46 7.46 0 0 0 4.9 5A7.49 7.49 0 0 0 21.7 1.31a1 1 0 0 0-1.31.4a7.48 7.48 0 0 0-.81 6.15"/><path fill="#9ceb60" d="M31.36 11.66a7.47 7.47 0 0 1-6.88 1.16a7.49 7.49 0 0 1 9-7.71a1 1 0 0 1 .82 1.09a7.48 7.48 0 0 1-2.94 5.46"/><path fill="#c8ffa1" d="M27.42 9a7.53 7.53 0 0 1 6-1.38a1 1 0 0 1 .58.28a7.7 7.7 0 0 0 .32-1.7a1 1 0 0 0-.83-1.09a7.49 7.49 0 0 0-9 7.71c.1 0 .19 0 .29.08A7.46 7.46 0 0 1 27.42 9"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M31.36 11.66a7.47 7.47 0 0 1-6.88 1.16a7.49 7.49 0 0 1 9-7.71a1 1 0 0 1 .82 1.09a7.48 7.48 0 0 1-2.94 5.46"/><path fill="#45413c" d="M12.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="#ff866e" d="M33.52 11.39a13.54 13.54 0 0 0-9 1.43a13.43 13.43 0 0 0-7.57-1.62c-8 .62-13.59 8.35-12.18 16.28c2 11.2 15.38 16.76 18.57 17.94a2 2 0 0 0 1.36 0c3.54-1.29 19.66-7.86 19.82-20.58a13.35 13.35 0 0 0-11-13.45"/><path fill="#ffa694" d="M32.1 25.2v-.01zm1.42-13.81a13.54 13.54 0 0 0-9 1.43a13.43 13.43 0 0 0-7.57-1.62C9 11.81 3.52 19.28 4.66 27.05a13.48 13.48 0 0 1 19.82-9.73C26.63 18.55 29 20 32.1 25.19c0-.5-.06-1-.12-1.53a14 14 0 0 0-3.44-7.78a13 13 0 0 1 2.46-.23A13.5 13.5 0 0 1 44.29 27a14 14 0 0 0 .19-2.17a13.35 13.35 0 0 0-10.96-13.44"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M33.52 11.39a13.54 13.54 0 0 0-9 1.43a13.43 13.43 0 0 0-7.57-1.62c-8 .62-13.59 8.35-12.18 16.28c2 11.2 15.38 16.76 18.57 17.94a2 2 0 0 0 1.36 0c3.54-1.29 19.66-7.86 19.82-20.58a13.35 13.35 0 0 0-11-13.45"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M29 36.8a22 22 0 0 1-1.5 2.36m-3.02-26.34A13.61 13.61 0 0 1 32 23.66a21 21 0 0 1-1.93 11"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisPeach(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#9ceb60" d="M19.58 7.86a7.46 7.46 0 0 0 4.9 5A7.49 7.49 0 0 0 21.7 1.31a1 1 0 0 0-1.31.4a7.48 7.48 0 0 0-.81 6.15"/><path fill="#c8ffa1" d="M20.39 4.21a1 1 0 0 1 1.31-.4a7.5 7.5 0 0 1 4.1 4.66a7 7 0 0 1 .21.9a7.45 7.45 0 0 0-4.31-8.06a1 1 0 0 0-1.31.4a7.52 7.52 0 0 0-1 5.23a7.8 7.8 0 0 1 1-2.73"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M19.58 7.86a7.46 7.46 0 0 0 4.9 5A7.49 7.49 0 0 0 21.7 1.31a1 1 0 0 0-1.31.4a7.48 7.48 0 0 0-.81 6.15"/><path fill="#9ceb60" d="M31.36 11.66a7.47 7.47 0 0 1-6.88 1.16a7.49 7.49 0 0 1 9-7.71a1 1 0 0 1 .82 1.09a7.48 7.48 0 0 1-2.94 5.46"/><path fill="#c8ffa1" d="M27.42 9a7.53 7.53 0 0 1 6-1.38a1 1 0 0 1 .58.28a7.7 7.7 0 0 0 .32-1.7a1 1 0 0 0-.83-1.09a7.49 7.49 0 0 0-9 7.71c.1 0 .19 0 .29.08A7.46 7.46 0 0 1 27.42 9"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M31.36 11.66a7.47 7.47 0 0 1-6.88 1.16a7.49 7.49 0 0 1 9-7.71a1 1 0 0 1 .82 1.09a7.48 7.48 0 0 1-2.94 5.46"/><path fill="#45413c" d="M12.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="#ff866e" d="M33.52 11.39a13.54 13.54 0 0 0-9 1.43a13.43 13.43 0 0 0-7.57-1.62c-8 .62-13.59 8.35-12.18 16.28c2 11.2 15.38 16.76 18.57 17.94a2 2 0 0 0 1.36 0c3.54-1.29 19.66-7.86 19.82-20.58a13.35 13.35 0 0 0-11-13.45"/><path fill="#ffa694" d="M32.1 25.2v-.01zm1.42-13.81a13.54 13.54 0 0 0-9 1.43a13.43 13.43 0 0 0-7.57-1.62C9 11.81 3.52 19.28 4.66 27.05a13.48 13.48 0 0 1 19.82-9.73C26.63 18.55 29 20 32.1 25.19c0-.5-.06-1-.12-1.53a14 14 0 0 0-3.44-7.78a13 13 0 0 1 2.46-.23A13.5 13.5 0 0 1 44.29 27a14 14 0 0 0 .19-2.17a13.35 13.35 0 0 0-10.96-13.44"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M33.52 11.39a13.54 13.54 0 0 0-9 1.43a13.43 13.43 0 0 0-7.57-1.62c-8 .62-13.59 8.35-12.18 16.28c2 11.2 15.38 16.76 18.57 17.94a2 2 0 0 0 1.36 0c3.54-1.29 19.66-7.86 19.82-20.58a13.35 13.35 0 0 0-11-13.45"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M29 36.8a22 22 0 0 1-1.5 2.36m-3.02-26.34A13.61 13.61 0 0 1 32 23.66a21 21 0 0 1-1.93 11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#9ceb60" d="M19.58 7.86a7.46 7.46 0 0 0 4.9 5A7.49 7.49 0 0 0 21.7 1.31a1 1 0 0 0-1.31.4a7.48 7.48 0 0 0-.81 6.15"/><path fill="#c8ffa1" d="M20.39 4.21a1 1 0 0 1 1.31-.4a7.5 7.5 0 0 1 4.1 4.66a7 7 0 0 1 .21.9a7.45 7.45 0 0 0-4.31-8.06a1 1 0 0 0-1.31.4a7.52 7.52 0 0 0-1 5.23a7.8 7.8 0 0 1 1-2.73"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M19.58 7.86a7.46 7.46 0 0 0 4.9 5A7.49 7.49 0 0 0 21.7 1.31a1 1 0 0 0-1.31.4a7.48 7.48 0 0 0-.81 6.15"/><path fill="#9ceb60" d="M31.36 11.66a7.47 7.47 0 0 1-6.88 1.16a7.49 7.49 0 0 1 9-7.71a1 1 0 0 1 .82 1.09a7.48 7.48 0 0 1-2.94 5.46"/><path fill="#c8ffa1" d="M27.42 9a7.53 7.53 0 0 1 6-1.38a1 1 0 0 1 .58.28a7.7 7.7 0 0 0 .32-1.7a1 1 0 0 0-.83-1.09a7.49 7.49 0 0 0-9 7.71c.1 0 .19 0 .29.08A7.46 7.46 0 0 1 27.42 9"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M31.36 11.66a7.47 7.47 0 0 1-6.88 1.16a7.49 7.49 0 0 1 9-7.71a1 1 0 0 1 .82 1.09a7.48 7.48 0 0 1-2.94 5.46"/><path fill="#45413c" d="M12.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="#ff866e" d="M33.52 11.39a13.54 13.54 0 0 0-9 1.43a13.43 13.43 0 0 0-7.57-1.62c-8 .62-13.59 8.35-12.18 16.28c2 11.2 15.38 16.76 18.57 17.94a2 2 0 0 0 1.36 0c3.54-1.29 19.66-7.86 19.82-20.58a13.35 13.35 0 0 0-11-13.45"/><path fill="#ffa694" d="M32.1 25.2v-.01zm1.42-13.81a13.54 13.54 0 0 0-9 1.43a13.43 13.43 0 0 0-7.57-1.62C9 11.81 3.52 19.28 4.66 27.05a13.48 13.48 0 0 1 19.82-9.73C26.63 18.55 29 20 32.1 25.19c0-.5-.06-1-.12-1.53a14 14 0 0 0-3.44-7.78a13 13 0 0 1 2.46-.23A13.5 13.5 0 0 1 44.29 27a14 14 0 0 0 .19-2.17a13.35 13.35 0 0 0-10.96-13.44"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M33.52 11.39a13.54 13.54 0 0 0-9 1.43a13.43 13.43 0 0 0-7.57-1.62c-8 .62-13.59 8.35-12.18 16.28c2 11.2 15.38 16.76 18.57 17.94a2 2 0 0 0 1.36 0c3.54-1.29 19.66-7.86 19.82-20.58a13.35 13.35 0 0 0-11-13.45"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M29 36.8a22 22 0 0 1-1.5 2.36m-3.02-26.34A13.61 13.61 0 0 1 32 23.66a21 21 0 0 1-1.93 11"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22%239ceb60%22%20d%3D%22M19.58%207.86a7.46%207.46%200%200%200%204.9%205A7.49%207.49%200%200%200%2021.7%201.31a1%201%200%200%200-1.31.4a7.48%207.48%200%200%200-.81%206.15%22%2F%3E%3Cpath%20fill%3D%22%23c8ffa1%22%20d%3D%22M20.39%204.21a1%201%200%200%201%201.31-.4a7.5%207.5%200%200%201%204.1%204.66a7%207%200%200%201%20.21.9a7.45%207.45%200%200%200-4.31-8.06a1%201%200%200%200-1.31.4a7.52%207.52%200%200%200-1%205.23a7.8%207.8%200%200%201%201-2.73%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.58%207.86a7.46%207.46%200%200%200%204.9%205A7.49%207.49%200%200%200%2021.7%201.31a1%201%200%200%200-1.31.4a7.48%207.48%200%200%200-.81%206.15%22%2F%3E%3Cpath%20fill%3D%22%239ceb60%22%20d%3D%22M31.36%2011.66a7.47%207.47%200%200%201-6.88%201.16a7.49%207.49%200%200%201%209-7.71a1%201%200%200%201%20.82%201.09a7.48%207.48%200%200%201-2.94%205.46%22%2F%3E%3Cpath%20fill%3D%22%23c8ffa1%22%20d%3D%22M27.42%209a7.53%207.53%200%200%201%206-1.38a1%201%200%200%201%20.58.28a7.7%207.7%200%200%200%20.32-1.7a1%201%200%200%200-.83-1.09a7.49%207.49%200%200%200-9%207.71c.1%200%20.19%200%20.29.08A7.46%207.46%200%200%201%2027.42%209%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M31.36%2011.66a7.47%207.47%200%200%201-6.88%201.16a7.49%207.49%200%200%201%209-7.71a1%201%200%200%201%20.82%201.09a7.48%207.48%200%200%201-2.94%205.46%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.5%2045.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ff866e%22%20d%3D%22M33.52%2011.39a13.54%2013.54%200%200%200-9%201.43a13.43%2013.43%200%200%200-7.57-1.62c-8%20.62-13.59%208.35-12.18%2016.28c2%2011.2%2015.38%2016.76%2018.57%2017.94a2%202%200%200%200%201.36%200c3.54-1.29%2019.66-7.86%2019.82-20.58a13.35%2013.35%200%200%200-11-13.45%22%2F%3E%3Cpath%20fill%3D%22%23ffa694%22%20d%3D%22M32.1%2025.2v-.01zm1.42-13.81a13.54%2013.54%200%200%200-9%201.43a13.43%2013.43%200%200%200-7.57-1.62C9%2011.81%203.52%2019.28%204.66%2027.05a13.48%2013.48%200%200%201%2019.82-9.73C26.63%2018.55%2029%2020%2032.1%2025.19c0-.5-.06-1-.12-1.53a14%2014%200%200%200-3.44-7.78a13%2013%200%200%201%202.46-.23A13.5%2013.5%200%200%201%2044.29%2027a14%2014%200%200%200%20.19-2.17a13.35%2013.35%200%200%200-10.96-13.44%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33.52%2011.39a13.54%2013.54%200%200%200-9%201.43a13.43%2013.43%200%200%200-7.57-1.62c-8%20.62-13.59%208.35-12.18%2016.28c2%2011.2%2015.38%2016.76%2018.57%2017.94a2%202%200%200%200%201.36%200c3.54-1.29%2019.66-7.86%2019.82-20.58a13.35%2013.35%200%200%200-11-13.45%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2036.8a22%2022%200%200%201-1.5%202.36m-3.02-26.34A13.61%2013.61%200%200%201%2032%2023.66a21%2021%200%200%201-1.93%2011%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%2048%2048%22%3E%3Cpath%20fill%3D%22%239ceb60%22%20d%3D%22M19.58%207.86a7.46%207.46%200%200%200%204.9%205A7.49%207.49%200%200%200%2021.7%201.31a1%201%200%200%200-1.31.4a7.48%207.48%200%200%200-.81%206.15%22%2F%3E%3Cpath%20fill%3D%22%23c8ffa1%22%20d%3D%22M20.39%204.21a1%201%200%200%201%201.31-.4a7.5%207.5%200%200%201%204.1%204.66a7%207%200%200%201%20.21.9a7.45%207.45%200%200%200-4.31-8.06a1%201%200%200%200-1.31.4a7.52%207.52%200%200%200-1%205.23a7.8%207.8%200%200%201%201-2.73%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.58%207.86a7.46%207.46%200%200%200%204.9%205A7.49%207.49%200%200%200%2021.7%201.31a1%201%200%200%200-1.31.4a7.48%207.48%200%200%200-.81%206.15%22%2F%3E%3Cpath%20fill%3D%22%239ceb60%22%20d%3D%22M31.36%2011.66a7.47%207.47%200%200%201-6.88%201.16a7.49%207.49%200%200%201%209-7.71a1%201%200%200%201%20.82%201.09a7.48%207.48%200%200%201-2.94%205.46%22%2F%3E%3Cpath%20fill%3D%22%23c8ffa1%22%20d%3D%22M27.42%209a7.53%207.53%200%200%201%206-1.38a1%201%200%200%201%20.58.28a7.7%207.7%200%200%200%20.32-1.7a1%201%200%200%200-.83-1.09a7.49%207.49%200%200%200-9%207.71c.1%200%20.19%200%20.29.08A7.46%207.46%200%200%201%2027.42%209%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M31.36%2011.66a7.47%207.47%200%200%201-6.88%201.16a7.49%207.49%200%200%201%209-7.71a1%201%200%200%201%20.82%201.09a7.48%207.48%200%200%201-2.94%205.46%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.5%2045.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ff866e%22%20d%3D%22M33.52%2011.39a13.54%2013.54%200%200%200-9%201.43a13.43%2013.43%200%200%200-7.57-1.62c-8%20.62-13.59%208.35-12.18%2016.28c2%2011.2%2015.38%2016.76%2018.57%2017.94a2%202%200%200%200%201.36%200c3.54-1.29%2019.66-7.86%2019.82-20.58a13.35%2013.35%200%200%200-11-13.45%22%2F%3E%3Cpath%20fill%3D%22%23ffa694%22%20d%3D%22M32.1%2025.2v-.01zm1.42-13.81a13.54%2013.54%200%200%200-9%201.43a13.43%2013.43%200%200%200-7.57-1.62C9%2011.81%203.52%2019.28%204.66%2027.05a13.48%2013.48%200%200%201%2019.82-9.73C26.63%2018.55%2029%2020%2032.1%2025.19c0-.5-.06-1-.12-1.53a14%2014%200%200%200-3.44-7.78a13%2013%200%200%201%202.46-.23A13.5%2013.5%200%200%201%2044.29%2027a14%2014%200%200%200%20.19-2.17a13.35%2013.35%200%200%200-10.96-13.44%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33.52%2011.39a13.54%2013.54%200%200%200-9%201.43a13.43%2013.43%200%200%200-7.57-1.62c-8%20.62-13.59%208.35-12.18%2016.28c2%2011.2%2015.38%2016.76%2018.57%2017.94a2%202%200%200%200%201.36%200c3.54-1.29%2019.66-7.86%2019.82-20.58a13.35%2013.35%200%200%200-11-13.45%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2036.8a22%2022%200%200%201-1.5%202.36m-3.02-26.34A13.61%2013.61%200%200%201%2032%2023.66a21%2021%200%200%201-1.93%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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