digestion icon

digestion from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
digestion
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the digestion icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.485 2c.243 1.49.956 2.574 2.99 1.872c4.202-1.451 7.524 2.977 7.524 6.928c0 3.976-2.646 7.2-5.91 7.2h-1.064c-2.533 0-4.75 1.632-5.572 4"/><path d="M6.006 2v.776c0 3.802 5.422 6.611 3.631 10.424C8.926 14.715 4.895 17.293 4 22M14 7a3.03 3.03 0 0 1 2 2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDigestion(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M9.485 2c.243 1.49.956 2.574 2.99 1.872c4.202-1.451 7.524 2.977 7.524 6.928c0 3.976-2.646 7.2-5.91 7.2h-1.064c-2.533 0-4.75 1.632-5.572 4"/><path d="M6.006 2v.776c0 3.802 5.422 6.611 3.631 10.424C8.926 14.715 4.895 17.293 4 22M14 7a3.03 3.03 0 0 1 2 2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.485 2c.243 1.49.956 2.574 2.99 1.872c4.202-1.451 7.524 2.977 7.524 6.928c0 3.976-2.646 7.2-5.91 7.2h-1.064c-2.533 0-4.75 1.632-5.572 4"/><path d="M6.006 2v.776c0 3.802 5.422 6.611 3.631 10.424C8.926 14.715 4.895 17.293 4 22M14 7a3.03 3.03 0 0 1 2 2"/></g></svg>
</template>

CSS

.icon-digestion {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.485%202c.243%201.49.956%202.574%202.99%201.872c4.202-1.451%207.524%202.977%207.524%206.928c0%203.976-2.646%207.2-5.91%207.2h-1.064c-2.533%200-4.75%201.632-5.572%204%22%2F%3E%3Cpath%20d%3D%22M6.006%202v.776c0%203.802%205.422%206.611%203.631%2010.424C8.926%2014.715%204.895%2017.293%204%2022M14%207a3.03%203.03%200%200%201%202%202%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.485%202c.243%201.49.956%202.574%202.99%201.872c4.202-1.451%207.524%202.977%207.524%206.928c0%203.976-2.646%207.2-5.91%207.2h-1.064c-2.533%200-4.75%201.632-5.572%204%22%2F%3E%3Cpath%20d%3D%22M6.006%202v.776c0%203.802%205.422%206.611%203.631%2010.424C8.926%2014.715%204.895%2017.293%204%2022M14%207a3.03%203.03%200%200%201%202%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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