bee icon
bee from Material Design Icons by Pictogrammers · Filled · Agriculture · Apache-2.0 Free for personal and commercial use.
- Name
- bee
- Set
- Material Design Icons
- Style
- Filled
- Category
- Agriculture
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- fly, insect
The same icon in other sets
More agriculture icons from Material Design Icons
Use the bee icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.4 9C17 7.8 16.2 7 15 6.5V5h-1v1.4h-.4c-1.1 0-2 .4-2.8 1.2l-.4.4L9 7.5c-.3-.1-.6-.2-1-.2c-.6 0-1.2.2-1.7.6c-.6.4-.9.9-1.1 1.4c-.2.7-.2 1.3 0 2c.3.7.6 1.2 1.1 1.5c-.4 1.5-.1 2.8 1 3.9c.8.8 1.7 1.2 2.8 1.2c.5 0 .8 0 1.1-.1c.6.8 1.4 1.3 2.4 1.3c.3 0 .7 0 1-.1c.6-.2 1-.6 1.4-1.1c.4-.6.6-1.1.6-1.7c0-.4 0-.7-.1-1l-.5-1.6l.6-.4c.8-.8 1.2-1.9 1.1-3.1H19V9zm-9.7 2.3c-.6-.3-.8-.7-.6-1.3q.3-.9 1.2-.6l3.2 1.2c-1.6.8-2.8 1-3.8.7m6.3 5.6c-.6.2-1 0-1.3-.6c-.3-1-.1-2.2.7-3.8l1.2 3.1c.2.7 0 1.1-.6 1.3m1.2-5.3l-.6-1.6v-.1l-.3-.3h-.1L12.6 9c.4-.3.8-.5 1.3-.5s1 .2 1.4.6s.6.8.6 1.3c-.2.3-.4.8-.7 1.2"/></svg>
React
import type { SVGProps } from "react";
export function MdiBee(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.4 9C17 7.8 16.2 7 15 6.5V5h-1v1.4h-.4c-1.1 0-2 .4-2.8 1.2l-.4.4L9 7.5c-.3-.1-.6-.2-1-.2c-.6 0-1.2.2-1.7.6c-.6.4-.9.9-1.1 1.4c-.2.7-.2 1.3 0 2c.3.7.6 1.2 1.1 1.5c-.4 1.5-.1 2.8 1 3.9c.8.8 1.7 1.2 2.8 1.2c.5 0 .8 0 1.1-.1c.6.8 1.4 1.3 2.4 1.3c.3 0 .7 0 1-.1c.6-.2 1-.6 1.4-1.1c.4-.6.6-1.1.6-1.7c0-.4 0-.7-.1-1l-.5-1.6l.6-.4c.8-.8 1.2-1.9 1.1-3.1H19V9zm-9.7 2.3c-.6-.3-.8-.7-.6-1.3q.3-.9 1.2-.6l3.2 1.2c-1.6.8-2.8 1-3.8.7m6.3 5.6c-.6.2-1 0-1.3-.6c-.3-1-.1-2.2.7-3.8l1.2 3.1c.2.7 0 1.1-.6 1.3m1.2-5.3l-.6-1.6v-.1l-.3-.3h-.1L12.6 9c.4-.3.8-.5 1.3-.5s1 .2 1.4.6s.6.8.6 1.3c-.2.3-.4.8-.7 1.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.4 9C17 7.8 16.2 7 15 6.5V5h-1v1.4h-.4c-1.1 0-2 .4-2.8 1.2l-.4.4L9 7.5c-.3-.1-.6-.2-1-.2c-.6 0-1.2.2-1.7.6c-.6.4-.9.9-1.1 1.4c-.2.7-.2 1.3 0 2c.3.7.6 1.2 1.1 1.5c-.4 1.5-.1 2.8 1 3.9c.8.8 1.7 1.2 2.8 1.2c.5 0 .8 0 1.1-.1c.6.8 1.4 1.3 2.4 1.3c.3 0 .7 0 1-.1c.6-.2 1-.6 1.4-1.1c.4-.6.6-1.1.6-1.7c0-.4 0-.7-.1-1l-.5-1.6l.6-.4c.8-.8 1.2-1.9 1.1-3.1H19V9zm-9.7 2.3c-.6-.3-.8-.7-.6-1.3q.3-.9 1.2-.6l3.2 1.2c-1.6.8-2.8 1-3.8.7m6.3 5.6c-.6.2-1 0-1.3-.6c-.3-1-.1-2.2.7-3.8l1.2 3.1c.2.7 0 1.1-.6 1.3m1.2-5.3l-.6-1.6v-.1l-.3-.3h-.1L12.6 9c.4-.3.8-.5 1.3-.5s1 .2 1.4.6s.6.8.6 1.3c-.2.3-.4.8-.7 1.2"/></svg> </template>
CSS
.icon-bee {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.4%209C17%207.8%2016.2%207%2015%206.5V5h-1v1.4h-.4c-1.1%200-2%20.4-2.8%201.2l-.4.4L9%207.5c-.3-.1-.6-.2-1-.2c-.6%200-1.2.2-1.7.6c-.6.4-.9.9-1.1%201.4c-.2.7-.2%201.3%200%202c.3.7.6%201.2%201.1%201.5c-.4%201.5-.1%202.8%201%203.9c.8.8%201.7%201.2%202.8%201.2c.5%200%20.8%200%201.1-.1c.6.8%201.4%201.3%202.4%201.3c.3%200%20.7%200%201-.1c.6-.2%201-.6%201.4-1.1c.4-.6.6-1.1.6-1.7c0-.4%200-.7-.1-1l-.5-1.6l.6-.4c.8-.8%201.2-1.9%201.1-3.1H19V9zm-9.7%202.3c-.6-.3-.8-.7-.6-1.3q.3-.9%201.2-.6l3.2%201.2c-1.6.8-2.8%201-3.8.7m6.3%205.6c-.6.2-1%200-1.3-.6c-.3-1-.1-2.2.7-3.8l1.2%203.1c.2.7%200%201.1-.6%201.3m1.2-5.3l-.6-1.6v-.1l-.3-.3h-.1L12.6%209c.4-.3.8-.5%201.3-.5s1%20.2%201.4.6s.6.8.6%201.3c-.2.3-.4.8-.7%201.2%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.4%209C17%207.8%2016.2%207%2015%206.5V5h-1v1.4h-.4c-1.1%200-2%20.4-2.8%201.2l-.4.4L9%207.5c-.3-.1-.6-.2-1-.2c-.6%200-1.2.2-1.7.6c-.6.4-.9.9-1.1%201.4c-.2.7-.2%201.3%200%202c.3.7.6%201.2%201.1%201.5c-.4%201.5-.1%202.8%201%203.9c.8.8%201.7%201.2%202.8%201.2c.5%200%20.8%200%201.1-.1c.6.8%201.4%201.3%202.4%201.3c.3%200%20.7%200%201-.1c.6-.2%201-.6%201.4-1.1c.4-.6.6-1.1.6-1.7c0-.4%200-.7-.1-1l-.5-1.6l.6-.4c.8-.8%201.2-1.9%201.1-3.1H19V9zm-9.7%202.3c-.6-.3-.8-.7-.6-1.3q.3-.9%201.2-.6l3.2%201.2c-1.6.8-2.8%201-3.8.7m6.3%205.6c-.6.2-1%200-1.3-.6c-.3-1-.1-2.2.7-3.8l1.2%203.1c.2.7%200%201.1-.6%201.3m1.2-5.3l-.6-1.6v-.1l-.3-.3h-.1L12.6%209c.4-.3.8-.5%201.3-.5s1%20.2%201.4.6s.6.8.6%201.3c-.2.3-.4.8-.7%201.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/bee.svg?color=%231a73e8&size=48