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

Name
liver
Set
Health Icons
Style
Filled
Category
Body
Viewbox
48×48
License
MIT

3 other variants in Health Icons

The same icon in other sets

More body icons from Health Icons

Use the liver icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M23.216 10.06a11.6 11.6 0 0 0-1.413 2.782a12.5 12.5 0 0 0-.61 2.6a10 10 0 0 0-.074 1.027v.097s0 .002 1-.018l1-.02v-.038q0-.051.005-.162c.006-.146.021-.367.055-.643c.068-.554.211-1.325.512-2.181a9.3 9.3 0 0 1 1.963-3.288c2.325.263 3.198.789 3.922 1.224c.639.384 1.16.697 2.461.697c1.343 0 3.224-.4 5.104-.802c2.82-.602 5.642-1.203 6.649-.451c1.679 1.253-3.358 10.447-8.395 10.447c-2.592 0-4.147 1.859-5.656 3.663c-1.422 1.7-2.804 3.352-4.977 3.352c-2.092 0-3.451.659-4.762 1.36v-6.658c0-.395.195-.764.534-1.06c.357-.313.756-.44.966-.44v-2c-.79 0-1.64.373-2.283.935c-.644.563-1.187 1.413-1.216 2.477h-5.094c-2.39 0-5.256 1.051-2.39 3.153c2.08 1.526 5.669.312 7.483-.47v5.064a8.4 8.4 0 0 1-3.312.654c-1.835 0-2.442 1.469-3.087 3.03c-.731 1.769-1.512 3.657-4.188 3.657c-5.037 0-3.794-15.5-.794-21.5s7.106-6.5 15.5-6.5q.58 0 1.097.013"/><path d="M18 40.048v-9.341l2-1v10.34z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsLiver(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M23.216 10.06a11.6 11.6 0 0 0-1.413 2.782a12.5 12.5 0 0 0-.61 2.6a10 10 0 0 0-.074 1.027v.097s0 .002 1-.018l1-.02v-.038q0-.051.005-.162c.006-.146.021-.367.055-.643c.068-.554.211-1.325.512-2.181a9.3 9.3 0 0 1 1.963-3.288c2.325.263 3.198.789 3.922 1.224c.639.384 1.16.697 2.461.697c1.343 0 3.224-.4 5.104-.802c2.82-.602 5.642-1.203 6.649-.451c1.679 1.253-3.358 10.447-8.395 10.447c-2.592 0-4.147 1.859-5.656 3.663c-1.422 1.7-2.804 3.352-4.977 3.352c-2.092 0-3.451.659-4.762 1.36v-6.658c0-.395.195-.764.534-1.06c.357-.313.756-.44.966-.44v-2c-.79 0-1.64.373-2.283.935c-.644.563-1.187 1.413-1.216 2.477h-5.094c-2.39 0-5.256 1.051-2.39 3.153c2.08 1.526 5.669.312 7.483-.47v5.064a8.4 8.4 0 0 1-3.312.654c-1.835 0-2.442 1.469-3.087 3.03c-.731 1.769-1.512 3.657-4.188 3.657c-5.037 0-3.794-15.5-.794-21.5s7.106-6.5 15.5-6.5q.58 0 1.097.013"/><path d="M18 40.048v-9.341l2-1v10.34z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M23.216 10.06a11.6 11.6 0 0 0-1.413 2.782a12.5 12.5 0 0 0-.61 2.6a10 10 0 0 0-.074 1.027v.097s0 .002 1-.018l1-.02v-.038q0-.051.005-.162c.006-.146.021-.367.055-.643c.068-.554.211-1.325.512-2.181a9.3 9.3 0 0 1 1.963-3.288c2.325.263 3.198.789 3.922 1.224c.639.384 1.16.697 2.461.697c1.343 0 3.224-.4 5.104-.802c2.82-.602 5.642-1.203 6.649-.451c1.679 1.253-3.358 10.447-8.395 10.447c-2.592 0-4.147 1.859-5.656 3.663c-1.422 1.7-2.804 3.352-4.977 3.352c-2.092 0-3.451.659-4.762 1.36v-6.658c0-.395.195-.764.534-1.06c.357-.313.756-.44.966-.44v-2c-.79 0-1.64.373-2.283.935c-.644.563-1.187 1.413-1.216 2.477h-5.094c-2.39 0-5.256 1.051-2.39 3.153c2.08 1.526 5.669.312 7.483-.47v5.064a8.4 8.4 0 0 1-3.312.654c-1.835 0-2.442 1.469-3.087 3.03c-.731 1.769-1.512 3.657-4.188 3.657c-5.037 0-3.794-15.5-.794-21.5s7.106-6.5 15.5-6.5q.58 0 1.097.013"/><path d="M18 40.048v-9.341l2-1v10.34z"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M23.216%2010.06a11.6%2011.6%200%200%200-1.413%202.782a12.5%2012.5%200%200%200-.61%202.6a10%2010%200%200%200-.074%201.027v.097s0%20.002%201-.018l1-.02v-.038q0-.051.005-.162c.006-.146.021-.367.055-.643c.068-.554.211-1.325.512-2.181a9.3%209.3%200%200%201%201.963-3.288c2.325.263%203.198.789%203.922%201.224c.639.384%201.16.697%202.461.697c1.343%200%203.224-.4%205.104-.802c2.82-.602%205.642-1.203%206.649-.451c1.679%201.253-3.358%2010.447-8.395%2010.447c-2.592%200-4.147%201.859-5.656%203.663c-1.422%201.7-2.804%203.352-4.977%203.352c-2.092%200-3.451.659-4.762%201.36v-6.658c0-.395.195-.764.534-1.06c.357-.313.756-.44.966-.44v-2c-.79%200-1.64.373-2.283.935c-.644.563-1.187%201.413-1.216%202.477h-5.094c-2.39%200-5.256%201.051-2.39%203.153c2.08%201.526%205.669.312%207.483-.47v5.064a8.4%208.4%200%200%201-3.312.654c-1.835%200-2.442%201.469-3.087%203.03c-.731%201.769-1.512%203.657-4.188%203.657c-5.037%200-3.794-15.5-.794-21.5s7.106-6.5%2015.5-6.5q.58%200%201.097.013%22%2F%3E%3Cpath%20d%3D%22M18%2040.048v-9.341l2-1v10.34z%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M23.216%2010.06a11.6%2011.6%200%200%200-1.413%202.782a12.5%2012.5%200%200%200-.61%202.6a10%2010%200%200%200-.074%201.027v.097s0%20.002%201-.018l1-.02v-.038q0-.051.005-.162c.006-.146.021-.367.055-.643c.068-.554.211-1.325.512-2.181a9.3%209.3%200%200%201%201.963-3.288c2.325.263%203.198.789%203.922%201.224c.639.384%201.16.697%202.461.697c1.343%200%203.224-.4%205.104-.802c2.82-.602%205.642-1.203%206.649-.451c1.679%201.253-3.358%2010.447-8.395%2010.447c-2.592%200-4.147%201.859-5.656%203.663c-1.422%201.7-2.804%203.352-4.977%203.352c-2.092%200-3.451.659-4.762%201.36v-6.658c0-.395.195-.764.534-1.06c.357-.313.756-.44.966-.44v-2c-.79%200-1.64.373-2.283.935c-.644.563-1.187%201.413-1.216%202.477h-5.094c-2.39%200-5.256%201.051-2.39%203.153c2.08%201.526%205.669.312%207.483-.47v5.064a8.4%208.4%200%200%201-3.312.654c-1.835%200-2.442%201.469-3.087%203.03c-.731%201.769-1.512%203.657-4.188%203.657c-5.037%200-3.794-15.5-.794-21.5s7.106-6.5%2015.5-6.5q.58%200%201.097.013%22%2F%3E%3Cpath%20d%3D%22M18%2040.048v-9.341l2-1v10.34z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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