cannabis icon
cannabis-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- cannabis-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cannabis-outline-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.156 1.166q-1.125.471-2.363.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.073.897-3.895T12 1.25q1.335 1.552 2.254 3.368t.919 3.882q0 .332-.041.664t-.138.652q1.362-1.268 3.104-1.892q1.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.96V21zm-1.035-6.13q-.274-1.2-.77-2.332t-1.387-1.961q-1.027-.93-2.265-1.474q-1.237-.543-2.591-.76q.236 1.296.828 2.456q.591 1.16 1.565 2.053q.94.892 2.141 1.34q1.202.447 2.48.677M6.97 17.577q.862 0 1.679-.262t1.542-.7q-.753-.43-1.547-.753t-1.663-.323t-1.698.284q-.828.285-1.578.754q.744.456 1.574.728t1.691.272M12 14.2q.88-1.311 1.527-2.729q.646-1.417.646-2.971t-.646-2.971T12 2.825q-.92 1.287-1.546 2.704q-.627 1.417-.627 2.971q0 1.564.637 2.989T12 14.2m1.516.67q1.276-.231 2.475-.679q1.2-.447 2.139-1.339q.974-.893 1.565-2.053t.847-2.457q-1.373.217-2.61.751t-2.265 1.484q-.911.829-1.397 1.96q-.485 1.132-.754 2.332m3.494 2.708q.861 0 1.698-.253q.836-.253 1.58-.709q-.763-.45-1.58-.763T17 15.538q-.85 0-1.658.323q-.81.323-1.54.754q.725.437 1.536.7t1.672.262m-3.208-.961"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCannabisOutline(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.156 1.166q-1.125.471-2.363.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.073.897-3.895T12 1.25q1.335 1.552 2.254 3.368t.919 3.882q0 .332-.041.664t-.138.652q1.362-1.268 3.104-1.892q1.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.96V21zm-1.035-6.13q-.274-1.2-.77-2.332t-1.387-1.961q-1.027-.93-2.265-1.474q-1.237-.543-2.591-.76q.236 1.296.828 2.456q.591 1.16 1.565 2.053q.94.892 2.141 1.34q1.202.447 2.48.677M6.97 17.577q.862 0 1.679-.262t1.542-.7q-.753-.43-1.547-.753t-1.663-.323t-1.698.284q-.828.285-1.578.754q.744.456 1.574.728t1.691.272M12 14.2q.88-1.311 1.527-2.729q.646-1.417.646-2.971t-.646-2.971T12 2.825q-.92 1.287-1.546 2.704q-.627 1.417-.627 2.971q0 1.564.637 2.989T12 14.2m1.516.67q1.276-.231 2.475-.679q1.2-.447 2.139-1.339q.974-.893 1.565-2.053t.847-2.457q-1.373.217-2.61.751t-2.265 1.484q-.911.829-1.397 1.96q-.485 1.132-.754 2.332m3.494 2.708q.861 0 1.698-.253q.836-.253 1.58-.709q-.763-.45-1.58-.763T17 15.538q-.85 0-1.658.323q-.81.323-1.54.754q.725.437 1.536.7t1.672.262m-3.208-.961"/></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.156 1.166q-1.125.471-2.363.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.073.897-3.895T12 1.25q1.335 1.552 2.254 3.368t.919 3.882q0 .332-.041.664t-.138.652q1.362-1.268 3.104-1.892q1.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.96V21zm-1.035-6.13q-.274-1.2-.77-2.332t-1.387-1.961q-1.027-.93-2.265-1.474q-1.237-.543-2.591-.76q.236 1.296.828 2.456q.591 1.16 1.565 2.053q.94.892 2.141 1.34q1.202.447 2.48.677M6.97 17.577q.862 0 1.679-.262t1.542-.7q-.753-.43-1.547-.753t-1.663-.323t-1.698.284q-.828.285-1.578.754q.744.456 1.574.728t1.691.272M12 14.2q.88-1.311 1.527-2.729q.646-1.417.646-2.971t-.646-2.971T12 2.825q-.92 1.287-1.546 2.704q-.627 1.417-.627 2.971q0 1.564.637 2.989T12 14.2m1.516.67q1.276-.231 2.475-.679q1.2-.447 2.139-1.339q.974-.893 1.565-2.053t.847-2.457q-1.373.217-2.61.751t-2.265 1.484q-.911.829-1.397 1.96q-.485 1.132-.754 2.332m3.494 2.708q.861 0 1.698-.253q.836-.253 1.58-.709q-.763-.45-1.58-.763T17 15.538q-.85 0-1.658.323q-.81.323-1.54.754q.725.437 1.536.7t1.672.262m-3.208-.961"/></svg> </template>
CSS
.icon-cannabis-outline {
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.156%201.166q-1.125.471-2.363.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.073.897-3.895T12%201.25q1.335%201.552%202.254%203.368t.919%203.882q0%20.332-.041.664t-.138.652q1.362-1.268%203.104-1.892q1.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.96V21zm-1.035-6.13q-.274-1.2-.77-2.332t-1.387-1.961q-1.027-.93-2.265-1.474q-1.237-.543-2.591-.76q.236%201.296.828%202.456q.591%201.16%201.565%202.053q.94.892%202.141%201.34q1.202.447%202.48.677M6.97%2017.577q.862%200%201.679-.262t1.542-.7q-.753-.43-1.547-.753t-1.663-.323t-1.698.284q-.828.285-1.578.754q.744.456%201.574.728t1.691.272M12%2014.2q.88-1.311%201.527-2.729q.646-1.417.646-2.971t-.646-2.971T12%202.825q-.92%201.287-1.546%202.704q-.627%201.417-.627%202.971q0%201.564.637%202.989T12%2014.2m1.516.67q1.276-.231%202.475-.679q1.2-.447%202.139-1.339q.974-.893%201.565-2.053t.847-2.457q-1.373.217-2.61.751t-2.265%201.484q-.911.829-1.397%201.96q-.485%201.132-.754%202.332m3.494%202.708q.861%200%201.698-.253q.836-.253%201.58-.709q-.763-.45-1.58-.763T17%2015.538q-.85%200-1.658.323q-.81.323-1.54.754q.725.437%201.536.7t1.672.262m-3.208-.961%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.156%201.166q-1.125.471-2.363.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.073.897-3.895T12%201.25q1.335%201.552%202.254%203.368t.919%203.882q0%20.332-.041.664t-.138.652q1.362-1.268%203.104-1.892q1.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.96V21zm-1.035-6.13q-.274-1.2-.77-2.332t-1.387-1.961q-1.027-.93-2.265-1.474q-1.237-.543-2.591-.76q.236%201.296.828%202.456q.591%201.16%201.565%202.053q.94.892%202.141%201.34q1.202.447%202.48.677M6.97%2017.577q.862%200%201.679-.262t1.542-.7q-.753-.43-1.547-.753t-1.663-.323t-1.698.284q-.828.285-1.578.754q.744.456%201.574.728t1.691.272M12%2014.2q.88-1.311%201.527-2.729q.646-1.417.646-2.971t-.646-2.971T12%202.825q-.92%201.287-1.546%202.704q-.627%201.417-.627%202.971q0%201.564.637%202.989T12%2014.2m1.516.67q1.276-.231%202.475-.679q1.2-.447%202.139-1.339q.974-.893%201.565-2.053t.847-2.457q-1.373.217-2.61.751t-2.265%201.484q-.911.829-1.397%201.96q-.485%201.132-.754%202.332m3.494%202.708q.861%200%201.698-.253q.836-.253%201.58-.709q-.763-.45-1.58-.763T17%2015.538q-.85%200-1.658.323q-.81.323-1.54.754q.725.437%201.536.7t1.672.262m-3.208-.961%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-outline.svg?color=%231a73e8&size=48