chestnut emoji
chestnut from Streamline Emojis by Streamline · Default · Food Drink · CC-BY-4.0 Attribution required.
- Name
- chestnut
- Set
- Streamline Emojis
- Style
- Default
- Category
- Food Drink
- Viewbox
- 48×48
- License
- CC BY 4.0
The same emoji in other sets
More food drink icons from Streamline Emojis
baby-bottlebeer-mugbirthday-cake-1birthday-cake-2birthday-cake-3bottle-with-popping-corkbreadcandychampagne-glass-1champagne-glass-2cherriesclinking-beer-mugsclinking-glasses-1clinking-glasses-2clinking-glasses-3clinking-glasses-4clinking-glasses-5cocktail-glasscooked-ricecookiecookingcustarddoughnut-1doughnut-2
Use the chestnut emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M6.09 44.66a17.91 2.34 0 1 0 35.82 0a17.91 2.34 0 1 0-35.82 0" opacity=".15"/><path fill="#bf8256" d="M44.48 22.39C46.77 32 39.29 41.24 28 43.93S5.87 41.76 3.58 32.14C.33 18.53 15 12.87 18.06 5a.76.76 0 0 1 1.21-.29c6.31 5.64 21.99 4.19 25.21 17.68"/><path fill="#dea47a" d="M5.9 24.59a23.38 23.38 0 0 1 30.78-7.34a15.07 15.07 0 0 1 7.8 10.07c.08.35.12.69.18 1a15 15 0 0 0-.18-6c-3.22-13.49-18.9-12-25.21-17.73a.76.76 0 0 0-1.21.41c-3 7.67-16.83 13.23-14.73 26a16.2 16.2 0 0 1 2.57-6.41"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M44.48 22.39C46.77 32 39.29 41.24 28 43.93S5.87 41.76 3.58 32.14C.33 18.53 15 12.87 18.06 5a.76.76 0 0 1 1.21-.29c6.31 5.64 21.99 4.19 25.21 17.68"/><path fill="#f7e5c6" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M40.8 33.55a11.4 11.4 0 0 1-9.42 1.35a11.37 11.37 0 0 0-10.48 2.49a11.3 11.3 0 0 1-9.32 2.74l-3.72-.58C12.55 44 20.16 45.8 28 43.93c7.51-1.79 13.31-6.48 15.69-12.24Z"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisChestnut(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M6.09 44.66a17.91 2.34 0 1 0 35.82 0a17.91 2.34 0 1 0-35.82 0" opacity=".15"/><path fill="#bf8256" d="M44.48 22.39C46.77 32 39.29 41.24 28 43.93S5.87 41.76 3.58 32.14C.33 18.53 15 12.87 18.06 5a.76.76 0 0 1 1.21-.29c6.31 5.64 21.99 4.19 25.21 17.68"/><path fill="#dea47a" d="M5.9 24.59a23.38 23.38 0 0 1 30.78-7.34a15.07 15.07 0 0 1 7.8 10.07c.08.35.12.69.18 1a15 15 0 0 0-.18-6c-3.22-13.49-18.9-12-25.21-17.73a.76.76 0 0 0-1.21.41c-3 7.67-16.83 13.23-14.73 26a16.2 16.2 0 0 1 2.57-6.41"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M44.48 22.39C46.77 32 39.29 41.24 28 43.93S5.87 41.76 3.58 32.14C.33 18.53 15 12.87 18.06 5a.76.76 0 0 1 1.21-.29c6.31 5.64 21.99 4.19 25.21 17.68"/><path fill="#f7e5c6" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M40.8 33.55a11.4 11.4 0 0 1-9.42 1.35a11.37 11.37 0 0 0-10.48 2.49a11.3 11.3 0 0 1-9.32 2.74l-3.72-.58C12.55 44 20.16 45.8 28 43.93c7.51-1.79 13.31-6.48 15.69-12.24Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M6.09 44.66a17.91 2.34 0 1 0 35.82 0a17.91 2.34 0 1 0-35.82 0" opacity=".15"/><path fill="#bf8256" d="M44.48 22.39C46.77 32 39.29 41.24 28 43.93S5.87 41.76 3.58 32.14C.33 18.53 15 12.87 18.06 5a.76.76 0 0 1 1.21-.29c6.31 5.64 21.99 4.19 25.21 17.68"/><path fill="#dea47a" d="M5.9 24.59a23.38 23.38 0 0 1 30.78-7.34a15.07 15.07 0 0 1 7.8 10.07c.08.35.12.69.18 1a15 15 0 0 0-.18-6c-3.22-13.49-18.9-12-25.21-17.73a.76.76 0 0 0-1.21.41c-3 7.67-16.83 13.23-14.73 26a16.2 16.2 0 0 1 2.57-6.41"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M44.48 22.39C46.77 32 39.29 41.24 28 43.93S5.87 41.76 3.58 32.14C.33 18.53 15 12.87 18.06 5a.76.76 0 0 1 1.21-.29c6.31 5.64 21.99 4.19 25.21 17.68"/><path fill="#f7e5c6" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M40.8 33.55a11.4 11.4 0 0 1-9.42 1.35a11.37 11.37 0 0 0-10.48 2.49a11.3 11.3 0 0 1-9.32 2.74l-3.72-.58C12.55 44 20.16 45.8 28 43.93c7.51-1.79 13.31-6.48 15.69-12.24Z"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M6.09%2044.66a17.91%202.34%200%201%200%2035.82%200a17.91%202.34%200%201%200-35.82%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23bf8256%22%20d%3D%22M44.48%2022.39C46.77%2032%2039.29%2041.24%2028%2043.93S5.87%2041.76%203.58%2032.14C.33%2018.53%2015%2012.87%2018.06%205a.76.76%200%200%201%201.21-.29c6.31%205.64%2021.99%204.19%2025.21%2017.68%22%2F%3E%3Cpath%20fill%3D%22%23dea47a%22%20d%3D%22M5.9%2024.59a23.38%2023.38%200%200%201%2030.78-7.34a15.07%2015.07%200%200%201%207.8%2010.07c.08.35.12.69.18%201a15%2015%200%200%200-.18-6c-3.22-13.49-18.9-12-25.21-17.73a.76.76%200%200%200-1.21.41c-3%207.67-16.83%2013.23-14.73%2026a16.2%2016.2%200%200%201%202.57-6.41%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M44.48%2022.39C46.77%2032%2039.29%2041.24%2028%2043.93S5.87%2041.76%203.58%2032.14C.33%2018.53%2015%2012.87%2018.06%205a.76.76%200%200%201%201.21-.29c6.31%205.64%2021.99%204.19%2025.21%2017.68%22%2F%3E%3Cpath%20fill%3D%22%23f7e5c6%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M40.8%2033.55a11.4%2011.4%200%200%201-9.42%201.35a11.37%2011.37%200%200%200-10.48%202.49a11.3%2011.3%200%200%201-9.32%202.74l-3.72-.58C12.55%2044%2020.16%2045.8%2028%2043.93c7.51-1.79%2013.31-6.48%2015.69-12.24Z%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M6.09%2044.66a17.91%202.34%200%201%200%2035.82%200a17.91%202.34%200%201%200-35.82%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23bf8256%22%20d%3D%22M44.48%2022.39C46.77%2032%2039.29%2041.24%2028%2043.93S5.87%2041.76%203.58%2032.14C.33%2018.53%2015%2012.87%2018.06%205a.76.76%200%200%201%201.21-.29c6.31%205.64%2021.99%204.19%2025.21%2017.68%22%2F%3E%3Cpath%20fill%3D%22%23dea47a%22%20d%3D%22M5.9%2024.59a23.38%2023.38%200%200%201%2030.78-7.34a15.07%2015.07%200%200%201%207.8%2010.07c.08.35.12.69.18%201a15%2015%200%200%200-.18-6c-3.22-13.49-18.9-12-25.21-17.73a.76.76%200%200%200-1.21.41c-3%207.67-16.83%2013.23-14.73%2026a16.2%2016.2%200%200%201%202.57-6.41%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M44.48%2022.39C46.77%2032%2039.29%2041.24%2028%2043.93S5.87%2041.76%203.58%2032.14C.33%2018.53%2015%2012.87%2018.06%205a.76.76%200%200%201%201.21-.29c6.31%205.64%2021.99%204.19%2025.21%2017.68%22%2F%3E%3Cpath%20fill%3D%22%23f7e5c6%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M40.8%2033.55a11.4%2011.4%200%200%201-9.42%201.35a11.37%2011.37%200%200%200-10.48%202.49a11.3%2011.3%200%200%201-9.32%202.74l-3.72-.58C12.55%2044%2020.16%2045.8%2028%2043.93c7.51-1.79%2013.31-6.48%2015.69-12.24Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/chestnut.svg?color=%231a73e8&size=48