liver icon
liver-outline from Health Icons by Resolve to Save Lives · Outline · Body · MIT Free for personal and commercial use.
- Name
- liver-outline
- Set
- Health Icons
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M18 30.707a8.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.5c5.143 0 6.447.784 7.457 1.392c.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.36v9.842h-2zm-9.307 4.899c-.22.225-.536.442-1.28.442h-.002c-.053 0-.093 0-.198-.103c-.149-.146-.37-.468-.584-1.077c-.432-1.226-.654-3.08-.627-5.296c.054-4.443 1.086-9.49 2.406-12.13c1.316-2.63 2.735-3.84 4.61-4.51c2.073-.74 4.849-.884 9.101-.884q.475 0 .9.009c-.883 1.129-1.364 2.37-1.622 3.445a11 11 0 0 0-.293 2.195a9 9 0 0 0 .013.866l.003.039l.002.017l.001.018v.006l.001.003l.995-.098l.995-.099l-.002-.03l-.007-.132a7 7 0 0 1-.002-.529c.014-.456.07-1.09.238-1.79c.303-1.261.953-2.686 2.324-3.737c1.38.177 2.01.445 2.384.638c.167.087.31.172.501.287l.058.035c.206.124.487.291.817.441c.731.332 1.536.505 2.612.505c1.042 0 2.25-.189 3.392-.407a108 108 0 0 0 2.172-.448c.466-.1.921-.196 1.341-.282c1.148-.234 2.133-.404 2.903-.453l.112-.007c-.25.79-.766 1.84-1.497 2.909c-.751 1.098-1.66 2.115-2.606 2.837c-.964.736-1.803 1.045-2.459 1.045c-3.524 0-5.615 2.499-7 4.153l-.131.156c-.744.889-1.308 1.563-1.918 2.055c-.57.462-1.05.651-1.584.651c-2.039 0-3.54.527-4.762 1.113v-4.411c0-.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-.47v2.86c-1.019.516-1.945.858-3.312.858c-1.7 0-2.888.792-3.678 1.842c-.582.771-.982 1.749-1.269 2.449l-.115.28c-.355.847-.617 1.35-.933 1.674" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsLiverOutline(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="M18 30.707a8.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.5c5.143 0 6.447.784 7.457 1.392c.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.36v9.842h-2zm-9.307 4.899c-.22.225-.536.442-1.28.442h-.002c-.053 0-.093 0-.198-.103c-.149-.146-.37-.468-.584-1.077c-.432-1.226-.654-3.08-.627-5.296c.054-4.443 1.086-9.49 2.406-12.13c1.316-2.63 2.735-3.84 4.61-4.51c2.073-.74 4.849-.884 9.101-.884q.475 0 .9.009c-.883 1.129-1.364 2.37-1.622 3.445a11 11 0 0 0-.293 2.195a9 9 0 0 0 .013.866l.003.039l.002.017l.001.018v.006l.001.003l.995-.098l.995-.099l-.002-.03l-.007-.132a7 7 0 0 1-.002-.529c.014-.456.07-1.09.238-1.79c.303-1.261.953-2.686 2.324-3.737c1.38.177 2.01.445 2.384.638c.167.087.31.172.501.287l.058.035c.206.124.487.291.817.441c.731.332 1.536.505 2.612.505c1.042 0 2.25-.189 3.392-.407a108 108 0 0 0 2.172-.448c.466-.1.921-.196 1.341-.282c1.148-.234 2.133-.404 2.903-.453l.112-.007c-.25.79-.766 1.84-1.497 2.909c-.751 1.098-1.66 2.115-2.606 2.837c-.964.736-1.803 1.045-2.459 1.045c-3.524 0-5.615 2.499-7 4.153l-.131.156c-.744.889-1.308 1.563-1.918 2.055c-.57.462-1.05.651-1.584.651c-2.039 0-3.54.527-4.762 1.113v-4.411c0-.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-.47v2.86c-1.019.516-1.945.858-3.312.858c-1.7 0-2.888.792-3.678 1.842c-.582.771-.982 1.749-1.269 2.449l-.115.28c-.355.847-.617 1.35-.933 1.674" 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="M18 30.707a8.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.5c5.143 0 6.447.784 7.457 1.392c.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.36v9.842h-2zm-9.307 4.899c-.22.225-.536.442-1.28.442h-.002c-.053 0-.093 0-.198-.103c-.149-.146-.37-.468-.584-1.077c-.432-1.226-.654-3.08-.627-5.296c.054-4.443 1.086-9.49 2.406-12.13c1.316-2.63 2.735-3.84 4.61-4.51c2.073-.74 4.849-.884 9.101-.884q.475 0 .9.009c-.883 1.129-1.364 2.37-1.622 3.445a11 11 0 0 0-.293 2.195a9 9 0 0 0 .013.866l.003.039l.002.017l.001.018v.006l.001.003l.995-.098l.995-.099l-.002-.03l-.007-.132a7 7 0 0 1-.002-.529c.014-.456.07-1.09.238-1.79c.303-1.261.953-2.686 2.324-3.737c1.38.177 2.01.445 2.384.638c.167.087.31.172.501.287l.058.035c.206.124.487.291.817.441c.731.332 1.536.505 2.612.505c1.042 0 2.25-.189 3.392-.407a108 108 0 0 0 2.172-.448c.466-.1.921-.196 1.341-.282c1.148-.234 2.133-.404 2.903-.453l.112-.007c-.25.79-.766 1.84-1.497 2.909c-.751 1.098-1.66 2.115-2.606 2.837c-.964.736-1.803 1.045-2.459 1.045c-3.524 0-5.615 2.499-7 4.153l-.131.156c-.744.889-1.308 1.563-1.918 2.055c-.57.462-1.05.651-1.584.651c-2.039 0-3.54.527-4.762 1.113v-4.411c0-.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-.47v2.86c-1.019.516-1.945.858-3.312.858c-1.7 0-2.888.792-3.678 1.842c-.582.771-.982 1.749-1.269 2.449l-.115.28c-.355.847-.617 1.35-.933 1.674" clip-rule="evenodd"/></svg> </template>
CSS
.icon-liver-outline {
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%22M18%2030.707a8.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.5c5.143%200%206.447.784%207.457%201.392c.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.36v9.842h-2zm-9.307%204.899c-.22.225-.536.442-1.28.442h-.002c-.053%200-.093%200-.198-.103c-.149-.146-.37-.468-.584-1.077c-.432-1.226-.654-3.08-.627-5.296c.054-4.443%201.086-9.49%202.406-12.13c1.316-2.63%202.735-3.84%204.61-4.51c2.073-.74%204.849-.884%209.101-.884q.475%200%20.9.009c-.883%201.129-1.364%202.37-1.622%203.445a11%2011%200%200%200-.293%202.195a9%209%200%200%200%20.013.866l.003.039l.002.017l.001.018v.006l.001.003l.995-.098l.995-.099l-.002-.03l-.007-.132a7%207%200%200%201-.002-.529c.014-.456.07-1.09.238-1.79c.303-1.261.953-2.686%202.324-3.737c1.38.177%202.01.445%202.384.638c.167.087.31.172.501.287l.058.035c.206.124.487.291.817.441c.731.332%201.536.505%202.612.505c1.042%200%202.25-.189%203.392-.407a108%20108%200%200%200%202.172-.448c.466-.1.921-.196%201.341-.282c1.148-.234%202.133-.404%202.903-.453l.112-.007c-.25.79-.766%201.84-1.497%202.909c-.751%201.098-1.66%202.115-2.606%202.837c-.964.736-1.803%201.045-2.459%201.045c-3.524%200-5.615%202.499-7%204.153l-.131.156c-.744.889-1.308%201.563-1.918%202.055c-.57.462-1.05.651-1.584.651c-2.039%200-3.54.527-4.762%201.113v-4.411c0-.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-.47v2.86c-1.019.516-1.945.858-3.312.858c-1.7%200-2.888.792-3.678%201.842c-.582.771-.982%201.749-1.269%202.449l-.115.28c-.355.847-.617%201.35-.933%201.674%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%22M18%2030.707a8.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.5c5.143%200%206.447.784%207.457%201.392c.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.36v9.842h-2zm-9.307%204.899c-.22.225-.536.442-1.28.442h-.002c-.053%200-.093%200-.198-.103c-.149-.146-.37-.468-.584-1.077c-.432-1.226-.654-3.08-.627-5.296c.054-4.443%201.086-9.49%202.406-12.13c1.316-2.63%202.735-3.84%204.61-4.51c2.073-.74%204.849-.884%209.101-.884q.475%200%20.9.009c-.883%201.129-1.364%202.37-1.622%203.445a11%2011%200%200%200-.293%202.195a9%209%200%200%200%20.013.866l.003.039l.002.017l.001.018v.006l.001.003l.995-.098l.995-.099l-.002-.03l-.007-.132a7%207%200%200%201-.002-.529c.014-.456.07-1.09.238-1.79c.303-1.261.953-2.686%202.324-3.737c1.38.177%202.01.445%202.384.638c.167.087.31.172.501.287l.058.035c.206.124.487.291.817.441c.731.332%201.536.505%202.612.505c1.042%200%202.25-.189%203.392-.407a108%20108%200%200%200%202.172-.448c.466-.1.921-.196%201.341-.282c1.148-.234%202.133-.404%202.903-.453l.112-.007c-.25.79-.766%201.84-1.497%202.909c-.751%201.098-1.66%202.115-2.606%202.837c-.964.736-1.803%201.045-2.459%201.045c-3.524%200-5.615%202.499-7%204.153l-.131.156c-.744.889-1.308%201.563-1.918%202.055c-.57.462-1.05.651-1.584.651c-2.039%200-3.54.527-4.762%201.113v-4.411c0-.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-.47v2.86c-1.019.516-1.945.858-3.312.858c-1.7%200-2.888.792-3.678%201.842c-.582.771-.982%201.749-1.269%202.449l-.115.28c-.355.847-.617%201.35-.933%201.674%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-outline.svg?color=%231a73e8&size=48