potato from Emoji One (Colored) by Emoji One · Default · Food · CC-BY-4.0 Attribution required.

Name
potato
Set
Emoji One (Colored)
Style
Default
Category
Food
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More food icons from Emoji One (Colored)

Use the potato emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#bf906c" d="M38.7 2c-12.4 0-14.6 10.9-24 17C3.1 26.7 0 35.5 3.2 45.1c4.1 12.4 15.5 21 28.8 14.2s18.3-19.1 25.1-25.5C65.4 26 64.4 2 38.7 2"/><path fill="#805f47" d="M59.4 12.1c.7 4 .8 11.7-1.8 15.5c-1.1 1.7-3 4.1-4.1 5.5c2.7-6.1 1.4-9.7 1.4-9.7c-3.1 14.3-12 15.2-17.8 26.1c0 0 5.2-3.1 8.6-6.6c0 0-4.7 11.5-15.9 12.9c-10.4 1.3-11 4.6-13.9 4.6c4.3 2.8 10.5 1.8 16-1C45.2 52.6 50.2 40.3 57 33.9c5.9-5.6 6.4-15.8 2.4-21.8"/><path fill="#cc9a72" d="M27.5 51.2c.3 1.4-1.5 2.9-3.9 3.4c-2.4.4-4.6-.4-4.8-1.8c-.3-1.4 2.1.6 4.5.1s3.9-3.2 4.2-1.7m-14.7-.5c-1.1.8-3-.3-4.4-2.6c-1.3-2.3-1.6-4.8-.5-5.6s.4 2.4 1.7 4.6c1.4 2.3 4.3 2.7 3.2 3.6M8.7 37.6c-1.3 0-2.3-2.2-2.3-4.9c.1-2.7 1.2-4.9 2.5-4.9S8 30 8 32.7c-.1 2.7 2 4.9.7 4.9m28.7 5.2c.2 1.5-1.7 3-4.2 3.3s-4.7-.6-4.9-2.1s2.2.7 4.7.4c2.5-.4 4.2-3.1 4.4-1.6m9.5-29.4c1.3.1 2.1 2.3 1.8 5s-1.6 4.8-2.9 4.8c-1.3-.1 1.1-2.1 1.4-4.8c.2-2.8-1.7-5.1-.3-5m-18.3-2.6c-.6-.8.1-2.4 1.7-3.6s3.5-1.6 4.1-.8s-1.7.5-3.3 1.7c-1.6 1.3-1.9 3.5-2.5 2.7m-10.2 11c-.6-1.3 1.1-3.1 3.7-4.1c2.7-1 5.3-.8 5.9.5s-2.5 0-5.2 1c-2.6.9-3.8 3.8-4.4 2.6m7.9 12c1.1 1.6-.1 4.6-2.8 6.9c-2.7 2.2-5.8 2.7-6.9 1.2c-1.1-1.6 2.9-.8 5.6-3c2.6-2.3 2.9-6.7 4.1-5.1M42.6 5.3c1.3 1.2.6 4.2-1.5 6.6s-4.8 3.4-6.1 2.2s2.5-1.2 4.6-3.6s1.7-6.4 3-5.2m1.8 24.1c1 1.3 0 4-2.2 5.9c-2.2 2-4.9 2.5-5.9 1.2s2.4-.8 4.7-2.8c2.2-1.9 2.4-5.6 3.4-4.3m-22.1-1.8c.2 1.4-1.7 2.9-4.2 3.4s-4.7-.2-4.9-1.6s2.1.5 4.6 0c2.6-.6 4.3-3.2 4.5-1.8m33.1-15c1.3.6 1.6 3 .7 5.4s-2.6 3.9-3.9 3.3s1.5-1.6 2.4-4s-.5-5.3.8-4.7M38.2 23c.3 1.5-1.9 3.4-4.8 4.4c-3 .9-5.6.5-5.9-1s2.6.2 5.6-.8c2.9-.9 4.8-4.1 5.1-2.6"/></svg>

