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

Name
medicines-outline
Set
Health Icons
Style
Outline
Category
Medications
Viewbox
48×48
License
MIT
Aliases
medicines2x-outline

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 d="M37.084 15.735a1 1 0 1 0 .448-1.949l-6.616-1.52a1 1 0 1 0-.448 1.948z"/><path fill-rule="evenodd" d="M34 22a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0-2a6 6 0 1 0 0-12a6 6 0 0 0 0 12M16.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.77zm-1.967.768l-.009.012L8.01 21.14l.002.002l.01.004a.1.1 0 0 0 .036.007l11.867.846h.038a.1.1 0 0 0 .029-.015l-5.056-11.96l-.004-.01a.1.1 0 0 0-.054-.014a.13.13 0 0 0-.062.009l-.003.001v.001zM35.385 36.36a6 6 0 0 0-5.071-10.876l-10.876 5.07a6 6 0 1 0 5.071 10.877zm-15.102-3.992a4 4 0 1 0 3.381 7.25l4.466-2.083l-3.38-7.25zm9.66 4.322l-3.381-7.25l4.597-2.144a4 4 0 1 1 3.38 7.25z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMedicinesOutline(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="M37.084 15.735a1 1 0 1 0 .448-1.949l-6.616-1.52a1 1 0 1 0-.448 1.948z"/><path fillRule="evenodd" d="M34 22a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0-2a6 6 0 1 0 0-12a6 6 0 0 0 0 12M16.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.77zm-1.967.768l-.009.012L8.01 21.14l.002.002l.01.004a.1.1 0 0 0 .036.007l11.867.846h.038a.1.1 0 0 0 .029-.015l-5.056-11.96l-.004-.01a.1.1 0 0 0-.054-.014a.13.13 0 0 0-.062.009l-.003.001v.001zM35.385 36.36a6 6 0 0 0-5.071-10.876l-10.876 5.07a6 6 0 1 0 5.071 10.877zm-15.102-3.992a4 4 0 1 0 3.381 7.25l4.466-2.083l-3.38-7.25zm9.66 4.322l-3.381-7.25l4.597-2.144a4 4 0 1 1 3.38 7.25z" 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="M37.084 15.735a1 1 0 1 0 .448-1.949l-6.616-1.52a1 1 0 1 0-.448 1.948z"/><path fill-rule="evenodd" d="M34 22a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0-2a6 6 0 1 0 0-12a6 6 0 0 0 0 12M16.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.77zm-1.967.768l-.009.012L8.01 21.14l.002.002l.01.004a.1.1 0 0 0 .036.007l11.867.846h.038a.1.1 0 0 0 .029-.015l-5.056-11.96l-.004-.01a.1.1 0 0 0-.054-.014a.13.13 0 0 0-.062.009l-.003.001v.001zM35.385 36.36a6 6 0 0 0-5.071-10.876l-10.876 5.07a6 6 0 1 0 5.071 10.877zm-15.102-3.992a4 4 0 1 0 3.381 7.25l4.466-2.083l-3.38-7.25zm9.66 4.322l-3.381-7.25l4.597-2.144a4 4 0 1 1 3.38 7.25z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-medicines-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%22M37.084%2015.735a1%201%200%201%200%20.448-1.949l-6.616-1.52a1%201%200%201%200-.448%201.948z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M34%2022a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0-2a6%206%200%201%200%200-12a6%206%200%200%200%200%2012M16.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.77zm-1.967.768l-.009.012L8.01%2021.14l.002.002l.01.004a.1.1%200%200%200%20.036.007l11.867.846h.038a.1.1%200%200%200%20.029-.015l-5.056-11.96l-.004-.01a.1.1%200%200%200-.054-.014a.13.13%200%200%200-.062.009l-.003.001v.001zM35.385%2036.36a6%206%200%200%200-5.071-10.876l-10.876%205.07a6%206%200%201%200%205.071%2010.877zm-15.102-3.992a4%204%200%201%200%203.381%207.25l4.466-2.083l-3.38-7.25zm9.66%204.322l-3.381-7.25l4.597-2.144a4%204%200%201%201%203.38%207.25z%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%22M37.084%2015.735a1%201%200%201%200%20.448-1.949l-6.616-1.52a1%201%200%201%200-.448%201.948z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M34%2022a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0-2a6%206%200%201%200%200-12a6%206%200%200%200%200%2012M16.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.77zm-1.967.768l-.009.012L8.01%2021.14l.002.002l.01.004a.1.1%200%200%200%20.036.007l11.867.846h.038a.1.1%200%200%200%20.029-.015l-5.056-11.96l-.004-.01a.1.1%200%200%200-.054-.014a.13.13%200%200%200-.062.009l-.003.001v.001zM35.385%2036.36a6%206%200%200%200-5.071-10.876l-10.876%205.07a6%206%200%201%200%205.071%2010.877zm-15.102-3.992a4%204%200%201%200%203.381%207.25l4.466-2.083l-3.38-7.25zm9.66%204.322l-3.381-7.25l4.597-2.144a4%204%200%201%201%203.38%207.25z%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-outline.svg?color=%231a73e8&size=48