liver-alt-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Body · MIT Free for personal and commercial use.

Name
liver-alt-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Body
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More body icons from Health Icons

Use the liver alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.367 7.594h-.009zM20 7.234v.004zm-.096.43c-.195.564-.657 1.39-1.328 2.295c-.743 1-1.658 1.987-2.533 2.68c-.438.348-.839.6-1.18.749c-.351.154-.553.161-.637.146c-.435-.078-.745-.333-.983-.8a3.2 3.2 0 0 1-.224-.591c-.14-.717-.156-1.835.193-3.577c1.803-.067 3.583-.372 5.697-.734zM12.478 6.58c1.877-.001 3.657-.305 6.063-.715q.654-.113 1.377-.233c.553-.092 1.325-.052 1.791.616c.397.567.306 1.251.199 1.685c-.236.951-.922 2.134-1.726 3.217c-.822 1.107-1.856 2.23-2.897 3.056c-.52.412-1.07.772-1.618 1.013a4 4 0 0 1-.86.271q-.046.053-.074.08c-.242.242-.697.557-1.234.869c-.565.327-1.296.693-2.142 1.02c-1.677.649-3.882 1.172-6.147.849c-1.438-.206-2.315-1.117-2.766-2.233c-.428-1.058-.493-2.323-.416-3.475c.078-1.171.31-2.33.56-3.235c.126-.453.26-.857.388-1.177c.063-.16.13-.311.199-.443a1.8 1.8 0 0 1 .306-.437c.161-.161.344-.256.465-.31a3 3 0 0 1 .415-.148a8 8 0 0 1 .956-.197a24 24 0 0 1 2.485-.22a28 28 0 0 1 2.693.008c.58.033 1.157.09 1.646.19c.1-.032.212-.052.337-.051m-.004.128V6.58h.004m-1.463 1.907q-.288-.03-.632-.049a26 26 0 0 0-2.497-.007c-.854.036-1.657.106-2.268.2a6 6 0 0 0-.721.146q-.028.063-.063.15c-.095.239-.207.57-.318.972a14.7 14.7 0 0 0-.493 2.834c-.068 1.028.012 1.943.275 2.593c.24.592.597.916 1.195 1.002c1.804.258 3.646-.156 5.143-.734a14 14 0 0 0 1.642-.763a3 3 0 0 1-.252-.247c-.441-.48-.78-1.126-.96-2a8 8 0 0 1-.239-1.722c-.031-.863.053-1.708.188-2.375m-6.046.147" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsLiverAltOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M20.367 7.594h-.009zM20 7.234v.004zm-.096.43c-.195.564-.657 1.39-1.328 2.295c-.743 1-1.658 1.987-2.533 2.68c-.438.348-.839.6-1.18.749c-.351.154-.553.161-.637.146c-.435-.078-.745-.333-.983-.8a3.2 3.2 0 0 1-.224-.591c-.14-.717-.156-1.835.193-3.577c1.803-.067 3.583-.372 5.697-.734zM12.478 6.58c1.877-.001 3.657-.305 6.063-.715q.654-.113 1.377-.233c.553-.092 1.325-.052 1.791.616c.397.567.306 1.251.199 1.685c-.236.951-.922 2.134-1.726 3.217c-.822 1.107-1.856 2.23-2.897 3.056c-.52.412-1.07.772-1.618 1.013a4 4 0 0 1-.86.271q-.046.053-.074.08c-.242.242-.697.557-1.234.869c-.565.327-1.296.693-2.142 1.02c-1.677.649-3.882 1.172-6.147.849c-1.438-.206-2.315-1.117-2.766-2.233c-.428-1.058-.493-2.323-.416-3.475c.078-1.171.31-2.33.56-3.235c.126-.453.26-.857.388-1.177c.063-.16.13-.311.199-.443a1.8 1.8 0 0 1 .306-.437c.161-.161.344-.256.465-.31a3 3 0 0 1 .415-.148a8 8 0 0 1 .956-.197a24 24 0 0 1 2.485-.22a28 28 0 0 1 2.693.008c.58.033 1.157.09 1.646.19c.1-.032.212-.052.337-.051m-.004.128V6.58h.004m-1.463 1.907q-.288-.03-.632-.049a26 26 0 0 0-2.497-.007c-.854.036-1.657.106-2.268.2a6 6 0 0 0-.721.146q-.028.063-.063.15c-.095.239-.207.57-.318.972a14.7 14.7 0 0 0-.493 2.834c-.068 1.028.012 1.943.275 2.593c.24.592.597.916 1.195 1.002c1.804.258 3.646-.156 5.143-.734a14 14 0 0 0 1.642-.763a3 3 0 0 1-.252-.247c-.441-.48-.78-1.126-.96-2a8 8 0 0 1-.239-1.722c-.031-.863.053-1.708.188-2.375m-6.046.147" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.367 7.594h-.009zM20 7.234v.004zm-.096.43c-.195.564-.657 1.39-1.328 2.295c-.743 1-1.658 1.987-2.533 2.68c-.438.348-.839.6-1.18.749c-.351.154-.553.161-.637.146c-.435-.078-.745-.333-.983-.8a3.2 3.2 0 0 1-.224-.591c-.14-.717-.156-1.835.193-3.577c1.803-.067 3.583-.372 5.697-.734zM12.478 6.58c1.877-.001 3.657-.305 6.063-.715q.654-.113 1.377-.233c.553-.092 1.325-.052 1.791.616c.397.567.306 1.251.199 1.685c-.236.951-.922 2.134-1.726 3.217c-.822 1.107-1.856 2.23-2.897 3.056c-.52.412-1.07.772-1.618 1.013a4 4 0 0 1-.86.271q-.046.053-.074.08c-.242.242-.697.557-1.234.869c-.565.327-1.296.693-2.142 1.02c-1.677.649-3.882 1.172-6.147.849c-1.438-.206-2.315-1.117-2.766-2.233c-.428-1.058-.493-2.323-.416-3.475c.078-1.171.31-2.33.56-3.235c.126-.453.26-.857.388-1.177c.063-.16.13-.311.199-.443a1.8 1.8 0 0 1 .306-.437c.161-.161.344-.256.465-.31a3 3 0 0 1 .415-.148a8 8 0 0 1 .956-.197a24 24 0 0 1 2.485-.22a28 28 0 0 1 2.693.008c.58.033 1.157.09 1.646.19c.1-.032.212-.052.337-.051m-.004.128V6.58h.004m-1.463 1.907q-.288-.03-.632-.049a26 26 0 0 0-2.497-.007c-.854.036-1.657.106-2.268.2a6 6 0 0 0-.721.146q-.028.063-.063.15c-.095.239-.207.57-.318.972a14.7 14.7 0 0 0-.493 2.834c-.068 1.028.012 1.943.275 2.593c.24.592.597.916 1.195 1.002c1.804.258 3.646-.156 5.143-.734a14 14 0 0 0 1.642-.763a3 3 0 0 1-.252-.247c-.441-.48-.78-1.126-.96-2a8 8 0 0 1-.239-1.722c-.031-.863.053-1.708.188-2.375m-6.046.147" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-liver-alt-outline-24px {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.367%207.594h-.009zM20%207.234v.004zm-.096.43c-.195.564-.657%201.39-1.328%202.295c-.743%201-1.658%201.987-2.533%202.68c-.438.348-.839.6-1.18.749c-.351.154-.553.161-.637.146c-.435-.078-.745-.333-.983-.8a3.2%203.2%200%200%201-.224-.591c-.14-.717-.156-1.835.193-3.577c1.803-.067%203.583-.372%205.697-.734zM12.478%206.58c1.877-.001%203.657-.305%206.063-.715q.654-.113%201.377-.233c.553-.092%201.325-.052%201.791.616c.397.567.306%201.251.199%201.685c-.236.951-.922%202.134-1.726%203.217c-.822%201.107-1.856%202.23-2.897%203.056c-.52.412-1.07.772-1.618%201.013a4%204%200%200%201-.86.271q-.046.053-.074.08c-.242.242-.697.557-1.234.869c-.565.327-1.296.693-2.142%201.02c-1.677.649-3.882%201.172-6.147.849c-1.438-.206-2.315-1.117-2.766-2.233c-.428-1.058-.493-2.323-.416-3.475c.078-1.171.31-2.33.56-3.235c.126-.453.26-.857.388-1.177c.063-.16.13-.311.199-.443a1.8%201.8%200%200%201%20.306-.437c.161-.161.344-.256.465-.31a3%203%200%200%201%20.415-.148a8%208%200%200%201%20.956-.197a24%2024%200%200%201%202.485-.22a28%2028%200%200%201%202.693.008c.58.033%201.157.09%201.646.19c.1-.032.212-.052.337-.051m-.004.128V6.58h.004m-1.463%201.907q-.288-.03-.632-.049a26%2026%200%200%200-2.497-.007c-.854.036-1.657.106-2.268.2a6%206%200%200%200-.721.146q-.028.063-.063.15c-.095.239-.207.57-.318.972a14.7%2014.7%200%200%200-.493%202.834c-.068%201.028.012%201.943.275%202.593c.24.592.597.916%201.195%201.002c1.804.258%203.646-.156%205.143-.734a14%2014%200%200%200%201.642-.763a3%203%200%200%201-.252-.247c-.441-.48-.78-1.126-.96-2a8%208%200%200%201-.239-1.722c-.031-.863.053-1.708.188-2.375m-6.046.147%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.367%207.594h-.009zM20%207.234v.004zm-.096.43c-.195.564-.657%201.39-1.328%202.295c-.743%201-1.658%201.987-2.533%202.68c-.438.348-.839.6-1.18.749c-.351.154-.553.161-.637.146c-.435-.078-.745-.333-.983-.8a3.2%203.2%200%200%201-.224-.591c-.14-.717-.156-1.835.193-3.577c1.803-.067%203.583-.372%205.697-.734zM12.478%206.58c1.877-.001%203.657-.305%206.063-.715q.654-.113%201.377-.233c.553-.092%201.325-.052%201.791.616c.397.567.306%201.251.199%201.685c-.236.951-.922%202.134-1.726%203.217c-.822%201.107-1.856%202.23-2.897%203.056c-.52.412-1.07.772-1.618%201.013a4%204%200%200%201-.86.271q-.046.053-.074.08c-.242.242-.697.557-1.234.869c-.565.327-1.296.693-2.142%201.02c-1.677.649-3.882%201.172-6.147.849c-1.438-.206-2.315-1.117-2.766-2.233c-.428-1.058-.493-2.323-.416-3.475c.078-1.171.31-2.33.56-3.235c.126-.453.26-.857.388-1.177c.063-.16.13-.311.199-.443a1.8%201.8%200%200%201%20.306-.437c.161-.161.344-.256.465-.31a3%203%200%200%201%20.415-.148a8%208%200%200%201%20.956-.197a24%2024%200%200%201%202.485-.22a28%2028%200%200%201%202.693.008c.58.033%201.157.09%201.646.19c.1-.032.212-.052.337-.051m-.004.128V6.58h.004m-1.463%201.907q-.288-.03-.632-.049a26%2026%200%200%200-2.497-.007c-.854.036-1.657.106-2.268.2a6%206%200%200%200-.721.146q-.028.063-.063.15c-.095.239-.207.57-.318.972a14.7%2014.7%200%200%200-.493%202.834c-.068%201.028.012%201.943.275%202.593c.24.592.597.916%201.195%201.002c1.804.258%203.646-.156%205.143-.734a14%2014%200%200%200%201.642-.763a3%203%200%200%201-.252-.247c-.441-.48-.78-1.126-.96-2a8%208%200%200%201-.239-1.722c-.031-.863.053-1.708.188-2.375m-6.046.147%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/liver-alt-outline-24px.svg?color=%231a73e8&size=48