enzyme icon
enzyme-24px from Health Icons by Resolve to Save Lives · Filled 24px · Body · MIT Free for personal and commercial use.
- Name
- enzyme-24px
- Set
- Health Icons
- Style
- Filled 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"><path fill="currentColor" fill-rule="evenodd" d="M20.157 3.843a6.29 6.29 0 0 0-8.898 0l-7.416 7.416a6.292 6.292 0 1 0 8.899 8.898l2.595-2.595l-8.898-8.899L7.922 7.18l8.898 8.898l3.337-3.336a6.29 6.29 0 0 0 0-8.899m-2.733 1.77a.734.734 0 1 1-.9-.52l-.352-1.316A2.097 2.097 0 1 0 18.74 5.26zm1.537 4.33c.354-.3.29-.835-.073-1.123s-.887-.212-1.278.036a2.517 2.517 0 0 1-3.619-1.036c-.2-.417-.604-.76-1.065-.707s-.798.473-.655.914a4.195 4.195 0 0 0 6.69 1.915m-12.94 8.65l1.175-.107a.394.394 0 1 0 .355-.428l-.108-1.175a1.57 1.57 0 0 1 1.608.99a1.573 1.573 0 1 1-3.03.72m3.17-2.963a2.25 2.25 0 0 0-.554-.708c-.21-.165-.52-.283-.864-.35A3.4 3.4 0 0 0 7 14.506a.755.755 0 0 1-.09-1.508a4.8 4.8 0 0 1 1.156.091c.462.091 1.032.274 1.505.645c.43.34.748.793.959 1.196c.203.388.355.824.376 1.169a.755.755 0 1 1-1.507.09l-.01-.052a1 1 0 0 0-.037-.134a2.5 2.5 0 0 0-.16-.374m-4.016 1.248a.787.787 0 1 0 1.112-1.113a.787.787 0 0 0-1.112 1.113" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsEnzyme24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M20.157 3.843a6.29 6.29 0 0 0-8.898 0l-7.416 7.416a6.292 6.292 0 1 0 8.899 8.898l2.595-2.595l-8.898-8.899L7.922 7.18l8.898 8.898l3.337-3.336a6.29 6.29 0 0 0 0-8.899m-2.733 1.77a.734.734 0 1 1-.9-.52l-.352-1.316A2.097 2.097 0 1 0 18.74 5.26zm1.537 4.33c.354-.3.29-.835-.073-1.123s-.887-.212-1.278.036a2.517 2.517 0 0 1-3.619-1.036c-.2-.417-.604-.76-1.065-.707s-.798.473-.655.914a4.195 4.195 0 0 0 6.69 1.915m-12.94 8.65l1.175-.107a.394.394 0 1 0 .355-.428l-.108-1.175a1.57 1.57 0 0 1 1.608.99a1.573 1.573 0 1 1-3.03.72m3.17-2.963a2.25 2.25 0 0 0-.554-.708c-.21-.165-.52-.283-.864-.35A3.4 3.4 0 0 0 7 14.506a.755.755 0 0 1-.09-1.508a4.8 4.8 0 0 1 1.156.091c.462.091 1.032.274 1.505.645c.43.34.748.793.959 1.196c.203.388.355.824.376 1.169a.755.755 0 1 1-1.507.09l-.01-.052a1 1 0 0 0-.037-.134a2.5 2.5 0 0 0-.16-.374m-4.016 1.248a.787.787 0 1 0 1.112-1.113a.787.787 0 0 0-1.112 1.113" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.157 3.843a6.29 6.29 0 0 0-8.898 0l-7.416 7.416a6.292 6.292 0 1 0 8.899 8.898l2.595-2.595l-8.898-8.899L7.922 7.18l8.898 8.898l3.337-3.336a6.29 6.29 0 0 0 0-8.899m-2.733 1.77a.734.734 0 1 1-.9-.52l-.352-1.316A2.097 2.097 0 1 0 18.74 5.26zm1.537 4.33c.354-.3.29-.835-.073-1.123s-.887-.212-1.278.036a2.517 2.517 0 0 1-3.619-1.036c-.2-.417-.604-.76-1.065-.707s-.798.473-.655.914a4.195 4.195 0 0 0 6.69 1.915m-12.94 8.65l1.175-.107a.394.394 0 1 0 .355-.428l-.108-1.175a1.57 1.57 0 0 1 1.608.99a1.573 1.573 0 1 1-3.03.72m3.17-2.963a2.25 2.25 0 0 0-.554-.708c-.21-.165-.52-.283-.864-.35A3.4 3.4 0 0 0 7 14.506a.755.755 0 0 1-.09-1.508a4.8 4.8 0 0 1 1.156.091c.462.091 1.032.274 1.505.645c.43.34.748.793.959 1.196c.203.388.355.824.376 1.169a.755.755 0 1 1-1.507.09l-.01-.052a1 1 0 0 0-.037-.134a2.5 2.5 0 0 0-.16-.374m-4.016 1.248a.787.787 0 1 0 1.112-1.113a.787.787 0 0 0-1.112 1.113" clip-rule="evenodd"/></svg> </template>
CSS
.icon-enzyme-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.157%203.843a6.29%206.29%200%200%200-8.898%200l-7.416%207.416a6.292%206.292%200%201%200%208.899%208.898l2.595-2.595l-8.898-8.899L7.922%207.18l8.898%208.898l3.337-3.336a6.29%206.29%200%200%200%200-8.899m-2.733%201.77a.734.734%200%201%201-.9-.52l-.352-1.316A2.097%202.097%200%201%200%2018.74%205.26zm1.537%204.33c.354-.3.29-.835-.073-1.123s-.887-.212-1.278.036a2.517%202.517%200%200%201-3.619-1.036c-.2-.417-.604-.76-1.065-.707s-.798.473-.655.914a4.195%204.195%200%200%200%206.69%201.915m-12.94%208.65l1.175-.107a.394.394%200%201%200%20.355-.428l-.108-1.175a1.57%201.57%200%200%201%201.608.99a1.573%201.573%200%201%201-3.03.72m3.17-2.963a2.25%202.25%200%200%200-.554-.708c-.21-.165-.52-.283-.864-.35A3.4%203.4%200%200%200%207%2014.506a.755.755%200%200%201-.09-1.508a4.8%204.8%200%200%201%201.156.091c.462.091%201.032.274%201.505.645c.43.34.748.793.959%201.196c.203.388.355.824.376%201.169a.755.755%200%201%201-1.507.09l-.01-.052a1%201%200%200%200-.037-.134a2.5%202.5%200%200%200-.16-.374m-4.016%201.248a.787.787%200%201%200%201.112-1.113a.787.787%200%200%200-1.112%201.113%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.157%203.843a6.29%206.29%200%200%200-8.898%200l-7.416%207.416a6.292%206.292%200%201%200%208.899%208.898l2.595-2.595l-8.898-8.899L7.922%207.18l8.898%208.898l3.337-3.336a6.29%206.29%200%200%200%200-8.899m-2.733%201.77a.734.734%200%201%201-.9-.52l-.352-1.316A2.097%202.097%200%201%200%2018.74%205.26zm1.537%204.33c.354-.3.29-.835-.073-1.123s-.887-.212-1.278.036a2.517%202.517%200%200%201-3.619-1.036c-.2-.417-.604-.76-1.065-.707s-.798.473-.655.914a4.195%204.195%200%200%200%206.69%201.915m-12.94%208.65l1.175-.107a.394.394%200%201%200%20.355-.428l-.108-1.175a1.57%201.57%200%200%201%201.608.99a1.573%201.573%200%201%201-3.03.72m3.17-2.963a2.25%202.25%200%200%200-.554-.708c-.21-.165-.52-.283-.864-.35A3.4%203.4%200%200%200%207%2014.506a.755.755%200%200%201-.09-1.508a4.8%204.8%200%200%201%201.156.091c.462.091%201.032.274%201.505.645c.43.34.748.793.959%201.196c.203.388.355.824.376%201.169a.755.755%200%201%201-1.507.09l-.01-.052a1%201%200%200%200-.037-.134a2.5%202.5%200%200%200-.16-.374m-4.016%201.248a.787.787%200%201%200%201.112-1.113a.787.787%200%200%200-1.112%201.113%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/enzyme-24px.svg?color=%231a73e8&size=48