bee icon
bee from IconPark TwoTone by ByteDance · Two tone · Animals · Apache-2.0 Free for personal and commercial use.
- Name
- bee
- Set
- IconPark TwoTone
- Style
- Two tone
- Category
- Animals
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More animals icons from IconPark TwoTone
Use the bee icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGNUQcGcFP"><g fill="none" stroke="#fff" stroke-width="4"><path fill="#555" d="M30 28.696C30 35 27.314 44 24 44s-6-9-6-15.304C18 24.998 20.686 22 24 22s6 2.998 6 6.696Z"/><path d="M11.478 17C13.988 17 20 19.239 20 22s-6.012 5-8.522 5S6 24.761 6 22s2.968-5 5.478-5Zm25.044 0C34.012 17 28 19.239 28 22s6.012 5 8.522 5S42 24.761 42 22s-2.968-5-5.478-5Z"/><rect width="10" height="13" x="19" y="9" fill="#555" rx="5"/><path stroke-linecap="round" d="M28 10a6 6 0 0 1 6-6m-13 6c0-3.314-3.134-6-7-6"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGNUQcGcFP)"/></svg>
React
import type { SVGProps } from "react";
export function IconParkTwotoneBee(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGNUQcGcFP"><g fill="none" stroke="#fff" strokeWidth="4"><path fill="#555" d="M30 28.696C30 35 27.314 44 24 44s-6-9-6-15.304C18 24.998 20.686 22 24 22s6 2.998 6 6.696Z"/><path d="M11.478 17C13.988 17 20 19.239 20 22s-6.012 5-8.522 5S6 24.761 6 22s2.968-5 5.478-5Zm25.044 0C34.012 17 28 19.239 28 22s6.012 5 8.522 5S42 24.761 42 22s-2.968-5-5.478-5Z"/><rect width="10" height="13" x="19" y="9" fill="#555" rx="5"/><path strokeLinecap="round" d="M28 10a6 6 0 0 1 6-6m-13 6c0-3.314-3.134-6-7-6"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGNUQcGcFP)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGNUQcGcFP"><g fill="none" stroke="#fff" stroke-width="4"><path fill="#555" d="M30 28.696C30 35 27.314 44 24 44s-6-9-6-15.304C18 24.998 20.686 22 24 22s6 2.998 6 6.696Z"/><path d="M11.478 17C13.988 17 20 19.239 20 22s-6.012 5-8.522 5S6 24.761 6 22s2.968-5 5.478-5Zm25.044 0C34.012 17 28 19.239 28 22s6.012 5 8.522 5S42 24.761 42 22s-2.968-5-5.478-5Z"/><rect width="10" height="13" x="19" y="9" fill="#555" rx="5"/><path stroke-linecap="round" d="M28 10a6 6 0 0 1 6-6m-13 6c0-3.314-3.134-6-7-6"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGNUQcGcFP)"/></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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGNUQcGcFP%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M30%2028.696C30%2035%2027.314%2044%2024%2044s-6-9-6-15.304C18%2024.998%2020.686%2022%2024%2022s6%202.998%206%206.696Z%22%2F%3E%3Cpath%20d%3D%22M11.478%2017C13.988%2017%2020%2019.239%2020%2022s-6.012%205-8.522%205S6%2024.761%206%2022s2.968-5%205.478-5Zm25.044%200C34.012%2017%2028%2019.239%2028%2022s6.012%205%208.522%205S42%2024.761%2042%2022s-2.968-5-5.478-5Z%22%2F%3E%3Crect%20width%3D%2210%22%20height%3D%2213%22%20x%3D%2219%22%20y%3D%229%22%20fill%3D%22%23555%22%20rx%3D%225%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M28%2010a6%206%200%200%201%206-6m-13%206c0-3.314-3.134-6-7-6%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGNUQcGcFP)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGNUQcGcFP%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M30%2028.696C30%2035%2027.314%2044%2024%2044s-6-9-6-15.304C18%2024.998%2020.686%2022%2024%2022s6%202.998%206%206.696Z%22%2F%3E%3Cpath%20d%3D%22M11.478%2017C13.988%2017%2020%2019.239%2020%2022s-6.012%205-8.522%205S6%2024.761%206%2022s2.968-5%205.478-5Zm25.044%200C34.012%2017%2028%2019.239%2028%2022s6.012%205%208.522%205S42%2024.761%2042%2022s-2.968-5-5.478-5Z%22%2F%3E%3Crect%20width%3D%2210%22%20height%3D%2213%22%20x%3D%2219%22%20y%3D%229%22%20fill%3D%22%23555%22%20rx%3D%225%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M28%2010a6%206%200%200%201%206-6m-13%206c0-3.314-3.134-6-7-6%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGNUQcGcFP)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-twotone/bee.svg?color=%231a73e8&size=48