cannabis icon
cannabis from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- cannabis
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cannabis-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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.5 21v-4.06q-1.03.694-2.153 1.166q-1.122.471-2.366.471q-1.402 0-2.684-.53T2 16.557q1.021-.85 2.218-1.381q1.197-.532 2.518-.609q-.423-.154-.798-.375q-.375-.22-.702-.529q-1.373-1.24-2.134-2.929q-.762-1.688-.762-3.542q1.858.102 3.572.739T8.98 9.834q-.077-.338-.115-.667T8.827 8.5q0-2.064.897-3.89T12 1.25q1.335 1.552 2.254 3.37t.919 3.88q0 .339-.041.667q-.041.33-.138.648q1.362-1.267 3.104-1.891q1.743-.624 3.6-.732q0 1.874-.793 3.552t-2.166 2.92q-.327.288-.702.519t-.78.384q1.322.077 2.519.619q1.197.541 2.218 1.372q-1.034.94-2.313 1.48T17 18.577q-1.23 0-2.343-.48T12.5 16.96V21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCannabis(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.5 21v-4.06q-1.03.694-2.153 1.166q-1.122.471-2.366.471q-1.402 0-2.684-.53T2 16.557q1.021-.85 2.218-1.381q1.197-.532 2.518-.609q-.423-.154-.798-.375q-.375-.22-.702-.529q-1.373-1.24-2.134-2.929q-.762-1.688-.762-3.542q1.858.102 3.572.739T8.98 9.834q-.077-.338-.115-.667T8.827 8.5q0-2.064.897-3.89T12 1.25q1.335 1.552 2.254 3.37t.919 3.88q0 .339-.041.667q-.041.33-.138.648q1.362-1.267 3.104-1.891q1.743-.624 3.6-.732q0 1.874-.793 3.552t-2.166 2.92q-.327.288-.702.519t-.78.384q1.322.077 2.519.619q1.197.541 2.218 1.372q-1.034.94-2.313 1.48T17 18.577q-1.23 0-2.343-.48T12.5 16.96V21z"/></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.5 21v-4.06q-1.03.694-2.153 1.166q-1.122.471-2.366.471q-1.402 0-2.684-.53T2 16.557q1.021-.85 2.218-1.381q1.197-.532 2.518-.609q-.423-.154-.798-.375q-.375-.22-.702-.529q-1.373-1.24-2.134-2.929q-.762-1.688-.762-3.542q1.858.102 3.572.739T8.98 9.834q-.077-.338-.115-.667T8.827 8.5q0-2.064.897-3.89T12 1.25q1.335 1.552 2.254 3.37t.919 3.88q0 .339-.041.667q-.041.33-.138.648q1.362-1.267 3.104-1.891q1.743-.624 3.6-.732q0 1.874-.793 3.552t-2.166 2.92q-.327.288-.702.519t-.78.384q1.322.077 2.519.619q1.197.541 2.218 1.372q-1.034.94-2.313 1.48T17 18.577q-1.23 0-2.343-.48T12.5 16.96V21z"/></svg> </template>
CSS
.icon-cannabis {
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.5%2021v-4.06q-1.03.694-2.153%201.166q-1.122.471-2.366.471q-1.402%200-2.684-.53T2%2016.557q1.021-.85%202.218-1.381q1.197-.532%202.518-.609q-.423-.154-.798-.375q-.375-.22-.702-.529q-1.373-1.24-2.134-2.929q-.762-1.688-.762-3.542q1.858.102%203.572.739T8.98%209.834q-.077-.338-.115-.667T8.827%208.5q0-2.064.897-3.89T12%201.25q1.335%201.552%202.254%203.37t.919%203.88q0%20.339-.041.667q-.041.33-.138.648q1.362-1.267%203.104-1.891q1.743-.624%203.6-.732q0%201.874-.793%203.552t-2.166%202.92q-.327.288-.702.519t-.78.384q1.322.077%202.519.619q1.197.541%202.218%201.372q-1.034.94-2.313%201.48T17%2018.577q-1.23%200-2.343-.48T12.5%2016.96V21z%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.5%2021v-4.06q-1.03.694-2.153%201.166q-1.122.471-2.366.471q-1.402%200-2.684-.53T2%2016.557q1.021-.85%202.218-1.381q1.197-.532%202.518-.609q-.423-.154-.798-.375q-.375-.22-.702-.529q-1.373-1.24-2.134-2.929q-.762-1.688-.762-3.542q1.858.102%203.572.739T8.98%209.834q-.077-.338-.115-.667T8.827%208.5q0-2.064.897-3.89T12%201.25q1.335%201.552%202.254%203.37t.919%203.88q0%20.339-.041.667q-.041.33-.138.648q1.362-1.267%203.104-1.891q1.743-.624%203.6-.732q0%201.874-.793%203.552t-2.166%202.92q-.327.288-.702.519t-.78.384q1.322.077%202.519.619q1.197.541%202.218%201.372q-1.034.94-2.313%201.48T17%2018.577q-1.23%200-2.343-.48T12.5%2016.96V21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/cannabis.svg?color=%231a73e8&size=48