React

import type { SVGProps } from "react";

export function EmojionePotato(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#bf906c" d="M38.7 2c-12.4 0-14.6 10.9-24 17C3.1 26.7 0 35.5 3.2 45.1c4.1 12.4 15.5 21 28.8 14.2s18.3-19.1 25.1-25.5C65.4 26 64.4 2 38.7 2"/><path fill="#805f47" d="M59.4 12.1c.7 4 .8 11.7-1.8 15.5c-1.1 1.7-3 4.1-4.1 5.5c2.7-6.1 1.4-9.7 1.4-9.7c-3.1 14.3-12 15.2-17.8 26.1c0 0 5.2-3.1 8.6-6.6c0 0-4.7 11.5-15.9 12.9c-10.4 1.3-11 4.6-13.9 4.6c4.3 2.8 10.5 1.8 16-1C45.2 52.6 50.2 40.3 57 33.9c5.9-5.6 6.4-15.8 2.4-21.8"/><path fill="#cc9a72" d="M27.5 51.2c.3 1.4-1.5 2.9-3.9 3.4c-2.4.4-4.6-.4-4.8-1.8c-.3-1.4 2.1.6 4.5.1s3.9-3.2 4.2-1.7m-14.7-.5c-1.1.8-3-.3-4.4-2.6c-1.3-2.3-1.6-4.8-.5-5.6s.4 2.4 1.7 4.6c1.4 2.3 4.3 2.7 3.2 3.6M8.7 37.6c-1.3 0-2.3-2.2-2.3-4.9c.1-2.7 1.2-4.9 2.5-4.9S8 30 8 32.7c-.1 2.7 2 4.9.7 4.9m28.7 5.2c.2 1.5-1.7 3-4.2 3.3s-4.7-.6-4.9-2.1s2.2.7 4.7.4c2.5-.4 4.2-3.1 4.4-1.6m9.5-29.4c1.3.1 2.1 2.3 1.8 5s-1.6 4.8-2.9 4.8c-1.3-.1 1.1-2.1 1.4-4.8c.2-2.8-1.7-5.1-.3-5m-18.3-2.6c-.6-.8.1-2.4 1.7-3.6s3.5-1.6 4.1-.8s-1.7.5-3.3 1.7c-1.6 1.3-1.9 3.5-2.5 2.7m-10.2 11c-.6-1.3 1.1-3.1 3.7-4.1c2.7-1 5.3-.8 5.9.5s-2.5 0-5.2 1c-2.6.9-3.8 3.8-4.4 2.6m7.9 12c1.1 1.6-.1 4.6-2.8 6.9c-2.7 2.2-5.8 2.7-6.9 1.2c-1.1-1.6 2.9-.8 5.6-3c2.6-2.3 2.9-6.7 4.1-5.1M42.6 5.3c1.3 1.2.6 4.2-1.5 6.6s-4.8 3.4-6.1 2.2s2.5-1.2 4.6-3.6s1.7-6.4 3-5.2m1.8 24.1c1 1.3 0 4-2.2 5.9c-2.2 2-4.9 2.5-5.9 1.2s2.4-.8 4.7-2.8c2.2-1.9 2.4-5.6 3.4-4.3m-22.1-1.8c.2 1.4-1.7 2.9-4.2 3.4s-4.7-.2-4.9-1.6s2.1.5 4.6 0c2.6-.6 4.3-3.2 4.5-1.8m33.1-15c1.3.6 1.6 3 .7 5.4s-2.6 3.9-3.9 3.3s1.5-1.6 2.4-4s-.5-5.3.8-4.7M38.2 23c.3 1.5-1.9 3.4-4.8 4.4c-3 .9-5.6.5-5.9-1s2.6.2 5.6-.8c2.9-.9 4.8-4.1 5.1-2.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#bf906c" d="M38.7 2c-12.4 0-14.6 10.9-24 17C3.1 26.7 0 35.5 3.2 45.1c4.1 12.4 15.5 21 28.8 14.2s18.3-19.1 25.1-25.5C65.4 26 64.4 2 38.7 2"/><path fill="#805f47" d="M59.4 12.1c.7 4 .8 11.7-1.8 15.5c-1.1 1.7-3 4.1-4.1 5.5c2.7-6.1 1.4-9.7 1.4-9.7c-3.1 14.3-12 15.2-17.8 26.1c0 0 5.2-3.1 8.6-6.6c0 0-4.7 11.5-15.9 12.9c-10.4 1.3-11 4.6-13.9 4.6c4.3 2.8 10.5 1.8 16-1C45.2 52.6 50.2 40.3 57 33.9c5.9-5.6 6.4-15.8 2.4-21.8"/><path fill="#cc9a72" d="M27.5 51.2c.3 1.4-1.5 2.9-3.9 3.4c-2.4.4-4.6-.4-4.8-1.8c-.3-1.4 2.1.6 4.5.1s3.9-3.2 4.2-1.7m-14.7-.5c-1.1.8-3-.3-4.4-2.6c-1.3-2.3-1.6-4.8-.5-5.6s.4 2.4 1.7 4.6c1.4 2.3 4.3 2.7 3.2 3.6M8.7 37.6c-1.3 0-2.3-2.2-2.3-4.9c.1-2.7 1.2-4.9 2.5-4.9S8 30 8 32.7c-.1 2.7 2 4.9.7 4.9m28.7 5.2c.2 1.5-1.7 3-4.2 3.3s-4.7-.6-4.9-2.1s2.2.7 4.7.4c2.5-.4 4.2-3.1 4.4-1.6m9.5-29.4c1.3.1 2.1 2.3 1.8 5s-1.6 4.8-2.9 4.8c-1.3-.1 1.1-2.1 1.4-4.8c.2-2.8-1.7-5.1-.3-5m-18.3-2.6c-.6-.8.1-2.4 1.7-3.6s3.5-1.6 4.1-.8s-1.7.5-3.3 1.7c-1.6 1.3-1.9 3.5-2.5 2.7m-10.2 11c-.6-1.3 1.1-3.1 3.7-4.1c2.7-1 5.3-.8 5.9.5s-2.5 0-5.2 1c-2.6.9-3.8 3.8-4.4 2.6m7.9 12c1.1 1.6-.1 4.6-2.8 6.9c-2.7 2.2-5.8 2.7-6.9 1.2c-1.1-1.6 2.9-.8 5.6-3c2.6-2.3 2.9-6.7 4.1-5.1M42.6 5.3c1.3 1.2.6 4.2-1.5 6.6s-4.8 3.4-6.1 2.2s2.5-1.2 4.6-3.6s1.7-6.4 3-5.2m1.8 24.1c1 1.3 0 4-2.2 5.9c-2.2 2-4.9 2.5-5.9 1.2s2.4-.8 4.7-2.8c2.2-1.9 2.4-5.6 3.4-4.3m-22.1-1.8c.2 1.4-1.7 2.9-4.2 3.4s-4.7-.2-4.9-1.6s2.1.5 4.6 0c2.6-.6 4.3-3.2 4.5-1.8m33.1-15c1.3.6 1.6 3 .7 5.4s-2.6 3.9-3.9 3.3s1.5-1.6 2.4-4s-.5-5.3.8-4.7M38.2 23c.3 1.5-1.9 3.4-4.8 4.4c-3 .9-5.6.5-5.9-1s2.6.2 5.6-.8c2.9-.9 4.8-4.1 5.1-2.6"/></svg>
</template>

CSS

.icon-potato {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%23bf906c%22%20d%3D%22M38.7%202c-12.4%200-14.6%2010.9-24%2017C3.1%2026.7%200%2035.5%203.2%2045.1c4.1%2012.4%2015.5%2021%2028.8%2014.2s18.3-19.1%2025.1-25.5C65.4%2026%2064.4%202%2038.7%202%22%2F%3E%3Cpath%20fill%3D%22%23805f47%22%20d%3D%22M59.4%2012.1c.7%204%20.8%2011.7-1.8%2015.5c-1.1%201.7-3%204.1-4.1%205.5c2.7-6.1%201.4-9.7%201.4-9.7c-3.1%2014.3-12%2015.2-17.8%2026.1c0%200%205.2-3.1%208.6-6.6c0%200-4.7%2011.5-15.9%2012.9c-10.4%201.3-11%204.6-13.9%204.6c4.3%202.8%2010.5%201.8%2016-1C45.2%2052.6%2050.2%2040.3%2057%2033.9c5.9-5.6%206.4-15.8%202.4-21.8%22%2F%3E%3Cpath%20fill%3D%22%23cc9a72%22%20d%3D%22M27.5%2051.2c.3%201.4-1.5%202.9-3.9%203.4c-2.4.4-4.6-.4-4.8-1.8c-.3-1.4%202.1.6%204.5.1s3.9-3.2%204.2-1.7m-14.7-.5c-1.1.8-3-.3-4.4-2.6c-1.3-2.3-1.6-4.8-.5-5.6s.4%202.4%201.7%204.6c1.4%202.3%204.3%202.7%203.2%203.6M8.7%2037.6c-1.3%200-2.3-2.2-2.3-4.9c.1-2.7%201.2-4.9%202.5-4.9S8%2030%208%2032.7c-.1%202.7%202%204.9.7%204.9m28.7%205.2c.2%201.5-1.7%203-4.2%203.3s-4.7-.6-4.9-2.1s2.2.7%204.7.4c2.5-.4%204.2-3.1%204.4-1.6m9.5-29.4c1.3.1%202.1%202.3%201.8%205s-1.6%204.8-2.9%204.8c-1.3-.1%201.1-2.1%201.4-4.8c.2-2.8-1.7-5.1-.3-5m-18.3-2.6c-.6-.8.1-2.4%201.7-3.6s3.5-1.6%204.1-.8s-1.7.5-3.3%201.7c-1.6%201.3-1.9%203.5-2.5%202.7m-10.2%2011c-.6-1.3%201.1-3.1%203.7-4.1c2.7-1%205.3-.8%205.9.5s-2.5%200-5.2%201c-2.6.9-3.8%203.8-4.4%202.6m7.9%2012c1.1%201.6-.1%204.6-2.8%206.9c-2.7%202.2-5.8%202.7-6.9%201.2c-1.1-1.6%202.9-.8%205.6-3c2.6-2.3%202.9-6.7%204.1-5.1M42.6%205.3c1.3%201.2.6%204.2-1.5%206.6s-4.8%203.4-6.1%202.2s2.5-1.2%204.6-3.6s1.7-6.4%203-5.2m1.8%2024.1c1%201.3%200%204-2.2%205.9c-2.2%202-4.9%202.5-5.9%201.2s2.4-.8%204.7-2.8c2.2-1.9%202.4-5.6%203.4-4.3m-22.1-1.8c.2%201.4-1.7%202.9-4.2%203.4s-4.7-.2-4.9-1.6s2.1.5%204.6%200c2.6-.6%204.3-3.2%204.5-1.8m33.1-15c1.3.6%201.6%203%20.7%205.4s-2.6%203.9-3.9%203.3s1.5-1.6%202.4-4s-.5-5.3.8-4.7M38.2%2023c.3%201.5-1.9%203.4-4.8%204.4c-3%20.9-5.6.5-5.9-1s2.6.2%205.6-.8c2.9-.9%204.8-4.1%205.1-2.6%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23bf906c%22%20d%3D%22M38.7%202c-12.4%200-14.6%2010.9-24%2017C3.1%2026.7%200%2035.5%203.2%2045.1c4.1%2012.4%2015.5%2021%2028.8%2014.2s18.3-19.1%2025.1-25.5C65.4%2026%2064.4%202%2038.7%202%22%2F%3E%3Cpath%20fill%3D%22%23805f47%22%20d%3D%22M59.4%2012.1c.7%204%20.8%2011.7-1.8%2015.5c-1.1%201.7-3%204.1-4.1%205.5c2.7-6.1%201.4-9.7%201.4-9.7c-3.1%2014.3-12%2015.2-17.8%2026.1c0%200%205.2-3.1%208.6-6.6c0%200-4.7%2011.5-15.9%2012.9c-10.4%201.3-11%204.6-13.9%204.6c4.3%202.8%2010.5%201.8%2016-1C45.2%2052.6%2050.2%2040.3%2057%2033.9c5.9-5.6%206.4-15.8%202.4-21.8%22%2F%3E%3Cpath%20fill%3D%22%23cc9a72%22%20d%3D%22M27.5%2051.2c.3%201.4-1.5%202.9-3.9%203.4c-2.4.4-4.6-.4-4.8-1.8c-.3-1.4%202.1.6%204.5.1s3.9-3.2%204.2-1.7m-14.7-.5c-1.1.8-3-.3-4.4-2.6c-1.3-2.3-1.6-4.8-.5-5.6s.4%202.4%201.7%204.6c1.4%202.3%204.3%202.7%203.2%203.6M8.7%2037.6c-1.3%200-2.3-2.2-2.3-4.9c.1-2.7%201.2-4.9%202.5-4.9S8%2030%208%2032.7c-.1%202.7%202%204.9.7%204.9m28.7%205.2c.2%201.5-1.7%203-4.2%203.3s-4.7-.6-4.9-2.1s2.2.7%204.7.4c2.5-.4%204.2-3.1%204.4-1.6m9.5-29.4c1.3.1%202.1%202.3%201.8%205s-1.6%204.8-2.9%204.8c-1.3-.1%201.1-2.1%201.4-4.8c.2-2.8-1.7-5.1-.3-5m-18.3-2.6c-.6-.8.1-2.4%201.7-3.6s3.5-1.6%204.1-.8s-1.7.5-3.3%201.7c-1.6%201.3-1.9%203.5-2.5%202.7m-10.2%2011c-.6-1.3%201.1-3.1%203.7-4.1c2.7-1%205.3-.8%205.9.5s-2.5%200-5.2%201c-2.6.9-3.8%203.8-4.4%202.6m7.9%2012c1.1%201.6-.1%204.6-2.8%206.9c-2.7%202.2-5.8%202.7-6.9%201.2c-1.1-1.6%202.9-.8%205.6-3c2.6-2.3%202.9-6.7%204.1-5.1M42.6%205.3c1.3%201.2.6%204.2-1.5%206.6s-4.8%203.4-6.1%202.2s2.5-1.2%204.6-3.6s1.7-6.4%203-5.2m1.8%2024.1c1%201.3%200%204-2.2%205.9c-2.2%202-4.9%202.5-5.9%201.2s2.4-.8%204.7-2.8c2.2-1.9%202.4-5.6%203.4-4.3m-22.1-1.8c.2%201.4-1.7%202.9-4.2%203.4s-4.7-.2-4.9-1.6s2.1.5%204.6%200c2.6-.6%204.3-3.2%204.5-1.8m33.1-15c1.3.6%201.6%203%20.7%205.4s-2.6%203.9-3.9%203.3s1.5-1.6%202.4-4s-.5-5.3.8-4.7M38.2%2023c.3%201.5-1.9%203.4-4.8%204.4c-3%20.9-5.6.5-5.9-1s2.6.2%205.6-.8c2.9-.9%204.8-4.1%205.1-2.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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