bell pepper emoji
bell-pepper from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- bell-pepper
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More food & drink icons from Fluent Emoji High Contrast
Use the bell pepper emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.274 7.304q-.395.17-.737.422A3.1 3.1 0 0 0 9.534 7h-2.78a3.75 3.75 0 0 0-3.74 4.07l1.32 15.12c.19 2.15 2 3.81 4.16 3.81a4.16 4.16 0 0 0 3.344-1.685A5.98 5.98 0 0 0 16.004 30a5.98 5.98 0 0 0 4.167-1.685A4.16 4.16 0 0 0 23.514 30c2.16 0 3.97-1.66 4.16-3.81l1.31-15.11A3.74 3.74 0 0 0 25.254 7h-2.78c-.764 0-1.461.273-2.002.726a3.8 3.8 0 0 0-.738-.422a4.18 4.18 0 0 0-2.58-2.143q.045-.102.1-.201c.35-.6 1-.96 1.7-.96h.05c.55 0 1-.45 1-1s-.45-1-1-1h-.04c-1.4 0-2.73.73-3.42 1.95a4 4 0 0 0-.446 1.149a4.18 4.18 0 0 0-2.824 2.205M9.534 9c.295 0 .563.113.762.298a3.7 3.7 0 0 0-.292 1.452V24c0 .893.196 1.74.547 2.502A2.16 2.16 0 0 1 8.494 28a2.184 2.184 0 0 1-2.167-1.985l-1.32-15.118A1.75 1.75 0 0 1 6.754 9zm12.47 15V10.75a3.7 3.7 0 0 0-.292-1.452c.2-.185.467-.298.762-.298h2.78a1.74 1.74 0 0 1 1.738 1.899l-1.31 15.115v.001A2.184 2.184 0 0 1 23.514 28c-.96 0-1.776-.628-2.056-1.498A6 6 0 0 0 22.004 24m-10 0V10.75c0-.965.785-1.75 1.75-1.75h4.5c.966 0 1.75.785 1.75 1.75V24c0 2.205-1.794 4-4 4s-4-1.795-4-4"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastBellPepper(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.274 7.304q-.395.17-.737.422A3.1 3.1 0 0 0 9.534 7h-2.78a3.75 3.75 0 0 0-3.74 4.07l1.32 15.12c.19 2.15 2 3.81 4.16 3.81a4.16 4.16 0 0 0 3.344-1.685A5.98 5.98 0 0 0 16.004 30a5.98 5.98 0 0 0 4.167-1.685A4.16 4.16 0 0 0 23.514 30c2.16 0 3.97-1.66 4.16-3.81l1.31-15.11A3.74 3.74 0 0 0 25.254 7h-2.78c-.764 0-1.461.273-2.002.726a3.8 3.8 0 0 0-.738-.422a4.18 4.18 0 0 0-2.58-2.143q.045-.102.1-.201c.35-.6 1-.96 1.7-.96h.05c.55 0 1-.45 1-1s-.45-1-1-1h-.04c-1.4 0-2.73.73-3.42 1.95a4 4 0 0 0-.446 1.149a4.18 4.18 0 0 0-2.824 2.205M9.534 9c.295 0 .563.113.762.298a3.7 3.7 0 0 0-.292 1.452V24c0 .893.196 1.74.547 2.502A2.16 2.16 0 0 1 8.494 28a2.184 2.184 0 0 1-2.167-1.985l-1.32-15.118A1.75 1.75 0 0 1 6.754 9zm12.47 15V10.75a3.7 3.7 0 0 0-.292-1.452c.2-.185.467-.298.762-.298h2.78a1.74 1.74 0 0 1 1.738 1.899l-1.31 15.115v.001A2.184 2.184 0 0 1 23.514 28c-.96 0-1.776-.628-2.056-1.498A6 6 0 0 0 22.004 24m-10 0V10.75c0-.965.785-1.75 1.75-1.75h4.5c.966 0 1.75.785 1.75 1.75V24c0 2.205-1.794 4-4 4s-4-1.795-4-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.274 7.304q-.395.17-.737.422A3.1 3.1 0 0 0 9.534 7h-2.78a3.75 3.75 0 0 0-3.74 4.07l1.32 15.12c.19 2.15 2 3.81 4.16 3.81a4.16 4.16 0 0 0 3.344-1.685A5.98 5.98 0 0 0 16.004 30a5.98 5.98 0 0 0 4.167-1.685A4.16 4.16 0 0 0 23.514 30c2.16 0 3.97-1.66 4.16-3.81l1.31-15.11A3.74 3.74 0 0 0 25.254 7h-2.78c-.764 0-1.461.273-2.002.726a3.8 3.8 0 0 0-.738-.422a4.18 4.18 0 0 0-2.58-2.143q.045-.102.1-.201c.35-.6 1-.96 1.7-.96h.05c.55 0 1-.45 1-1s-.45-1-1-1h-.04c-1.4 0-2.73.73-3.42 1.95a4 4 0 0 0-.446 1.149a4.18 4.18 0 0 0-2.824 2.205M9.534 9c.295 0 .563.113.762.298a3.7 3.7 0 0 0-.292 1.452V24c0 .893.196 1.74.547 2.502A2.16 2.16 0 0 1 8.494 28a2.184 2.184 0 0 1-2.167-1.985l-1.32-15.118A1.75 1.75 0 0 1 6.754 9zm12.47 15V10.75a3.7 3.7 0 0 0-.292-1.452c.2-.185.467-.298.762-.298h2.78a1.74 1.74 0 0 1 1.738 1.899l-1.31 15.115v.001A2.184 2.184 0 0 1 23.514 28c-.96 0-1.776-.628-2.056-1.498A6 6 0 0 0 22.004 24m-10 0V10.75c0-.965.785-1.75 1.75-1.75h4.5c.966 0 1.75.785 1.75 1.75V24c0 2.205-1.794 4-4 4s-4-1.795-4-4"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.274%207.304q-.395.17-.737.422A3.1%203.1%200%200%200%209.534%207h-2.78a3.75%203.75%200%200%200-3.74%204.07l1.32%2015.12c.19%202.15%202%203.81%204.16%203.81a4.16%204.16%200%200%200%203.344-1.685A5.98%205.98%200%200%200%2016.004%2030a5.98%205.98%200%200%200%204.167-1.685A4.16%204.16%200%200%200%2023.514%2030c2.16%200%203.97-1.66%204.16-3.81l1.31-15.11A3.74%203.74%200%200%200%2025.254%207h-2.78c-.764%200-1.461.273-2.002.726a3.8%203.8%200%200%200-.738-.422a4.18%204.18%200%200%200-2.58-2.143q.045-.102.1-.201c.35-.6%201-.96%201.7-.96h.05c.55%200%201-.45%201-1s-.45-1-1-1h-.04c-1.4%200-2.73.73-3.42%201.95a4%204%200%200%200-.446%201.149a4.18%204.18%200%200%200-2.824%202.205M9.534%209c.295%200%20.563.113.762.298a3.7%203.7%200%200%200-.292%201.452V24c0%20.893.196%201.74.547%202.502A2.16%202.16%200%200%201%208.494%2028a2.184%202.184%200%200%201-2.167-1.985l-1.32-15.118A1.75%201.75%200%200%201%206.754%209zm12.47%2015V10.75a3.7%203.7%200%200%200-.292-1.452c.2-.185.467-.298.762-.298h2.78a1.74%201.74%200%200%201%201.738%201.899l-1.31%2015.115v.001A2.184%202.184%200%200%201%2023.514%2028c-.96%200-1.776-.628-2.056-1.498A6%206%200%200%200%2022.004%2024m-10%200V10.75c0-.965.785-1.75%201.75-1.75h4.5c.966%200%201.75.785%201.75%201.75V24c0%202.205-1.794%204-4%204s-4-1.795-4-4%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.274%207.304q-.395.17-.737.422A3.1%203.1%200%200%200%209.534%207h-2.78a3.75%203.75%200%200%200-3.74%204.07l1.32%2015.12c.19%202.15%202%203.81%204.16%203.81a4.16%204.16%200%200%200%203.344-1.685A5.98%205.98%200%200%200%2016.004%2030a5.98%205.98%200%200%200%204.167-1.685A4.16%204.16%200%200%200%2023.514%2030c2.16%200%203.97-1.66%204.16-3.81l1.31-15.11A3.74%203.74%200%200%200%2025.254%207h-2.78c-.764%200-1.461.273-2.002.726a3.8%203.8%200%200%200-.738-.422a4.18%204.18%200%200%200-2.58-2.143q.045-.102.1-.201c.35-.6%201-.96%201.7-.96h.05c.55%200%201-.45%201-1s-.45-1-1-1h-.04c-1.4%200-2.73.73-3.42%201.95a4%204%200%200%200-.446%201.149a4.18%204.18%200%200%200-2.824%202.205M9.534%209c.295%200%20.563.113.762.298a3.7%203.7%200%200%200-.292%201.452V24c0%20.893.196%201.74.547%202.502A2.16%202.16%200%200%201%208.494%2028a2.184%202.184%200%200%201-2.167-1.985l-1.32-15.118A1.75%201.75%200%200%201%206.754%209zm12.47%2015V10.75a3.7%203.7%200%200%200-.292-1.452c.2-.185.467-.298.762-.298h2.78a1.74%201.74%200%200%201%201.738%201.899l-1.31%2015.115v.001A2.184%202.184%200%200%201%2023.514%2028c-.96%200-1.776-.628-2.056-1.498A6%206%200%200%200%2022.004%2024m-10%200V10.75c0-.965.785-1.75%201.75-1.75h4.5c.966%200%201.75.785%201.75%201.75V24c0%202.205-1.794%204-4%204s-4-1.795-4-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/bell-pepper.svg?color=%231a73e8&size=48