liver alt icon
liver-alt from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.
- Name
- liver-alt
- Set
- Health Icons
- Style
- Filled
- Category
- Body
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" fill-rule="evenodd" d="M36.58 6.754C37.424 6.315 38.243 6 38.948 6c.828 0 1.593.25 2.188.828c.61.593.864 1.379.864 2.224q0 2.483-.696 4.908c-.456 1.592-1.037 3.002-1.749 4.22a22 22 0 0 1-2.235 3.175c-.792.926-1.565 1.666-2.322 2.191c-.703.488-1.46.868-2.205.868c-.84 0-1.657-.388-2.42-.948c-.777-.571-1.511-1.323-2.206-2.235c-.735-.964-1.33-2.165-1.804-3.574a14 14 0 0 1-.725-4.502c0-.353.01-.662.039-.902a2.9 2.9 0 0 1 .307-.956c.26-.522.712-.84 1.213-1.001c.438-.14.949-.193 1.493-.193c.765 0 1.65-.178 2.667-.573c1.054-.41 1.95-.852 2.697-1.324a35 35 0 0 1 2.526-1.452m-24.44 8.069c1.883-1 3.936-1.495 6.144-1.495c.474 0 .854.005 1.131.017q.406.016 1.131.065c.515.034.981.1 1.366.218q.501.155 1.022.408c.449.217.84.534 1.109.974c.255.42.37.887.37 1.37c0 1.014.24 2.095.748 3.25a13 13 0 0 0 2.086 3.276c.222.256.58.592 1.104 1.013q.835.671 1.388 1.188a3.4 3.4 0 0 1 .543.631c.142.222.286.53.286.9c0 .86-.516 1.657-1.145 2.343a16 16 0 0 1-2.187 1.966a57 57 0 0 0-2.676 2.173c-1.008.862-1.817 1.653-2.437 2.372a10.5 10.5 0 0 0-1.53 2.5c-.454 1.02-.754 1.802-.917 2.36a6 6 0 0 1-.298.838c-.05.107-.124.25-.23.382c-.07.084-.357.428-.864.428c-.907 0-1.89-.423-2.89-1.051c-1.043-.657-2.092-1.564-3.148-2.698a31.4 31.4 0 0 1-2.98-3.758Q7.825 32.37 6.92 29.754C6.31 27.995 6 26.271 6 24.586c0-2.05.557-3.953 1.664-5.684c1.102-1.723 2.602-3.084 4.477-4.08" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsLiverAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M36.58 6.754C37.424 6.315 38.243 6 38.948 6c.828 0 1.593.25 2.188.828c.61.593.864 1.379.864 2.224q0 2.483-.696 4.908c-.456 1.592-1.037 3.002-1.749 4.22a22 22 0 0 1-2.235 3.175c-.792.926-1.565 1.666-2.322 2.191c-.703.488-1.46.868-2.205.868c-.84 0-1.657-.388-2.42-.948c-.777-.571-1.511-1.323-2.206-2.235c-.735-.964-1.33-2.165-1.804-3.574a14 14 0 0 1-.725-4.502c0-.353.01-.662.039-.902a2.9 2.9 0 0 1 .307-.956c.26-.522.712-.84 1.213-1.001c.438-.14.949-.193 1.493-.193c.765 0 1.65-.178 2.667-.573c1.054-.41 1.95-.852 2.697-1.324a35 35 0 0 1 2.526-1.452m-24.44 8.069c1.883-1 3.936-1.495 6.144-1.495c.474 0 .854.005 1.131.017q.406.016 1.131.065c.515.034.981.1 1.366.218q.501.155 1.022.408c.449.217.84.534 1.109.974c.255.42.37.887.37 1.37c0 1.014.24 2.095.748 3.25a13 13 0 0 0 2.086 3.276c.222.256.58.592 1.104 1.013q.835.671 1.388 1.188a3.4 3.4 0 0 1 .543.631c.142.222.286.53.286.9c0 .86-.516 1.657-1.145 2.343a16 16 0 0 1-2.187 1.966a57 57 0 0 0-2.676 2.173c-1.008.862-1.817 1.653-2.437 2.372a10.5 10.5 0 0 0-1.53 2.5c-.454 1.02-.754 1.802-.917 2.36a6 6 0 0 1-.298.838c-.05.107-.124.25-.23.382c-.07.084-.357.428-.864.428c-.907 0-1.89-.423-2.89-1.051c-1.043-.657-2.092-1.564-3.148-2.698a31.4 31.4 0 0 1-2.98-3.758Q7.825 32.37 6.92 29.754C6.31 27.995 6 26.271 6 24.586c0-2.05.557-3.953 1.664-5.684c1.102-1.723 2.602-3.084 4.477-4.08" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M36.58 6.754C37.424 6.315 38.243 6 38.948 6c.828 0 1.593.25 2.188.828c.61.593.864 1.379.864 2.224q0 2.483-.696 4.908c-.456 1.592-1.037 3.002-1.749 4.22a22 22 0 0 1-2.235 3.175c-.792.926-1.565 1.666-2.322 2.191c-.703.488-1.46.868-2.205.868c-.84 0-1.657-.388-2.42-.948c-.777-.571-1.511-1.323-2.206-2.235c-.735-.964-1.33-2.165-1.804-3.574a14 14 0 0 1-.725-4.502c0-.353.01-.662.039-.902a2.9 2.9 0 0 1 .307-.956c.26-.522.712-.84 1.213-1.001c.438-.14.949-.193 1.493-.193c.765 0 1.65-.178 2.667-.573c1.054-.41 1.95-.852 2.697-1.324a35 35 0 0 1 2.526-1.452m-24.44 8.069c1.883-1 3.936-1.495 6.144-1.495c.474 0 .854.005 1.131.017q.406.016 1.131.065c.515.034.981.1 1.366.218q.501.155 1.022.408c.449.217.84.534 1.109.974c.255.42.37.887.37 1.37c0 1.014.24 2.095.748 3.25a13 13 0 0 0 2.086 3.276c.222.256.58.592 1.104 1.013q.835.671 1.388 1.188a3.4 3.4 0 0 1 .543.631c.142.222.286.53.286.9c0 .86-.516 1.657-1.145 2.343a16 16 0 0 1-2.187 1.966a57 57 0 0 0-2.676 2.173c-1.008.862-1.817 1.653-2.437 2.372a10.5 10.5 0 0 0-1.53 2.5c-.454 1.02-.754 1.802-.917 2.36a6 6 0 0 1-.298.838c-.05.107-.124.25-.23.382c-.07.084-.357.428-.864.428c-.907 0-1.89-.423-2.89-1.051c-1.043-.657-2.092-1.564-3.148-2.698a31.4 31.4 0 0 1-2.98-3.758Q7.825 32.37 6.92 29.754C6.31 27.995 6 26.271 6 24.586c0-2.05.557-3.953 1.664-5.684c1.102-1.723 2.602-3.084 4.477-4.08" clip-rule="evenodd"/></svg> </template>
CSS
.icon-liver-alt {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M36.58%206.754C37.424%206.315%2038.243%206%2038.948%206c.828%200%201.593.25%202.188.828c.61.593.864%201.379.864%202.224q0%202.483-.696%204.908c-.456%201.592-1.037%203.002-1.749%204.22a22%2022%200%200%201-2.235%203.175c-.792.926-1.565%201.666-2.322%202.191c-.703.488-1.46.868-2.205.868c-.84%200-1.657-.388-2.42-.948c-.777-.571-1.511-1.323-2.206-2.235c-.735-.964-1.33-2.165-1.804-3.574a14%2014%200%200%201-.725-4.502c0-.353.01-.662.039-.902a2.9%202.9%200%200%201%20.307-.956c.26-.522.712-.84%201.213-1.001c.438-.14.949-.193%201.493-.193c.765%200%201.65-.178%202.667-.573c1.054-.41%201.95-.852%202.697-1.324a35%2035%200%200%201%202.526-1.452m-24.44%208.069c1.883-1%203.936-1.495%206.144-1.495c.474%200%20.854.005%201.131.017q.406.016%201.131.065c.515.034.981.1%201.366.218q.501.155%201.022.408c.449.217.84.534%201.109.974c.255.42.37.887.37%201.37c0%201.014.24%202.095.748%203.25a13%2013%200%200%200%202.086%203.276c.222.256.58.592%201.104%201.013q.835.671%201.388%201.188a3.4%203.4%200%200%201%20.543.631c.142.222.286.53.286.9c0%20.86-.516%201.657-1.145%202.343a16%2016%200%200%201-2.187%201.966a57%2057%200%200%200-2.676%202.173c-1.008.862-1.817%201.653-2.437%202.372a10.5%2010.5%200%200%200-1.53%202.5c-.454%201.02-.754%201.802-.917%202.36a6%206%200%200%201-.298.838c-.05.107-.124.25-.23.382c-.07.084-.357.428-.864.428c-.907%200-1.89-.423-2.89-1.051c-1.043-.657-2.092-1.564-3.148-2.698a31.4%2031.4%200%200%201-2.98-3.758Q7.825%2032.37%206.92%2029.754C6.31%2027.995%206%2026.271%206%2024.586c0-2.05.557-3.953%201.664-5.684c1.102-1.723%202.602-3.084%204.477-4.08%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M36.58%206.754C37.424%206.315%2038.243%206%2038.948%206c.828%200%201.593.25%202.188.828c.61.593.864%201.379.864%202.224q0%202.483-.696%204.908c-.456%201.592-1.037%203.002-1.749%204.22a22%2022%200%200%201-2.235%203.175c-.792.926-1.565%201.666-2.322%202.191c-.703.488-1.46.868-2.205.868c-.84%200-1.657-.388-2.42-.948c-.777-.571-1.511-1.323-2.206-2.235c-.735-.964-1.33-2.165-1.804-3.574a14%2014%200%200%201-.725-4.502c0-.353.01-.662.039-.902a2.9%202.9%200%200%201%20.307-.956c.26-.522.712-.84%201.213-1.001c.438-.14.949-.193%201.493-.193c.765%200%201.65-.178%202.667-.573c1.054-.41%201.95-.852%202.697-1.324a35%2035%200%200%201%202.526-1.452m-24.44%208.069c1.883-1%203.936-1.495%206.144-1.495c.474%200%20.854.005%201.131.017q.406.016%201.131.065c.515.034.981.1%201.366.218q.501.155%201.022.408c.449.217.84.534%201.109.974c.255.42.37.887.37%201.37c0%201.014.24%202.095.748%203.25a13%2013%200%200%200%202.086%203.276c.222.256.58.592%201.104%201.013q.835.671%201.388%201.188a3.4%203.4%200%200%201%20.543.631c.142.222.286.53.286.9c0%20.86-.516%201.657-1.145%202.343a16%2016%200%200%201-2.187%201.966a57%2057%200%200%200-2.676%202.173c-1.008.862-1.817%201.653-2.437%202.372a10.5%2010.5%200%200%200-1.53%202.5c-.454%201.02-.754%201.802-.917%202.36a6%206%200%200%201-.298.838c-.05.107-.124.25-.23.382c-.07.084-.357.428-.864.428c-.907%200-1.89-.423-2.89-1.051c-1.043-.657-2.092-1.564-3.148-2.698a31.4%2031.4%200%200%201-2.98-3.758Q7.825%2032.37%206.92%2029.754C6.31%2027.995%206%2026.271%206%2024.586c0-2.05.557-3.953%201.664-5.684c1.102-1.723%202.602-3.084%204.477-4.08%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.svg?color=%231a73e8&size=48