potato emoji
potato from Noto Emoji by Google Inc · Default · Food & Drink · Apache-2.0 Free for personal and commercial use.
- Name
- potato
- Set
- Noto Emoji
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More food & drink icons from Noto Emoji
Use the potato emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b8885a" d="M3.84 82.02c-1.59-16.7 7.93-29.95 16-35.29c8.25-5.46 12.1-6.24 13.96-7.29c8.57-4.82 14.6-15.57 26.12-23.5c13.11-9.02 31.04-10.36 42.04-4.33c10.03 5.5 20.31 17.48 17.56 41.33s-62.67 63.1-72.95 63.66s-40.33-9.34-42.73-34.58"/><path fill="#875b52" d="M70.64 76.69c-4.71 2.76-22.4 20.29-42.7 19.81S4.52 86.21 4.52 86.21s2.91 17.1 16.91 27.23c15.84 11.46 32.64 6.95 37.54 5.85c7.27-1.63 13.69-4.97 20.12-8.46s29.29-14.5 38.27-31.83c9.91-19.12 7.55-34.44 2.6-45.58c-5.24-11.79-10.35-16.12-10.35-16.12s4.76 24.69-5.32 38.43c-14.3 19.49-28.94 18.2-33.65 20.96"/><path fill="#513531" d="M63.23 97.17c.06 1.26 4.55 1.16 7.81.63c3.45-.56 6.3-.61 6.78-1.94s-4.78-5.96-7.88-5.8c-1.94.11-6.8 5.27-6.71 7.11m23.36 2.43c.67.97 3.45-.51 4.47-1.84s2.17-3.9 1.25-4.47s-3.55-.56-4.85 1.04c-1.29 1.61-1.54 4.3-.87 5.27m30.66-61.32c-1.09-1.92-3.04 2.62-3.13 4.19s1.09 2.49 2.4 2.77c1.29.27 4.23-.79.73-6.96m-88.17 68.8c-.88 1.49.57 2.57 2.04 3.57c1.16.79 4 1.21 4.56.33c.57-.88-.55-2.07-2.67-3.85c-1.45-1.21-3.05-1.54-3.93-.05"/><path fill="#875b52" d="M17.4 84.24c-1.25.87-.24 4.73-.07 5.47s5.15 1 5.89-.14s-.82-2.79-1.92-3.94c-1.1-1.14-2.65-2.26-3.9-1.39m8.9-8.99c1.54 2.09 4.33-.42 4.78-2.29c.48-2.01-1.21-3.32-3.12-2.13c-1.53.94-2.56 3.21-1.66 4.42m19.92-39.79c-2-.84-2.76.92-3.51 2.7s-3.17 5.02-1.65 5.47s5.1.24 5.99-1.21c.89-1.46 1.17-6.11-.83-6.96"/><path fill="#d9ac82" d="M12.07 79.48c2.2.99 5.62-3.69 7.19-5.94c2.31-3.31 5.79-7.49 13.94-12.54c11.18-6.92 22.85-5.18 28.85-10.39s9.48-15.54 14.06-20.66c8.37-9.36 17.06-2.97 18.27-7.5s-4.99-8.38-12.31-8.37c-7.31.02-15.67 2.71-23.27 15s-9.49 16.05-16.54 18.27c-7.05 2.23-15.81 5.17-24.25 14.56c-4.69 5.22-9.61 15.92-5.94 17.57"/><path fill="#875b52" d="M82.77 33.82c.43 3.2 4.83 4.94 7.42 4.97c2.43.03 4.18-1.55 4.15-3.16c-.03-1.93-3.17-2.82-4.4-3.3c-2.41-.93-2.97-2.95-5.22-2.23c-2.04.66-2.01 3.23-1.95 3.72"/></svg>
React
import type { SVGProps } from "react";
export function NotoPotato(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b8885a" d="M3.84 82.02c-1.59-16.7 7.93-29.95 16-35.29c8.25-5.46 12.1-6.24 13.96-7.29c8.57-4.82 14.6-15.57 26.12-23.5c13.11-9.02 31.04-10.36 42.04-4.33c10.03 5.5 20.31 17.48 17.56 41.33s-62.67 63.1-72.95 63.66s-40.33-9.34-42.73-34.58"/><path fill="#875b52" d="M70.64 76.69c-4.71 2.76-22.4 20.29-42.7 19.81S4.52 86.21 4.52 86.21s2.91 17.1 16.91 27.23c15.84 11.46 32.64 6.95 37.54 5.85c7.27-1.63 13.69-4.97 20.12-8.46s29.29-14.5 38.27-31.83c9.91-19.12 7.55-34.44 2.6-45.58c-5.24-11.79-10.35-16.12-10.35-16.12s4.76 24.69-5.32 38.43c-14.3 19.49-28.94 18.2-33.65 20.96"/><path fill="#513531" d="M63.23 97.17c.06 1.26 4.55 1.16 7.81.63c3.45-.56 6.3-.61 6.78-1.94s-4.78-5.96-7.88-5.8c-1.94.11-6.8 5.27-6.71 7.11m23.36 2.43c.67.97 3.45-.51 4.47-1.84s2.17-3.9 1.25-4.47s-3.55-.56-4.85 1.04c-1.29 1.61-1.54 4.3-.87 5.27m30.66-61.32c-1.09-1.92-3.04 2.62-3.13 4.19s1.09 2.49 2.4 2.77c1.29.27 4.23-.79.73-6.96m-88.17 68.8c-.88 1.49.57 2.57 2.04 3.57c1.16.79 4 1.21 4.56.33c.57-.88-.55-2.07-2.67-3.85c-1.45-1.21-3.05-1.54-3.93-.05"/><path fill="#875b52" d="M17.4 84.24c-1.25.87-.24 4.73-.07 5.47s5.15 1 5.89-.14s-.82-2.79-1.92-3.94c-1.1-1.14-2.65-2.26-3.9-1.39m8.9-8.99c1.54 2.09 4.33-.42 4.78-2.29c.48-2.01-1.21-3.32-3.12-2.13c-1.53.94-2.56 3.21-1.66 4.42m19.92-39.79c-2-.84-2.76.92-3.51 2.7s-3.17 5.02-1.65 5.47s5.1.24 5.99-1.21c.89-1.46 1.17-6.11-.83-6.96"/><path fill="#d9ac82" d="M12.07 79.48c2.2.99 5.62-3.69 7.19-5.94c2.31-3.31 5.79-7.49 13.94-12.54c11.18-6.92 22.85-5.18 28.85-10.39s9.48-15.54 14.06-20.66c8.37-9.36 17.06-2.97 18.27-7.5s-4.99-8.38-12.31-8.37c-7.31.02-15.67 2.71-23.27 15s-9.49 16.05-16.54 18.27c-7.05 2.23-15.81 5.17-24.25 14.56c-4.69 5.22-9.61 15.92-5.94 17.57"/><path fill="#875b52" d="M82.77 33.82c.43 3.2 4.83 4.94 7.42 4.97c2.43.03 4.18-1.55 4.15-3.16c-.03-1.93-3.17-2.82-4.4-3.3c-2.41-.93-2.97-2.95-5.22-2.23c-2.04.66-2.01 3.23-1.95 3.72"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b8885a" d="M3.84 82.02c-1.59-16.7 7.93-29.95 16-35.29c8.25-5.46 12.1-6.24 13.96-7.29c8.57-4.82 14.6-15.57 26.12-23.5c13.11-9.02 31.04-10.36 42.04-4.33c10.03 5.5 20.31 17.48 17.56 41.33s-62.67 63.1-72.95 63.66s-40.33-9.34-42.73-34.58"/><path fill="#875b52" d="M70.64 76.69c-4.71 2.76-22.4 20.29-42.7 19.81S4.52 86.21 4.52 86.21s2.91 17.1 16.91 27.23c15.84 11.46 32.64 6.95 37.54 5.85c7.27-1.63 13.69-4.97 20.12-8.46s29.29-14.5 38.27-31.83c9.91-19.12 7.55-34.44 2.6-45.58c-5.24-11.79-10.35-16.12-10.35-16.12s4.76 24.69-5.32 38.43c-14.3 19.49-28.94 18.2-33.65 20.96"/><path fill="#513531" d="M63.23 97.17c.06 1.26 4.55 1.16 7.81.63c3.45-.56 6.3-.61 6.78-1.94s-4.78-5.96-7.88-5.8c-1.94.11-6.8 5.27-6.71 7.11m23.36 2.43c.67.97 3.45-.51 4.47-1.84s2.17-3.9 1.25-4.47s-3.55-.56-4.85 1.04c-1.29 1.61-1.54 4.3-.87 5.27m30.66-61.32c-1.09-1.92-3.04 2.62-3.13 4.19s1.09 2.49 2.4 2.77c1.29.27 4.23-.79.73-6.96m-88.17 68.8c-.88 1.49.57 2.57 2.04 3.57c1.16.79 4 1.21 4.56.33c.57-.88-.55-2.07-2.67-3.85c-1.45-1.21-3.05-1.54-3.93-.05"/><path fill="#875b52" d="M17.4 84.24c-1.25.87-.24 4.73-.07 5.47s5.15 1 5.89-.14s-.82-2.79-1.92-3.94c-1.1-1.14-2.65-2.26-3.9-1.39m8.9-8.99c1.54 2.09 4.33-.42 4.78-2.29c.48-2.01-1.21-3.32-3.12-2.13c-1.53.94-2.56 3.21-1.66 4.42m19.92-39.79c-2-.84-2.76.92-3.51 2.7s-3.17 5.02-1.65 5.47s5.1.24 5.99-1.21c.89-1.46 1.17-6.11-.83-6.96"/><path fill="#d9ac82" d="M12.07 79.48c2.2.99 5.62-3.69 7.19-5.94c2.31-3.31 5.79-7.49 13.94-12.54c11.18-6.92 22.85-5.18 28.85-10.39s9.48-15.54 14.06-20.66c8.37-9.36 17.06-2.97 18.27-7.5s-4.99-8.38-12.31-8.37c-7.31.02-15.67 2.71-23.27 15s-9.49 16.05-16.54 18.27c-7.05 2.23-15.81 5.17-24.25 14.56c-4.69 5.22-9.61 15.92-5.94 17.57"/><path fill="#875b52" d="M82.77 33.82c.43 3.2 4.83 4.94 7.42 4.97c2.43.03 4.18-1.55 4.15-3.16c-.03-1.93-3.17-2.82-4.4-3.3c-2.41-.93-2.97-2.95-5.22-2.23c-2.04.66-2.01 3.23-1.95 3.72"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23b8885a%22%20d%3D%22M3.84%2082.02c-1.59-16.7%207.93-29.95%2016-35.29c8.25-5.46%2012.1-6.24%2013.96-7.29c8.57-4.82%2014.6-15.57%2026.12-23.5c13.11-9.02%2031.04-10.36%2042.04-4.33c10.03%205.5%2020.31%2017.48%2017.56%2041.33s-62.67%2063.1-72.95%2063.66s-40.33-9.34-42.73-34.58%22%2F%3E%3Cpath%20fill%3D%22%23875b52%22%20d%3D%22M70.64%2076.69c-4.71%202.76-22.4%2020.29-42.7%2019.81S4.52%2086.21%204.52%2086.21s2.91%2017.1%2016.91%2027.23c15.84%2011.46%2032.64%206.95%2037.54%205.85c7.27-1.63%2013.69-4.97%2020.12-8.46s29.29-14.5%2038.27-31.83c9.91-19.12%207.55-34.44%202.6-45.58c-5.24-11.79-10.35-16.12-10.35-16.12s4.76%2024.69-5.32%2038.43c-14.3%2019.49-28.94%2018.2-33.65%2020.96%22%2F%3E%3Cpath%20fill%3D%22%23513531%22%20d%3D%22M63.23%2097.17c.06%201.26%204.55%201.16%207.81.63c3.45-.56%206.3-.61%206.78-1.94s-4.78-5.96-7.88-5.8c-1.94.11-6.8%205.27-6.71%207.11m23.36%202.43c.67.97%203.45-.51%204.47-1.84s2.17-3.9%201.25-4.47s-3.55-.56-4.85%201.04c-1.29%201.61-1.54%204.3-.87%205.27m30.66-61.32c-1.09-1.92-3.04%202.62-3.13%204.19s1.09%202.49%202.4%202.77c1.29.27%204.23-.79.73-6.96m-88.17%2068.8c-.88%201.49.57%202.57%202.04%203.57c1.16.79%204%201.21%204.56.33c.57-.88-.55-2.07-2.67-3.85c-1.45-1.21-3.05-1.54-3.93-.05%22%2F%3E%3Cpath%20fill%3D%22%23875b52%22%20d%3D%22M17.4%2084.24c-1.25.87-.24%204.73-.07%205.47s5.15%201%205.89-.14s-.82-2.79-1.92-3.94c-1.1-1.14-2.65-2.26-3.9-1.39m8.9-8.99c1.54%202.09%204.33-.42%204.78-2.29c.48-2.01-1.21-3.32-3.12-2.13c-1.53.94-2.56%203.21-1.66%204.42m19.92-39.79c-2-.84-2.76.92-3.51%202.7s-3.17%205.02-1.65%205.47s5.1.24%205.99-1.21c.89-1.46%201.17-6.11-.83-6.96%22%2F%3E%3Cpath%20fill%3D%22%23d9ac82%22%20d%3D%22M12.07%2079.48c2.2.99%205.62-3.69%207.19-5.94c2.31-3.31%205.79-7.49%2013.94-12.54c11.18-6.92%2022.85-5.18%2028.85-10.39s9.48-15.54%2014.06-20.66c8.37-9.36%2017.06-2.97%2018.27-7.5s-4.99-8.38-12.31-8.37c-7.31.02-15.67%202.71-23.27%2015s-9.49%2016.05-16.54%2018.27c-7.05%202.23-15.81%205.17-24.25%2014.56c-4.69%205.22-9.61%2015.92-5.94%2017.57%22%2F%3E%3Cpath%20fill%3D%22%23875b52%22%20d%3D%22M82.77%2033.82c.43%203.2%204.83%204.94%207.42%204.97c2.43.03%204.18-1.55%204.15-3.16c-.03-1.93-3.17-2.82-4.4-3.3c-2.41-.93-2.97-2.95-5.22-2.23c-2.04.66-2.01%203.23-1.95%203.72%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23b8885a%22%20d%3D%22M3.84%2082.02c-1.59-16.7%207.93-29.95%2016-35.29c8.25-5.46%2012.1-6.24%2013.96-7.29c8.57-4.82%2014.6-15.57%2026.12-23.5c13.11-9.02%2031.04-10.36%2042.04-4.33c10.03%205.5%2020.31%2017.48%2017.56%2041.33s-62.67%2063.1-72.95%2063.66s-40.33-9.34-42.73-34.58%22%2F%3E%3Cpath%20fill%3D%22%23875b52%22%20d%3D%22M70.64%2076.69c-4.71%202.76-22.4%2020.29-42.7%2019.81S4.52%2086.21%204.52%2086.21s2.91%2017.1%2016.91%2027.23c15.84%2011.46%2032.64%206.95%2037.54%205.85c7.27-1.63%2013.69-4.97%2020.12-8.46s29.29-14.5%2038.27-31.83c9.91-19.12%207.55-34.44%202.6-45.58c-5.24-11.79-10.35-16.12-10.35-16.12s4.76%2024.69-5.32%2038.43c-14.3%2019.49-28.94%2018.2-33.65%2020.96%22%2F%3E%3Cpath%20fill%3D%22%23513531%22%20d%3D%22M63.23%2097.17c.06%201.26%204.55%201.16%207.81.63c3.45-.56%206.3-.61%206.78-1.94s-4.78-5.96-7.88-5.8c-1.94.11-6.8%205.27-6.71%207.11m23.36%202.43c.67.97%203.45-.51%204.47-1.84s2.17-3.9%201.25-4.47s-3.55-.56-4.85%201.04c-1.29%201.61-1.54%204.3-.87%205.27m30.66-61.32c-1.09-1.92-3.04%202.62-3.13%204.19s1.09%202.49%202.4%202.77c1.29.27%204.23-.79.73-6.96m-88.17%2068.8c-.88%201.49.57%202.57%202.04%203.57c1.16.79%204%201.21%204.56.33c.57-.88-.55-2.07-2.67-3.85c-1.45-1.21-3.05-1.54-3.93-.05%22%2F%3E%3Cpath%20fill%3D%22%23875b52%22%20d%3D%22M17.4%2084.24c-1.25.87-.24%204.73-.07%205.47s5.15%201%205.89-.14s-.82-2.79-1.92-3.94c-1.1-1.14-2.65-2.26-3.9-1.39m8.9-8.99c1.54%202.09%204.33-.42%204.78-2.29c.48-2.01-1.21-3.32-3.12-2.13c-1.53.94-2.56%203.21-1.66%204.42m19.92-39.79c-2-.84-2.76.92-3.51%202.7s-3.17%205.02-1.65%205.47s5.1.24%205.99-1.21c.89-1.46%201.17-6.11-.83-6.96%22%2F%3E%3Cpath%20fill%3D%22%23d9ac82%22%20d%3D%22M12.07%2079.48c2.2.99%205.62-3.69%207.19-5.94c2.31-3.31%205.79-7.49%2013.94-12.54c11.18-6.92%2022.85-5.18%2028.85-10.39s9.48-15.54%2014.06-20.66c8.37-9.36%2017.06-2.97%2018.27-7.5s-4.99-8.38-12.31-8.37c-7.31.02-15.67%202.71-23.27%2015s-9.49%2016.05-16.54%2018.27c-7.05%202.23-15.81%205.17-24.25%2014.56c-4.69%205.22-9.61%2015.92-5.94%2017.57%22%2F%3E%3Cpath%20fill%3D%22%23875b52%22%20d%3D%22M82.77%2033.82c.43%203.2%204.83%204.94%207.42%204.97c2.43.03%204.18-1.55%204.15-3.16c-.03-1.93-3.17-2.82-4.4-3.3c-2.41-.93-2.97-2.95-5.22-2.23c-2.04.66-2.01%203.23-1.95%203.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/potato.svg?color=%231a73e8&size=48