cannabis from Font Awesome 6 Solid by Dave Gandy · Regular · Medical · CC-BY-4.0 Attribution required.

Name
cannabis
Set
Font Awesome 6 Solid
Style
Regular
Category
Medical
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More medical icons from Font Awesome 6 Solid

Use the cannabis icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 0c5.3 0 10.3 2.7 13.3 7.1c15.8 23.5 36.7 63.7 49.2 109c7.2 26.4 11.8 55.2 10.4 84c11.5-8.8 23.7-16.7 35.8-23.6c41-23.3 84.4-36.9 112.2-42.5c5.2-1 10.7.6 14.4 4.4s5.4 9.2 4.4 14.5c-5.6 27.7-19.3 70.9-42.7 111.7c-9.1 15.9-19.9 31.7-32.4 46.3c27.8 6.6 52.4 17.3 67.2 25.5c5.1 2.8 8.2 8.2 8.2 14s-3.2 11.2-8.2 14c-15.2 8.4-40.9 19.5-69.8 26.1c-20.2 4.6-42.9 7.2-65.2 4.6l8.3 33.1c1.5 6.1-.6 12.4-5.5 16.4s-11.6 4.6-17.2 1.9L280 417.2V488c0 13.3-10.7 24-24 24s-24-10.7-24-24v-70.8l-58.5 29.1c-5.6 2.8-12.3 2.1-17.2-1.9s-7-10.3-5.5-16.4l8.3-33.1c-22.2 2.6-45 0-65.2-4.6c-28.9-6.6-54.6-17.6-69.8-26.1c-5.1-2.8-8.2-8.2-8.2-14s3.2-11.2 8.2-14c14.8-8.2 39.4-18.8 67.2-25.5c-12.4-14.4-23.2-30.2-32.3-46.1c-23.4-40.8-37.1-84-42.7-111.7c-1.1-5.2.6-10.7 4.4-14.5s9.2-5.4 14.4-4.4c27.9 5.5 71.2 19.2 112.2 42.5c12.1 6.9 24.3 14.7 35.8 23.6c-1.4-28.7 3.1-57.6 10.4-84c12.5-45.3 33.4-85.5 49.2-109c3-4.4 8-7.1 13.3-7.1"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidCannabis(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 0c5.3 0 10.3 2.7 13.3 7.1c15.8 23.5 36.7 63.7 49.2 109c7.2 26.4 11.8 55.2 10.4 84c11.5-8.8 23.7-16.7 35.8-23.6c41-23.3 84.4-36.9 112.2-42.5c5.2-1 10.7.6 14.4 4.4s5.4 9.2 4.4 14.5c-5.6 27.7-19.3 70.9-42.7 111.7c-9.1 15.9-19.9 31.7-32.4 46.3c27.8 6.6 52.4 17.3 67.2 25.5c5.1 2.8 8.2 8.2 8.2 14s-3.2 11.2-8.2 14c-15.2 8.4-40.9 19.5-69.8 26.1c-20.2 4.6-42.9 7.2-65.2 4.6l8.3 33.1c1.5 6.1-.6 12.4-5.5 16.4s-11.6 4.6-17.2 1.9L280 417.2V488c0 13.3-10.7 24-24 24s-24-10.7-24-24v-70.8l-58.5 29.1c-5.6 2.8-12.3 2.1-17.2-1.9s-7-10.3-5.5-16.4l8.3-33.1c-22.2 2.6-45 0-65.2-4.6c-28.9-6.6-54.6-17.6-69.8-26.1c-5.1-2.8-8.2-8.2-8.2-14s3.2-11.2 8.2-14c14.8-8.2 39.4-18.8 67.2-25.5c-12.4-14.4-23.2-30.2-32.3-46.1c-23.4-40.8-37.1-84-42.7-111.7c-1.1-5.2.6-10.7 4.4-14.5s9.2-5.4 14.4-4.4c27.9 5.5 71.2 19.2 112.2 42.5c12.1 6.9 24.3 14.7 35.8 23.6c-1.4-28.7 3.1-57.6 10.4-84c12.5-45.3 33.4-85.5 49.2-109c3-4.4 8-7.1 13.3-7.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 0c5.3 0 10.3 2.7 13.3 7.1c15.8 23.5 36.7 63.7 49.2 109c7.2 26.4 11.8 55.2 10.4 84c11.5-8.8 23.7-16.7 35.8-23.6c41-23.3 84.4-36.9 112.2-42.5c5.2-1 10.7.6 14.4 4.4s5.4 9.2 4.4 14.5c-5.6 27.7-19.3 70.9-42.7 111.7c-9.1 15.9-19.9 31.7-32.4 46.3c27.8 6.6 52.4 17.3 67.2 25.5c5.1 2.8 8.2 8.2 8.2 14s-3.2 11.2-8.2 14c-15.2 8.4-40.9 19.5-69.8 26.1c-20.2 4.6-42.9 7.2-65.2 4.6l8.3 33.1c1.5 6.1-.6 12.4-5.5 16.4s-11.6 4.6-17.2 1.9L280 417.2V488c0 13.3-10.7 24-24 24s-24-10.7-24-24v-70.8l-58.5 29.1c-5.6 2.8-12.3 2.1-17.2-1.9s-7-10.3-5.5-16.4l8.3-33.1c-22.2 2.6-45 0-65.2-4.6c-28.9-6.6-54.6-17.6-69.8-26.1c-5.1-2.8-8.2-8.2-8.2-14s3.2-11.2 8.2-14c14.8-8.2 39.4-18.8 67.2-25.5c-12.4-14.4-23.2-30.2-32.3-46.1c-23.4-40.8-37.1-84-42.7-111.7c-1.1-5.2.6-10.7 4.4-14.5s9.2-5.4 14.4-4.4c27.9 5.5 71.2 19.2 112.2 42.5c12.1 6.9 24.3 14.7 35.8 23.6c-1.4-28.7 3.1-57.6 10.4-84c12.5-45.3 33.4-85.5 49.2-109c3-4.4 8-7.1 13.3-7.1"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%200c5.3%200%2010.3%202.7%2013.3%207.1c15.8%2023.5%2036.7%2063.7%2049.2%20109c7.2%2026.4%2011.8%2055.2%2010.4%2084c11.5-8.8%2023.7-16.7%2035.8-23.6c41-23.3%2084.4-36.9%20112.2-42.5c5.2-1%2010.7.6%2014.4%204.4s5.4%209.2%204.4%2014.5c-5.6%2027.7-19.3%2070.9-42.7%20111.7c-9.1%2015.9-19.9%2031.7-32.4%2046.3c27.8%206.6%2052.4%2017.3%2067.2%2025.5c5.1%202.8%208.2%208.2%208.2%2014s-3.2%2011.2-8.2%2014c-15.2%208.4-40.9%2019.5-69.8%2026.1c-20.2%204.6-42.9%207.2-65.2%204.6l8.3%2033.1c1.5%206.1-.6%2012.4-5.5%2016.4s-11.6%204.6-17.2%201.9L280%20417.2V488c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-70.8l-58.5%2029.1c-5.6%202.8-12.3%202.1-17.2-1.9s-7-10.3-5.5-16.4l8.3-33.1c-22.2%202.6-45%200-65.2-4.6c-28.9-6.6-54.6-17.6-69.8-26.1c-5.1-2.8-8.2-8.2-8.2-14s3.2-11.2%208.2-14c14.8-8.2%2039.4-18.8%2067.2-25.5c-12.4-14.4-23.2-30.2-32.3-46.1c-23.4-40.8-37.1-84-42.7-111.7c-1.1-5.2.6-10.7%204.4-14.5s9.2-5.4%2014.4-4.4c27.9%205.5%2071.2%2019.2%20112.2%2042.5c12.1%206.9%2024.3%2014.7%2035.8%2023.6c-1.4-28.7%203.1-57.6%2010.4-84c12.5-45.3%2033.4-85.5%2049.2-109c3-4.4%208-7.1%2013.3-7.1%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%200c5.3%200%2010.3%202.7%2013.3%207.1c15.8%2023.5%2036.7%2063.7%2049.2%20109c7.2%2026.4%2011.8%2055.2%2010.4%2084c11.5-8.8%2023.7-16.7%2035.8-23.6c41-23.3%2084.4-36.9%20112.2-42.5c5.2-1%2010.7.6%2014.4%204.4s5.4%209.2%204.4%2014.5c-5.6%2027.7-19.3%2070.9-42.7%20111.7c-9.1%2015.9-19.9%2031.7-32.4%2046.3c27.8%206.6%2052.4%2017.3%2067.2%2025.5c5.1%202.8%208.2%208.2%208.2%2014s-3.2%2011.2-8.2%2014c-15.2%208.4-40.9%2019.5-69.8%2026.1c-20.2%204.6-42.9%207.2-65.2%204.6l8.3%2033.1c1.5%206.1-.6%2012.4-5.5%2016.4s-11.6%204.6-17.2%201.9L280%20417.2V488c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-70.8l-58.5%2029.1c-5.6%202.8-12.3%202.1-17.2-1.9s-7-10.3-5.5-16.4l8.3-33.1c-22.2%202.6-45%200-65.2-4.6c-28.9-6.6-54.6-17.6-69.8-26.1c-5.1-2.8-8.2-8.2-8.2-14s3.2-11.2%208.2-14c14.8-8.2%2039.4-18.8%2067.2-25.5c-12.4-14.4-23.2-30.2-32.3-46.1c-23.4-40.8-37.1-84-42.7-111.7c-1.1-5.2.6-10.7%204.4-14.5s9.2-5.4%2014.4-4.4c27.9%205.5%2071.2%2019.2%20112.2%2042.5c12.1%206.9%2024.3%2014.7%2035.8%2023.6c-1.4-28.7%203.1-57.6%2010.4-84c12.5-45.3%2033.4-85.5%2049.2-109c3-4.4%208-7.1%2013.3-7.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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