acorn icon
acorn from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- acorn
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the acorn icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 104a56.06 56.06 0 0 0-56-56h-40a24 24 0 0 1 24-24a8 8 0 0 0 0-16a40 40 0 0 0-40 40H80a56.06 56.06 0 0 0-56 56a16 16 0 0 0 8 13.83V128c0 35.53 33.12 62.12 59.74 83.49C103.66 221.07 120 234.18 120 240a8 8 0 0 0 16 0c0-5.82 16.34-18.93 28.26-28.51C190.88 190.12 224 163.53 224 128v-10.17a16 16 0 0 0 8-13.83M80 64h96a40.06 40.06 0 0 1 40 40H40a40 40 0 0 1 40-40m74.25 135c-10.62 8.52-20 16-26.25 23.37c-6.25-7.32-15.63-14.85-26.25-23.37C77.8 179.79 48 155.86 48 128v-8h160v8c0 27.86-29.8 51.79-53.75 71"/></svg>
React
import type { SVGProps } from "react";
export function PhAcorn(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 104a56.06 56.06 0 0 0-56-56h-40a24 24 0 0 1 24-24a8 8 0 0 0 0-16a40 40 0 0 0-40 40H80a56.06 56.06 0 0 0-56 56a16 16 0 0 0 8 13.83V128c0 35.53 33.12 62.12 59.74 83.49C103.66 221.07 120 234.18 120 240a8 8 0 0 0 16 0c0-5.82 16.34-18.93 28.26-28.51C190.88 190.12 224 163.53 224 128v-10.17a16 16 0 0 0 8-13.83M80 64h96a40.06 40.06 0 0 1 40 40H40a40 40 0 0 1 40-40m74.25 135c-10.62 8.52-20 16-26.25 23.37c-6.25-7.32-15.63-14.85-26.25-23.37C77.8 179.79 48 155.86 48 128v-8h160v8c0 27.86-29.8 51.79-53.75 71"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 104a56.06 56.06 0 0 0-56-56h-40a24 24 0 0 1 24-24a8 8 0 0 0 0-16a40 40 0 0 0-40 40H80a56.06 56.06 0 0 0-56 56a16 16 0 0 0 8 13.83V128c0 35.53 33.12 62.12 59.74 83.49C103.66 221.07 120 234.18 120 240a8 8 0 0 0 16 0c0-5.82 16.34-18.93 28.26-28.51C190.88 190.12 224 163.53 224 128v-10.17a16 16 0 0 0 8-13.83M80 64h96a40.06 40.06 0 0 1 40 40H40a40 40 0 0 1 40-40m74.25 135c-10.62 8.52-20 16-26.25 23.37c-6.25-7.32-15.63-14.85-26.25-23.37C77.8 179.79 48 155.86 48 128v-8h160v8c0 27.86-29.8 51.79-53.75 71"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%20104a56.06%2056.06%200%200%200-56-56h-40a24%2024%200%200%201%2024-24a8%208%200%200%200%200-16a40%2040%200%200%200-40%2040H80a56.06%2056.06%200%200%200-56%2056a16%2016%200%200%200%208%2013.83V128c0%2035.53%2033.12%2062.12%2059.74%2083.49C103.66%20221.07%20120%20234.18%20120%20240a8%208%200%200%200%2016%200c0-5.82%2016.34-18.93%2028.26-28.51C190.88%20190.12%20224%20163.53%20224%20128v-10.17a16%2016%200%200%200%208-13.83M80%2064h96a40.06%2040.06%200%200%201%2040%2040H40a40%2040%200%200%201%2040-40m74.25%20135c-10.62%208.52-20%2016-26.25%2023.37c-6.25-7.32-15.63-14.85-26.25-23.37C77.8%20179.79%2048%20155.86%2048%20128v-8h160v8c0%2027.86-29.8%2051.79-53.75%2071%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%20104a56.06%2056.06%200%200%200-56-56h-40a24%2024%200%200%201%2024-24a8%208%200%200%200%200-16a40%2040%200%200%200-40%2040H80a56.06%2056.06%200%200%200-56%2056a16%2016%200%200%200%208%2013.83V128c0%2035.53%2033.12%2062.12%2059.74%2083.49C103.66%20221.07%20120%20234.18%20120%20240a8%208%200%200%200%2016%200c0-5.82%2016.34-18.93%2028.26-28.51C190.88%20190.12%20224%20163.53%20224%20128v-10.17a16%2016%200%200%200%208-13.83M80%2064h96a40.06%2040.06%200%200%201%2040%2040H40a40%2040%200%200%201%2040-40m74.25%20135c-10.62%208.52-20%2016-26.25%2023.37c-6.25-7.32-15.63-14.85-26.25-23.37C77.8%20179.79%2048%20155.86%2048%20128v-8h160v8c0%2027.86-29.8%2051.79-53.75%2071%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/acorn.svg?color=%231a73e8&size=48