peanuts from Twitter Emoji by Twitter · Default · Food & Drink · CC-BY-4.0 Attribution required.

Name
peanuts
Set
Twitter Emoji
Style
Default
Category
Food & Drink
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More food & drink icons from Twitter Emoji

Use the peanuts emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#d99e82" d="M17.256 31.519c-4.754 4.754-11.207 5.573-14.683 2.097C-.902 30.141.056 23.55 4.672 18.934c3.355-3.356 6.711-3.356 9.228-5.873c2.517-2.516 1.678-5.033 5.454-8.809C23.968-.361 29.84-1.201 33.616 2.574c3.774 3.776 2.832 9.754-1.678 14.263c-3.775 3.775-6.292 2.936-8.809 5.452c-2.518 2.518-2.518 5.873-5.873 9.23"/><path fill="#c1694f" d="M8.211 21.397a1 1 0 0 1-.553-1.834a14 14 0 0 1 2.245-1.193c3.938-1.516 6.902-4.208 7.765-7.037a1 1 0 0 1 1.914.583c-1.039 3.406-4.46 6.589-8.931 8.309c-.665.28-1.31.623-1.889 1.006a1 1 0 0 1-.551.166m-5.044 8.937h-.022a1 1 0 0 1-.979-1.021c.047-2.164.385-4.916 2.601-7.002a1.001 1.001 0 0 1 1.372 1.457c-1.666 1.567-1.932 3.704-1.972 5.588a1 1 0 0 1-1 .978m4.125-.709q-.124 0-.249-.031a1 1 0 0 1-.721-1.217c.562-2.191 1.782-5.277 5.875-6.774a1.001 1.001 0 0 1 .686 1.879c-3.171 1.159-4.137 3.49-4.625 5.392a.995.995 0 0 1-.966.751m17.667-11.041a1.001 1.001 0 0 1-.333-1.943c4.279-1.51 6.849-4.449 7.856-8.982c.12-.54.657-.874 1.193-.759c.539.12.879.654.76 1.193c-1.154 5.19-4.23 8.701-9.144 10.435a1 1 0 0 1-.332.056"/><path fill="#c1694f" d="M24.459 14.875a1 1 0 0 1-.368-1.93c1.722-.682 3.378-2.263 4.12-3.935a1.001 1.001 0 0 1 1.828.812c-.956 2.151-3.002 4.107-5.212 4.982a1 1 0 0 1-.368.071m-8.709 7.209a1 1 0 0 1-.378-1.926c.955-.39 1.979-1.345 2.266-1.832a1 1 0 1 1 1.723 1.015c-.513.873-1.864 2.11-3.233 2.669a1 1 0 0 1-.378.074m4-12.667a1 1 0 0 1-.945-1.328c.4-1.152 1.234-2.255 2.124-2.812a1 1 0 0 1 1.061 1.696c-.421.263-1.017.973-1.295 1.772a1 1 0 0 1-.945.672M6.457 33.915a1 1 0 0 1-.988-.857c-.064-.451 0-1.253.098-1.691a1.01 1.01 0 0 1 1.193-.759a1 1 0 0 1 .759 1.194c-.064.286-.09.824-.069.975a1 1 0 0 1-.993 1.138"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiPeanuts(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#d99e82" d="M17.256 31.519c-4.754 4.754-11.207 5.573-14.683 2.097C-.902 30.141.056 23.55 4.672 18.934c3.355-3.356 6.711-3.356 9.228-5.873c2.517-2.516 1.678-5.033 5.454-8.809C23.968-.361 29.84-1.201 33.616 2.574c3.774 3.776 2.832 9.754-1.678 14.263c-3.775 3.775-6.292 2.936-8.809 5.452c-2.518 2.518-2.518 5.873-5.873 9.23"/><path fill="#c1694f" d="M8.211 21.397a1 1 0 0 1-.553-1.834a14 14 0 0 1 2.245-1.193c3.938-1.516 6.902-4.208 7.765-7.037a1 1 0 0 1 1.914.583c-1.039 3.406-4.46 6.589-8.931 8.309c-.665.28-1.31.623-1.889 1.006a1 1 0 0 1-.551.166m-5.044 8.937h-.022a1 1 0 0 1-.979-1.021c.047-2.164.385-4.916 2.601-7.002a1.001 1.001 0 0 1 1.372 1.457c-1.666 1.567-1.932 3.704-1.972 5.588a1 1 0 0 1-1 .978m4.125-.709q-.124 0-.249-.031a1 1 0 0 1-.721-1.217c.562-2.191 1.782-5.277 5.875-6.774a1.001 1.001 0 0 1 .686 1.879c-3.171 1.159-4.137 3.49-4.625 5.392a.995.995 0 0 1-.966.751m17.667-11.041a1.001 1.001 0 0 1-.333-1.943c4.279-1.51 6.849-4.449 7.856-8.982c.12-.54.657-.874 1.193-.759c.539.12.879.654.76 1.193c-1.154 5.19-4.23 8.701-9.144 10.435a1 1 0 0 1-.332.056"/><path fill="#c1694f" d="M24.459 14.875a1 1 0 0 1-.368-1.93c1.722-.682 3.378-2.263 4.12-3.935a1.001 1.001 0 0 1 1.828.812c-.956 2.151-3.002 4.107-5.212 4.982a1 1 0 0 1-.368.071m-8.709 7.209a1 1 0 0 1-.378-1.926c.955-.39 1.979-1.345 2.266-1.832a1 1 0 1 1 1.723 1.015c-.513.873-1.864 2.11-3.233 2.669a1 1 0 0 1-.378.074m4-12.667a1 1 0 0 1-.945-1.328c.4-1.152 1.234-2.255 2.124-2.812a1 1 0 0 1 1.061 1.696c-.421.263-1.017.973-1.295 1.772a1 1 0 0 1-.945.672M6.457 33.915a1 1 0 0 1-.988-.857c-.064-.451 0-1.253.098-1.691a1.01 1.01 0 0 1 1.193-.759a1 1 0 0 1 .759 1.194c-.064.286-.09.824-.069.975a1 1 0 0 1-.993 1.138"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#d99e82" d="M17.256 31.519c-4.754 4.754-11.207 5.573-14.683 2.097C-.902 30.141.056 23.55 4.672 18.934c3.355-3.356 6.711-3.356 9.228-5.873c2.517-2.516 1.678-5.033 5.454-8.809C23.968-.361 29.84-1.201 33.616 2.574c3.774 3.776 2.832 9.754-1.678 14.263c-3.775 3.775-6.292 2.936-8.809 5.452c-2.518 2.518-2.518 5.873-5.873 9.23"/><path fill="#c1694f" d="M8.211 21.397a1 1 0 0 1-.553-1.834a14 14 0 0 1 2.245-1.193c3.938-1.516 6.902-4.208 7.765-7.037a1 1 0 0 1 1.914.583c-1.039 3.406-4.46 6.589-8.931 8.309c-.665.28-1.31.623-1.889 1.006a1 1 0 0 1-.551.166m-5.044 8.937h-.022a1 1 0 0 1-.979-1.021c.047-2.164.385-4.916 2.601-7.002a1.001 1.001 0 0 1 1.372 1.457c-1.666 1.567-1.932 3.704-1.972 5.588a1 1 0 0 1-1 .978m4.125-.709q-.124 0-.249-.031a1 1 0 0 1-.721-1.217c.562-2.191 1.782-5.277 5.875-6.774a1.001 1.001 0 0 1 .686 1.879c-3.171 1.159-4.137 3.49-4.625 5.392a.995.995 0 0 1-.966.751m17.667-11.041a1.001 1.001 0 0 1-.333-1.943c4.279-1.51 6.849-4.449 7.856-8.982c.12-.54.657-.874 1.193-.759c.539.12.879.654.76 1.193c-1.154 5.19-4.23 8.701-9.144 10.435a1 1 0 0 1-.332.056"/><path fill="#c1694f" d="M24.459 14.875a1 1 0 0 1-.368-1.93c1.722-.682 3.378-2.263 4.12-3.935a1.001 1.001 0 0 1 1.828.812c-.956 2.151-3.002 4.107-5.212 4.982a1 1 0 0 1-.368.071m-8.709 7.209a1 1 0 0 1-.378-1.926c.955-.39 1.979-1.345 2.266-1.832a1 1 0 1 1 1.723 1.015c-.513.873-1.864 2.11-3.233 2.669a1 1 0 0 1-.378.074m4-12.667a1 1 0 0 1-.945-1.328c.4-1.152 1.234-2.255 2.124-2.812a1 1 0 0 1 1.061 1.696c-.421.263-1.017.973-1.295 1.772a1 1 0 0 1-.945.672M6.457 33.915a1 1 0 0 1-.988-.857c-.064-.451 0-1.253.098-1.691a1.01 1.01 0 0 1 1.193-.759a1 1 0 0 1 .759 1.194c-.064.286-.09.824-.069.975a1 1 0 0 1-.993 1.138"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23d99e82%22%20d%3D%22M17.256%2031.519c-4.754%204.754-11.207%205.573-14.683%202.097C-.902%2030.141.056%2023.55%204.672%2018.934c3.355-3.356%206.711-3.356%209.228-5.873c2.517-2.516%201.678-5.033%205.454-8.809C23.968-.361%2029.84-1.201%2033.616%202.574c3.774%203.776%202.832%209.754-1.678%2014.263c-3.775%203.775-6.292%202.936-8.809%205.452c-2.518%202.518-2.518%205.873-5.873%209.23%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M8.211%2021.397a1%201%200%200%201-.553-1.834a14%2014%200%200%201%202.245-1.193c3.938-1.516%206.902-4.208%207.765-7.037a1%201%200%200%201%201.914.583c-1.039%203.406-4.46%206.589-8.931%208.309c-.665.28-1.31.623-1.889%201.006a1%201%200%200%201-.551.166m-5.044%208.937h-.022a1%201%200%200%201-.979-1.021c.047-2.164.385-4.916%202.601-7.002a1.001%201.001%200%200%201%201.372%201.457c-1.666%201.567-1.932%203.704-1.972%205.588a1%201%200%200%201-1%20.978m4.125-.709q-.124%200-.249-.031a1%201%200%200%201-.721-1.217c.562-2.191%201.782-5.277%205.875-6.774a1.001%201.001%200%200%201%20.686%201.879c-3.171%201.159-4.137%203.49-4.625%205.392a.995.995%200%200%201-.966.751m17.667-11.041a1.001%201.001%200%200%201-.333-1.943c4.279-1.51%206.849-4.449%207.856-8.982c.12-.54.657-.874%201.193-.759c.539.12.879.654.76%201.193c-1.154%205.19-4.23%208.701-9.144%2010.435a1%201%200%200%201-.332.056%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M24.459%2014.875a1%201%200%200%201-.368-1.93c1.722-.682%203.378-2.263%204.12-3.935a1.001%201.001%200%200%201%201.828.812c-.956%202.151-3.002%204.107-5.212%204.982a1%201%200%200%201-.368.071m-8.709%207.209a1%201%200%200%201-.378-1.926c.955-.39%201.979-1.345%202.266-1.832a1%201%200%201%201%201.723%201.015c-.513.873-1.864%202.11-3.233%202.669a1%201%200%200%201-.378.074m4-12.667a1%201%200%200%201-.945-1.328c.4-1.152%201.234-2.255%202.124-2.812a1%201%200%200%201%201.061%201.696c-.421.263-1.017.973-1.295%201.772a1%201%200%200%201-.945.672M6.457%2033.915a1%201%200%200%201-.988-.857c-.064-.451%200-1.253.098-1.691a1.01%201.01%200%200%201%201.193-.759a1%201%200%200%201%20.759%201.194c-.064.286-.09.824-.069.975a1%201%200%200%201-.993%201.138%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23d99e82%22%20d%3D%22M17.256%2031.519c-4.754%204.754-11.207%205.573-14.683%202.097C-.902%2030.141.056%2023.55%204.672%2018.934c3.355-3.356%206.711-3.356%209.228-5.873c2.517-2.516%201.678-5.033%205.454-8.809C23.968-.361%2029.84-1.201%2033.616%202.574c3.774%203.776%202.832%209.754-1.678%2014.263c-3.775%203.775-6.292%202.936-8.809%205.452c-2.518%202.518-2.518%205.873-5.873%209.23%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M8.211%2021.397a1%201%200%200%201-.553-1.834a14%2014%200%200%201%202.245-1.193c3.938-1.516%206.902-4.208%207.765-7.037a1%201%200%200%201%201.914.583c-1.039%203.406-4.46%206.589-8.931%208.309c-.665.28-1.31.623-1.889%201.006a1%201%200%200%201-.551.166m-5.044%208.937h-.022a1%201%200%200%201-.979-1.021c.047-2.164.385-4.916%202.601-7.002a1.001%201.001%200%200%201%201.372%201.457c-1.666%201.567-1.932%203.704-1.972%205.588a1%201%200%200%201-1%20.978m4.125-.709q-.124%200-.249-.031a1%201%200%200%201-.721-1.217c.562-2.191%201.782-5.277%205.875-6.774a1.001%201.001%200%200%201%20.686%201.879c-3.171%201.159-4.137%203.49-4.625%205.392a.995.995%200%200%201-.966.751m17.667-11.041a1.001%201.001%200%200%201-.333-1.943c4.279-1.51%206.849-4.449%207.856-8.982c.12-.54.657-.874%201.193-.759c.539.12.879.654.76%201.193c-1.154%205.19-4.23%208.701-9.144%2010.435a1%201%200%200%201-.332.056%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M24.459%2014.875a1%201%200%200%201-.368-1.93c1.722-.682%203.378-2.263%204.12-3.935a1.001%201.001%200%200%201%201.828.812c-.956%202.151-3.002%204.107-5.212%204.982a1%201%200%200%201-.368.071m-8.709%207.209a1%201%200%200%201-.378-1.926c.955-.39%201.979-1.345%202.266-1.832a1%201%200%201%201%201.723%201.015c-.513.873-1.864%202.11-3.233%202.669a1%201%200%200%201-.378.074m4-12.667a1%201%200%200%201-.945-1.328c.4-1.152%201.234-2.255%202.124-2.812a1%201%200%200%201%201.061%201.696c-.421.263-1.017.973-1.295%201.772a1%201%200%200%201-.945.672M6.457%2033.915a1%201%200%200%201-.988-.857c-.064-.451%200-1.253.098-1.691a1.01%201.01%200%200%201%201.193-.759a1%201%200%200%201%20.759%201.194c-.064.286-.09.824-.069.975a1%201%200%200%201-.993%201.138%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/peanuts.svg?color=%231a73e8&size=48