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

Name
pills-3-outline
Set
Health Icons
Style
Outline
Category
Medications
Viewbox
48×48
License
MIT
Aliases
pills-32x-outline

3 other variants in Health Icons

The same icon in other sets

More medications icons from Health Icons

Use the pills 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M24 21a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13m0 2a8.5 8.5 0 1 0 0-17a8.5 8.5 0 0 0 0 17"/><path d="M24.385 9.91a1 1 0 0 1 .913 1.08l-.602 7.187a1 1 0 0 1-1.994-.167l.603-7.187a1 1 0 0 1 1.08-.913M14.5 40a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13m0 2a8.5 8.5 0 1 0 0-17a8.5 8.5 0 0 0 0 17"/><path d="M17.757 36.757a1 1 0 0 1-1.414 0l-5.1-5.1a1 1 0 0 1 1.414-1.414l5.1 5.1a1 1 0 0 1 0 1.414M33.5 38a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13m0 2a8.5 8.5 0 1 0 0-17a8.5 8.5 0 0 0 0 17"/><path d="M37.759 29.745a1 1 0 0 1-.544 1.306l-6.668 2.748a1 1 0 0 1-.762-1.85l6.668-2.748a1 1 0 0 1 1.306.544"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPills3Outline(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" fillRule="evenodd" clipRule="evenodd"><path d="M24 21a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13m0 2a8.5 8.5 0 1 0 0-17a8.5 8.5 0 0 0 0 17"/><path d="M24.385 9.91a1 1 0 0 1 .913 1.08l-.602 7.187a1 1 0 0 1-1.994-.167l.603-7.187a1 1 0 0 1 1.08-.913M14.5 40a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13m0 2a8.5 8.5 0 1 0 0-17a8.5 8.5 0 0 0 0 17"/><path d="M17.757 36.757a1 1 0 0 1-1.414 0l-5.1-5.1a1 1 0 0 1 1.414-1.414l5.1 5.1a1 1 0 0 1 0 1.414M33.5 38a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13m0 2a8.5 8.5 0 1 0 0-17a8.5 8.5 0 0 0 0 17"/><path d="M37.759 29.745a1 1 0 0 1-.544 1.306l-6.668 2.748a1 1 0 0 1-.762-1.85l6.668-2.748a1 1 0 0 1 1.306.544"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M24 21a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13m0 2a8.5 8.5 0 1 0 0-17a8.5 8.5 0 0 0 0 17"/><path d="M24.385 9.91a1 1 0 0 1 .913 1.08l-.602 7.187a1 1 0 0 1-1.994-.167l.603-7.187a1 1 0 0 1 1.08-.913M14.5 40a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13m0 2a8.5 8.5 0 1 0 0-17a8.5 8.5 0 0 0 0 17"/><path d="M17.757 36.757a1 1 0 0 1-1.414 0l-5.1-5.1a1 1 0 0 1 1.414-1.414l5.1 5.1a1 1 0 0 1 0 1.414M33.5 38a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13m0 2a8.5 8.5 0 1 0 0-17a8.5 8.5 0 0 0 0 17"/><path d="M37.759 29.745a1 1 0 0 1-.544 1.306l-6.668 2.748a1 1 0 0 1-.762-1.85l6.668-2.748a1 1 0 0 1 1.306.544"/></g></svg>
</template>

CSS

.icon-pills-3-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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%2021a6.5%206.5%200%201%200%200-13a6.5%206.5%200%200%200%200%2013m0%202a8.5%208.5%200%201%200%200-17a8.5%208.5%200%200%200%200%2017%22%2F%3E%3Cpath%20d%3D%22M24.385%209.91a1%201%200%200%201%20.913%201.08l-.602%207.187a1%201%200%200%201-1.994-.167l.603-7.187a1%201%200%200%201%201.08-.913M14.5%2040a6.5%206.5%200%201%200%200-13a6.5%206.5%200%200%200%200%2013m0%202a8.5%208.5%200%201%200%200-17a8.5%208.5%200%200%200%200%2017%22%2F%3E%3Cpath%20d%3D%22M17.757%2036.757a1%201%200%200%201-1.414%200l-5.1-5.1a1%201%200%200%201%201.414-1.414l5.1%205.1a1%201%200%200%201%200%201.414M33.5%2038a6.5%206.5%200%201%200%200-13a6.5%206.5%200%200%200%200%2013m0%202a8.5%208.5%200%201%200%200-17a8.5%208.5%200%200%200%200%2017%22%2F%3E%3Cpath%20d%3D%22M37.759%2029.745a1%201%200%200%201-.544%201.306l-6.668%202.748a1%201%200%200%201-.762-1.85l6.668-2.748a1%201%200%200%201%201.306.544%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%2021a6.5%206.5%200%201%200%200-13a6.5%206.5%200%200%200%200%2013m0%202a8.5%208.5%200%201%200%200-17a8.5%208.5%200%200%200%200%2017%22%2F%3E%3Cpath%20d%3D%22M24.385%209.91a1%201%200%200%201%20.913%201.08l-.602%207.187a1%201%200%200%201-1.994-.167l.603-7.187a1%201%200%200%201%201.08-.913M14.5%2040a6.5%206.5%200%201%200%200-13a6.5%206.5%200%200%200%200%2013m0%202a8.5%208.5%200%201%200%200-17a8.5%208.5%200%200%200%200%2017%22%2F%3E%3Cpath%20d%3D%22M17.757%2036.757a1%201%200%200%201-1.414%200l-5.1-5.1a1%201%200%200%201%201.414-1.414l5.1%205.1a1%201%200%200%201%200%201.414M33.5%2038a6.5%206.5%200%201%200%200-13a6.5%206.5%200%200%200%200%2013m0%202a8.5%208.5%200%201%200%200-17a8.5%208.5%200%200%200%200%2017%22%2F%3E%3Cpath%20d%3D%22M37.759%2029.745a1%201%200%200%201-.544%201.306l-6.668%202.748a1%201%200%200%201-.762-1.85l6.668-2.748a1%201%200%200%201%201.306.544%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/pills-3-outline.svg?color=%231a73e8&size=48