Cannabis icon

Cannabis is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

cannabis_outlined_fill0_wght400.svg

Cannabis icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=cannabis" />

<span class="material-symbols-outlined">cannabis</span>

Cannabis icon in React

// With the font from the HTML tab:
export function CannabisIcon() {
  return (
    <span className="material-symbols-outlined">
      cannabis
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import CannabisIcon from "@material-symbols/svg-400/outlined/cannabis.svg?react";

Cannabis icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">cannabis</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import CannabisIcon from "@material-symbols/svg-400/outlined/cannabis.svg?component"; -->

Cannabis icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">cannabis</mat-icon>

Cannabis icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.cannabis, fill: 0, weight: 400)

Cannabis icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/cannabis.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M11.25 22v-4.675q-1.175 .6-2.35 1.163T6.4 19.05q-1.512 0-2.843-.637Q2.225 17.775 1 16.95q1.025-1 2.238-1.712T5.875 14.4q-1.95-1.3-2.887-3.45T1.825 6.45q1.95-.05 3.738 .663T8.75 9.2q-.05-.225-.05-.458V8.275q0-2.275 .938-4.325T11.8 0q1.475 1.8 2.488 3.875T15.3 8.275q0 .233-.012 .467Q15.275 8.975 15.25 9.2q1.4-1.375 3.2-2.087T22.2 6.45q-.25 2.35-1.175 4.488T18.15 14.4q1.425 .125 2.625 .85t2.225 1.7q-1.225 .85-2.562 1.475T17.6 19.05q-1.322 0-2.498-.562Q13.925 17.925 12.75 17.325v4.675h-1.5Zm-1.3-7.375q-.325-1.15-.8-2.25t-1.275-1.975q-.8-.825-1.837-1.312T3.875 8.25q.3 1.175 .763 2.263T5.925 12.475q.8 .85 1.85 1.338t2.175 .812ZM6.388 17.55q.712 0 1.362-.25t1.3-.55q-.65-.3-1.287-.587T6.4 15.875q-.725 0-1.362 .263T3.75 16.7q.6 .35 1.263 .6t1.375 .25ZM12.05 14.5q.9-1.4 1.325-2.987T13.8 8.275q0-1.505-.537-2.877Q12.725 4.025 12 2.75q-.75 1.275-1.275 2.648-.525 1.372-.525 2.877 0 1.65 .525 3.213T12.05 14.5Zm2.025 .125q1.125-.325 2.163-.825t1.837-1.325q.8-.875 1.263-1.975t.787-2.25q-1.125 .35-2.162 .838T16.125 10.4q-.85 .875-1.312 1.963T14.075 14.625Zm3.525 2.925q.7 0 1.35-.25t1.3-.55q-.65-.3-1.287-.587T17.6 15.875q-.725 0-1.362 .288T14.95 16.75q.65 .3 1.3 .55t1.35 .25ZM9.95 14.625Zm-.9 2.125Zm3-2.25Zm2.025 .125Zm.875 2.125Z" />
</vector>

Cannabis icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/cannabis.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/cannabis.svg" width="24" height="24" alt="Cannabis">

Cannabis icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameCannabis
Ligaturecannabis
Code pointU+F2F3
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/cannabis.svg, cannabis-fill.svg
FlutterSymbols.cannabis
LicenseApache License 2.0 (© Google LLC)

Keywords

socialmedicalnaturerecreationgrowthnaturalorganicplantgreenleaflegalsmokeagriculture

Related icons