cannabis off icon

cannabis-off from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
cannabis-off
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the cannabis off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.12 5.12c.168-.83.427-1.634.78-2.401a1.2 1.2 0 0 1 2.2 0c.679 1.473 1.01 3.083 1.01 4.758c1.111-1.129 2.897-2.046 4.756-2.394c.858-.16 1.555.548 1.227 1.33c-.69 1.64-2.262 3.383-3.346 4.117c1.057 0 2.9.886 3.972 1.935c.564.55.225 1.37-.537 1.613q-.447.142-.861.242M5.073 5.073c-.83-.117-1.486.577-1.166 1.34c.69 1.64 2.263 3.383 3.346 4.117c-1.057 0-2.9.886-3.972 1.935c-.564.55-.225 1.37.537 1.613c2.643.843 4.49.524 4.49.524c-.949.963-1.523 2.034-1.8 3.07c-.22.816.52 1.527 1.354 1.277c1.661-.496 3.04-1.706 4.138-2.82c1.097 1.114 2.477 2.324 4.138 2.82c.835.25 1.573-.46 1.354-1.277a6 6 0 0 0-.073-.253M12 16.5V22M2 2l20 20"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCannabisOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M10.12 5.12c.168-.83.427-1.634.78-2.401a1.2 1.2 0 0 1 2.2 0c.679 1.473 1.01 3.083 1.01 4.758c1.111-1.129 2.897-2.046 4.756-2.394c.858-.16 1.555.548 1.227 1.33c-.69 1.64-2.262 3.383-3.346 4.117c1.057 0 2.9.886 3.972 1.935c.564.55.225 1.37-.537 1.613q-.447.142-.861.242M5.073 5.073c-.83-.117-1.486.577-1.166 1.34c.69 1.64 2.263 3.383 3.346 4.117c-1.057 0-2.9.886-3.972 1.935c-.564.55-.225 1.37.537 1.613c2.643.843 4.49.524 4.49.524c-.949.963-1.523 2.034-1.8 3.07c-.22.816.52 1.527 1.354 1.277c1.661-.496 3.04-1.706 4.138-2.82c1.097 1.114 2.477 2.324 4.138 2.82c.835.25 1.573-.46 1.354-1.277a6 6 0 0 0-.073-.253M12 16.5V22M2 2l20 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.12 5.12c.168-.83.427-1.634.78-2.401a1.2 1.2 0 0 1 2.2 0c.679 1.473 1.01 3.083 1.01 4.758c1.111-1.129 2.897-2.046 4.756-2.394c.858-.16 1.555.548 1.227 1.33c-.69 1.64-2.262 3.383-3.346 4.117c1.057 0 2.9.886 3.972 1.935c.564.55.225 1.37-.537 1.613q-.447.142-.861.242M5.073 5.073c-.83-.117-1.486.577-1.166 1.34c.69 1.64 2.263 3.383 3.346 4.117c-1.057 0-2.9.886-3.972 1.935c-.564.55-.225 1.37.537 1.613c2.643.843 4.49.524 4.49.524c-.949.963-1.523 2.034-1.8 3.07c-.22.816.52 1.527 1.354 1.277c1.661-.496 3.04-1.706 4.138-2.82c1.097 1.114 2.477 2.324 4.138 2.82c.835.25 1.573-.46 1.354-1.277a6 6 0 0 0-.073-.253M12 16.5V22M2 2l20 20"/></svg>
</template>

CSS

.icon-cannabis-off {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.12%205.12c.168-.83.427-1.634.78-2.401a1.2%201.2%200%200%201%202.2%200c.679%201.473%201.01%203.083%201.01%204.758c1.111-1.129%202.897-2.046%204.756-2.394c.858-.16%201.555.548%201.227%201.33c-.69%201.64-2.262%203.383-3.346%204.117c1.057%200%202.9.886%203.972%201.935c.564.55.225%201.37-.537%201.613q-.447.142-.861.242M5.073%205.073c-.83-.117-1.486.577-1.166%201.34c.69%201.64%202.263%203.383%203.346%204.117c-1.057%200-2.9.886-3.972%201.935c-.564.55-.225%201.37.537%201.613c2.643.843%204.49.524%204.49.524c-.949.963-1.523%202.034-1.8%203.07c-.22.816.52%201.527%201.354%201.277c1.661-.496%203.04-1.706%204.138-2.82c1.097%201.114%202.477%202.324%204.138%202.82c.835.25%201.573-.46%201.354-1.277a6%206%200%200%200-.073-.253M12%2016.5V22M2%202l20%2020%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.12%205.12c.168-.83.427-1.634.78-2.401a1.2%201.2%200%200%201%202.2%200c.679%201.473%201.01%203.083%201.01%204.758c1.111-1.129%202.897-2.046%204.756-2.394c.858-.16%201.555.548%201.227%201.33c-.69%201.64-2.262%203.383-3.346%204.117c1.057%200%202.9.886%203.972%201.935c.564.55.225%201.37-.537%201.613q-.447.142-.861.242M5.073%205.073c-.83-.117-1.486.577-1.166%201.34c.69%201.64%202.263%203.383%203.346%204.117c-1.057%200-2.9.886-3.972%201.935c-.564.55-.225%201.37.537%201.613c2.643.843%204.49.524%204.49.524c-.949.963-1.523%202.034-1.8%203.07c-.22.816.52%201.527%201.354%201.277c1.661-.496%203.04-1.706%204.138-2.82c1.097%201.114%202.477%202.324%204.138%202.82c.835.25%201.573-.46%201.354-1.277a6%206%200%200%200-.073-.253M12%2016.5V22M2%202l20%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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