chestnut emoji
chestnut from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- chestnut
- Set
- OpenMoji
- Style
- Default
- Category
- Food Drink
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More food drink icons from OpenMoji
Use the chestnut emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGGU8qYjGe" d="M46.473 27.544s4.606 13.533-1.184 25.301"/></defs><path fill="#a57939" d="m28 28.614l18-1s5 25-1 25l-9 5l-7.79-4.769C24 40.614 28 28.614 28 28.614"/><path fill="#f1b31c" d="M17 23.614s1.4-3.124 4.977-5.807c6.775-4.602 14.695-4.3 14.695-4.3L23 25.614z"/><path fill="#6a462f" d="m27 27.614l-11.25-4s-12.75 19 11.25 28zm20 0l9.825-3.175S67.755 36.583 47 51.614l1-13z"/><path fill="#f1b31c" d="m16.927 23.498l.084.194C34.508 34.185 57 23.614 57 23.614a23.84 23.84 0 0 0-19.356-10.108"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-miterlimit="10" d="m16.927 23.498l.084.194C34.508 34.185 57 23.614 57 23.614a23.84 23.84 0 0 0-19.356-10.108"/><path stroke-miterlimit="10" d="M16 23.614c17.497 10.492 41 0 41 0"/><use href="#SVGGU8qYjGe" stroke-miterlimit="10"/><use href="#SVGGU8qYjGe" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="M21.977 17.807c-6.157 3.983-10.244 10.39-9.866 17.742c.389 7.565 6.78 14.68 13.547 16.362c4.101 1.018 8.704 4.838 10.017 5.983c.217.19.537.208.773.04a69.4 69.4 0 0 1 8.549-4.984c8.574-4.202 13.503-9.836 14.977-17.4c2.29-11.762-10.085-22.043-23.302-22.043c-3.929.002-7.81.85-11.383 2.484"/><path stroke-miterlimit="10" d="M27.026 27.544a113.8 113.8 0 0 0 1.184 25.301"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiChestnut(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGGU8qYjGe" d="M46.473 27.544s4.606 13.533-1.184 25.301"/></defs><path fill="#a57939" d="m28 28.614l18-1s5 25-1 25l-9 5l-7.79-4.769C24 40.614 28 28.614 28 28.614"/><path fill="#f1b31c" d="M17 23.614s1.4-3.124 4.977-5.807c6.775-4.602 14.695-4.3 14.695-4.3L23 25.614z"/><path fill="#6a462f" d="m27 27.614l-11.25-4s-12.75 19 11.25 28zm20 0l9.825-3.175S67.755 36.583 47 51.614l1-13z"/><path fill="#f1b31c" d="m16.927 23.498l.084.194C34.508 34.185 57 23.614 57 23.614a23.84 23.84 0 0 0-19.356-10.108"/><g fill="none" stroke="#000" strokeWidth="2"><path strokeMiterlimit="10" d="m16.927 23.498l.084.194C34.508 34.185 57 23.614 57 23.614a23.84 23.84 0 0 0-19.356-10.108"/><path strokeMiterlimit="10" d="M16 23.614c17.497 10.492 41 0 41 0"/><use href="#SVGGU8qYjGe" strokeMiterlimit="10"/><use href="#SVGGU8qYjGe" strokeMiterlimit="10"/><path strokeLinecap="round" strokeLinejoin="round" d="M21.977 17.807c-6.157 3.983-10.244 10.39-9.866 17.742c.389 7.565 6.78 14.68 13.547 16.362c4.101 1.018 8.704 4.838 10.017 5.983c.217.19.537.208.773.04a69.4 69.4 0 0 1 8.549-4.984c8.574-4.202 13.503-9.836 14.977-17.4c2.29-11.762-10.085-22.043-23.302-22.043c-3.929.002-7.81.85-11.383 2.484"/><path strokeMiterlimit="10" d="M27.026 27.544a113.8 113.8 0 0 0 1.184 25.301"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGGU8qYjGe" d="M46.473 27.544s4.606 13.533-1.184 25.301"/></defs><path fill="#a57939" d="m28 28.614l18-1s5 25-1 25l-9 5l-7.79-4.769C24 40.614 28 28.614 28 28.614"/><path fill="#f1b31c" d="M17 23.614s1.4-3.124 4.977-5.807c6.775-4.602 14.695-4.3 14.695-4.3L23 25.614z"/><path fill="#6a462f" d="m27 27.614l-11.25-4s-12.75 19 11.25 28zm20 0l9.825-3.175S67.755 36.583 47 51.614l1-13z"/><path fill="#f1b31c" d="m16.927 23.498l.084.194C34.508 34.185 57 23.614 57 23.614a23.84 23.84 0 0 0-19.356-10.108"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-miterlimit="10" d="m16.927 23.498l.084.194C34.508 34.185 57 23.614 57 23.614a23.84 23.84 0 0 0-19.356-10.108"/><path stroke-miterlimit="10" d="M16 23.614c17.497 10.492 41 0 41 0"/><use href="#SVGGU8qYjGe" stroke-miterlimit="10"/><use href="#SVGGU8qYjGe" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="M21.977 17.807c-6.157 3.983-10.244 10.39-9.866 17.742c.389 7.565 6.78 14.68 13.547 16.362c4.101 1.018 8.704 4.838 10.017 5.983c.217.19.537.208.773.04a69.4 69.4 0 0 1 8.549-4.984c8.574-4.202 13.503-9.836 14.977-17.4c2.29-11.762-10.085-22.043-23.302-22.043c-3.929.002-7.81.85-11.383 2.484"/><path stroke-miterlimit="10" d="M27.026 27.544a113.8 113.8 0 0 0 1.184 25.301"/></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%2072%2072%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGGU8qYjGe%22%20d%3D%22M46.473%2027.544s4.606%2013.533-1.184%2025.301%22%2F%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22m28%2028.614l18-1s5%2025-1%2025l-9%205l-7.79-4.769C24%2040.614%2028%2028.614%2028%2028.614%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M17%2023.614s1.4-3.124%204.977-5.807c6.775-4.602%2014.695-4.3%2014.695-4.3L23%2025.614z%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22m27%2027.614l-11.25-4s-12.75%2019%2011.25%2028zm20%200l9.825-3.175S67.755%2036.583%2047%2051.614l1-13z%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22m16.927%2023.498l.084.194C34.508%2034.185%2057%2023.614%2057%2023.614a23.84%2023.84%200%200%200-19.356-10.108%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m16.927%2023.498l.084.194C34.508%2034.185%2057%2023.614%2057%2023.614a23.84%2023.84%200%200%200-19.356-10.108%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M16%2023.614c17.497%2010.492%2041%200%2041%200%22%2F%3E%3Cuse%20href%3D%22%23SVGGU8qYjGe%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cuse%20href%3D%22%23SVGGU8qYjGe%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.977%2017.807c-6.157%203.983-10.244%2010.39-9.866%2017.742c.389%207.565%206.78%2014.68%2013.547%2016.362c4.101%201.018%208.704%204.838%2010.017%205.983c.217.19.537.208.773.04a69.4%2069.4%200%200%201%208.549-4.984c8.574-4.202%2013.503-9.836%2014.977-17.4c2.29-11.762-10.085-22.043-23.302-22.043c-3.929.002-7.81.85-11.383%202.484%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M27.026%2027.544a113.8%20113.8%200%200%200%201.184%2025.301%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%2072%2072%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGGU8qYjGe%22%20d%3D%22M46.473%2027.544s4.606%2013.533-1.184%2025.301%22%2F%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22m28%2028.614l18-1s5%2025-1%2025l-9%205l-7.79-4.769C24%2040.614%2028%2028.614%2028%2028.614%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M17%2023.614s1.4-3.124%204.977-5.807c6.775-4.602%2014.695-4.3%2014.695-4.3L23%2025.614z%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22m27%2027.614l-11.25-4s-12.75%2019%2011.25%2028zm20%200l9.825-3.175S67.755%2036.583%2047%2051.614l1-13z%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22m16.927%2023.498l.084.194C34.508%2034.185%2057%2023.614%2057%2023.614a23.84%2023.84%200%200%200-19.356-10.108%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m16.927%2023.498l.084.194C34.508%2034.185%2057%2023.614%2057%2023.614a23.84%2023.84%200%200%200-19.356-10.108%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M16%2023.614c17.497%2010.492%2041%200%2041%200%22%2F%3E%3Cuse%20href%3D%22%23SVGGU8qYjGe%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cuse%20href%3D%22%23SVGGU8qYjGe%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.977%2017.807c-6.157%203.983-10.244%2010.39-9.866%2017.742c.389%207.565%206.78%2014.68%2013.547%2016.362c4.101%201.018%208.704%204.838%2010.017%205.983c.217.19.537.208.773.04a69.4%2069.4%200%200%201%208.549-4.984c8.574-4.202%2013.503-9.836%2014.977-17.4c2.29-11.762-10.085-22.043-23.302-22.043c-3.929.002-7.81.85-11.383%202.484%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M27.026%2027.544a113.8%20113.8%200%200%200%201.184%2025.301%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/chestnut.svg?color=%231a73e8&size=48