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

Name
enzyme-outline
Set
Health Icons
Style
Outline
Category
Body
Viewbox
48×48
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 48 48"><g fill="currentColor"><path d="M29.068 15.518a2 2 0 0 0 3.864-1.036l1.932-.517a4 4 0 1 1-4.9-2.829l.518 1.932a2 2 0 0 0-1.414 2.45"/><path d="M34.876 19.717c-.824 1.22-2.6 1.893-4.553 1.804c-1.957-.089-3.652-.922-4.34-2.167a1 1 0 1 0-1.75.968c1.154 2.087 3.665 3.09 5.999 3.197c2.338.107 4.94-.667 6.301-2.682a1 1 0 0 0-1.657-1.12M17.567 34.784a.784.784 0 0 1-1.567 0h-2A2.783 2.783 0 1 0 16.784 32v2c.432 0 .783.35.783.783m2.373-8.36c-1.795-.776-3.693-.776-4.897.073a1 1 0 1 1-1.153-1.634c1.988-1.402 4.695-1.203 6.843-.275c2.145.927 4.137 2.755 4.477 5.116a1 1 0 0 1-1.98.285c-.202-1.408-1.492-2.788-3.29-3.565"/><path d="M18.138 29.815c-1.169-.488-2.313-.474-2.964-.056a1 1 0 0 1-1.08-1.683c1.433-.92 3.345-.72 4.815-.106c1.46.61 2.942 1.822 3.234 3.468a1 1 0 1 1-1.969.35c-.12-.676-.858-1.48-2.036-1.973M11.5 34a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path fill-rule="evenodd" d="M9.071 39.071c-3.905-3.905-3.905-10.237 0-14.142L24.627 9.373c3.906-3.906 10.237-3.906 14.143 0c3.905 3.905 3.905 10.236 0 14.142L23.213 39.07c-3.905 3.905-10.237 3.905-14.142 0m10.05-21.364l6.92-6.92A8 8 0 0 1 37.356 22.1l-6.92 6.92zm-1.414 1.414l-7.222 7.222A8 8 0 0 0 21.8 37.657l7.222-7.222z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsEnzymeOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M29.068 15.518a2 2 0 0 0 3.864-1.036l1.932-.517a4 4 0 1 1-4.9-2.829l.518 1.932a2 2 0 0 0-1.414 2.45"/><path d="M34.876 19.717c-.824 1.22-2.6 1.893-4.553 1.804c-1.957-.089-3.652-.922-4.34-2.167a1 1 0 1 0-1.75.968c1.154 2.087 3.665 3.09 5.999 3.197c2.338.107 4.94-.667 6.301-2.682a1 1 0 0 0-1.657-1.12M17.567 34.784a.784.784 0 0 1-1.567 0h-2A2.783 2.783 0 1 0 16.784 32v2c.432 0 .783.35.783.783m2.373-8.36c-1.795-.776-3.693-.776-4.897.073a1 1 0 1 1-1.153-1.634c1.988-1.402 4.695-1.203 6.843-.275c2.145.927 4.137 2.755 4.477 5.116a1 1 0 0 1-1.98.285c-.202-1.408-1.492-2.788-3.29-3.565"/><path d="M18.138 29.815c-1.169-.488-2.313-.474-2.964-.056a1 1 0 0 1-1.08-1.683c1.433-.92 3.345-.72 4.815-.106c1.46.61 2.942 1.822 3.234 3.468a1 1 0 1 1-1.969.35c-.12-.676-.858-1.48-2.036-1.973M11.5 34a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path fillRule="evenodd" d="M9.071 39.071c-3.905-3.905-3.905-10.237 0-14.142L24.627 9.373c3.906-3.906 10.237-3.906 14.143 0c3.905 3.905 3.905 10.236 0 14.142L23.213 39.07c-3.905 3.905-10.237 3.905-14.142 0m10.05-21.364l6.92-6.92A8 8 0 0 1 37.356 22.1l-6.92 6.92zm-1.414 1.414l-7.222 7.222A8 8 0 0 0 21.8 37.657l7.222-7.222z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M29.068 15.518a2 2 0 0 0 3.864-1.036l1.932-.517a4 4 0 1 1-4.9-2.829l.518 1.932a2 2 0 0 0-1.414 2.45"/><path d="M34.876 19.717c-.824 1.22-2.6 1.893-4.553 1.804c-1.957-.089-3.652-.922-4.34-2.167a1 1 0 1 0-1.75.968c1.154 2.087 3.665 3.09 5.999 3.197c2.338.107 4.94-.667 6.301-2.682a1 1 0 0 0-1.657-1.12M17.567 34.784a.784.784 0 0 1-1.567 0h-2A2.783 2.783 0 1 0 16.784 32v2c.432 0 .783.35.783.783m2.373-8.36c-1.795-.776-3.693-.776-4.897.073a1 1 0 1 1-1.153-1.634c1.988-1.402 4.695-1.203 6.843-.275c2.145.927 4.137 2.755 4.477 5.116a1 1 0 0 1-1.98.285c-.202-1.408-1.492-2.788-3.29-3.565"/><path d="M18.138 29.815c-1.169-.488-2.313-.474-2.964-.056a1 1 0 0 1-1.08-1.683c1.433-.92 3.345-.72 4.815-.106c1.46.61 2.942 1.822 3.234 3.468a1 1 0 1 1-1.969.35c-.12-.676-.858-1.48-2.036-1.973M11.5 34a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path fill-rule="evenodd" d="M9.071 39.071c-3.905-3.905-3.905-10.237 0-14.142L24.627 9.373c3.906-3.906 10.237-3.906 14.143 0c3.905 3.905 3.905 10.236 0 14.142L23.213 39.07c-3.905 3.905-10.237 3.905-14.142 0m10.05-21.364l6.92-6.92A8 8 0 0 1 37.356 22.1l-6.92 6.92zm-1.414 1.414l-7.222 7.222A8 8 0 0 0 21.8 37.657l7.222-7.222z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-enzyme-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M29.068%2015.518a2%202%200%200%200%203.864-1.036l1.932-.517a4%204%200%201%201-4.9-2.829l.518%201.932a2%202%200%200%200-1.414%202.45%22%2F%3E%3Cpath%20d%3D%22M34.876%2019.717c-.824%201.22-2.6%201.893-4.553%201.804c-1.957-.089-3.652-.922-4.34-2.167a1%201%200%201%200-1.75.968c1.154%202.087%203.665%203.09%205.999%203.197c2.338.107%204.94-.667%206.301-2.682a1%201%200%200%200-1.657-1.12M17.567%2034.784a.784.784%200%200%201-1.567%200h-2A2.783%202.783%200%201%200%2016.784%2032v2c.432%200%20.783.35.783.783m2.373-8.36c-1.795-.776-3.693-.776-4.897.073a1%201%200%201%201-1.153-1.634c1.988-1.402%204.695-1.203%206.843-.275c2.145.927%204.137%202.755%204.477%205.116a1%201%200%200%201-1.98.285c-.202-1.408-1.492-2.788-3.29-3.565%22%2F%3E%3Cpath%20d%3D%22M18.138%2029.815c-1.169-.488-2.313-.474-2.964-.056a1%201%200%200%201-1.08-1.683c1.433-.92%203.345-.72%204.815-.106c1.46.61%202.942%201.822%203.234%203.468a1%201%200%201%201-1.969.35c-.12-.676-.858-1.48-2.036-1.973M11.5%2034a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.071%2039.071c-3.905-3.905-3.905-10.237%200-14.142L24.627%209.373c3.906-3.906%2010.237-3.906%2014.143%200c3.905%203.905%203.905%2010.236%200%2014.142L23.213%2039.07c-3.905%203.905-10.237%203.905-14.142%200m10.05-21.364l6.92-6.92A8%208%200%200%201%2037.356%2022.1l-6.92%206.92zm-1.414%201.414l-7.222%207.222A8%208%200%200%200%2021.8%2037.657l7.222-7.222z%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M29.068%2015.518a2%202%200%200%200%203.864-1.036l1.932-.517a4%204%200%201%201-4.9-2.829l.518%201.932a2%202%200%200%200-1.414%202.45%22%2F%3E%3Cpath%20d%3D%22M34.876%2019.717c-.824%201.22-2.6%201.893-4.553%201.804c-1.957-.089-3.652-.922-4.34-2.167a1%201%200%201%200-1.75.968c1.154%202.087%203.665%203.09%205.999%203.197c2.338.107%204.94-.667%206.301-2.682a1%201%200%200%200-1.657-1.12M17.567%2034.784a.784.784%200%200%201-1.567%200h-2A2.783%202.783%200%201%200%2016.784%2032v2c.432%200%20.783.35.783.783m2.373-8.36c-1.795-.776-3.693-.776-4.897.073a1%201%200%201%201-1.153-1.634c1.988-1.402%204.695-1.203%206.843-.275c2.145.927%204.137%202.755%204.477%205.116a1%201%200%200%201-1.98.285c-.202-1.408-1.492-2.788-3.29-3.565%22%2F%3E%3Cpath%20d%3D%22M18.138%2029.815c-1.169-.488-2.313-.474-2.964-.056a1%201%200%200%201-1.08-1.683c1.433-.92%203.345-.72%204.815-.106c1.46.61%202.942%201.822%203.234%203.468a1%201%200%201%201-1.969.35c-.12-.676-.858-1.48-2.036-1.973M11.5%2034a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.071%2039.071c-3.905-3.905-3.905-10.237%200-14.142L24.627%209.373c3.906-3.906%2010.237-3.906%2014.143%200c3.905%203.905%203.905%2010.236%200%2014.142L23.213%2039.07c-3.905%203.905-10.237%203.905-14.142%200m10.05-21.364l6.92-6.92A8%208%200%200%201%2037.356%2022.1l-6.92%206.92zm-1.414%201.414l-7.222%207.222A8%208%200%200%200%2021.8%2037.657l7.222-7.222z%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.svg?color=%231a73e8&size=48