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

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

The same icon in other sets

Use the liver 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-width="1.5" d="M18 8.034c-2.88 0-4.873-3.023-8-3.023c-4.418 0-8 3.61-8 8.063c0 1.433.171 3.138.868 4.535c.546 1.097 1.813 1.555 3.013 1.34C10.43 18.13 14 15.002 15 13.004m0 0c-1.769.106-4-.5-6-1.947m6 1.947c2.83-.17 7-2.796 7-5.978s-5-2.016-8-.56"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLiver(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" strokeWidth="1.5" d="M18 8.034c-2.88 0-4.873-3.023-8-3.023c-4.418 0-8 3.61-8 8.063c0 1.433.171 3.138.868 4.535c.546 1.097 1.813 1.555 3.013 1.34C10.43 18.13 14 15.002 15 13.004m0 0c-1.769.106-4-.5-6-1.947m6 1.947c2.83-.17 7-2.796 7-5.978s-5-2.016-8-.56"/></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-width="1.5" d="M18 8.034c-2.88 0-4.873-3.023-8-3.023c-4.418 0-8 3.61-8 8.063c0 1.433.171 3.138.868 4.535c.546 1.097 1.813 1.555 3.013 1.34C10.43 18.13 14 15.002 15 13.004m0 0c-1.769.106-4-.5-6-1.947m6 1.947c2.83-.17 7-2.796 7-5.978s-5-2.016-8-.56"/></svg>
</template>

CSS

.icon-liver {
  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-width%3D%221.5%22%20d%3D%22M18%208.034c-2.88%200-4.873-3.023-8-3.023c-4.418%200-8%203.61-8%208.063c0%201.433.171%203.138.868%204.535c.546%201.097%201.813%201.555%203.013%201.34C10.43%2018.13%2014%2015.002%2015%2013.004m0%200c-1.769.106-4-.5-6-1.947m6%201.947c2.83-.17%207-2.796%207-5.978s-5-2.016-8-.56%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-width%3D%221.5%22%20d%3D%22M18%208.034c-2.88%200-4.873-3.023-8-3.023c-4.418%200-8%203.61-8%208.063c0%201.433.171%203.138.868%204.535c.546%201.097%201.813%201.555%203.013%201.34C10.43%2018.13%2014%2015.002%2015%2013.004m0%200c-1.769.106-4-.5-6-1.947m6%201.947c2.83-.17%207-2.796%207-5.978s-5-2.016-8-.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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