greenhouse logo

greenhouse from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
greenhouse
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the greenhouse logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.279 7.13c0 1.16-.49 2.185-1.293 2.987c-.891.891-2.184 1.114-2.184 1.872c0 1.025 1.65.713 3.231 2.295c1.048 1.047 1.694 2.43 1.694 4.034C17.727 21.482 15.187 24 12 24s-5.727-2.518-5.727-5.68c0-1.607.646-2.989 1.694-4.036c1.582-1.582 3.23-1.27 3.23-2.295c0-.758-1.292-.98-2.183-1.872c-.802-.802-1.293-1.827-1.293-3.03c0-2.318 1.895-4.19 4.212-4.19c.446 0 .847.067 1.181.067c.602 0 .914-.268.914-.691c0-.245-.112-.557-.112-.891c0-.758.647-1.382 1.427-1.382s1.404.646 1.404 1.426c0 .825-.647 1.204-1.137 1.382c-.401.134-.713.312-.713.713c0 .758 1.382 1.493 1.382 3.61zm-.446 11.19c0-2.206-1.627-3.99-3.833-3.99s-3.833 1.784-3.833 3.99c0 2.184 1.627 3.989 3.833 3.989s3.833-1.808 3.833-3.99zM14.518 7.086c0-1.404-1.136-2.562-2.518-2.562S9.482 5.682 9.482 7.086S10.618 9.65 12 9.65s2.518-1.159 2.518-2.563z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsGreenhouse(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="M16.279 7.13c0 1.16-.49 2.185-1.293 2.987c-.891.891-2.184 1.114-2.184 1.872c0 1.025 1.65.713 3.231 2.295c1.048 1.047 1.694 2.43 1.694 4.034C17.727 21.482 15.187 24 12 24s-5.727-2.518-5.727-5.68c0-1.607.646-2.989 1.694-4.036c1.582-1.582 3.23-1.27 3.23-2.295c0-.758-1.292-.98-2.183-1.872c-.802-.802-1.293-1.827-1.293-3.03c0-2.318 1.895-4.19 4.212-4.19c.446 0 .847.067 1.181.067c.602 0 .914-.268.914-.691c0-.245-.112-.557-.112-.891c0-.758.647-1.382 1.427-1.382s1.404.646 1.404 1.426c0 .825-.647 1.204-1.137 1.382c-.401.134-.713.312-.713.713c0 .758 1.382 1.493 1.382 3.61zm-.446 11.19c0-2.206-1.627-3.99-3.833-3.99s-3.833 1.784-3.833 3.99c0 2.184 1.627 3.989 3.833 3.989s3.833-1.808 3.833-3.99zM14.518 7.086c0-1.404-1.136-2.562-2.518-2.562S9.482 5.682 9.482 7.086S10.618 9.65 12 9.65s2.518-1.159 2.518-2.563z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.279 7.13c0 1.16-.49 2.185-1.293 2.987c-.891.891-2.184 1.114-2.184 1.872c0 1.025 1.65.713 3.231 2.295c1.048 1.047 1.694 2.43 1.694 4.034C17.727 21.482 15.187 24 12 24s-5.727-2.518-5.727-5.68c0-1.607.646-2.989 1.694-4.036c1.582-1.582 3.23-1.27 3.23-2.295c0-.758-1.292-.98-2.183-1.872c-.802-.802-1.293-1.827-1.293-3.03c0-2.318 1.895-4.19 4.212-4.19c.446 0 .847.067 1.181.067c.602 0 .914-.268.914-.691c0-.245-.112-.557-.112-.891c0-.758.647-1.382 1.427-1.382s1.404.646 1.404 1.426c0 .825-.647 1.204-1.137 1.382c-.401.134-.713.312-.713.713c0 .758 1.382 1.493 1.382 3.61zm-.446 11.19c0-2.206-1.627-3.99-3.833-3.99s-3.833 1.784-3.833 3.99c0 2.184 1.627 3.989 3.833 3.989s3.833-1.808 3.833-3.99zM14.518 7.086c0-1.404-1.136-2.562-2.518-2.562S9.482 5.682 9.482 7.086S10.618 9.65 12 9.65s2.518-1.159 2.518-2.563z"/></svg>
</template>

CSS

.icon-greenhouse {
  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%22M16.279%207.13c0%201.16-.49%202.185-1.293%202.987c-.891.891-2.184%201.114-2.184%201.872c0%201.025%201.65.713%203.231%202.295c1.048%201.047%201.694%202.43%201.694%204.034C17.727%2021.482%2015.187%2024%2012%2024s-5.727-2.518-5.727-5.68c0-1.607.646-2.989%201.694-4.036c1.582-1.582%203.23-1.27%203.23-2.295c0-.758-1.292-.98-2.183-1.872c-.802-.802-1.293-1.827-1.293-3.03c0-2.318%201.895-4.19%204.212-4.19c.446%200%20.847.067%201.181.067c.602%200%20.914-.268.914-.691c0-.245-.112-.557-.112-.891c0-.758.647-1.382%201.427-1.382s1.404.646%201.404%201.426c0%20.825-.647%201.204-1.137%201.382c-.401.134-.713.312-.713.713c0%20.758%201.382%201.493%201.382%203.61zm-.446%2011.19c0-2.206-1.627-3.99-3.833-3.99s-3.833%201.784-3.833%203.99c0%202.184%201.627%203.989%203.833%203.989s3.833-1.808%203.833-3.99zM14.518%207.086c0-1.404-1.136-2.562-2.518-2.562S9.482%205.682%209.482%207.086S10.618%209.65%2012%209.65s2.518-1.159%202.518-2.563z%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%22M16.279%207.13c0%201.16-.49%202.185-1.293%202.987c-.891.891-2.184%201.114-2.184%201.872c0%201.025%201.65.713%203.231%202.295c1.048%201.047%201.694%202.43%201.694%204.034C17.727%2021.482%2015.187%2024%2012%2024s-5.727-2.518-5.727-5.68c0-1.607.646-2.989%201.694-4.036c1.582-1.582%203.23-1.27%203.23-2.295c0-.758-1.292-.98-2.183-1.872c-.802-.802-1.293-1.827-1.293-3.03c0-2.318%201.895-4.19%204.212-4.19c.446%200%20.847.067%201.181.067c.602%200%20.914-.268.914-.691c0-.245-.112-.557-.112-.891c0-.758.647-1.382%201.427-1.382s1.404.646%201.404%201.426c0%20.825-.647%201.204-1.137%201.382c-.401.134-.713.312-.713.713c0%20.758%201.382%201.493%201.382%203.61zm-.446%2011.19c0-2.206-1.627-3.99-3.833-3.99s-3.833%201.784-3.833%203.99c0%202.184%201.627%203.989%203.833%203.989s3.833-1.808%203.833-3.99zM14.518%207.086c0-1.404-1.136-2.562-2.518-2.562S9.482%205.682%209.482%207.086S10.618%209.65%2012%209.65s2.518-1.159%202.518-2.563z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/greenhouse.svg?color=%231a73e8&size=48