bio pharma icon

bio-pharma from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.

Name
bio-pharma
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More symbols icons from Health Icons

Use the bio pharma 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="M20.437 6.104L18.333 4L17.03 5.303l1.954 1.954L7.257 18.984L5.303 17.03L4 18.333l2.104 2.104a15.58 15.58 0 0 0 13.265 4.4q.225-.996.57-1.972c-2.015.423-4.08.382-6.046-.092l8.88-8.88a13.7 13.7 0 0 1-.585 8.295l-.006.015q-.067.164-.136.327c-.387 1.09-.277.803-.277.803l-.074.208L16 29.235l9.024 9.024a9.36 9.36 0 0 0 13.235 0a9.36 9.36 0 0 0 0-13.235L29.235 16l-4.637 4.637a15.58 15.58 0 0 0-4.161-14.533m-8.514 16.032l10.214-10.213a13.7 13.7 0 0 0-1.918-3.294l-11.59 11.59a13.7 13.7 0 0 0 3.294 1.917m10.79 6.163l5.27 5.37c.912.928 1.948 1.372 2.928 1.397c.972.025 1.985-.359 2.875-1.267l1.428 1.401c-1.244 1.268-2.78 1.906-4.354 1.865c-1.569-.04-3.08-.75-4.303-1.995l-5.27-5.37z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBioPharma(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="M20.437 6.104L18.333 4L17.03 5.303l1.954 1.954L7.257 18.984L5.303 17.03L4 18.333l2.104 2.104a15.58 15.58 0 0 0 13.265 4.4q.225-.996.57-1.972c-2.015.423-4.08.382-6.046-.092l8.88-8.88a13.7 13.7 0 0 1-.585 8.295l-.006.015q-.067.164-.136.327c-.387 1.09-.277.803-.277.803l-.074.208L16 29.235l9.024 9.024a9.36 9.36 0 0 0 13.235 0a9.36 9.36 0 0 0 0-13.235L29.235 16l-4.637 4.637a15.58 15.58 0 0 0-4.161-14.533m-8.514 16.032l10.214-10.213a13.7 13.7 0 0 0-1.918-3.294l-11.59 11.59a13.7 13.7 0 0 0 3.294 1.917m10.79 6.163l5.27 5.37c.912.928 1.948 1.372 2.928 1.397c.972.025 1.985-.359 2.875-1.267l1.428 1.401c-1.244 1.268-2.78 1.906-4.354 1.865c-1.569-.04-3.08-.75-4.303-1.995l-5.27-5.37z" 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="M20.437 6.104L18.333 4L17.03 5.303l1.954 1.954L7.257 18.984L5.303 17.03L4 18.333l2.104 2.104a15.58 15.58 0 0 0 13.265 4.4q.225-.996.57-1.972c-2.015.423-4.08.382-6.046-.092l8.88-8.88a13.7 13.7 0 0 1-.585 8.295l-.006.015q-.067.164-.136.327c-.387 1.09-.277.803-.277.803l-.074.208L16 29.235l9.024 9.024a9.36 9.36 0 0 0 13.235 0a9.36 9.36 0 0 0 0-13.235L29.235 16l-4.637 4.637a15.58 15.58 0 0 0-4.161-14.533m-8.514 16.032l10.214-10.213a13.7 13.7 0 0 0-1.918-3.294l-11.59 11.59a13.7 13.7 0 0 0 3.294 1.917m10.79 6.163l5.27 5.37c.912.928 1.948 1.372 2.928 1.397c.972.025 1.985-.359 2.875-1.267l1.428 1.401c-1.244 1.268-2.78 1.906-4.354 1.865c-1.569-.04-3.08-.75-4.303-1.995l-5.27-5.37z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bio-pharma {
  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%22M20.437%206.104L18.333%204L17.03%205.303l1.954%201.954L7.257%2018.984L5.303%2017.03L4%2018.333l2.104%202.104a15.58%2015.58%200%200%200%2013.265%204.4q.225-.996.57-1.972c-2.015.423-4.08.382-6.046-.092l8.88-8.88a13.7%2013.7%200%200%201-.585%208.295l-.006.015q-.067.164-.136.327c-.387%201.09-.277.803-.277.803l-.074.208L16%2029.235l9.024%209.024a9.36%209.36%200%200%200%2013.235%200a9.36%209.36%200%200%200%200-13.235L29.235%2016l-4.637%204.637a15.58%2015.58%200%200%200-4.161-14.533m-8.514%2016.032l10.214-10.213a13.7%2013.7%200%200%200-1.918-3.294l-11.59%2011.59a13.7%2013.7%200%200%200%203.294%201.917m10.79%206.163l5.27%205.37c.912.928%201.948%201.372%202.928%201.397c.972.025%201.985-.359%202.875-1.267l1.428%201.401c-1.244%201.268-2.78%201.906-4.354%201.865c-1.569-.04-3.08-.75-4.303-1.995l-5.27-5.37z%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%22M20.437%206.104L18.333%204L17.03%205.303l1.954%201.954L7.257%2018.984L5.303%2017.03L4%2018.333l2.104%202.104a15.58%2015.58%200%200%200%2013.265%204.4q.225-.996.57-1.972c-2.015.423-4.08.382-6.046-.092l8.88-8.88a13.7%2013.7%200%200%201-.585%208.295l-.006.015q-.067.164-.136.327c-.387%201.09-.277.803-.277.803l-.074.208L16%2029.235l9.024%209.024a9.36%209.36%200%200%200%2013.235%200a9.36%209.36%200%200%200%200-13.235L29.235%2016l-4.637%204.637a15.58%2015.58%200%200%200-4.161-14.533m-8.514%2016.032l10.214-10.213a13.7%2013.7%200%200%200-1.918-3.294l-11.59%2011.59a13.7%2013.7%200%200%200%203.294%201.917m10.79%206.163l5.27%205.37c.912.928%201.948%201.372%202.928%201.397c.972.025%201.985-.359%202.875-1.267l1.428%201.401c-1.244%201.268-2.78%201.906-4.354%201.865c-1.569-.04-3.08-.75-4.303-1.995l-5.27-5.37z%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/bio-pharma.svg?color=%231a73e8&size=48