beehive-off-outline from Material Design Icons by Pictogrammers · Outline · Agriculture · Apache-2.0 Free for personal and commercial use.

Name
beehive-off-outline
Set
Material Design Icons
Style
Outline
Category
Agriculture
Viewbox
24×24
License
Apache 2.0

More agriculture icons from Material Design Icons

Use the beehive off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m1.1 3l3.6 3.5c-1 .7-1.7 1.7-1.7 3c0 .6.2 1.2.5 1.7C2 11.6 1 12.9 1 14.5c0 1.3.7 2.3 1.7 3c-.5.5-.7 1.2-.7 2C2 21.4 3.6 23 5.5 23h13c.8 0 1.5-.3 2.1-.7l.7.7l1.3-1.3l-20.2-20zm8.1 8H6.5C5.7 11 5 10.3 5 9.5c0-.7.5-1.3 1.2-1.5zM9 21H5.5c-.8 0-1.5-.7-1.5-1.5S4.7 18 5.5 18H9zm.2-5H4.5c-.8 0-1.5-.7-1.5-1.5S3.7 13 4.5 13h6.7l1 1H12c-1.3 0-2.4.8-2.8 2m9.3 5H15v-3h1.2l2.9 2.9c-.2.1-.4.1-.6.1M7.1 3.9L5.7 2.5C6.3 1.6 7.3 1 8.5 1h7C17.4 1 19 2.6 19 4.5c0 .6-.2 1.2-.5 1.7C20 6.6 21 7.9 21 9.5c0 .6-.2 1.2-.5 1.7c1.4.5 2.5 1.8 2.5 3.3c0 1.3-.7 2.3-1.7 3q.45.6.6 1.2L19.2 16h.3c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5h-3.3l-2-2h3.3c.8 0 1.5-.7 1.5-1.5S18.3 8 17.5 8h-6.3l-2-2h6.3c.8 0 1.5-.7 1.5-1.5S16.3 3 15.5 3h-7c-.6 0-1.2.4-1.4.9"/></svg>

React

import type { SVGProps } from "react";

