acorn emoji
acorn from Firefox OS Emoji by Mozilla · Default · Nature · Apache-2.0 Free for personal and commercial use.
- Name
- acorn
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Nature
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
More nature icons from Firefox OS Emoji
Use the acorn emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#8E6049" d="M414.157 325.874a6.82 6.82 0 0 0-7.423 1.494c-.096.095-9.808 9.655-33.849 19.111c-40.413 15.896-89.364 19.233-123.312 19.233c-61.506 0-101.007-10.459-123.313-19.233c-24.041-9.456-33.753-19.017-33.819-19.082a6.797 6.797 0 0 0-11.667 4.742c0 55.071 75.295 121.585 168.799 121.585c93.503 0 168.798-66.514 168.798-121.585c0-2.749-1.672-5.213-4.214-6.265"/><path fill="#CE7E61" d="M87.572 332.14c0-191.062 162.002-259.028 162.002-259.028s162.002 62.681 162.002 259.028c0 0-36.2 58.149-162.002 58.149S87.572 332.14 87.572 332.14"/><path fill="#B96642" d="M306.819 140.777c-19.549-31.826-39.078-50.952-49.694-60.012c0-.022-.004-.044-.004-.065a7.6 7.6 0 0 0-.311-2.179c-.007-.023-.008-.047-.016-.07c-.008-.026-.021-.048-.029-.074a7.5 7.5 0 0 0-.858-1.835c-.041-.063-.091-.119-.134-.18q-.076-.106-.157-.21a8 8 0 0 0-.542-.646c-3.519-1.626-5.5-2.393-5.5-2.393s-4.564 1.916-12.152 6.002a7.6 7.6 0 0 0-.184 1.652c-10.616 9.061-30.145 28.186-49.694 60.012c-16.502 26.865-29.642 57.334-39.053 90.56c-11.629 41.055-17.561 86.47-17.651 134.997a182 182 0 0 0 13.295 6a7.52 7.52 0 0 0 1.801-4.888c0-47.287 5.686-91.47 16.898-131.321c8.95-31.811 21.425-60.954 37.077-86.621c11.743-19.257 23.556-33.662 33.118-43.768c-3.432 11.687-7.444 27.118-11.463 46.526c-9.477 45.769-20.774 123.399-20.774 233.31q.002.764.148 1.485q6.875.97 14.261 1.667c.442-.96.696-2.026.696-3.152c0-108.183 11.041-184.505 20.303-229.481c4.433-21.525 8.89-38.113 12.493-49.946c3.604 11.833 8.062 28.424 12.494 49.946c9.262 44.976 20.303 121.298 20.303 229.481c0 1.19.283 2.311.773 3.312c4.875-.435 9.577-.966 14.123-1.578a7.6 7.6 0 0 0 .208-1.734c0-109.91-11.297-187.541-20.774-233.31c-3.499-16.897-6.992-30.777-10.103-41.8c8.506 9.527 18.36 22.146 28.235 38.222c24.853 40.46 54.479 111.255 54.479 218.763a7.54 7.54 0 0 0 3.25 6.203a190 190 0 0 0 11.742-4.961c.067-.405.111-.818.111-1.242c0-48.946-5.941-94.739-17.659-136.108c-9.414-33.23-22.554-63.699-39.056-90.564"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiAcorn(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#8E6049" d="M414.157 325.874a6.82 6.82 0 0 0-7.423 1.494c-.096.095-9.808 9.655-33.849 19.111c-40.413 15.896-89.364 19.233-123.312 19.233c-61.506 0-101.007-10.459-123.313-19.233c-24.041-9.456-33.753-19.017-33.819-19.082a6.797 6.797 0 0 0-11.667 4.742c0 55.071 75.295 121.585 168.799 121.585c93.503 0 168.798-66.514 168.798-121.585c0-2.749-1.672-5.213-4.214-6.265"/><path fill="#CE7E61" d="M87.572 332.14c0-191.062 162.002-259.028 162.002-259.028s162.002 62.681 162.002 259.028c0 0-36.2 58.149-162.002 58.149S87.572 332.14 87.572 332.14"/><path fill="#B96642" d="M306.819 140.777c-19.549-31.826-39.078-50.952-49.694-60.012c0-.022-.004-.044-.004-.065a7.6 7.6 0 0 0-.311-2.179c-.007-.023-.008-.047-.016-.07c-.008-.026-.021-.048-.029-.074a7.5 7.5 0 0 0-.858-1.835c-.041-.063-.091-.119-.134-.18q-.076-.106-.157-.21a8 8 0 0 0-.542-.646c-3.519-1.626-5.5-2.393-5.5-2.393s-4.564 1.916-12.152 6.002a7.6 7.6 0 0 0-.184 1.652c-10.616 9.061-30.145 28.186-49.694 60.012c-16.502 26.865-29.642 57.334-39.053 90.56c-11.629 41.055-17.561 86.47-17.651 134.997a182 182 0 0 0 13.295 6a7.52 7.52 0 0 0 1.801-4.888c0-47.287 5.686-91.47 16.898-131.321c8.95-31.811 21.425-60.954 37.077-86.621c11.743-19.257 23.556-33.662 33.118-43.768c-3.432 11.687-7.444 27.118-11.463 46.526c-9.477 45.769-20.774 123.399-20.774 233.31q.002.764.148 1.485q6.875.97 14.261 1.667c.442-.96.696-2.026.696-3.152c0-108.183 11.041-184.505 20.303-229.481c4.433-21.525 8.89-38.113 12.493-49.946c3.604 11.833 8.062 28.424 12.494 49.946c9.262 44.976 20.303 121.298 20.303 229.481c0 1.19.283 2.311.773 3.312c4.875-.435 9.577-.966 14.123-1.578a7.6 7.6 0 0 0 .208-1.734c0-109.91-11.297-187.541-20.774-233.31c-3.499-16.897-6.992-30.777-10.103-41.8c8.506 9.527 18.36 22.146 28.235 38.222c24.853 40.46 54.479 111.255 54.479 218.763a7.54 7.54 0 0 0 3.25 6.203a190 190 0 0 0 11.742-4.961c.067-.405.111-.818.111-1.242c0-48.946-5.941-94.739-17.659-136.108c-9.414-33.23-22.554-63.699-39.056-90.564"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#8E6049" d="M414.157 325.874a6.82 6.82 0 0 0-7.423 1.494c-.096.095-9.808 9.655-33.849 19.111c-40.413 15.896-89.364 19.233-123.312 19.233c-61.506 0-101.007-10.459-123.313-19.233c-24.041-9.456-33.753-19.017-33.819-19.082a6.797 6.797 0 0 0-11.667 4.742c0 55.071 75.295 121.585 168.799 121.585c93.503 0 168.798-66.514 168.798-121.585c0-2.749-1.672-5.213-4.214-6.265"/><path fill="#CE7E61" d="M87.572 332.14c0-191.062 162.002-259.028 162.002-259.028s162.002 62.681 162.002 259.028c0 0-36.2 58.149-162.002 58.149S87.572 332.14 87.572 332.14"/><path fill="#B96642" d="M306.819 140.777c-19.549-31.826-39.078-50.952-49.694-60.012c0-.022-.004-.044-.004-.065a7.6 7.6 0 0 0-.311-2.179c-.007-.023-.008-.047-.016-.07c-.008-.026-.021-.048-.029-.074a7.5 7.5 0 0 0-.858-1.835c-.041-.063-.091-.119-.134-.18q-.076-.106-.157-.21a8 8 0 0 0-.542-.646c-3.519-1.626-5.5-2.393-5.5-2.393s-4.564 1.916-12.152 6.002a7.6 7.6 0 0 0-.184 1.652c-10.616 9.061-30.145 28.186-49.694 60.012c-16.502 26.865-29.642 57.334-39.053 90.56c-11.629 41.055-17.561 86.47-17.651 134.997a182 182 0 0 0 13.295 6a7.52 7.52 0 0 0 1.801-4.888c0-47.287 5.686-91.47 16.898-131.321c8.95-31.811 21.425-60.954 37.077-86.621c11.743-19.257 23.556-33.662 33.118-43.768c-3.432 11.687-7.444 27.118-11.463 46.526c-9.477 45.769-20.774 123.399-20.774 233.31q.002.764.148 1.485q6.875.97 14.261 1.667c.442-.96.696-2.026.696-3.152c0-108.183 11.041-184.505 20.303-229.481c4.433-21.525 8.89-38.113 12.493-49.946c3.604 11.833 8.062 28.424 12.494 49.946c9.262 44.976 20.303 121.298 20.303 229.481c0 1.19.283 2.311.773 3.312c4.875-.435 9.577-.966 14.123-1.578a7.6 7.6 0 0 0 .208-1.734c0-109.91-11.297-187.541-20.774-233.31c-3.499-16.897-6.992-30.777-10.103-41.8c8.506 9.527 18.36 22.146 28.235 38.222c24.853 40.46 54.479 111.255 54.479 218.763a7.54 7.54 0 0 0 3.25 6.203a190 190 0 0 0 11.742-4.961c.067-.405.111-.818.111-1.242c0-48.946-5.941-94.739-17.659-136.108c-9.414-33.23-22.554-63.699-39.056-90.564"/></svg> </template>
CSS
.icon-acorn {
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%20512%20512%22%3E%3Cpath%20fill%3D%22%238E6049%22%20d%3D%22M414.157%20325.874a6.82%206.82%200%200%200-7.423%201.494c-.096.095-9.808%209.655-33.849%2019.111c-40.413%2015.896-89.364%2019.233-123.312%2019.233c-61.506%200-101.007-10.459-123.313-19.233c-24.041-9.456-33.753-19.017-33.819-19.082a6.797%206.797%200%200%200-11.667%204.742c0%2055.071%2075.295%20121.585%20168.799%20121.585c93.503%200%20168.798-66.514%20168.798-121.585c0-2.749-1.672-5.213-4.214-6.265%22%2F%3E%3Cpath%20fill%3D%22%23CE7E61%22%20d%3D%22M87.572%20332.14c0-191.062%20162.002-259.028%20162.002-259.028s162.002%2062.681%20162.002%20259.028c0%200-36.2%2058.149-162.002%2058.149S87.572%20332.14%2087.572%20332.14%22%2F%3E%3Cpath%20fill%3D%22%23B96642%22%20d%3D%22M306.819%20140.777c-19.549-31.826-39.078-50.952-49.694-60.012c0-.022-.004-.044-.004-.065a7.6%207.6%200%200%200-.311-2.179c-.007-.023-.008-.047-.016-.07c-.008-.026-.021-.048-.029-.074a7.5%207.5%200%200%200-.858-1.835c-.041-.063-.091-.119-.134-.18q-.076-.106-.157-.21a8%208%200%200%200-.542-.646c-3.519-1.626-5.5-2.393-5.5-2.393s-4.564%201.916-12.152%206.002a7.6%207.6%200%200%200-.184%201.652c-10.616%209.061-30.145%2028.186-49.694%2060.012c-16.502%2026.865-29.642%2057.334-39.053%2090.56c-11.629%2041.055-17.561%2086.47-17.651%20134.997a182%20182%200%200%200%2013.295%206a7.52%207.52%200%200%200%201.801-4.888c0-47.287%205.686-91.47%2016.898-131.321c8.95-31.811%2021.425-60.954%2037.077-86.621c11.743-19.257%2023.556-33.662%2033.118-43.768c-3.432%2011.687-7.444%2027.118-11.463%2046.526c-9.477%2045.769-20.774%20123.399-20.774%20233.31q.002.764.148%201.485q6.875.97%2014.261%201.667c.442-.96.696-2.026.696-3.152c0-108.183%2011.041-184.505%2020.303-229.481c4.433-21.525%208.89-38.113%2012.493-49.946c3.604%2011.833%208.062%2028.424%2012.494%2049.946c9.262%2044.976%2020.303%20121.298%2020.303%20229.481c0%201.19.283%202.311.773%203.312c4.875-.435%209.577-.966%2014.123-1.578a7.6%207.6%200%200%200%20.208-1.734c0-109.91-11.297-187.541-20.774-233.31c-3.499-16.897-6.992-30.777-10.103-41.8c8.506%209.527%2018.36%2022.146%2028.235%2038.222c24.853%2040.46%2054.479%20111.255%2054.479%20218.763a7.54%207.54%200%200%200%203.25%206.203a190%20190%200%200%200%2011.742-4.961c.067-.405.111-.818.111-1.242c0-48.946-5.941-94.739-17.659-136.108c-9.414-33.23-22.554-63.699-39.056-90.564%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%20512%20512%22%3E%3Cpath%20fill%3D%22%238E6049%22%20d%3D%22M414.157%20325.874a6.82%206.82%200%200%200-7.423%201.494c-.096.095-9.808%209.655-33.849%2019.111c-40.413%2015.896-89.364%2019.233-123.312%2019.233c-61.506%200-101.007-10.459-123.313-19.233c-24.041-9.456-33.753-19.017-33.819-19.082a6.797%206.797%200%200%200-11.667%204.742c0%2055.071%2075.295%20121.585%20168.799%20121.585c93.503%200%20168.798-66.514%20168.798-121.585c0-2.749-1.672-5.213-4.214-6.265%22%2F%3E%3Cpath%20fill%3D%22%23CE7E61%22%20d%3D%22M87.572%20332.14c0-191.062%20162.002-259.028%20162.002-259.028s162.002%2062.681%20162.002%20259.028c0%200-36.2%2058.149-162.002%2058.149S87.572%20332.14%2087.572%20332.14%22%2F%3E%3Cpath%20fill%3D%22%23B96642%22%20d%3D%22M306.819%20140.777c-19.549-31.826-39.078-50.952-49.694-60.012c0-.022-.004-.044-.004-.065a7.6%207.6%200%200%200-.311-2.179c-.007-.023-.008-.047-.016-.07c-.008-.026-.021-.048-.029-.074a7.5%207.5%200%200%200-.858-1.835c-.041-.063-.091-.119-.134-.18q-.076-.106-.157-.21a8%208%200%200%200-.542-.646c-3.519-1.626-5.5-2.393-5.5-2.393s-4.564%201.916-12.152%206.002a7.6%207.6%200%200%200-.184%201.652c-10.616%209.061-30.145%2028.186-49.694%2060.012c-16.502%2026.865-29.642%2057.334-39.053%2090.56c-11.629%2041.055-17.561%2086.47-17.651%20134.997a182%20182%200%200%200%2013.295%206a7.52%207.52%200%200%200%201.801-4.888c0-47.287%205.686-91.47%2016.898-131.321c8.95-31.811%2021.425-60.954%2037.077-86.621c11.743-19.257%2023.556-33.662%2033.118-43.768c-3.432%2011.687-7.444%2027.118-11.463%2046.526c-9.477%2045.769-20.774%20123.399-20.774%20233.31q.002.764.148%201.485q6.875.97%2014.261%201.667c.442-.96.696-2.026.696-3.152c0-108.183%2011.041-184.505%2020.303-229.481c4.433-21.525%208.89-38.113%2012.493-49.946c3.604%2011.833%208.062%2028.424%2012.494%2049.946c9.262%2044.976%2020.303%20121.298%2020.303%20229.481c0%201.19.283%202.311.773%203.312c4.875-.435%209.577-.966%2014.123-1.578a7.6%207.6%200%200%200%20.208-1.734c0-109.91-11.297-187.541-20.774-233.31c-3.499-16.897-6.992-30.777-10.103-41.8c8.506%209.527%2018.36%2022.146%2028.235%2038.222c24.853%2040.46%2054.479%20111.255%2054.479%20218.763a7.54%207.54%200%200%200%203.25%206.203a190%20190%200%200%200%2011.742-4.961c.067-.405.111-.818.111-1.242c0-48.946-5.941-94.739-17.659-136.108c-9.414-33.23-22.554-63.699-39.056-90.564%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/acorn.svg?color=%231a73e8&size=48