bell pepper emoji

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

Name
bell-pepper
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 bell pepper emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3e721d" d="M16 10c-1-3 0-8 4-9s6 1 6 2s-1 3-2 2s-3-1-4 1s0 4 0 4z"/><path fill="#5c913b" d="M23.945 21.966c0 7.199-3.092 8.978-11 12.034c-7.761 3-6.761-5-8-12.034c-.522-2.964-1.02-3.781-1.562-5.987c-.753-3.072-.58-7.048 4.562-7.048c8.837 0 16 5.836 16 13.035"/><path fill="#5c913b" d="M12.055 21.966c0 7.199 3.092 8.978 11 12.034c7.761 3 6.761-5 8-12.034c.522-2.964 1.02-3.781 1.562-5.987c.754-3.071.581-7.048-4.562-7.048c-8.837 0-16 5.836-16 13.035"/><path fill="#77b255" d="M24.971 22.431C24.971 29.887 24.05 35 18 35s-6.971-5.113-6.971-12.569S6.049 8 18 8s6.971 6.975 6.971 14.431"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiBellPepper(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3e721d" d="M16 10c-1-3 0-8 4-9s6 1 6 2s-1 3-2 2s-3-1-4 1s0 4 0 4z"/><path fill="#5c913b" d="M23.945 21.966c0 7.199-3.092 8.978-11 12.034c-7.761 3-6.761-5-8-12.034c-.522-2.964-1.02-3.781-1.562-5.987c-.753-3.072-.58-7.048 4.562-7.048c8.837 0 16 5.836 16 13.035"/><path fill="#5c913b" d="M12.055 21.966c0 7.199 3.092 8.978 11 12.034c7.761 3 6.761-5 8-12.034c.522-2.964 1.02-3.781 1.562-5.987c.754-3.071.581-7.048-4.562-7.048c-8.837 0-16 5.836-16 13.035"/><path fill="#77b255" d="M24.971 22.431C24.971 29.887 24.05 35 18 35s-6.971-5.113-6.971-12.569S6.049 8 18 8s6.971 6.975 6.971 14.431"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3e721d" d="M16 10c-1-3 0-8 4-9s6 1 6 2s-1 3-2 2s-3-1-4 1s0 4 0 4z"/><path fill="#5c913b" d="M23.945 21.966c0 7.199-3.092 8.978-11 12.034c-7.761 3-6.761-5-8-12.034c-.522-2.964-1.02-3.781-1.562-5.987c-.753-3.072-.58-7.048 4.562-7.048c8.837 0 16 5.836 16 13.035"/><path fill="#5c913b" d="M12.055 21.966c0 7.199 3.092 8.978 11 12.034c7.761 3 6.761-5 8-12.034c.522-2.964 1.02-3.781 1.562-5.987c.754-3.071.581-7.048-4.562-7.048c-8.837 0-16 5.836-16 13.035"/><path fill="#77b255" d="M24.971 22.431C24.971 29.887 24.05 35 18 35s-6.971-5.113-6.971-12.569S6.049 8 18 8s6.971 6.975 6.971 14.431"/></svg>
</template>

CSS

.icon-bell-pepper {
  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%233e721d%22%20d%3D%22M16%2010c-1-3%200-8%204-9s6%201%206%202s-1%203-2%202s-3-1-4%201s0%204%200%204z%22%2F%3E%3Cpath%20fill%3D%22%235c913b%22%20d%3D%22M23.945%2021.966c0%207.199-3.092%208.978-11%2012.034c-7.761%203-6.761-5-8-12.034c-.522-2.964-1.02-3.781-1.562-5.987c-.753-3.072-.58-7.048%204.562-7.048c8.837%200%2016%205.836%2016%2013.035%22%2F%3E%3Cpath%20fill%3D%22%235c913b%22%20d%3D%22M12.055%2021.966c0%207.199%203.092%208.978%2011%2012.034c7.761%203%206.761-5%208-12.034c.522-2.964%201.02-3.781%201.562-5.987c.754-3.071.581-7.048-4.562-7.048c-8.837%200-16%205.836-16%2013.035%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M24.971%2022.431C24.971%2029.887%2024.05%2035%2018%2035s-6.971-5.113-6.971-12.569S6.049%208%2018%208s6.971%206.975%206.971%2014.431%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%233e721d%22%20d%3D%22M16%2010c-1-3%200-8%204-9s6%201%206%202s-1%203-2%202s-3-1-4%201s0%204%200%204z%22%2F%3E%3Cpath%20fill%3D%22%235c913b%22%20d%3D%22M23.945%2021.966c0%207.199-3.092%208.978-11%2012.034c-7.761%203-6.761-5-8-12.034c-.522-2.964-1.02-3.781-1.562-5.987c-.753-3.072-.58-7.048%204.562-7.048c8.837%200%2016%205.836%2016%2013.035%22%2F%3E%3Cpath%20fill%3D%22%235c913b%22%20d%3D%22M12.055%2021.966c0%207.199%203.092%208.978%2011%2012.034c7.761%203%206.761-5%208-12.034c.522-2.964%201.02-3.781%201.562-5.987c.754-3.071.581-7.048-4.562-7.048c-8.837%200-16%205.836-16%2013.035%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M24.971%2022.431C24.971%2029.887%2024.05%2035%2018%2035s-6.971-5.113-6.971-12.569S6.049%208%2018%208s6.971%206.975%206.971%2014.431%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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