medicines from Health Icons by Resolve to Save Lives · Filled · Medications · MIT Free for personal and commercial use.

Name
medicines
Set
Health Icons
Style
Filled
Category
Medications
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More medications icons from Health Icons

Use the medicines icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M42 14a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-3.718.985a1 1 0 0 1-1.198.75l-6.616-1.52a1 1 0 0 1 .448-1.95l6.616 1.521a1 1 0 0 1 .75 1.199" clip-rule="evenodd"/><path d="M16.778 9.245c-.647-1.532-2.813-1.686-3.682-.263L6.292 20.115c-.785 1.284.092 2.924 1.623 3.033l11.866.846c1.53.11 2.644-1.388 2.06-2.77z"/><path fill-rule="evenodd" d="M35.385 36.36a6 6 0 0 0-5.071-10.876l-10.876 5.07a6 6 0 1 0 5.071 10.877zm-5.442.33l4.597-2.143a4 4 0 0 0-3.381-7.25l-4.597 2.143z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMedicines(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 fillRule="evenodd" d="M42 14a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-3.718.985a1 1 0 0 1-1.198.75l-6.616-1.52a1 1 0 0 1 .448-1.95l6.616 1.521a1 1 0 0 1 .75 1.199" clipRule="evenodd"/><path d="M16.778 9.245c-.647-1.532-2.813-1.686-3.682-.263L6.292 20.115c-.785 1.284.092 2.924 1.623 3.033l11.866.846c1.53.11 2.644-1.388 2.06-2.77z"/><path fillRule="evenodd" d="M35.385 36.36a6 6 0 0 0-5.071-10.876l-10.876 5.07a6 6 0 1 0 5.071 10.877zm-5.442.33l4.597-2.143a4 4 0 0 0-3.381-7.25l-4.597 2.143z" 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 fill-rule="evenodd" d="M42 14a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-3.718.985a1 1 0 0 1-1.198.75l-6.616-1.52a1 1 0 0 1 .448-1.95l6.616 1.521a1 1 0 0 1 .75 1.199" clip-rule="evenodd"/><path d="M16.778 9.245c-.647-1.532-2.813-1.686-3.682-.263L6.292 20.115c-.785 1.284.092 2.924 1.623 3.033l11.866.846c1.53.11 2.644-1.388 2.06-2.77z"/><path fill-rule="evenodd" d="M35.385 36.36a6 6 0 0 0-5.071-10.876l-10.876 5.07a6 6 0 1 0 5.071 10.877zm-5.442.33l4.597-2.143a4 4 0 0 0-3.381-7.25l-4.597 2.143z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-medicines {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M42%2014a8%208%200%201%201-16%200a8%208%200%200%201%2016%200m-3.718.985a1%201%200%200%201-1.198.75l-6.616-1.52a1%201%200%200%201%20.448-1.95l6.616%201.521a1%201%200%200%201%20.75%201.199%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.778%209.245c-.647-1.532-2.813-1.686-3.682-.263L6.292%2020.115c-.785%201.284.092%202.924%201.623%203.033l11.866.846c1.53.11%202.644-1.388%202.06-2.77z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M35.385%2036.36a6%206%200%200%200-5.071-10.876l-10.876%205.07a6%206%200%201%200%205.071%2010.877zm-5.442.33l4.597-2.143a4%204%200%200%200-3.381-7.25l-4.597%202.143z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M42%2014a8%208%200%201%201-16%200a8%208%200%200%201%2016%200m-3.718.985a1%201%200%200%201-1.198.75l-6.616-1.52a1%201%200%200%201%20.448-1.95l6.616%201.521a1%201%200%200%201%20.75%201.199%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.778%209.245c-.647-1.532-2.813-1.686-3.682-.263L6.292%2020.115c-.785%201.284.092%202.924%201.623%203.033l11.866.846c1.53.11%202.644-1.388%202.06-2.77z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M35.385%2036.36a6%206%200%200%200-5.071-10.876l-10.876%205.07a6%206%200%201%200%205.071%2010.877zm-5.442.33l4.597-2.143a4%204%200%200%200-3.381-7.25l-4.597%202.143z%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/medicines.svg?color=%231a73e8&size=48