liver alt negative icon
liver-alt-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- liver-alt-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the liver alt negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsLiverAltNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zm-9.052 6c-.705 0-1.524.315-2.368.754q-1.273.66-2.526 1.452c-.747.472-1.643.915-2.697 1.324c-1.017.395-1.902.573-2.667.573c-.544 0-1.055.052-1.492.193c-.502.16-.953.48-1.214 1.001a2.9 2.9 0 0 0-.307.956a8 8 0 0 0-.04.902q0 2.338.726 4.502c.474 1.41 1.069 2.61 1.804 3.574c.695.912 1.429 1.664 2.207 2.235c.762.56 1.58.948 2.42.948c.743 0 1.5-.38 2.204-.868c.757-.524 1.53-1.265 2.322-2.191a22 22 0 0 0 2.235-3.175c.712-1.218 1.293-2.628 1.75-4.22q.694-2.425.695-4.908c0-.845-.254-1.631-.864-2.224C40.54 6.25 39.776 6 38.948 6m-20.663 7.328c-2.208 0-4.261.495-6.144 1.495c-1.875.995-3.375 2.356-4.477 4.08A10.36 10.36 0 0 0 6 24.585c0 1.685.312 3.41.92 5.168q.905 2.615 2.347 4.74a31.4 31.4 0 0 0 2.98 3.757c1.056 1.134 2.105 2.041 3.149 2.698c.999.628 1.982 1.051 2.889 1.051c.507 0 .795-.344.864-.428c.106-.132.18-.275.23-.382c.105-.225.203-.515.298-.838c.163-.558.463-1.34.916-2.36a10.5 10.5 0 0 1 1.531-2.5q.928-1.079 2.437-2.372a57 57 0 0 1 2.676-2.173a16 16 0 0 0 2.188-1.966c.628-.686 1.144-1.482 1.144-2.343c0-.37-.144-.678-.286-.9a3.4 3.4 0 0 0-.543-.631q-.552-.516-1.388-1.188c-.523-.42-.882-.757-1.104-1.013a13 13 0 0 1-2.086-3.275c-.509-1.156-.748-2.237-.748-3.252a2.6 2.6 0 0 0-.37-1.37c-.268-.44-.66-.756-1.11-.973a7 7 0 0 0-1.021-.408c-.385-.118-.851-.184-1.366-.218a49 49 0 0 0-1.13-.066a29 29 0 0 0-1.133-.016" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsLiverAltNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsLiverAltNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsLiverAltNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zm-9.052 6c-.705 0-1.524.315-2.368.754q-1.273.66-2.526 1.452c-.747.472-1.643.915-2.697 1.324c-1.017.395-1.902.573-2.667.573c-.544 0-1.055.052-1.492.193c-.502.16-.953.48-1.214 1.001a2.9 2.9 0 0 0-.307.956a8 8 0 0 0-.04.902q0 2.338.726 4.502c.474 1.41 1.069 2.61 1.804 3.574c.695.912 1.429 1.664 2.207 2.235c.762.56 1.58.948 2.42.948c.743 0 1.5-.38 2.204-.868c.757-.524 1.53-1.265 2.322-2.191a22 22 0 0 0 2.235-3.175c.712-1.218 1.293-2.628 1.75-4.22q.694-2.425.695-4.908c0-.845-.254-1.631-.864-2.224C40.54 6.25 39.776 6 38.948 6m-20.663 7.328c-2.208 0-4.261.495-6.144 1.495c-1.875.995-3.375 2.356-4.477 4.08A10.36 10.36 0 0 0 6 24.585c0 1.685.312 3.41.92 5.168q.905 2.615 2.347 4.74a31.4 31.4 0 0 0 2.98 3.757c1.056 1.134 2.105 2.041 3.149 2.698c.999.628 1.982 1.051 2.889 1.051c.507 0 .795-.344.864-.428c.106-.132.18-.275.23-.382c.105-.225.203-.515.298-.838c.163-.558.463-1.34.916-2.36a10.5 10.5 0 0 1 1.531-2.5q.928-1.079 2.437-2.372a57 57 0 0 1 2.676-2.173a16 16 0 0 0 2.188-1.966c.628-.686 1.144-1.482 1.144-2.343c0-.37-.144-.678-.286-.9a3.4 3.4 0 0 0-.543-.631q-.552-.516-1.388-1.188c-.523-.42-.882-.757-1.104-1.013a13 13 0 0 1-2.086-3.275c-.509-1.156-.748-2.237-.748-3.252a2.6 2.6 0 0 0-.37-1.37c-.268-.44-.66-.756-1.11-.973a7 7 0 0 0-1.021-.408c-.385-.118-.851-.184-1.366-.218a49 49 0 0 0-1.13-.066a29 29 0 0 0-1.133-.016" clipRule="evenodd"/></g><defs><clipPath id="healthiconsLiverAltNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsLiverAltNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zm-9.052 6c-.705 0-1.524.315-2.368.754q-1.273.66-2.526 1.452c-.747.472-1.643.915-2.697 1.324c-1.017.395-1.902.573-2.667.573c-.544 0-1.055.052-1.492.193c-.502.16-.953.48-1.214 1.001a2.9 2.9 0 0 0-.307.956a8 8 0 0 0-.04.902q0 2.338.726 4.502c.474 1.41 1.069 2.61 1.804 3.574c.695.912 1.429 1.664 2.207 2.235c.762.56 1.58.948 2.42.948c.743 0 1.5-.38 2.204-.868c.757-.524 1.53-1.265 2.322-2.191a22 22 0 0 0 2.235-3.175c.712-1.218 1.293-2.628 1.75-4.22q.694-2.425.695-4.908c0-.845-.254-1.631-.864-2.224C40.54 6.25 39.776 6 38.948 6m-20.663 7.328c-2.208 0-4.261.495-6.144 1.495c-1.875.995-3.375 2.356-4.477 4.08A10.36 10.36 0 0 0 6 24.585c0 1.685.312 3.41.92 5.168q.905 2.615 2.347 4.74a31.4 31.4 0 0 0 2.98 3.757c1.056 1.134 2.105 2.041 3.149 2.698c.999.628 1.982 1.051 2.889 1.051c.507 0 .795-.344.864-.428c.106-.132.18-.275.23-.382c.105-.225.203-.515.298-.838c.163-.558.463-1.34.916-2.36a10.5 10.5 0 0 1 1.531-2.5q.928-1.079 2.437-2.372a57 57 0 0 1 2.676-2.173a16 16 0 0 0 2.188-1.966c.628-.686 1.144-1.482 1.144-2.343c0-.37-.144-.678-.286-.9a3.4 3.4 0 0 0-.543-.631q-.552-.516-1.388-1.188c-.523-.42-.882-.757-1.104-1.013a13 13 0 0 1-2.086-3.275c-.509-1.156-.748-2.237-.748-3.252a2.6 2.6 0 0 0-.37-1.37c-.268-.44-.66-.756-1.11-.973a7 7 0 0 0-1.021-.408c-.385-.118-.851-.184-1.366-.218a49 49 0 0 0-1.13-.066a29 29 0 0 0-1.133-.016" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsLiverAltNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-liver-alt-negative {
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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsLiverAltNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-9.052%206c-.705%200-1.524.315-2.368.754q-1.273.66-2.526%201.452c-.747.472-1.643.915-2.697%201.324c-1.017.395-1.902.573-2.667.573c-.544%200-1.055.052-1.492.193c-.502.16-.953.48-1.214%201.001a2.9%202.9%200%200%200-.307.956a8%208%200%200%200-.04.902q0%202.338.726%204.502c.474%201.41%201.069%202.61%201.804%203.574c.695.912%201.429%201.664%202.207%202.235c.762.56%201.58.948%202.42.948c.743%200%201.5-.38%202.204-.868c.757-.524%201.53-1.265%202.322-2.191a22%2022%200%200%200%202.235-3.175c.712-1.218%201.293-2.628%201.75-4.22q.694-2.425.695-4.908c0-.845-.254-1.631-.864-2.224C40.54%206.25%2039.776%206%2038.948%206m-20.663%207.328c-2.208%200-4.261.495-6.144%201.495c-1.875.995-3.375%202.356-4.477%204.08A10.36%2010.36%200%200%200%206%2024.585c0%201.685.312%203.41.92%205.168q.905%202.615%202.347%204.74a31.4%2031.4%200%200%200%202.98%203.757c1.056%201.134%202.105%202.041%203.149%202.698c.999.628%201.982%201.051%202.889%201.051c.507%200%20.795-.344.864-.428c.106-.132.18-.275.23-.382c.105-.225.203-.515.298-.838c.163-.558.463-1.34.916-2.36a10.5%2010.5%200%200%201%201.531-2.5q.928-1.079%202.437-2.372a57%2057%200%200%201%202.676-2.173a16%2016%200%200%200%202.188-1.966c.628-.686%201.144-1.482%201.144-2.343c0-.37-.144-.678-.286-.9a3.4%203.4%200%200%200-.543-.631q-.552-.516-1.388-1.188c-.523-.42-.882-.757-1.104-1.013a13%2013%200%200%201-2.086-3.275c-.509-1.156-.748-2.237-.748-3.252a2.6%202.6%200%200%200-.37-1.37c-.268-.44-.66-.756-1.11-.973a7%207%200%200%200-1.021-.408c-.385-.118-.851-.184-1.366-.218a49%2049%200%200%200-1.13-.066a29%2029%200%200%200-1.133-.016%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsLiverAltNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsLiverAltNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-9.052%206c-.705%200-1.524.315-2.368.754q-1.273.66-2.526%201.452c-.747.472-1.643.915-2.697%201.324c-1.017.395-1.902.573-2.667.573c-.544%200-1.055.052-1.492.193c-.502.16-.953.48-1.214%201.001a2.9%202.9%200%200%200-.307.956a8%208%200%200%200-.04.902q0%202.338.726%204.502c.474%201.41%201.069%202.61%201.804%203.574c.695.912%201.429%201.664%202.207%202.235c.762.56%201.58.948%202.42.948c.743%200%201.5-.38%202.204-.868c.757-.524%201.53-1.265%202.322-2.191a22%2022%200%200%200%202.235-3.175c.712-1.218%201.293-2.628%201.75-4.22q.694-2.425.695-4.908c0-.845-.254-1.631-.864-2.224C40.54%206.25%2039.776%206%2038.948%206m-20.663%207.328c-2.208%200-4.261.495-6.144%201.495c-1.875.995-3.375%202.356-4.477%204.08A10.36%2010.36%200%200%200%206%2024.585c0%201.685.312%203.41.92%205.168q.905%202.615%202.347%204.74a31.4%2031.4%200%200%200%202.98%203.757c1.056%201.134%202.105%202.041%203.149%202.698c.999.628%201.982%201.051%202.889%201.051c.507%200%20.795-.344.864-.428c.106-.132.18-.275.23-.382c.105-.225.203-.515.298-.838c.163-.558.463-1.34.916-2.36a10.5%2010.5%200%200%201%201.531-2.5q.928-1.079%202.437-2.372a57%2057%200%200%201%202.676-2.173a16%2016%200%200%200%202.188-1.966c.628-.686%201.144-1.482%201.144-2.343c0-.37-.144-.678-.286-.9a3.4%203.4%200%200%200-.543-.631q-.552-.516-1.388-1.188c-.523-.42-.882-.757-1.104-1.013a13%2013%200%200%201-2.086-3.275c-.509-1.156-.748-2.237-.748-3.252a2.6%202.6%200%200%200-.37-1.37c-.268-.44-.66-.756-1.11-.973a7%207%200%200%200-1.021-.408c-.385-.118-.851-.184-1.366-.218a49%2049%200%200%200-1.13-.066a29%2029%200%200%200-1.133-.016%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsLiverAltNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/liver-alt-negative.svg?color=%231a73e8&size=48