chestnut from Twitter Emoji by Twitter · Default · Food & Drink · CC-BY-4.0 Attribution required.

Name
chestnut
Set
Twitter Emoji
Style
Default
Category
Food & Drink
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More food & drink icons from Twitter Emoji

Use the chestnut emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#c1694f" d="M36 25c0 4-8.059 11-18 11S0 29 0 25C0 6 17 0 18 0s18 6 18 25"/><g fill="#a95233"><path d="M3.001 29.385q-.075 0-.15-.012a1 1 0 0 1-.84-1.137c.134-.895 3.43-21.968 15.535-28.127a1 1 0 1 1 .907 1.783C7.267 7.583 4.021 28.325 3.989 28.533a1 1 0 0 1-.988.852"/><path d="M32.999 29.385a1 1 0 0 1-.988-.852c-.031-.208-3.277-20.95-14.464-26.642a1.001 1.001 0 0 1 .906-1.783c12.107 6.16 15.401 27.234 15.536 28.128a1 1 0 0 1-.99 1.149"/><path d="m12.001 33l-.054-.001a1 1 0 0 1-.945-1.052c.053-.999 1.356-24.544 6.176-31.516a1 1 0 1 1 1.645 1.138c-4.5 6.508-5.811 30.246-5.824 30.484a1 1 0 0 1-.998.947"/><path d="M23.999 33c-.527 0-.969-.413-.998-.947c-.013-.238-1.324-23.976-5.824-30.484A1 1 0 1 1 18.822.431c4.819 6.972 6.123 30.517 6.177 31.516a1.003 1.003 0 0 1-.946 1.052z"/></g><path fill="#662113" d="M36 25c0 4-8.059 11-18 11S0 29 0 25c3 4 10 7 18 7s15-3 18-7"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiChestnut(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#c1694f" d="M36 25c0 4-8.059 11-18 11S0 29 0 25C0 6 17 0 18 0s18 6 18 25"/><g fill="#a95233"><path d="M3.001 29.385q-.075 0-.15-.012a1 1 0 0 1-.84-1.137c.134-.895 3.43-21.968 15.535-28.127a1 1 0 1 1 .907 1.783C7.267 7.583 4.021 28.325 3.989 28.533a1 1 0 0 1-.988.852"/><path d="M32.999 29.385a1 1 0 0 1-.988-.852c-.031-.208-3.277-20.95-14.464-26.642a1.001 1.001 0 0 1 .906-1.783c12.107 6.16 15.401 27.234 15.536 28.128a1 1 0 0 1-.99 1.149"/><path d="m12.001 33l-.054-.001a1 1 0 0 1-.945-1.052c.053-.999 1.356-24.544 6.176-31.516a1 1 0 1 1 1.645 1.138c-4.5 6.508-5.811 30.246-5.824 30.484a1 1 0 0 1-.998.947"/><path d="M23.999 33c-.527 0-.969-.413-.998-.947c-.013-.238-1.324-23.976-5.824-30.484A1 1 0 1 1 18.822.431c4.819 6.972 6.123 30.517 6.177 31.516a1.003 1.003 0 0 1-.946 1.052z"/></g><path fill="#662113" d="M36 25c0 4-8.059 11-18 11S0 29 0 25c3 4 10 7 18 7s15-3 18-7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#c1694f" d="M36 25c0 4-8.059 11-18 11S0 29 0 25C0 6 17 0 18 0s18 6 18 25"/><g fill="#a95233"><path d="M3.001 29.385q-.075 0-.15-.012a1 1 0 0 1-.84-1.137c.134-.895 3.43-21.968 15.535-28.127a1 1 0 1 1 .907 1.783C7.267 7.583 4.021 28.325 3.989 28.533a1 1 0 0 1-.988.852"/><path d="M32.999 29.385a1 1 0 0 1-.988-.852c-.031-.208-3.277-20.95-14.464-26.642a1.001 1.001 0 0 1 .906-1.783c12.107 6.16 15.401 27.234 15.536 28.128a1 1 0 0 1-.99 1.149"/><path d="m12.001 33l-.054-.001a1 1 0 0 1-.945-1.052c.053-.999 1.356-24.544 6.176-31.516a1 1 0 1 1 1.645 1.138c-4.5 6.508-5.811 30.246-5.824 30.484a1 1 0 0 1-.998.947"/><path d="M23.999 33c-.527 0-.969-.413-.998-.947c-.013-.238-1.324-23.976-5.824-30.484A1 1 0 1 1 18.822.431c4.819 6.972 6.123 30.517 6.177 31.516a1.003 1.003 0 0 1-.946 1.052z"/></g><path fill="#662113" d="M36 25c0 4-8.059 11-18 11S0 29 0 25c3 4 10 7 18 7s15-3 18-7"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M36%2025c0%204-8.059%2011-18%2011S0%2029%200%2025C0%206%2017%200%2018%200s18%206%2018%2025%22%2F%3E%3Cg%20fill%3D%22%23a95233%22%3E%3Cpath%20d%3D%22M3.001%2029.385q-.075%200-.15-.012a1%201%200%200%201-.84-1.137c.134-.895%203.43-21.968%2015.535-28.127a1%201%200%201%201%20.907%201.783C7.267%207.583%204.021%2028.325%203.989%2028.533a1%201%200%200%201-.988.852%22%2F%3E%3Cpath%20d%3D%22M32.999%2029.385a1%201%200%200%201-.988-.852c-.031-.208-3.277-20.95-14.464-26.642a1.001%201.001%200%200%201%20.906-1.783c12.107%206.16%2015.401%2027.234%2015.536%2028.128a1%201%200%200%201-.99%201.149%22%2F%3E%3Cpath%20d%3D%22m12.001%2033l-.054-.001a1%201%200%200%201-.945-1.052c.053-.999%201.356-24.544%206.176-31.516a1%201%200%201%201%201.645%201.138c-4.5%206.508-5.811%2030.246-5.824%2030.484a1%201%200%200%201-.998.947%22%2F%3E%3Cpath%20d%3D%22M23.999%2033c-.527%200-.969-.413-.998-.947c-.013-.238-1.324-23.976-5.824-30.484A1%201%200%201%201%2018.822.431c4.819%206.972%206.123%2030.517%206.177%2031.516a1.003%201.003%200%200%201-.946%201.052z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M36%2025c0%204-8.059%2011-18%2011S0%2029%200%2025c3%204%2010%207%2018%207s15-3%2018-7%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M36%2025c0%204-8.059%2011-18%2011S0%2029%200%2025C0%206%2017%200%2018%200s18%206%2018%2025%22%2F%3E%3Cg%20fill%3D%22%23a95233%22%3E%3Cpath%20d%3D%22M3.001%2029.385q-.075%200-.15-.012a1%201%200%200%201-.84-1.137c.134-.895%203.43-21.968%2015.535-28.127a1%201%200%201%201%20.907%201.783C7.267%207.583%204.021%2028.325%203.989%2028.533a1%201%200%200%201-.988.852%22%2F%3E%3Cpath%20d%3D%22M32.999%2029.385a1%201%200%200%201-.988-.852c-.031-.208-3.277-20.95-14.464-26.642a1.001%201.001%200%200%201%20.906-1.783c12.107%206.16%2015.401%2027.234%2015.536%2028.128a1%201%200%200%201-.99%201.149%22%2F%3E%3Cpath%20d%3D%22m12.001%2033l-.054-.001a1%201%200%200%201-.945-1.052c.053-.999%201.356-24.544%206.176-31.516a1%201%200%201%201%201.645%201.138c-4.5%206.508-5.811%2030.246-5.824%2030.484a1%201%200%200%201-.998.947%22%2F%3E%3Cpath%20d%3D%22M23.999%2033c-.527%200-.969-.413-.998-.947c-.013-.238-1.324-23.976-5.824-30.484A1%201%200%201%201%2018.822.431c4.819%206.972%206.123%2030.517%206.177%2031.516a1.003%201.003%200%200%201-.946%201.052z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M36%2025c0%204-8.059%2011-18%2011S0%2029%200%2025c3%204%2010%207%2018%207s15-3%2018-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Chestnut emoji — Twitter Emoji · IconsDB