shrub-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
shrub-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the shrub icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.243 18.903V20.5a.75.75 0 0 0 1.5 0v-1.597z"/><path d="M6.043 17.326c.93.911 2.093 1.578 3.351 1.578h1.849V15.47l-1.15-.575l-.067-.037a.75.75 0 0 1 .667-1.335l.07.03l1.565.783a1 1 0 0 1 .096.057l1.664-1.505A.75.75 0 0 1 15.095 14l-2.352 2.128v2.775h.734l.61.001h.524l.211-.01c2.184-.146 4.278-1.66 5.284-3.477c.529-.954.794-2.057.556-3.147c-.202-.922-.748-1.755-1.65-2.428c.738-1.883-.164-3.922-1.512-5.17c-1.404-1.3-3.591-2.021-5.501-.848c-1.664-1.106-3.722-1.324-5.225-.806c-.83.285-1.58.83-1.914 1.677c-.267.68-.219 1.431.11 2.202c-.937.756-1.451 1.791-1.637 2.91c-.218 1.315.011 2.75.503 4.055c.492 1.309 1.268 2.545 2.207 3.464"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiShrubSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.243 18.903V20.5a.75.75 0 0 0 1.5 0v-1.597z"/><path d="M6.043 17.326c.93.911 2.093 1.578 3.351 1.578h1.849V15.47l-1.15-.575l-.067-.037a.75.75 0 0 1 .667-1.335l.07.03l1.565.783a1 1 0 0 1 .096.057l1.664-1.505A.75.75 0 0 1 15.095 14l-2.352 2.128v2.775h.734l.61.001h.524l.211-.01c2.184-.146 4.278-1.66 5.284-3.477c.529-.954.794-2.057.556-3.147c-.202-.922-.748-1.755-1.65-2.428c.738-1.883-.164-3.922-1.512-5.17c-1.404-1.3-3.591-2.021-5.501-.848c-1.664-1.106-3.722-1.324-5.225-.806c-.83.285-1.58.83-1.914 1.677c-.267.68-.219 1.431.11 2.202c-.937.756-1.451 1.791-1.637 2.91c-.218 1.315.011 2.75.503 4.055c.492 1.309 1.268 2.545 2.207 3.464"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.243 18.903V20.5a.75.75 0 0 0 1.5 0v-1.597z"/><path d="M6.043 17.326c.93.911 2.093 1.578 3.351 1.578h1.849V15.47l-1.15-.575l-.067-.037a.75.75 0 0 1 .667-1.335l.07.03l1.565.783a1 1 0 0 1 .096.057l1.664-1.505A.75.75 0 0 1 15.095 14l-2.352 2.128v2.775h.734l.61.001h.524l.211-.01c2.184-.146 4.278-1.66 5.284-3.477c.529-.954.794-2.057.556-3.147c-.202-.922-.748-1.755-1.65-2.428c.738-1.883-.164-3.922-1.512-5.17c-1.404-1.3-3.591-2.021-5.501-.848c-1.664-1.106-3.722-1.324-5.225-.806c-.83.285-1.58.83-1.914 1.677c-.267.68-.219 1.431.11 2.202c-.937.756-1.451 1.791-1.637 2.91c-.218 1.315.011 2.75.503 4.055c.492 1.309 1.268 2.545 2.207 3.464"/></g></svg>
</template>

CSS

.icon-shrub-solid {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.243%2018.903V20.5a.75.75%200%200%200%201.5%200v-1.597z%22%2F%3E%3Cpath%20d%3D%22M6.043%2017.326c.93.911%202.093%201.578%203.351%201.578h1.849V15.47l-1.15-.575l-.067-.037a.75.75%200%200%201%20.667-1.335l.07.03l1.565.783a1%201%200%200%201%20.096.057l1.664-1.505A.75.75%200%200%201%2015.095%2014l-2.352%202.128v2.775h.734l.61.001h.524l.211-.01c2.184-.146%204.278-1.66%205.284-3.477c.529-.954.794-2.057.556-3.147c-.202-.922-.748-1.755-1.65-2.428c.738-1.883-.164-3.922-1.512-5.17c-1.404-1.3-3.591-2.021-5.501-.848c-1.664-1.106-3.722-1.324-5.225-.806c-.83.285-1.58.83-1.914%201.677c-.267.68-.219%201.431.11%202.202c-.937.756-1.451%201.791-1.637%202.91c-.218%201.315.011%202.75.503%204.055c.492%201.309%201.268%202.545%202.207%203.464%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.243%2018.903V20.5a.75.75%200%200%200%201.5%200v-1.597z%22%2F%3E%3Cpath%20d%3D%22M6.043%2017.326c.93.911%202.093%201.578%203.351%201.578h1.849V15.47l-1.15-.575l-.067-.037a.75.75%200%200%201%20.667-1.335l.07.03l1.565.783a1%201%200%200%201%20.096.057l1.664-1.505A.75.75%200%200%201%2015.095%2014l-2.352%202.128v2.775h.734l.61.001h.524l.211-.01c2.184-.146%204.278-1.66%205.284-3.477c.529-.954.794-2.057.556-3.147c-.202-.922-.748-1.755-1.65-2.428c.738-1.883-.164-3.922-1.512-5.17c-1.404-1.3-3.591-2.021-5.501-.848c-1.664-1.106-3.722-1.324-5.225-.806c-.83.285-1.58.83-1.914%201.677c-.267.68-.219%201.431.11%202.202c-.937.756-1.451%201.791-1.637%202.91c-.218%201.315.011%202.75.503%204.055c.492%201.309%201.268%202.545%202.207%203.464%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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