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

Name
cannabis
Set
Font Awesome Solid
Style
Solid
Category
Medical
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More medical icons from Font Awesome Solid

Use the cannabis icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c5.3 0 10.3 2.7 13.3 7.1c15.8 23.5 36.7 63.7 49.2 109c7.3 26.4 11.8 55.3 10.3 84c11.6-8.9 23.7-16.7 35.9-23.7c41-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.5 46.3c27.9 6.6 52.5 17.2 67.3 25.4c5.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.2c1.5 6.1-.6 12.5-5.5 16.4s-11.6 4.6-17.2 1.8L344 481.2V552c0 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.8s-7-10.3-5.5-16.4l8.3-33.2c-22.2 2.6-45 0-65.2-4.6c-28.9-6.6-54.5-17.6-69.8-26.1c-5.1-2.8-8.2-8.2-8.2-14s3.2-11.2 8.2-14l6.2-3.3c15-7.6 36.8-16.4 61.1-22.2c-12.5-14.5-23.3-30.4-32.4-46.2c-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.2 6.9 24.3 14.8 35.8 23.7c-1.4-28.7 3.1-57.6 10.3-84c12.5-45.3 33.4-85.5 49.2-109l1.2-1.6c3.1-3.5 7.5-5.5 12.2-5.5"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidCannabis(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c5.3 0 10.3 2.7 13.3 7.1c15.8 23.5 36.7 63.7 49.2 109c7.3 26.4 11.8 55.3 10.3 84c11.6-8.9 23.7-16.7 35.9-23.7c41-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.5 46.3c27.9 6.6 52.5 17.2 67.3 25.4c5.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.2c1.5 6.1-.6 12.5-5.5 16.4s-11.6 4.6-17.2 1.8L344 481.2V552c0 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.8s-7-10.3-5.5-16.4l8.3-33.2c-22.2 2.6-45 0-65.2-4.6c-28.9-6.6-54.5-17.6-69.8-26.1c-5.1-2.8-8.2-8.2-8.2-14s3.2-11.2 8.2-14l6.2-3.3c15-7.6 36.8-16.4 61.1-22.2c-12.5-14.5-23.3-30.4-32.4-46.2c-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.2 6.9 24.3 14.8 35.8 23.7c-1.4-28.7 3.1-57.6 10.3-84c12.5-45.3 33.4-85.5 49.2-109l1.2-1.6c3.1-3.5 7.5-5.5 12.2-5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c5.3 0 10.3 2.7 13.3 7.1c15.8 23.5 36.7 63.7 49.2 109c7.3 26.4 11.8 55.3 10.3 84c11.6-8.9 23.7-16.7 35.9-23.7c41-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.5 46.3c27.9 6.6 52.5 17.2 67.3 25.4c5.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.2c1.5 6.1-.6 12.5-5.5 16.4s-11.6 4.6-17.2 1.8L344 481.2V552c0 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.8s-7-10.3-5.5-16.4l8.3-33.2c-22.2 2.6-45 0-65.2-4.6c-28.9-6.6-54.5-17.6-69.8-26.1c-5.1-2.8-8.2-8.2-8.2-14s3.2-11.2 8.2-14l6.2-3.3c15-7.6 36.8-16.4 61.1-22.2c-12.5-14.5-23.3-30.4-32.4-46.2c-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.2 6.9 24.3 14.8 35.8 23.7c-1.4-28.7 3.1-57.6 10.3-84c12.5-45.3 33.4-85.5 49.2-109l1.2-1.6c3.1-3.5 7.5-5.5 12.2-5.5"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2064c5.3%200%2010.3%202.7%2013.3%207.1c15.8%2023.5%2036.7%2063.7%2049.2%20109c7.3%2026.4%2011.8%2055.3%2010.3%2084c11.6-8.9%2023.7-16.7%2035.9-23.7c41-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.5%2046.3c27.9%206.6%2052.5%2017.2%2067.3%2025.4c5.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.2c1.5%206.1-.6%2012.5-5.5%2016.4s-11.6%204.6-17.2%201.8L344%20481.2V552c0%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.8s-7-10.3-5.5-16.4l8.3-33.2c-22.2%202.6-45%200-65.2-4.6c-28.9-6.6-54.5-17.6-69.8-26.1c-5.1-2.8-8.2-8.2-8.2-14s3.2-11.2%208.2-14l6.2-3.3c15-7.6%2036.8-16.4%2061.1-22.2c-12.5-14.5-23.3-30.4-32.4-46.2c-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.2%206.9%2024.3%2014.8%2035.8%2023.7c-1.4-28.7%203.1-57.6%2010.3-84c12.5-45.3%2033.4-85.5%2049.2-109l1.2-1.6c3.1-3.5%207.5-5.5%2012.2-5.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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2064c5.3%200%2010.3%202.7%2013.3%207.1c15.8%2023.5%2036.7%2063.7%2049.2%20109c7.3%2026.4%2011.8%2055.3%2010.3%2084c11.6-8.9%2023.7-16.7%2035.9-23.7c41-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.5%2046.3c27.9%206.6%2052.5%2017.2%2067.3%2025.4c5.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.2c1.5%206.1-.6%2012.5-5.5%2016.4s-11.6%204.6-17.2%201.8L344%20481.2V552c0%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.8s-7-10.3-5.5-16.4l8.3-33.2c-22.2%202.6-45%200-65.2-4.6c-28.9-6.6-54.5-17.6-69.8-26.1c-5.1-2.8-8.2-8.2-8.2-14s3.2-11.2%208.2-14l6.2-3.3c15-7.6%2036.8-16.4%2061.1-22.2c-12.5-14.5-23.3-30.4-32.4-46.2c-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.2%206.9%2024.3%2014.8%2035.8%2023.7c-1.4-28.7%203.1-57.6%2010.3-84c12.5-45.3%2033.4-85.5%2049.2-109l1.2-1.6c3.1-3.5%207.5-5.5%2012.2-5.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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