broccoli emoji
broccoli from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- broccoli
- 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 broccoli emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.461 2a9.36 9.36 0 0 0-11.032 1.955C8.383 3.5 5.246 5 3.789 7.915a7.34 7.34 0 0 0 3.252 9.862l.004.001c.47.235.953.415 1.441.543l.156 2.483c.08 1.4-.21 2.81-.84 4.06l-.97 1.93c-.32.64-.07 1.43.58 1.76l2.78 1.4c.64.32 1.43.07 1.76-.58l.97-1.93a7.9 7.9 0 0 1 2.76-3.09l2.05-1.35c.382.301.8.568 1.25.793a7.34 7.34 0 0 0 9.863-3.253l.003-.006a7.39 7.39 0 0 0-1.388-8.502a9.36 9.36 0 0 0-4.997-10.034zm-6.798 20.044l-3.201 2.1l.933-2.244c.75.229 1.526.271 2.268.144m-3.98-1.066l-.961 2.296l-.226-3.738a4.9 4.9 0 0 0 1.186 1.442m.89-15.298a7.36 7.36 0 0 1 8.989-1.893a7.36 7.36 0 0 1 3.83 8.354l-.152.604l.477.403a5.39 5.39 0 0 1 1.34 6.498a5.34 5.34 0 0 1-7.174 2.365l-.004-.002a5.23 5.23 0 0 1-2.15-1.98l-.518-.86l-.858.52a2.937 2.937 0 0 1-4.445-2.246l-.091-.992l-.993.087a5.34 5.34 0 0 1-5.25-7.723l.002-.004c1.126-2.252 3.642-3.35 5.996-2.794l.606.143z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastBroccoli(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="M22.461 2a9.36 9.36 0 0 0-11.032 1.955C8.383 3.5 5.246 5 3.789 7.915a7.34 7.34 0 0 0 3.252 9.862l.004.001c.47.235.953.415 1.441.543l.156 2.483c.08 1.4-.21 2.81-.84 4.06l-.97 1.93c-.32.64-.07 1.43.58 1.76l2.78 1.4c.64.32 1.43.07 1.76-.58l.97-1.93a7.9 7.9 0 0 1 2.76-3.09l2.05-1.35c.382.301.8.568 1.25.793a7.34 7.34 0 0 0 9.863-3.253l.003-.006a7.39 7.39 0 0 0-1.388-8.502a9.36 9.36 0 0 0-4.997-10.034zm-6.798 20.044l-3.201 2.1l.933-2.244c.75.229 1.526.271 2.268.144m-3.98-1.066l-.961 2.296l-.226-3.738a4.9 4.9 0 0 0 1.186 1.442m.89-15.298a7.36 7.36 0 0 1 8.989-1.893a7.36 7.36 0 0 1 3.83 8.354l-.152.604l.477.403a5.39 5.39 0 0 1 1.34 6.498a5.34 5.34 0 0 1-7.174 2.365l-.004-.002a5.23 5.23 0 0 1-2.15-1.98l-.518-.86l-.858.52a2.937 2.937 0 0 1-4.445-2.246l-.091-.992l-.993.087a5.34 5.34 0 0 1-5.25-7.723l.002-.004c1.126-2.252 3.642-3.35 5.996-2.794l.606.143z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.461 2a9.36 9.36 0 0 0-11.032 1.955C8.383 3.5 5.246 5 3.789 7.915a7.34 7.34 0 0 0 3.252 9.862l.004.001c.47.235.953.415 1.441.543l.156 2.483c.08 1.4-.21 2.81-.84 4.06l-.97 1.93c-.32.64-.07 1.43.58 1.76l2.78 1.4c.64.32 1.43.07 1.76-.58l.97-1.93a7.9 7.9 0 0 1 2.76-3.09l2.05-1.35c.382.301.8.568 1.25.793a7.34 7.34 0 0 0 9.863-3.253l.003-.006a7.39 7.39 0 0 0-1.388-8.502a9.36 9.36 0 0 0-4.997-10.034zm-6.798 20.044l-3.201 2.1l.933-2.244c.75.229 1.526.271 2.268.144m-3.98-1.066l-.961 2.296l-.226-3.738a4.9 4.9 0 0 0 1.186 1.442m.89-15.298a7.36 7.36 0 0 1 8.989-1.893a7.36 7.36 0 0 1 3.83 8.354l-.152.604l.477.403a5.39 5.39 0 0 1 1.34 6.498a5.34 5.34 0 0 1-7.174 2.365l-.004-.002a5.23 5.23 0 0 1-2.15-1.98l-.518-.86l-.858.52a2.937 2.937 0 0 1-4.445-2.246l-.091-.992l-.993.087a5.34 5.34 0 0 1-5.25-7.723l.002-.004c1.126-2.252 3.642-3.35 5.996-2.794l.606.143z"/></svg> </template>
CSS
.icon-broccoli {
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%22M22.461%202a9.36%209.36%200%200%200-11.032%201.955C8.383%203.5%205.246%205%203.789%207.915a7.34%207.34%200%200%200%203.252%209.862l.004.001c.47.235.953.415%201.441.543l.156%202.483c.08%201.4-.21%202.81-.84%204.06l-.97%201.93c-.32.64-.07%201.43.58%201.76l2.78%201.4c.64.32%201.43.07%201.76-.58l.97-1.93a7.9%207.9%200%200%201%202.76-3.09l2.05-1.35c.382.301.8.568%201.25.793a7.34%207.34%200%200%200%209.863-3.253l.003-.006a7.39%207.39%200%200%200-1.388-8.502a9.36%209.36%200%200%200-4.997-10.034zm-6.798%2020.044l-3.201%202.1l.933-2.244c.75.229%201.526.271%202.268.144m-3.98-1.066l-.961%202.296l-.226-3.738a4.9%204.9%200%200%200%201.186%201.442m.89-15.298a7.36%207.36%200%200%201%208.989-1.893a7.36%207.36%200%200%201%203.83%208.354l-.152.604l.477.403a5.39%205.39%200%200%201%201.34%206.498a5.34%205.34%200%200%201-7.174%202.365l-.004-.002a5.23%205.23%200%200%201-2.15-1.98l-.518-.86l-.858.52a2.937%202.937%200%200%201-4.445-2.246l-.091-.992l-.993.087a5.34%205.34%200%200%201-5.25-7.723l.002-.004c1.126-2.252%203.642-3.35%205.996-2.794l.606.143z%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%22M22.461%202a9.36%209.36%200%200%200-11.032%201.955C8.383%203.5%205.246%205%203.789%207.915a7.34%207.34%200%200%200%203.252%209.862l.004.001c.47.235.953.415%201.441.543l.156%202.483c.08%201.4-.21%202.81-.84%204.06l-.97%201.93c-.32.64-.07%201.43.58%201.76l2.78%201.4c.64.32%201.43.07%201.76-.58l.97-1.93a7.9%207.9%200%200%201%202.76-3.09l2.05-1.35c.382.301.8.568%201.25.793a7.34%207.34%200%200%200%209.863-3.253l.003-.006a7.39%207.39%200%200%200-1.388-8.502a9.36%209.36%200%200%200-4.997-10.034zm-6.798%2020.044l-3.201%202.1l.933-2.244c.75.229%201.526.271%202.268.144m-3.98-1.066l-.961%202.296l-.226-3.738a4.9%204.9%200%200%200%201.186%201.442m.89-15.298a7.36%207.36%200%200%201%208.989-1.893a7.36%207.36%200%200%201%203.83%208.354l-.152.604l.477.403a5.39%205.39%200%200%201%201.34%206.498a5.34%205.34%200%200%201-7.174%202.365l-.004-.002a5.23%205.23%200%200%201-2.15-1.98l-.518-.86l-.858.52a2.937%202.937%200%200%201-4.445-2.246l-.091-.992l-.993.087a5.34%205.34%200%200%201-5.25-7.723l.002-.004c1.126-2.252%203.642-3.35%205.996-2.794l.606.143z%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/broccoli.svg?color=%231a73e8&size=48