cannabis icon
cannabis-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- cannabis-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cannabis-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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 22v-4.175Q9.95 18.5 8.838 19t-2.338.5q-1.575 0-2.963-.712T1 17q.925-.85 1.988-1.487t2.287-.888q-1.7-1.375-2.5-3.4T1.975 7q1.8.025 3.475.575T8.5 9.2V9q0-2.275 1.013-4.275T12 1q1.45 1.725 2.475 3.725T15.5 9q0 .05-.012.1t-.013.1q1.4-1.075 3.075-1.612T22.025 7q0 2.2-.812 4.225t-2.513 3.4q1.225.25 2.288.888T22.975 17q-1.15 1.075-2.525 1.788t-2.95.712q-1.25 0-2.363-.5T13 17.825V22zm-1.4-7.4q-.275-.95-.712-1.812T7.75 11.25q-.7-.7-1.562-1.137T4.375 9.4q.275.95.713 1.813t1.137 1.562q.675.7 1.55 1.138T9.6 14.6m-3.1 2.9q.525 0 1.025-.137T8.5 17q-.475-.2-.975-.35T6.5 16.5t-1.025.15t-1 .35q.475.225.988.363T6.5 17.5m5.5-3.8q.65-1.1 1.075-2.262T13.5 9t-.425-2.437T12 4.325q-.65 1.075-1.075 2.237T10.5 9t.425 2.45T12 13.7m2.4.9q.95-.25 1.813-.687t1.537-1.138q.7-.7 1.138-1.562T19.6 9.4q-.95.275-1.812.713t-1.563 1.137q-.7.675-1.137 1.538T14.4 14.6m3.1 2.9q.525 0 1.025-.137T19.5 17q-.475-.2-.975-.35T17.5 16.5t-1.025.15t-1 .35q.475.225.988.363t1.037.137m-2.025-.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCannabisOutline(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 22v-4.175Q9.95 18.5 8.838 19t-2.338.5q-1.575 0-2.963-.712T1 17q.925-.85 1.988-1.487t2.287-.888q-1.7-1.375-2.5-3.4T1.975 7q1.8.025 3.475.575T8.5 9.2V9q0-2.275 1.013-4.275T12 1q1.45 1.725 2.475 3.725T15.5 9q0 .05-.012.1t-.013.1q1.4-1.075 3.075-1.612T22.025 7q0 2.2-.812 4.225t-2.513 3.4q1.225.25 2.288.888T22.975 17q-1.15 1.075-2.525 1.788t-2.95.712q-1.25 0-2.363-.5T13 17.825V22zm-1.4-7.4q-.275-.95-.712-1.812T7.75 11.25q-.7-.7-1.562-1.137T4.375 9.4q.275.95.713 1.813t1.137 1.562q.675.7 1.55 1.138T9.6 14.6m-3.1 2.9q.525 0 1.025-.137T8.5 17q-.475-.2-.975-.35T6.5 16.5t-1.025.15t-1 .35q.475.225.988.363T6.5 17.5m5.5-3.8q.65-1.1 1.075-2.262T13.5 9t-.425-2.437T12 4.325q-.65 1.075-1.075 2.237T10.5 9t.425 2.45T12 13.7m2.4.9q.95-.25 1.813-.687t1.537-1.138q.7-.7 1.138-1.562T19.6 9.4q-.95.275-1.812.713t-1.563 1.137q-.7.675-1.137 1.538T14.4 14.6m3.1 2.9q.525 0 1.025-.137T19.5 17q-.475-.2-.975-.35T17.5 16.5t-1.025.15t-1 .35q.475.225.988.363t1.037.137m-2.025-.5"/></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 22v-4.175Q9.95 18.5 8.838 19t-2.338.5q-1.575 0-2.963-.712T1 17q.925-.85 1.988-1.487t2.287-.888q-1.7-1.375-2.5-3.4T1.975 7q1.8.025 3.475.575T8.5 9.2V9q0-2.275 1.013-4.275T12 1q1.45 1.725 2.475 3.725T15.5 9q0 .05-.012.1t-.013.1q1.4-1.075 3.075-1.612T22.025 7q0 2.2-.812 4.225t-2.513 3.4q1.225.25 2.288.888T22.975 17q-1.15 1.075-2.525 1.788t-2.95.712q-1.25 0-2.363-.5T13 17.825V22zm-1.4-7.4q-.275-.95-.712-1.812T7.75 11.25q-.7-.7-1.562-1.137T4.375 9.4q.275.95.713 1.813t1.137 1.562q.675.7 1.55 1.138T9.6 14.6m-3.1 2.9q.525 0 1.025-.137T8.5 17q-.475-.2-.975-.35T6.5 16.5t-1.025.15t-1 .35q.475.225.988.363T6.5 17.5m5.5-3.8q.65-1.1 1.075-2.262T13.5 9t-.425-2.437T12 4.325q-.65 1.075-1.075 2.237T10.5 9t.425 2.45T12 13.7m2.4.9q.95-.25 1.813-.687t1.537-1.138q.7-.7 1.138-1.562T19.6 9.4q-.95.275-1.812.713t-1.563 1.137q-.7.675-1.137 1.538T14.4 14.6m3.1 2.9q.525 0 1.025-.137T19.5 17q-.475-.2-.975-.35T17.5 16.5t-1.025.15t-1 .35q.475.225.988.363t1.037.137m-2.025-.5"/></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%2022v-4.175Q9.95%2018.5%208.838%2019t-2.338.5q-1.575%200-2.963-.712T1%2017q.925-.85%201.988-1.487t2.287-.888q-1.7-1.375-2.5-3.4T1.975%207q1.8.025%203.475.575T8.5%209.2V9q0-2.275%201.013-4.275T12%201q1.45%201.725%202.475%203.725T15.5%209q0%20.05-.012.1t-.013.1q1.4-1.075%203.075-1.612T22.025%207q0%202.2-.812%204.225t-2.513%203.4q1.225.25%202.288.888T22.975%2017q-1.15%201.075-2.525%201.788t-2.95.712q-1.25%200-2.363-.5T13%2017.825V22zm-1.4-7.4q-.275-.95-.712-1.812T7.75%2011.25q-.7-.7-1.562-1.137T4.375%209.4q.275.95.713%201.813t1.137%201.562q.675.7%201.55%201.138T9.6%2014.6m-3.1%202.9q.525%200%201.025-.137T8.5%2017q-.475-.2-.975-.35T6.5%2016.5t-1.025.15t-1%20.35q.475.225.988.363T6.5%2017.5m5.5-3.8q.65-1.1%201.075-2.262T13.5%209t-.425-2.437T12%204.325q-.65%201.075-1.075%202.237T10.5%209t.425%202.45T12%2013.7m2.4.9q.95-.25%201.813-.687t1.537-1.138q.7-.7%201.138-1.562T19.6%209.4q-.95.275-1.812.713t-1.563%201.137q-.7.675-1.137%201.538T14.4%2014.6m3.1%202.9q.525%200%201.025-.137T19.5%2017q-.475-.2-.975-.35T17.5%2016.5t-1.025.15t-1%20.35q.475.225.988.363t1.037.137m-2.025-.5%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%2022v-4.175Q9.95%2018.5%208.838%2019t-2.338.5q-1.575%200-2.963-.712T1%2017q.925-.85%201.988-1.487t2.287-.888q-1.7-1.375-2.5-3.4T1.975%207q1.8.025%203.475.575T8.5%209.2V9q0-2.275%201.013-4.275T12%201q1.45%201.725%202.475%203.725T15.5%209q0%20.05-.012.1t-.013.1q1.4-1.075%203.075-1.612T22.025%207q0%202.2-.812%204.225t-2.513%203.4q1.225.25%202.288.888T22.975%2017q-1.15%201.075-2.525%201.788t-2.95.712q-1.25%200-2.363-.5T13%2017.825V22zm-1.4-7.4q-.275-.95-.712-1.812T7.75%2011.25q-.7-.7-1.562-1.137T4.375%209.4q.275.95.713%201.813t1.137%201.562q.675.7%201.55%201.138T9.6%2014.6m-3.1%202.9q.525%200%201.025-.137T8.5%2017q-.475-.2-.975-.35T6.5%2016.5t-1.025.15t-1%20.35q.475.225.988.363T6.5%2017.5m5.5-3.8q.65-1.1%201.075-2.262T13.5%209t-.425-2.437T12%204.325q-.65%201.075-1.075%202.237T10.5%209t.425%202.45T12%2013.7m2.4.9q.95-.25%201.813-.687t1.537-1.138q.7-.7%201.138-1.562T19.6%209.4q-.95.275-1.812.713t-1.563%201.137q-.7.675-1.137%201.538T14.4%2014.6m3.1%202.9q.525%200%201.025-.137T19.5%2017q-.475-.2-.975-.35T17.5%2016.5t-1.025.15t-1%20.35q.475.225.988.363t1.037.137m-2.025-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/cannabis-outline.svg?color=%231a73e8&size=48