chestnut emoji
chestnut from Emoji One (Colored) by Emoji One · Default · Food · CC-BY-4.0 Attribution required.
- Name
- chestnut
- 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 chestnut emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#947151" d="M62 32c0 15.5-13.4 28-30 28S2 47.5 2 32S32 4 32 4s30 12.5 30 28"/><path fill="#e0ac7e" d="M32 50.9c-10.3 0-19.9-3.1-27.7-8.3C8.8 52.8 19.5 60 32 60s23.2-7.2 27.7-17.3c-7.8 5.2-17.4 8.2-27.7 8.2"/><g fill="#846144"><path d="M32 4c-3.4 3-6.7 6-9.8 9.2c-1.5 1.6-3 3.2-4.3 5c-1.4 1.7-2.6 3.5-3.7 5.4c-2.2 3.7-3.7 7.8-3.6 12c0 4.2 1.6 8.4 4.1 12.3c-1.7-1.5-3.2-3.3-4.3-5.4s-1.9-4.4-2.1-6.8c-.3-2.4 0-4.8.6-7.1s1.6-4.5 2.8-6.5c2.4-4 5.5-7.5 9-10.5C24.1 8.5 27.9 6 32 4m0 0q6.15 3 11.4 7.5C48.65 16 50 18 52.4 22c1.2 2 2.2 4.2 2.8 6.5s.9 4.8.6 7.1c-.2 2.4-1 4.7-2.1 6.8c-1.1 2-2.6 3.9-4.3 5.4c2.4-3.8 4.1-8 4.1-12.3c0-4.2-1.5-8.3-3.6-12c-1.1-1.9-2.3-3.6-3.7-5.4c-1.3-1.7-2.8-3.4-4.3-5C38.7 10 35.4 7 32 4"/><path d="M32 4c-1.3 4.1-2.6 7.9-3.9 11.8s-2.6 7.7-3.6 11.5s-1.8 7.7-2 11.5c-.2 3.9.2 7.7 2.1 11.6c-1.8-1.2-3.2-3-4.2-5s-1.6-4.2-1.9-6.4c-.6-4.4 0-8.8 1.1-13s2.8-8.1 4.8-11.8C26.6 10.5 29 7 32 4m0 0c3 3 5.4 6.5 7.5 10.2c2 3.7 3.7 7.7 4.8 11.8s1.7 8.6 1.1 13c-.3 2.2-.9 4.4-1.9 6.4s-2.4 3.8-4.2 5c1.9-3.8 2.3-7.7 2.1-11.6s-1-7.7-2-11.5s-2.3-7.7-3.6-11.5C34.6 11.9 33.3 8.1 32 4"/><path d="M32 4c1 3.9 1.6 7.8 2 11.7s.5 7.8.5 11.7s-.2 7.8-.5 11.7c-.4 3.9-.9 7.8-2 11.7c-1-3.9-1.6-7.8-2-11.7s-.5-7.8-.5-11.7s.2-7.8.5-11.7c.4-3.9 1-7.8 2-11.7"/></g></svg>
React
import type { SVGProps } from "react";
export function EmojioneChestnut(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#947151" d="M62 32c0 15.5-13.4 28-30 28S2 47.5 2 32S32 4 32 4s30 12.5 30 28"/><path fill="#e0ac7e" d="M32 50.9c-10.3 0-19.9-3.1-27.7-8.3C8.8 52.8 19.5 60 32 60s23.2-7.2 27.7-17.3c-7.8 5.2-17.4 8.2-27.7 8.2"/><g fill="#846144"><path d="M32 4c-3.4 3-6.7 6-9.8 9.2c-1.5 1.6-3 3.2-4.3 5c-1.4 1.7-2.6 3.5-3.7 5.4c-2.2 3.7-3.7 7.8-3.6 12c0 4.2 1.6 8.4 4.1 12.3c-1.7-1.5-3.2-3.3-4.3-5.4s-1.9-4.4-2.1-6.8c-.3-2.4 0-4.8.6-7.1s1.6-4.5 2.8-6.5c2.4-4 5.5-7.5 9-10.5C24.1 8.5 27.9 6 32 4m0 0q6.15 3 11.4 7.5C48.65 16 50 18 52.4 22c1.2 2 2.2 4.2 2.8 6.5s.9 4.8.6 7.1c-.2 2.4-1 4.7-2.1 6.8c-1.1 2-2.6 3.9-4.3 5.4c2.4-3.8 4.1-8 4.1-12.3c0-4.2-1.5-8.3-3.6-12c-1.1-1.9-2.3-3.6-3.7-5.4c-1.3-1.7-2.8-3.4-4.3-5C38.7 10 35.4 7 32 4"/><path d="M32 4c-1.3 4.1-2.6 7.9-3.9 11.8s-2.6 7.7-3.6 11.5s-1.8 7.7-2 11.5c-.2 3.9.2 7.7 2.1 11.6c-1.8-1.2-3.2-3-4.2-5s-1.6-4.2-1.9-6.4c-.6-4.4 0-8.8 1.1-13s2.8-8.1 4.8-11.8C26.6 10.5 29 7 32 4m0 0c3 3 5.4 6.5 7.5 10.2c2 3.7 3.7 7.7 4.8 11.8s1.7 8.6 1.1 13c-.3 2.2-.9 4.4-1.9 6.4s-2.4 3.8-4.2 5c1.9-3.8 2.3-7.7 2.1-11.6s-1-7.7-2-11.5s-2.3-7.7-3.6-11.5C34.6 11.9 33.3 8.1 32 4"/><path d="M32 4c1 3.9 1.6 7.8 2 11.7s.5 7.8.5 11.7s-.2 7.8-.5 11.7c-.4 3.9-.9 7.8-2 11.7c-1-3.9-1.6-7.8-2-11.7s-.5-7.8-.5-11.7s.2-7.8.5-11.7c.4-3.9 1-7.8 2-11.7"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#947151" d="M62 32c0 15.5-13.4 28-30 28S2 47.5 2 32S32 4 32 4s30 12.5 30 28"/><path fill="#e0ac7e" d="M32 50.9c-10.3 0-19.9-3.1-27.7-8.3C8.8 52.8 19.5 60 32 60s23.2-7.2 27.7-17.3c-7.8 5.2-17.4 8.2-27.7 8.2"/><g fill="#846144"><path d="M32 4c-3.4 3-6.7 6-9.8 9.2c-1.5 1.6-3 3.2-4.3 5c-1.4 1.7-2.6 3.5-3.7 5.4c-2.2 3.7-3.7 7.8-3.6 12c0 4.2 1.6 8.4 4.1 12.3c-1.7-1.5-3.2-3.3-4.3-5.4s-1.9-4.4-2.1-6.8c-.3-2.4 0-4.8.6-7.1s1.6-4.5 2.8-6.5c2.4-4 5.5-7.5 9-10.5C24.1 8.5 27.9 6 32 4m0 0q6.15 3 11.4 7.5C48.65 16 50 18 52.4 22c1.2 2 2.2 4.2 2.8 6.5s.9 4.8.6 7.1c-.2 2.4-1 4.7-2.1 6.8c-1.1 2-2.6 3.9-4.3 5.4c2.4-3.8 4.1-8 4.1-12.3c0-4.2-1.5-8.3-3.6-12c-1.1-1.9-2.3-3.6-3.7-5.4c-1.3-1.7-2.8-3.4-4.3-5C38.7 10 35.4 7 32 4"/><path d="M32 4c-1.3 4.1-2.6 7.9-3.9 11.8s-2.6 7.7-3.6 11.5s-1.8 7.7-2 11.5c-.2 3.9.2 7.7 2.1 11.6c-1.8-1.2-3.2-3-4.2-5s-1.6-4.2-1.9-6.4c-.6-4.4 0-8.8 1.1-13s2.8-8.1 4.8-11.8C26.6 10.5 29 7 32 4m0 0c3 3 5.4 6.5 7.5 10.2c2 3.7 3.7 7.7 4.8 11.8s1.7 8.6 1.1 13c-.3 2.2-.9 4.4-1.9 6.4s-2.4 3.8-4.2 5c1.9-3.8 2.3-7.7 2.1-11.6s-1-7.7-2-11.5s-2.3-7.7-3.6-11.5C34.6 11.9 33.3 8.1 32 4"/><path d="M32 4c1 3.9 1.6 7.8 2 11.7s.5 7.8.5 11.7s-.2 7.8-.5 11.7c-.4 3.9-.9 7.8-2 11.7c-1-3.9-1.6-7.8-2-11.7s-.5-7.8-.5-11.7s.2-7.8.5-11.7c.4-3.9 1-7.8 2-11.7"/></g></svg> </template>
CSS
.icon-chestnut {
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%23947151%22%20d%3D%22M62%2032c0%2015.5-13.4%2028-30%2028S2%2047.5%202%2032S32%204%2032%204s30%2012.5%2030%2028%22%2F%3E%3Cpath%20fill%3D%22%23e0ac7e%22%20d%3D%22M32%2050.9c-10.3%200-19.9-3.1-27.7-8.3C8.8%2052.8%2019.5%2060%2032%2060s23.2-7.2%2027.7-17.3c-7.8%205.2-17.4%208.2-27.7%208.2%22%2F%3E%3Cg%20fill%3D%22%23846144%22%3E%3Cpath%20d%3D%22M32%204c-3.4%203-6.7%206-9.8%209.2c-1.5%201.6-3%203.2-4.3%205c-1.4%201.7-2.6%203.5-3.7%205.4c-2.2%203.7-3.7%207.8-3.6%2012c0%204.2%201.6%208.4%204.1%2012.3c-1.7-1.5-3.2-3.3-4.3-5.4s-1.9-4.4-2.1-6.8c-.3-2.4%200-4.8.6-7.1s1.6-4.5%202.8-6.5c2.4-4%205.5-7.5%209-10.5C24.1%208.5%2027.9%206%2032%204m0%200q6.15%203%2011.4%207.5C48.65%2016%2050%2018%2052.4%2022c1.2%202%202.2%204.2%202.8%206.5s.9%204.8.6%207.1c-.2%202.4-1%204.7-2.1%206.8c-1.1%202-2.6%203.9-4.3%205.4c2.4-3.8%204.1-8%204.1-12.3c0-4.2-1.5-8.3-3.6-12c-1.1-1.9-2.3-3.6-3.7-5.4c-1.3-1.7-2.8-3.4-4.3-5C38.7%2010%2035.4%207%2032%204%22%2F%3E%3Cpath%20d%3D%22M32%204c-1.3%204.1-2.6%207.9-3.9%2011.8s-2.6%207.7-3.6%2011.5s-1.8%207.7-2%2011.5c-.2%203.9.2%207.7%202.1%2011.6c-1.8-1.2-3.2-3-4.2-5s-1.6-4.2-1.9-6.4c-.6-4.4%200-8.8%201.1-13s2.8-8.1%204.8-11.8C26.6%2010.5%2029%207%2032%204m0%200c3%203%205.4%206.5%207.5%2010.2c2%203.7%203.7%207.7%204.8%2011.8s1.7%208.6%201.1%2013c-.3%202.2-.9%204.4-1.9%206.4s-2.4%203.8-4.2%205c1.9-3.8%202.3-7.7%202.1-11.6s-1-7.7-2-11.5s-2.3-7.7-3.6-11.5C34.6%2011.9%2033.3%208.1%2032%204%22%2F%3E%3Cpath%20d%3D%22M32%204c1%203.9%201.6%207.8%202%2011.7s.5%207.8.5%2011.7s-.2%207.8-.5%2011.7c-.4%203.9-.9%207.8-2%2011.7c-1-3.9-1.6-7.8-2-11.7s-.5-7.8-.5-11.7s.2-7.8.5-11.7c.4-3.9%201-7.8%202-11.7%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23947151%22%20d%3D%22M62%2032c0%2015.5-13.4%2028-30%2028S2%2047.5%202%2032S32%204%2032%204s30%2012.5%2030%2028%22%2F%3E%3Cpath%20fill%3D%22%23e0ac7e%22%20d%3D%22M32%2050.9c-10.3%200-19.9-3.1-27.7-8.3C8.8%2052.8%2019.5%2060%2032%2060s23.2-7.2%2027.7-17.3c-7.8%205.2-17.4%208.2-27.7%208.2%22%2F%3E%3Cg%20fill%3D%22%23846144%22%3E%3Cpath%20d%3D%22M32%204c-3.4%203-6.7%206-9.8%209.2c-1.5%201.6-3%203.2-4.3%205c-1.4%201.7-2.6%203.5-3.7%205.4c-2.2%203.7-3.7%207.8-3.6%2012c0%204.2%201.6%208.4%204.1%2012.3c-1.7-1.5-3.2-3.3-4.3-5.4s-1.9-4.4-2.1-6.8c-.3-2.4%200-4.8.6-7.1s1.6-4.5%202.8-6.5c2.4-4%205.5-7.5%209-10.5C24.1%208.5%2027.9%206%2032%204m0%200q6.15%203%2011.4%207.5C48.65%2016%2050%2018%2052.4%2022c1.2%202%202.2%204.2%202.8%206.5s.9%204.8.6%207.1c-.2%202.4-1%204.7-2.1%206.8c-1.1%202-2.6%203.9-4.3%205.4c2.4-3.8%204.1-8%204.1-12.3c0-4.2-1.5-8.3-3.6-12c-1.1-1.9-2.3-3.6-3.7-5.4c-1.3-1.7-2.8-3.4-4.3-5C38.7%2010%2035.4%207%2032%204%22%2F%3E%3Cpath%20d%3D%22M32%204c-1.3%204.1-2.6%207.9-3.9%2011.8s-2.6%207.7-3.6%2011.5s-1.8%207.7-2%2011.5c-.2%203.9.2%207.7%202.1%2011.6c-1.8-1.2-3.2-3-4.2-5s-1.6-4.2-1.9-6.4c-.6-4.4%200-8.8%201.1-13s2.8-8.1%204.8-11.8C26.6%2010.5%2029%207%2032%204m0%200c3%203%205.4%206.5%207.5%2010.2c2%203.7%203.7%207.7%204.8%2011.8s1.7%208.6%201.1%2013c-.3%202.2-.9%204.4-1.9%206.4s-2.4%203.8-4.2%205c1.9-3.8%202.3-7.7%202.1-11.6s-1-7.7-2-11.5s-2.3-7.7-3.6-11.5C34.6%2011.9%2033.3%208.1%2032%204%22%2F%3E%3Cpath%20d%3D%22M32%204c1%203.9%201.6%207.8%202%2011.7s.5%207.8.5%2011.7s-.2%207.8-.5%2011.7c-.4%203.9-.9%207.8-2%2011.7c-1-3.9-1.6-7.8-2-11.7s-.5-7.8-.5-11.7s.2-7.8.5-11.7c.4-3.9%201-7.8%202-11.7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/chestnut.svg?color=%231a73e8&size=48