cannabis from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.

Name
cannabis
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

1 other variant in Health Icons

The same icon in other sets

More symbols icons from Health Icons

Use the cannabis icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m24 5.022l.43.722C26.377 9.014 27.5 12.871 27.5 17q-.001 1.453-.181 2.856a18.68 18.68 0 0 1 11.458-7.467l.747-.156l-.156.747a18.68 18.68 0 0 1-7.628 11.572q.624-.052 1.26-.052c3.417 0 6.603 1.137 9.294 3.096l.556.404l-.556.404C39.603 30.363 36.417 31.5 33 31.5c-1.47 0-2.899-.21-4.263-.607q.376.5.696 1.053c1.158 2.006 1.57 4.26 1.332 6.498l-.072.684l-.628-.28c-2.057-.913-3.804-2.396-4.962-4.402q-.053-.09-.103-.183V41h-2v-6.737l-.103.183c-1.158 2.006-2.904 3.489-4.962 4.403l-.628.279l-.072-.684c-.237-2.238.174-4.492 1.332-6.498q.32-.554.697-1.053A15.3 15.3 0 0 1 15 31.5c-3.417 0-6.603-1.137-9.294-3.096L5.15 28l.556-.404C8.397 25.637 11.583 24.5 15 24.5q.636 0 1.26.052A18.68 18.68 0 0 1 8.632 12.98l-.156-.748l.748.156a18.68 18.68 0 0 1 11.458 7.467A23 23 0 0 1 20.5 17c0-4.129 1.124-7.986 3.07-11.256z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCannabis(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m24 5.022l.43.722C26.377 9.014 27.5 12.871 27.5 17q-.001 1.453-.181 2.856a18.68 18.68 0 0 1 11.458-7.467l.747-.156l-.156.747a18.68 18.68 0 0 1-7.628 11.572q.624-.052 1.26-.052c3.417 0 6.603 1.137 9.294 3.096l.556.404l-.556.404C39.603 30.363 36.417 31.5 33 31.5c-1.47 0-2.899-.21-4.263-.607q.376.5.696 1.053c1.158 2.006 1.57 4.26 1.332 6.498l-.072.684l-.628-.28c-2.057-.913-3.804-2.396-4.962-4.402q-.053-.09-.103-.183V41h-2v-6.737l-.103.183c-1.158 2.006-2.904 3.489-4.962 4.403l-.628.279l-.072-.684c-.237-2.238.174-4.492 1.332-6.498q.32-.554.697-1.053A15.3 15.3 0 0 1 15 31.5c-3.417 0-6.603-1.137-9.294-3.096L5.15 28l.556-.404C8.397 25.637 11.583 24.5 15 24.5q.636 0 1.26.052A18.68 18.68 0 0 1 8.632 12.98l-.156-.748l.748.156a18.68 18.68 0 0 1 11.458 7.467A23 23 0 0 1 20.5 17c0-4.129 1.124-7.986 3.07-11.256z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m24 5.022l.43.722C26.377 9.014 27.5 12.871 27.5 17q-.001 1.453-.181 2.856a18.68 18.68 0 0 1 11.458-7.467l.747-.156l-.156.747a18.68 18.68 0 0 1-7.628 11.572q.624-.052 1.26-.052c3.417 0 6.603 1.137 9.294 3.096l.556.404l-.556.404C39.603 30.363 36.417 31.5 33 31.5c-1.47 0-2.899-.21-4.263-.607q.376.5.696 1.053c1.158 2.006 1.57 4.26 1.332 6.498l-.072.684l-.628-.28c-2.057-.913-3.804-2.396-4.962-4.402q-.053-.09-.103-.183V41h-2v-6.737l-.103.183c-1.158 2.006-2.904 3.489-4.962 4.403l-.628.279l-.072-.684c-.237-2.238.174-4.492 1.332-6.498q.32-.554.697-1.053A15.3 15.3 0 0 1 15 31.5c-3.417 0-6.603-1.137-9.294-3.096L5.15 28l.556-.404C8.397 25.637 11.583 24.5 15 24.5q.636 0 1.26.052A18.68 18.68 0 0 1 8.632 12.98l-.156-.748l.748.156a18.68 18.68 0 0 1 11.458 7.467A23 23 0 0 1 20.5 17c0-4.129 1.124-7.986 3.07-11.256z"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m24%205.022l.43.722C26.377%209.014%2027.5%2012.871%2027.5%2017q-.001%201.453-.181%202.856a18.68%2018.68%200%200%201%2011.458-7.467l.747-.156l-.156.747a18.68%2018.68%200%200%201-7.628%2011.572q.624-.052%201.26-.052c3.417%200%206.603%201.137%209.294%203.096l.556.404l-.556.404C39.603%2030.363%2036.417%2031.5%2033%2031.5c-1.47%200-2.899-.21-4.263-.607q.376.5.696%201.053c1.158%202.006%201.57%204.26%201.332%206.498l-.072.684l-.628-.28c-2.057-.913-3.804-2.396-4.962-4.402q-.053-.09-.103-.183V41h-2v-6.737l-.103.183c-1.158%202.006-2.904%203.489-4.962%204.403l-.628.279l-.072-.684c-.237-2.238.174-4.492%201.332-6.498q.32-.554.697-1.053A15.3%2015.3%200%200%201%2015%2031.5c-3.417%200-6.603-1.137-9.294-3.096L5.15%2028l.556-.404C8.397%2025.637%2011.583%2024.5%2015%2024.5q.636%200%201.26.052A18.68%2018.68%200%200%201%208.632%2012.98l-.156-.748l.748.156a18.68%2018.68%200%200%201%2011.458%207.467A23%2023%200%200%201%2020.5%2017c0-4.129%201.124-7.986%203.07-11.256z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m24%205.022l.43.722C26.377%209.014%2027.5%2012.871%2027.5%2017q-.001%201.453-.181%202.856a18.68%2018.68%200%200%201%2011.458-7.467l.747-.156l-.156.747a18.68%2018.68%200%200%201-7.628%2011.572q.624-.052%201.26-.052c3.417%200%206.603%201.137%209.294%203.096l.556.404l-.556.404C39.603%2030.363%2036.417%2031.5%2033%2031.5c-1.47%200-2.899-.21-4.263-.607q.376.5.696%201.053c1.158%202.006%201.57%204.26%201.332%206.498l-.072.684l-.628-.28c-2.057-.913-3.804-2.396-4.962-4.402q-.053-.09-.103-.183V41h-2v-6.737l-.103.183c-1.158%202.006-2.904%203.489-4.962%204.403l-.628.279l-.072-.684c-.237-2.238.174-4.492%201.332-6.498q.32-.554.697-1.053A15.3%2015.3%200%200%201%2015%2031.5c-3.417%200-6.603-1.137-9.294-3.096L5.15%2028l.556-.404C8.397%2025.637%2011.583%2024.5%2015%2024.5q.636%200%201.26.052A18.68%2018.68%200%200%201%208.632%2012.98l-.156-.748l.748.156a18.68%2018.68%200%200%201%2011.458%207.467A23%2023%200%200%201%2020.5%2017c0-4.129%201.124-7.986%203.07-11.256z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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