pills 3 icon
pills-3 from Health Icons by Resolve to Save Lives · Filled · Medications · MIT Free for personal and commercial use.
- Name
- pills-3
- Set
- Health Icons
- Style
- Filled
- Category
- Medications
- Viewbox
- 48×48
- License
- MIT
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="M32.5 14.5a8.5 8.5 0 1 1-17 0a8.5 8.5 0 0 1 17 0m-7.775 3.648a1.05 1.05 0 0 1-1.11.942a1 1 0 0 1-.912-1.08l.575-7.223c.046-.55.638-.94 1.188-.893c.245.045.773.392.773 1.014c0 .355-.122 1.957-.253 3.672c-.098 1.283-.201 2.63-.261 3.568M23 33.5a8.5 8.5 0 1 1-17 0a8.5 8.5 0 0 1 17 0m-5.243 3.257a1 1 0 0 1-1.414 0l-.002-.001l1.416-1.413a1 1 0 0 1 0 1.414m-.001-1.415l-1.415 1.414l-5.098-5.099a1 1 0 0 1 1.414-1.414h.001z"/><path d="M42 31.5a8.5 8.5 0 1 1-17 0a8.5 8.5 0 0 1 17 0m-4.241-1.755a1 1 0 0 1-.544 1.306l-6.667 2.747h-.001a1 1 0 0 1-.762-1.848l6.668-2.748a1 1 0 0 1 1.306.543"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPills3(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="M32.5 14.5a8.5 8.5 0 1 1-17 0a8.5 8.5 0 0 1 17 0m-7.775 3.648a1.05 1.05 0 0 1-1.11.942a1 1 0 0 1-.912-1.08l.575-7.223c.046-.55.638-.94 1.188-.893c.245.045.773.392.773 1.014c0 .355-.122 1.957-.253 3.672c-.098 1.283-.201 2.63-.261 3.568M23 33.5a8.5 8.5 0 1 1-17 0a8.5 8.5 0 0 1 17 0m-5.243 3.257a1 1 0 0 1-1.414 0l-.002-.001l1.416-1.413a1 1 0 0 1 0 1.414m-.001-1.415l-1.415 1.414l-5.098-5.099a1 1 0 0 1 1.414-1.414h.001z"/><path d="M42 31.5a8.5 8.5 0 1 1-17 0a8.5 8.5 0 0 1 17 0m-4.241-1.755a1 1 0 0 1-.544 1.306l-6.667 2.747h-.001a1 1 0 0 1-.762-1.848l6.668-2.748a1 1 0 0 1 1.306.543"/></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="M32.5 14.5a8.5 8.5 0 1 1-17 0a8.5 8.5 0 0 1 17 0m-7.775 3.648a1.05 1.05 0 0 1-1.11.942a1 1 0 0 1-.912-1.08l.575-7.223c.046-.55.638-.94 1.188-.893c.245.045.773.392.773 1.014c0 .355-.122 1.957-.253 3.672c-.098 1.283-.201 2.63-.261 3.568M23 33.5a8.5 8.5 0 1 1-17 0a8.5 8.5 0 0 1 17 0m-5.243 3.257a1 1 0 0 1-1.414 0l-.002-.001l1.416-1.413a1 1 0 0 1 0 1.414m-.001-1.415l-1.415 1.414l-5.098-5.099a1 1 0 0 1 1.414-1.414h.001z"/><path d="M42 31.5a8.5 8.5 0 1 1-17 0a8.5 8.5 0 0 1 17 0m-4.241-1.755a1 1 0 0 1-.544 1.306l-6.667 2.747h-.001a1 1 0 0 1-.762-1.848l6.668-2.748a1 1 0 0 1 1.306.543"/></g></svg> </template>
CSS
.icon-pills-3 {
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%22M32.5%2014.5a8.5%208.5%200%201%201-17%200a8.5%208.5%200%200%201%2017%200m-7.775%203.648a1.05%201.05%200%200%201-1.11.942a1%201%200%200%201-.912-1.08l.575-7.223c.046-.55.638-.94%201.188-.893c.245.045.773.392.773%201.014c0%20.355-.122%201.957-.253%203.672c-.098%201.283-.201%202.63-.261%203.568M23%2033.5a8.5%208.5%200%201%201-17%200a8.5%208.5%200%200%201%2017%200m-5.243%203.257a1%201%200%200%201-1.414%200l-.002-.001l1.416-1.413a1%201%200%200%201%200%201.414m-.001-1.415l-1.415%201.414l-5.098-5.099a1%201%200%200%201%201.414-1.414h.001z%22%2F%3E%3Cpath%20d%3D%22M42%2031.5a8.5%208.5%200%201%201-17%200a8.5%208.5%200%200%201%2017%200m-4.241-1.755a1%201%200%200%201-.544%201.306l-6.667%202.747h-.001a1%201%200%200%201-.762-1.848l6.668-2.748a1%201%200%200%201%201.306.543%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%22M32.5%2014.5a8.5%208.5%200%201%201-17%200a8.5%208.5%200%200%201%2017%200m-7.775%203.648a1.05%201.05%200%200%201-1.11.942a1%201%200%200%201-.912-1.08l.575-7.223c.046-.55.638-.94%201.188-.893c.245.045.773.392.773%201.014c0%20.355-.122%201.957-.253%203.672c-.098%201.283-.201%202.63-.261%203.568M23%2033.5a8.5%208.5%200%201%201-17%200a8.5%208.5%200%200%201%2017%200m-5.243%203.257a1%201%200%200%201-1.414%200l-.002-.001l1.416-1.413a1%201%200%200%201%200%201.414m-.001-1.415l-1.415%201.414l-5.098-5.099a1%201%200%200%201%201.414-1.414h.001z%22%2F%3E%3Cpath%20d%3D%22M42%2031.5a8.5%208.5%200%201%201-17%200a8.5%208.5%200%200%201%2017%200m-4.241-1.755a1%201%200%200%201-.544%201.306l-6.667%202.747h-.001a1%201%200%200%201-.762-1.848l6.668-2.748a1%201%200%200%201%201.306.543%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.svg?color=%231a73e8&size=48