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

Name
enzyme-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 enzyme icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.887 15.976a1.572 1.572 0 1 1-1.422 1.71l1.174-.108a.393.393 0 1 0 .356-.428zm1.641-.589c-.147-.28-.342-.54-.555-.708c-.21-.166-.52-.283-.864-.351a3.4 3.4 0 0 0-.773-.065a.755.755 0 1 1-.09-1.507a4.8 4.8 0 0 1 1.156.09c.463.092 1.033.274 1.505.646c.431.34.748.792.96 1.195c.202.389.355.825.375 1.17a.755.755 0 0 1-1.507.09q.001-.001-.01-.053a1 1 0 0 0-.037-.133a2.6 2.6 0 0 0-.16-.374m-4.017 1.248a.787.787 0 1 0 1.113-1.113a.787.787 0 0 0-1.113 1.113m12.183-9.152c.133-.392.147-.816.04-1.217l-1.317.353a.735.735 0 1 1-.9-.519l-.352-1.317a2.097 2.097 0 1 0 2.529 2.7"/><path d="M18.155 10.537c.355-.298.29-.834-.073-1.122c-.362-.288-.886-.212-1.277.036a2.518 2.518 0 0 1-3.62-1.036c-.2-.417-.604-.76-1.064-.707s-.799.473-.656.914a4.194 4.194 0 0 0 6.69 1.915"/><path fill-rule="evenodd" d="m20.157 12.742l-7.415 7.415a6.292 6.292 0 1 1-8.899-8.898l7.416-7.416a6.292 6.292 0 1 1 8.898 8.899m-8.84 5.991l2.596-2.595l-6.05-6.051l-2.596 2.595a4.279 4.279 0 0 0 6.05 6.051m1.365-13.466L9.345 8.604l6.051 6.05l3.337-3.336a4.279 4.279 0 0 0-6.05-6.051" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsEnzymeOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.887 15.976a1.572 1.572 0 1 1-1.422 1.71l1.174-.108a.393.393 0 1 0 .356-.428zm1.641-.589c-.147-.28-.342-.54-.555-.708c-.21-.166-.52-.283-.864-.351a3.4 3.4 0 0 0-.773-.065a.755.755 0 1 1-.09-1.507a4.8 4.8 0 0 1 1.156.09c.463.092 1.033.274 1.505.646c.431.34.748.792.96 1.195c.202.389.355.825.375 1.17a.755.755 0 0 1-1.507.09q.001-.001-.01-.053a1 1 0 0 0-.037-.133a2.6 2.6 0 0 0-.16-.374m-4.017 1.248a.787.787 0 1 0 1.113-1.113a.787.787 0 0 0-1.113 1.113m12.183-9.152c.133-.392.147-.816.04-1.217l-1.317.353a.735.735 0 1 1-.9-.519l-.352-1.317a2.097 2.097 0 1 0 2.529 2.7"/><path d="M18.155 10.537c.355-.298.29-.834-.073-1.122c-.362-.288-.886-.212-1.277.036a2.518 2.518 0 0 1-3.62-1.036c-.2-.417-.604-.76-1.064-.707s-.799.473-.656.914a4.194 4.194 0 0 0 6.69 1.915"/><path fillRule="evenodd" d="m20.157 12.742l-7.415 7.415a6.292 6.292 0 1 1-8.899-8.898l7.416-7.416a6.292 6.292 0 1 1 8.898 8.899m-8.84 5.991l2.596-2.595l-6.05-6.051l-2.596 2.595a4.279 4.279 0 0 0 6.05 6.051m1.365-13.466L9.345 8.604l6.051 6.05l3.337-3.336a4.279 4.279 0 0 0-6.05-6.051" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.887 15.976a1.572 1.572 0 1 1-1.422 1.71l1.174-.108a.393.393 0 1 0 .356-.428zm1.641-.589c-.147-.28-.342-.54-.555-.708c-.21-.166-.52-.283-.864-.351a3.4 3.4 0 0 0-.773-.065a.755.755 0 1 1-.09-1.507a4.8 4.8 0 0 1 1.156.09c.463.092 1.033.274 1.505.646c.431.34.748.792.96 1.195c.202.389.355.825.375 1.17a.755.755 0 0 1-1.507.09q.001-.001-.01-.053a1 1 0 0 0-.037-.133a2.6 2.6 0 0 0-.16-.374m-4.017 1.248a.787.787 0 1 0 1.113-1.113a.787.787 0 0 0-1.113 1.113m12.183-9.152c.133-.392.147-.816.04-1.217l-1.317.353a.735.735 0 1 1-.9-.519l-.352-1.317a2.097 2.097 0 1 0 2.529 2.7"/><path d="M18.155 10.537c.355-.298.29-.834-.073-1.122c-.362-.288-.886-.212-1.277.036a2.518 2.518 0 0 1-3.62-1.036c-.2-.417-.604-.76-1.064-.707s-.799.473-.656.914a4.194 4.194 0 0 0 6.69 1.915"/><path fill-rule="evenodd" d="m20.157 12.742l-7.415 7.415a6.292 6.292 0 1 1-8.899-8.898l7.416-7.416a6.292 6.292 0 1 1 8.898 8.899m-8.84 5.991l2.596-2.595l-6.05-6.051l-2.596 2.595a4.279 4.279 0 0 0 6.05 6.051m1.365-13.466L9.345 8.604l6.051 6.05l3.337-3.336a4.279 4.279 0 0 0-6.05-6.051" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-enzyme-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.887%2015.976a1.572%201.572%200%201%201-1.422%201.71l1.174-.108a.393.393%200%201%200%20.356-.428zm1.641-.589c-.147-.28-.342-.54-.555-.708c-.21-.166-.52-.283-.864-.351a3.4%203.4%200%200%200-.773-.065a.755.755%200%201%201-.09-1.507a4.8%204.8%200%200%201%201.156.09c.463.092%201.033.274%201.505.646c.431.34.748.792.96%201.195c.202.389.355.825.375%201.17a.755.755%200%200%201-1.507.09q.001-.001-.01-.053a1%201%200%200%200-.037-.133a2.6%202.6%200%200%200-.16-.374m-4.017%201.248a.787.787%200%201%200%201.113-1.113a.787.787%200%200%200-1.113%201.113m12.183-9.152c.133-.392.147-.816.04-1.217l-1.317.353a.735.735%200%201%201-.9-.519l-.352-1.317a2.097%202.097%200%201%200%202.529%202.7%22%2F%3E%3Cpath%20d%3D%22M18.155%2010.537c.355-.298.29-.834-.073-1.122c-.362-.288-.886-.212-1.277.036a2.518%202.518%200%200%201-3.62-1.036c-.2-.417-.604-.76-1.064-.707s-.799.473-.656.914a4.194%204.194%200%200%200%206.69%201.915%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m20.157%2012.742l-7.415%207.415a6.292%206.292%200%201%201-8.899-8.898l7.416-7.416a6.292%206.292%200%201%201%208.898%208.899m-8.84%205.991l2.596-2.595l-6.05-6.051l-2.596%202.595a4.279%204.279%200%200%200%206.05%206.051m1.365-13.466L9.345%208.604l6.051%206.05l3.337-3.336a4.279%204.279%200%200%200-6.05-6.051%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.887%2015.976a1.572%201.572%200%201%201-1.422%201.71l1.174-.108a.393.393%200%201%200%20.356-.428zm1.641-.589c-.147-.28-.342-.54-.555-.708c-.21-.166-.52-.283-.864-.351a3.4%203.4%200%200%200-.773-.065a.755.755%200%201%201-.09-1.507a4.8%204.8%200%200%201%201.156.09c.463.092%201.033.274%201.505.646c.431.34.748.792.96%201.195c.202.389.355.825.375%201.17a.755.755%200%200%201-1.507.09q.001-.001-.01-.053a1%201%200%200%200-.037-.133a2.6%202.6%200%200%200-.16-.374m-4.017%201.248a.787.787%200%201%200%201.113-1.113a.787.787%200%200%200-1.113%201.113m12.183-9.152c.133-.392.147-.816.04-1.217l-1.317.353a.735.735%200%201%201-.9-.519l-.352-1.317a2.097%202.097%200%201%200%202.529%202.7%22%2F%3E%3Cpath%20d%3D%22M18.155%2010.537c.355-.298.29-.834-.073-1.122c-.362-.288-.886-.212-1.277.036a2.518%202.518%200%200%201-3.62-1.036c-.2-.417-.604-.76-1.064-.707s-.799.473-.656.914a4.194%204.194%200%200%200%206.69%201.915%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m20.157%2012.742l-7.415%207.415a6.292%206.292%200%201%201-8.899-8.898l7.416-7.416a6.292%206.292%200%201%201%208.898%208.899m-8.84%205.991l2.596-2.595l-6.05-6.051l-2.596%202.595a4.279%204.279%200%200%200%206.05%206.051m1.365-13.466L9.345%208.604l6.051%206.05l3.337-3.336a4.279%204.279%200%200%200-6.05-6.051%22%20clip-rule%3D%22evenodd%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/enzyme-outline-24px.svg?color=%231a73e8&size=48