peanuts emoji
peanuts from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- peanuts
- 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 peanuts emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#6a462f" stroke="#6a462f" d="M57.41 33.18c-.11.11-.23.23-.36.34c-.12.11-.24.21-.37.33c-.13.09-.25.2-.39.3c-.58.44-1.2.82-1.86 1.18c-1.66.91-3.54 1.64-5.45 2.51c-.01 0-.01.01-.01.01c-.3.13-.59.26-.89.41c-.62.3-1.25.62-1.86.96c-.27.15-.53.3-.79.47c-.29.17-.58.36-.86.56c-.2.13-.4.27-.59.43c-.65.47-1.27 1-1.87 1.6c-.7.7-1.31 1.44-1.84 2.2c-.16.22-.31.44-.45.67c-.01.01-.02.02-.02.03c-2.3 3.57-3.19 7.48-5.32 10.6c-.21.31-.44.62-.68.93c-.25.3-.51.59-.79.87c-3.24 3.24-7.92 4.14-11.97 2.72h-.01c-.65-.23-1.29-.53-1.9-.89q-.315-.18-.63-.39c-.15-.1-.3-.2-.44-.31c-.12-.08-.23-.17-.34-.26a7 7 0 0 1-.5-.42q-.24-.21-.48-.45s12.14-3.83 18.14-12.83s13.24-12.13 13.24-12.13s9.67-4.53 6.96-17.51c.83.49 1.62 1.09 2.33 1.8c4.5 4.5 4.49 11.78 0 16.27"/><path fill="#a57939" stroke="#a57939" d="M48.12 32.62s-8.356 2.479-13.24 12.13c-5.224 10.323-17.688 13.6-18.14 12.83c-4.48-4.49-4.48-11.78 0-16.27c.12-.11.24-.23.36-.34s.25-.21.38-.33c.13-.09.25-.2.39-.3c.57-.44 1.2-.82 1.86-1.18c1.14-.62 2.38-1.16 3.66-1.71c2.92-1.27 6.05-2.62 8.66-5.23c4.21-4.21 4.9-9.52 7.62-13.51q.315-.465.69-.93q.375-.45.78-.87c.34-.34.7-.66 1.07-.95q1.05-.81 2.22-1.35l.01-.01a13 13 0 0 1 1.87-.67c.98-.26 2-.39 3.01-.39c.21 0 .42.01.63.02c1.78.1 3.54.62 5.13 1.55c2.71 12.98-6.96 17.51-6.96 17.51"/></g><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M57.41 33.18c-.11.11-.23.23-.36.34c-.12.11-.24.21-.37.33c-.13.09-.25.2-.39.3c-.58.44-1.2.82-1.86 1.18c-1.66.91-3.54 1.64-5.45 2.51c-.01 0-.01.01-.01.01c-.3.13-.59.26-.89.41c-.62.3-1.25.62-1.86.96c-.27.15-.53.3-.79.47c-.29.17-.58.36-.86.56c-.2.13-.4.27-.59.43c-.65.47-1.27 1-1.87 1.6c-.7.7-1.31 1.44-1.84 2.2c-.16.22-.31.44-.45.67c-.01.01-.02.02-.02.03c-2.3 3.57-3.19 7.48-5.32 10.6c-.21.31-.44.62-.68.93c-.25.3-.51.59-.79.87c-3.24 3.24-7.92 4.14-11.97 2.72h-.01c-.65-.23-1.29-.53-1.9-.89q-.315-.18-.63-.39c-.15-.1-.3-.2-.44-.31c-.12-.08-.23-.17-.34-.26a7 7 0 0 1-.5-.42q-.24-.21-.48-.45c-4.48-4.49-4.48-11.78 0-16.27c.12-.11.24-.23.36-.34s.25-.21.38-.33c.13-.09.25-.2.39-.3c.57-.44 1.2-.82 1.86-1.18c1.14-.62 2.38-1.16 3.66-1.71c2.92-1.27 6.05-2.62 8.66-5.23c4.21-4.21 4.9-9.52 7.62-13.51q.315-.465.69-.93q.375-.45.78-.87c.34-.34.7-.66 1.07-.95q1.05-.81 2.22-1.35l.01-.01a13 13 0 0 1 1.87-.67c.98-.26 2-.39 3.01-.39c.21 0 .42.01.63.02c2.72.16 5.39 1.28 7.46 3.35c4.5 4.5 4.49 11.78 0 16.27"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPeanuts(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path fill="#6a462f" stroke="#6a462f" d="M57.41 33.18c-.11.11-.23.23-.36.34c-.12.11-.24.21-.37.33c-.13.09-.25.2-.39.3c-.58.44-1.2.82-1.86 1.18c-1.66.91-3.54 1.64-5.45 2.51c-.01 0-.01.01-.01.01c-.3.13-.59.26-.89.41c-.62.3-1.25.62-1.86.96c-.27.15-.53.3-.79.47c-.29.17-.58.36-.86.56c-.2.13-.4.27-.59.43c-.65.47-1.27 1-1.87 1.6c-.7.7-1.31 1.44-1.84 2.2c-.16.22-.31.44-.45.67c-.01.01-.02.02-.02.03c-2.3 3.57-3.19 7.48-5.32 10.6c-.21.31-.44.62-.68.93c-.25.3-.51.59-.79.87c-3.24 3.24-7.92 4.14-11.97 2.72h-.01c-.65-.23-1.29-.53-1.9-.89q-.315-.18-.63-.39c-.15-.1-.3-.2-.44-.31c-.12-.08-.23-.17-.34-.26a7 7 0 0 1-.5-.42q-.24-.21-.48-.45s12.14-3.83 18.14-12.83s13.24-12.13 13.24-12.13s9.67-4.53 6.96-17.51c.83.49 1.62 1.09 2.33 1.8c4.5 4.5 4.49 11.78 0 16.27"/><path fill="#a57939" stroke="#a57939" d="M48.12 32.62s-8.356 2.479-13.24 12.13c-5.224 10.323-17.688 13.6-18.14 12.83c-4.48-4.49-4.48-11.78 0-16.27c.12-.11.24-.23.36-.34s.25-.21.38-.33c.13-.09.25-.2.39-.3c.57-.44 1.2-.82 1.86-1.18c1.14-.62 2.38-1.16 3.66-1.71c2.92-1.27 6.05-2.62 8.66-5.23c4.21-4.21 4.9-9.52 7.62-13.51q.315-.465.69-.93q.375-.45.78-.87c.34-.34.7-.66 1.07-.95q1.05-.81 2.22-1.35l.01-.01a13 13 0 0 1 1.87-.67c.98-.26 2-.39 3.01-.39c.21 0 .42.01.63.02c1.78.1 3.54.62 5.13 1.55c2.71 12.98-6.96 17.51-6.96 17.51"/></g><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M57.41 33.18c-.11.11-.23.23-.36.34c-.12.11-.24.21-.37.33c-.13.09-.25.2-.39.3c-.58.44-1.2.82-1.86 1.18c-1.66.91-3.54 1.64-5.45 2.51c-.01 0-.01.01-.01.01c-.3.13-.59.26-.89.41c-.62.3-1.25.62-1.86.96c-.27.15-.53.3-.79.47c-.29.17-.58.36-.86.56c-.2.13-.4.27-.59.43c-.65.47-1.27 1-1.87 1.6c-.7.7-1.31 1.44-1.84 2.2c-.16.22-.31.44-.45.67c-.01.01-.02.02-.02.03c-2.3 3.57-3.19 7.48-5.32 10.6c-.21.31-.44.62-.68.93c-.25.3-.51.59-.79.87c-3.24 3.24-7.92 4.14-11.97 2.72h-.01c-.65-.23-1.29-.53-1.9-.89q-.315-.18-.63-.39c-.15-.1-.3-.2-.44-.31c-.12-.08-.23-.17-.34-.26a7 7 0 0 1-.5-.42q-.24-.21-.48-.45c-4.48-4.49-4.48-11.78 0-16.27c.12-.11.24-.23.36-.34s.25-.21.38-.33c.13-.09.25-.2.39-.3c.57-.44 1.2-.82 1.86-1.18c1.14-.62 2.38-1.16 3.66-1.71c2.92-1.27 6.05-2.62 8.66-5.23c4.21-4.21 4.9-9.52 7.62-13.51q.315-.465.69-.93q.375-.45.78-.87c.34-.34.7-.66 1.07-.95q1.05-.81 2.22-1.35l.01-.01a13 13 0 0 1 1.87-.67c.98-.26 2-.39 3.01-.39c.21 0 .42.01.63.02c2.72.16 5.39 1.28 7.46 3.35c4.5 4.5 4.49 11.78 0 16.27"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#6a462f" stroke="#6a462f" d="M57.41 33.18c-.11.11-.23.23-.36.34c-.12.11-.24.21-.37.33c-.13.09-.25.2-.39.3c-.58.44-1.2.82-1.86 1.18c-1.66.91-3.54 1.64-5.45 2.51c-.01 0-.01.01-.01.01c-.3.13-.59.26-.89.41c-.62.3-1.25.62-1.86.96c-.27.15-.53.3-.79.47c-.29.17-.58.36-.86.56c-.2.13-.4.27-.59.43c-.65.47-1.27 1-1.87 1.6c-.7.7-1.31 1.44-1.84 2.2c-.16.22-.31.44-.45.67c-.01.01-.02.02-.02.03c-2.3 3.57-3.19 7.48-5.32 10.6c-.21.31-.44.62-.68.93c-.25.3-.51.59-.79.87c-3.24 3.24-7.92 4.14-11.97 2.72h-.01c-.65-.23-1.29-.53-1.9-.89q-.315-.18-.63-.39c-.15-.1-.3-.2-.44-.31c-.12-.08-.23-.17-.34-.26a7 7 0 0 1-.5-.42q-.24-.21-.48-.45s12.14-3.83 18.14-12.83s13.24-12.13 13.24-12.13s9.67-4.53 6.96-17.51c.83.49 1.62 1.09 2.33 1.8c4.5 4.5 4.49 11.78 0 16.27"/><path fill="#a57939" stroke="#a57939" d="M48.12 32.62s-8.356 2.479-13.24 12.13c-5.224 10.323-17.688 13.6-18.14 12.83c-4.48-4.49-4.48-11.78 0-16.27c.12-.11.24-.23.36-.34s.25-.21.38-.33c.13-.09.25-.2.39-.3c.57-.44 1.2-.82 1.86-1.18c1.14-.62 2.38-1.16 3.66-1.71c2.92-1.27 6.05-2.62 8.66-5.23c4.21-4.21 4.9-9.52 7.62-13.51q.315-.465.69-.93q.375-.45.78-.87c.34-.34.7-.66 1.07-.95q1.05-.81 2.22-1.35l.01-.01a13 13 0 0 1 1.87-.67c.98-.26 2-.39 3.01-.39c.21 0 .42.01.63.02c1.78.1 3.54.62 5.13 1.55c2.71 12.98-6.96 17.51-6.96 17.51"/></g><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M57.41 33.18c-.11.11-.23.23-.36.34c-.12.11-.24.21-.37.33c-.13.09-.25.2-.39.3c-.58.44-1.2.82-1.86 1.18c-1.66.91-3.54 1.64-5.45 2.51c-.01 0-.01.01-.01.01c-.3.13-.59.26-.89.41c-.62.3-1.25.62-1.86.96c-.27.15-.53.3-.79.47c-.29.17-.58.36-.86.56c-.2.13-.4.27-.59.43c-.65.47-1.27 1-1.87 1.6c-.7.7-1.31 1.44-1.84 2.2c-.16.22-.31.44-.45.67c-.01.01-.02.02-.02.03c-2.3 3.57-3.19 7.48-5.32 10.6c-.21.31-.44.62-.68.93c-.25.3-.51.59-.79.87c-3.24 3.24-7.92 4.14-11.97 2.72h-.01c-.65-.23-1.29-.53-1.9-.89q-.315-.18-.63-.39c-.15-.1-.3-.2-.44-.31c-.12-.08-.23-.17-.34-.26a7 7 0 0 1-.5-.42q-.24-.21-.48-.45c-4.48-4.49-4.48-11.78 0-16.27c.12-.11.24-.23.36-.34s.25-.21.38-.33c.13-.09.25-.2.39-.3c.57-.44 1.2-.82 1.86-1.18c1.14-.62 2.38-1.16 3.66-1.71c2.92-1.27 6.05-2.62 8.66-5.23c4.21-4.21 4.9-9.52 7.62-13.51q.315-.465.69-.93q.375-.45.78-.87c.34-.34.7-.66 1.07-.95q1.05-.81 2.22-1.35l.01-.01a13 13 0 0 1 1.87-.67c.98-.26 2-.39 3.01-.39c.21 0 .42.01.63.02c2.72.16 5.39 1.28 7.46 3.35c4.5 4.5 4.49 11.78 0 16.27"/></svg> </template>
CSS
.icon-peanuts {
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%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%236a462f%22%20stroke%3D%22%236a462f%22%20d%3D%22M57.41%2033.18c-.11.11-.23.23-.36.34c-.12.11-.24.21-.37.33c-.13.09-.25.2-.39.3c-.58.44-1.2.82-1.86%201.18c-1.66.91-3.54%201.64-5.45%202.51c-.01%200-.01.01-.01.01c-.3.13-.59.26-.89.41c-.62.3-1.25.62-1.86.96c-.27.15-.53.3-.79.47c-.29.17-.58.36-.86.56c-.2.13-.4.27-.59.43c-.65.47-1.27%201-1.87%201.6c-.7.7-1.31%201.44-1.84%202.2c-.16.22-.31.44-.45.67c-.01.01-.02.02-.02.03c-2.3%203.57-3.19%207.48-5.32%2010.6c-.21.31-.44.62-.68.93c-.25.3-.51.59-.79.87c-3.24%203.24-7.92%204.14-11.97%202.72h-.01c-.65-.23-1.29-.53-1.9-.89q-.315-.18-.63-.39c-.15-.1-.3-.2-.44-.31c-.12-.08-.23-.17-.34-.26a7%207%200%200%201-.5-.42q-.24-.21-.48-.45s12.14-3.83%2018.14-12.83s13.24-12.13%2013.24-12.13s9.67-4.53%206.96-17.51c.83.49%201.62%201.09%202.33%201.8c4.5%204.5%204.49%2011.78%200%2016.27%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20stroke%3D%22%23a57939%22%20d%3D%22M48.12%2032.62s-8.356%202.479-13.24%2012.13c-5.224%2010.323-17.688%2013.6-18.14%2012.83c-4.48-4.49-4.48-11.78%200-16.27c.12-.11.24-.23.36-.34s.25-.21.38-.33c.13-.09.25-.2.39-.3c.57-.44%201.2-.82%201.86-1.18c1.14-.62%202.38-1.16%203.66-1.71c2.92-1.27%206.05-2.62%208.66-5.23c4.21-4.21%204.9-9.52%207.62-13.51q.315-.465.69-.93q.375-.45.78-.87c.34-.34.7-.66%201.07-.95q1.05-.81%202.22-1.35l.01-.01a13%2013%200%200%201%201.87-.67c.98-.26%202-.39%203.01-.39c.21%200%20.42.01.63.02c1.78.1%203.54.62%205.13%201.55c2.71%2012.98-6.96%2017.51-6.96%2017.51%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M57.41%2033.18c-.11.11-.23.23-.36.34c-.12.11-.24.21-.37.33c-.13.09-.25.2-.39.3c-.58.44-1.2.82-1.86%201.18c-1.66.91-3.54%201.64-5.45%202.51c-.01%200-.01.01-.01.01c-.3.13-.59.26-.89.41c-.62.3-1.25.62-1.86.96c-.27.15-.53.3-.79.47c-.29.17-.58.36-.86.56c-.2.13-.4.27-.59.43c-.65.47-1.27%201-1.87%201.6c-.7.7-1.31%201.44-1.84%202.2c-.16.22-.31.44-.45.67c-.01.01-.02.02-.02.03c-2.3%203.57-3.19%207.48-5.32%2010.6c-.21.31-.44.62-.68.93c-.25.3-.51.59-.79.87c-3.24%203.24-7.92%204.14-11.97%202.72h-.01c-.65-.23-1.29-.53-1.9-.89q-.315-.18-.63-.39c-.15-.1-.3-.2-.44-.31c-.12-.08-.23-.17-.34-.26a7%207%200%200%201-.5-.42q-.24-.21-.48-.45c-4.48-4.49-4.48-11.78%200-16.27c.12-.11.24-.23.36-.34s.25-.21.38-.33c.13-.09.25-.2.39-.3c.57-.44%201.2-.82%201.86-1.18c1.14-.62%202.38-1.16%203.66-1.71c2.92-1.27%206.05-2.62%208.66-5.23c4.21-4.21%204.9-9.52%207.62-13.51q.315-.465.69-.93q.375-.45.78-.87c.34-.34.7-.66%201.07-.95q1.05-.81%202.22-1.35l.01-.01a13%2013%200%200%201%201.87-.67c.98-.26%202-.39%203.01-.39c.21%200%20.42.01.63.02c2.72.16%205.39%201.28%207.46%203.35c4.5%204.5%204.49%2011.78%200%2016.27%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%2072%2072%22%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%236a462f%22%20stroke%3D%22%236a462f%22%20d%3D%22M57.41%2033.18c-.11.11-.23.23-.36.34c-.12.11-.24.21-.37.33c-.13.09-.25.2-.39.3c-.58.44-1.2.82-1.86%201.18c-1.66.91-3.54%201.64-5.45%202.51c-.01%200-.01.01-.01.01c-.3.13-.59.26-.89.41c-.62.3-1.25.62-1.86.96c-.27.15-.53.3-.79.47c-.29.17-.58.36-.86.56c-.2.13-.4.27-.59.43c-.65.47-1.27%201-1.87%201.6c-.7.7-1.31%201.44-1.84%202.2c-.16.22-.31.44-.45.67c-.01.01-.02.02-.02.03c-2.3%203.57-3.19%207.48-5.32%2010.6c-.21.31-.44.62-.68.93c-.25.3-.51.59-.79.87c-3.24%203.24-7.92%204.14-11.97%202.72h-.01c-.65-.23-1.29-.53-1.9-.89q-.315-.18-.63-.39c-.15-.1-.3-.2-.44-.31c-.12-.08-.23-.17-.34-.26a7%207%200%200%201-.5-.42q-.24-.21-.48-.45s12.14-3.83%2018.14-12.83s13.24-12.13%2013.24-12.13s9.67-4.53%206.96-17.51c.83.49%201.62%201.09%202.33%201.8c4.5%204.5%204.49%2011.78%200%2016.27%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20stroke%3D%22%23a57939%22%20d%3D%22M48.12%2032.62s-8.356%202.479-13.24%2012.13c-5.224%2010.323-17.688%2013.6-18.14%2012.83c-4.48-4.49-4.48-11.78%200-16.27c.12-.11.24-.23.36-.34s.25-.21.38-.33c.13-.09.25-.2.39-.3c.57-.44%201.2-.82%201.86-1.18c1.14-.62%202.38-1.16%203.66-1.71c2.92-1.27%206.05-2.62%208.66-5.23c4.21-4.21%204.9-9.52%207.62-13.51q.315-.465.69-.93q.375-.45.78-.87c.34-.34.7-.66%201.07-.95q1.05-.81%202.22-1.35l.01-.01a13%2013%200%200%201%201.87-.67c.98-.26%202-.39%203.01-.39c.21%200%20.42.01.63.02c1.78.1%203.54.62%205.13%201.55c2.71%2012.98-6.96%2017.51-6.96%2017.51%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M57.41%2033.18c-.11.11-.23.23-.36.34c-.12.11-.24.21-.37.33c-.13.09-.25.2-.39.3c-.58.44-1.2.82-1.86%201.18c-1.66.91-3.54%201.64-5.45%202.51c-.01%200-.01.01-.01.01c-.3.13-.59.26-.89.41c-.62.3-1.25.62-1.86.96c-.27.15-.53.3-.79.47c-.29.17-.58.36-.86.56c-.2.13-.4.27-.59.43c-.65.47-1.27%201-1.87%201.6c-.7.7-1.31%201.44-1.84%202.2c-.16.22-.31.44-.45.67c-.01.01-.02.02-.02.03c-2.3%203.57-3.19%207.48-5.32%2010.6c-.21.31-.44.62-.68.93c-.25.3-.51.59-.79.87c-3.24%203.24-7.92%204.14-11.97%202.72h-.01c-.65-.23-1.29-.53-1.9-.89q-.315-.18-.63-.39c-.15-.1-.3-.2-.44-.31c-.12-.08-.23-.17-.34-.26a7%207%200%200%201-.5-.42q-.24-.21-.48-.45c-4.48-4.49-4.48-11.78%200-16.27c.12-.11.24-.23.36-.34s.25-.21.38-.33c.13-.09.25-.2.39-.3c.57-.44%201.2-.82%201.86-1.18c1.14-.62%202.38-1.16%203.66-1.71c2.92-1.27%206.05-2.62%208.66-5.23c4.21-4.21%204.9-9.52%207.62-13.51q.315-.465.69-.93q.375-.45.78-.87c.34-.34.7-.66%201.07-.95q1.05-.81%202.22-1.35l.01-.01a13%2013%200%200%201%201.87-.67c.98-.26%202-.39%203.01-.39c.21%200%20.42.01.63.02c2.72.16%205.39%201.28%207.46%203.35c4.5%204.5%204.49%2011.78%200%2016.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/peanuts.svg?color=%231a73e8&size=48