export function MdiBeehiveOffOutline(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="m1.1 3l3.6 3.5c-1 .7-1.7 1.7-1.7 3c0 .6.2 1.2.5 1.7C2 11.6 1 12.9 1 14.5c0 1.3.7 2.3 1.7 3c-.5.5-.7 1.2-.7 2C2 21.4 3.6 23 5.5 23h13c.8 0 1.5-.3 2.1-.7l.7.7l1.3-1.3l-20.2-20zm8.1 8H6.5C5.7 11 5 10.3 5 9.5c0-.7.5-1.3 1.2-1.5zM9 21H5.5c-.8 0-1.5-.7-1.5-1.5S4.7 18 5.5 18H9zm.2-5H4.5c-.8 0-1.5-.7-1.5-1.5S3.7 13 4.5 13h6.7l1 1H12c-1.3 0-2.4.8-2.8 2m9.3 5H15v-3h1.2l2.9 2.9c-.2.1-.4.1-.6.1M7.1 3.9L5.7 2.5C6.3 1.6 7.3 1 8.5 1h7C17.4 1 19 2.6 19 4.5c0 .6-.2 1.2-.5 1.7C20 6.6 21 7.9 21 9.5c0 .6-.2 1.2-.5 1.7c1.4.5 2.5 1.8 2.5 3.3c0 1.3-.7 2.3-1.7 3q.45.6.6 1.2L19.2 16h.3c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5h-3.3l-2-2h3.3c.8 0 1.5-.7 1.5-1.5S18.3 8 17.5 8h-6.3l-2-2h6.3c.8 0 1.5-.7 1.5-1.5S16.3 3 15.5 3h-7c-.6 0-1.2.4-1.4.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m1.1 3l3.6 3.5c-1 .7-1.7 1.7-1.7 3c0 .6.2 1.2.5 1.7C2 11.6 1 12.9 1 14.5c0 1.3.7 2.3 1.7 3c-.5.5-.7 1.2-.7 2C2 21.4 3.6 23 5.5 23h13c.8 0 1.5-.3 2.1-.7l.7.7l1.3-1.3l-20.2-20zm8.1 8H6.5C5.7 11 5 10.3 5 9.5c0-.7.5-1.3 1.2-1.5zM9 21H5.5c-.8 0-1.5-.7-1.5-1.5S4.7 18 5.5 18H9zm.2-5H4.5c-.8 0-1.5-.7-1.5-1.5S3.7 13 4.5 13h6.7l1 1H12c-1.3 0-2.4.8-2.8 2m9.3 5H15v-3h1.2l2.9 2.9c-.2.1-.4.1-.6.1M7.1 3.9L5.7 2.5C6.3 1.6 7.3 1 8.5 1h7C17.4 1 19 2.6 19 4.5c0 .6-.2 1.2-.5 1.7C20 6.6 21 7.9 21 9.5c0 .6-.2 1.2-.5 1.7c1.4.5 2.5 1.8 2.5 3.3c0 1.3-.7 2.3-1.7 3q.45.6.6 1.2L19.2 16h.3c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5h-3.3l-2-2h3.3c.8 0 1.5-.7 1.5-1.5S18.3 8 17.5 8h-6.3l-2-2h6.3c.8 0 1.5-.7 1.5-1.5S16.3 3 15.5 3h-7c-.6 0-1.2.4-1.4.9"/></svg>
</template>

CSS

.icon-beehive-off-outline {
  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%22m1.1%203l3.6%203.5c-1%20.7-1.7%201.7-1.7%203c0%20.6.2%201.2.5%201.7C2%2011.6%201%2012.9%201%2014.5c0%201.3.7%202.3%201.7%203c-.5.5-.7%201.2-.7%202C2%2021.4%203.6%2023%205.5%2023h13c.8%200%201.5-.3%202.1-.7l.7.7l1.3-1.3l-20.2-20zm8.1%208H6.5C5.7%2011%205%2010.3%205%209.5c0-.7.5-1.3%201.2-1.5zM9%2021H5.5c-.8%200-1.5-.7-1.5-1.5S4.7%2018%205.5%2018H9zm.2-5H4.5c-.8%200-1.5-.7-1.5-1.5S3.7%2013%204.5%2013h6.7l1%201H12c-1.3%200-2.4.8-2.8%202m9.3%205H15v-3h1.2l2.9%202.9c-.2.1-.4.1-.6.1M7.1%203.9L5.7%202.5C6.3%201.6%207.3%201%208.5%201h7C17.4%201%2019%202.6%2019%204.5c0%20.6-.2%201.2-.5%201.7C20%206.6%2021%207.9%2021%209.5c0%20.6-.2%201.2-.5%201.7c1.4.5%202.5%201.8%202.5%203.3c0%201.3-.7%202.3-1.7%203q.45.6.6%201.2L19.2%2016h.3c.8%200%201.5-.7%201.5-1.5s-.7-1.5-1.5-1.5h-3.3l-2-2h3.3c.8%200%201.5-.7%201.5-1.5S18.3%208%2017.5%208h-6.3l-2-2h6.3c.8%200%201.5-.7%201.5-1.5S16.3%203%2015.5%203h-7c-.6%200-1.2.4-1.4.9%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%22m1.1%203l3.6%203.5c-1%20.7-1.7%201.7-1.7%203c0%20.6.2%201.2.5%201.7C2%2011.6%201%2012.9%201%2014.5c0%201.3.7%202.3%201.7%203c-.5.5-.7%201.2-.7%202C2%2021.4%203.6%2023%205.5%2023h13c.8%200%201.5-.3%202.1-.7l.7.7l1.3-1.3l-20.2-20zm8.1%208H6.5C5.7%2011%205%2010.3%205%209.5c0-.7.5-1.3%201.2-1.5zM9%2021H5.5c-.8%200-1.5-.7-1.5-1.5S4.7%2018%205.5%2018H9zm.2-5H4.5c-.8%200-1.5-.7-1.5-1.5S3.7%2013%204.5%2013h6.7l1%201H12c-1.3%200-2.4.8-2.8%202m9.3%205H15v-3h1.2l2.9%202.9c-.2.1-.4.1-.6.1M7.1%203.9L5.7%202.5C6.3%201.6%207.3%201%208.5%201h7C17.4%201%2019%202.6%2019%204.5c0%20.6-.2%201.2-.5%201.7C20%206.6%2021%207.9%2021%209.5c0%20.6-.2%201.2-.5%201.7c1.4.5%202.5%201.8%202.5%203.3c0%201.3-.7%202.3-1.7%203q.45.6.6%201.2L19.2%2016h.3c.8%200%201.5-.7%201.5-1.5s-.7-1.5-1.5-1.5h-3.3l-2-2h3.3c.8%200%201.5-.7%201.5-1.5S18.3%208%2017.5%208h-6.3l-2-2h6.3c.8%200%201.5-.7%201.5-1.5S16.3%203%2015.5%203h-7c-.6%200-1.2.4-1.4.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/beehive-off-outline.svg?color=%231a73e8&size=48