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

Name
cannabis-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 cannabis icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 21.5v-3.992l-2.233.67c-1.884.565-3.308-.324-4.441-1.228l-.469-.385a1.25 1.25 0 0 1 .241-2.078l2.385-1.193l-2.766-2.766c-.903-.903-.03-2.39 1.163-2.103l.117.033l4.665 1.555l1.35-7.643l.034-.13a.75.75 0 0 1 1.443.13l1.347 7.643l4.667-1.555l.117-.033c1.193-.287 2.066 1.2 1.163 2.103l-2.768 2.766l2.387 1.193l.142.083c.631.425.736 1.323.22 1.881l-.12.114c-1.168.973-2.66 2.181-4.71 1.668l-.201-.055l-2.233-.67V21.5a.75.75 0 0 1-1.5 0"/></svg>

React

import type { SVGProps } from "react";

export function MynauiCannabisSolid(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="M11.25 21.5v-3.992l-2.233.67c-1.884.565-3.308-.324-4.441-1.228l-.469-.385a1.25 1.25 0 0 1 .241-2.078l2.385-1.193l-2.766-2.766c-.903-.903-.03-2.39 1.163-2.103l.117.033l4.665 1.555l1.35-7.643l.034-.13a.75.75 0 0 1 1.443.13l1.347 7.643l4.667-1.555l.117-.033c1.193-.287 2.066 1.2 1.163 2.103l-2.768 2.766l2.387 1.193l.142.083c.631.425.736 1.323.22 1.881l-.12.114c-1.168.973-2.66 2.181-4.71 1.668l-.201-.055l-2.233-.67V21.5a.75.75 0 0 1-1.5 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 21.5v-3.992l-2.233.67c-1.884.565-3.308-.324-4.441-1.228l-.469-.385a1.25 1.25 0 0 1 .241-2.078l2.385-1.193l-2.766-2.766c-.903-.903-.03-2.39 1.163-2.103l.117.033l4.665 1.555l1.35-7.643l.034-.13a.75.75 0 0 1 1.443.13l1.347 7.643l4.667-1.555l.117-.033c1.193-.287 2.066 1.2 1.163 2.103l-2.768 2.766l2.387 1.193l.142.083c.631.425.736 1.323.22 1.881l-.12.114c-1.168.973-2.66 2.181-4.71 1.668l-.201-.055l-2.233-.67V21.5a.75.75 0 0 1-1.5 0"/></svg>
</template>

CSS

.icon-cannabis-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%2021.5v-3.992l-2.233.67c-1.884.565-3.308-.324-4.441-1.228l-.469-.385a1.25%201.25%200%200%201%20.241-2.078l2.385-1.193l-2.766-2.766c-.903-.903-.03-2.39%201.163-2.103l.117.033l4.665%201.555l1.35-7.643l.034-.13a.75.75%200%200%201%201.443.13l1.347%207.643l4.667-1.555l.117-.033c1.193-.287%202.066%201.2%201.163%202.103l-2.768%202.766l2.387%201.193l.142.083c.631.425.736%201.323.22%201.881l-.12.114c-1.168.973-2.66%202.181-4.71%201.668l-.201-.055l-2.233-.67V21.5a.75.75%200%200%201-1.5%200%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%22M11.25%2021.5v-3.992l-2.233.67c-1.884.565-3.308-.324-4.441-1.228l-.469-.385a1.25%201.25%200%200%201%20.241-2.078l2.385-1.193l-2.766-2.766c-.903-.903-.03-2.39%201.163-2.103l.117.033l4.665%201.555l1.35-7.643l.034-.13a.75.75%200%200%201%201.443.13l1.347%207.643l4.667-1.555l.117-.033c1.193-.287%202.066%201.2%201.163%202.103l-2.768%202.766l2.387%201.193l.142.083c.631.425.736%201.323.22%201.881l-.12.114c-1.168.973-2.66%202.181-4.71%201.668l-.201-.055l-2.233-.67V21.5a.75.75%200%200%201-1.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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