pills from Reicon by REICON · Outline · Medicine · MIT Free for personal and commercial use.

Name
pills
Set
Reicon
Style
Outline
Category
Medicine
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All pills icons →

More medicine icons from Reicon

Use the pills icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.47 4.47a.75.75 0 0 1 1.06 0l1.5 1.5a.75.75 0 0 1-1.06 1.06l-1.5-1.5a.75.75 0 0 1 0-1.06"/><path fill-rule="evenodd" d="M7.062 3.062a6.187 6.187 0 0 1 8.75 0l5.126 5.126a6.187 6.187 0 0 1-6.603 10.148A6.752 6.752 0 0 1 1.25 16a6.75 6.75 0 0 1 4.414-6.335a6.19 6.19 0 0 1 1.398-6.603m7.69 1.06a4.687 4.687 0 1 0-6.63 6.63l2.254 2.252c.216-.072.52-.187.89-.364c.805-.389 1.921-1.076 3.11-2.264s1.875-2.305 2.263-3.11a8 8 0 0 0 .365-.89zm3.412 3.414q-.077.18-.173.38c-.455.944-1.237 2.202-2.555 3.52s-2.577 2.1-3.52 2.555q-.2.096-.38.174l1.713 1.712a4.687 4.687 0 1 0 6.628-6.628zM6.381 11.004a5.25 5.25 0 1 0 6.615 6.615a6 6 0 0 1-.808-.681l-5.126-5.126a6 6 0 0 1-.681-.808" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPills(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.47 4.47a.75.75 0 0 1 1.06 0l1.5 1.5a.75.75 0 0 1-1.06 1.06l-1.5-1.5a.75.75 0 0 1 0-1.06"/><path fillRule="evenodd" d="M7.062 3.062a6.187 6.187 0 0 1 8.75 0l5.126 5.126a6.187 6.187 0 0 1-6.603 10.148A6.752 6.752 0 0 1 1.25 16a6.75 6.75 0 0 1 4.414-6.335a6.19 6.19 0 0 1 1.398-6.603m7.69 1.06a4.687 4.687 0 1 0-6.63 6.63l2.254 2.252c.216-.072.52-.187.89-.364c.805-.389 1.921-1.076 3.11-2.264s1.875-2.305 2.263-3.11a8 8 0 0 0 .365-.89zm3.412 3.414q-.077.18-.173.38c-.455.944-1.237 2.202-2.555 3.52s-2.577 2.1-3.52 2.555q-.2.096-.38.174l1.713 1.712a4.687 4.687 0 1 0 6.628-6.628zM6.381 11.004a5.25 5.25 0 1 0 6.615 6.615a6 6 0 0 1-.808-.681l-5.126-5.126a6 6 0 0 1-.681-.808" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.47 4.47a.75.75 0 0 1 1.06 0l1.5 1.5a.75.75 0 0 1-1.06 1.06l-1.5-1.5a.75.75 0 0 1 0-1.06"/><path fill-rule="evenodd" d="M7.062 3.062a6.187 6.187 0 0 1 8.75 0l5.126 5.126a6.187 6.187 0 0 1-6.603 10.148A6.752 6.752 0 0 1 1.25 16a6.75 6.75 0 0 1 4.414-6.335a6.19 6.19 0 0 1 1.398-6.603m7.69 1.06a4.687 4.687 0 1 0-6.63 6.63l2.254 2.252c.216-.072.52-.187.89-.364c.805-.389 1.921-1.076 3.11-2.264s1.875-2.305 2.263-3.11a8 8 0 0 0 .365-.89zm3.412 3.414q-.077.18-.173.38c-.455.944-1.237 2.202-2.555 3.52s-2.577 2.1-3.52 2.555q-.2.096-.38.174l1.713 1.712a4.687 4.687 0 1 0 6.628-6.628zM6.381 11.004a5.25 5.25 0 1 0 6.615 6.615a6 6 0 0 1-.808-.681l-5.126-5.126a6 6 0 0 1-.681-.808" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-pills {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.47%204.47a.75.75%200%200%201%201.06%200l1.5%201.5a.75.75%200%200%201-1.06%201.06l-1.5-1.5a.75.75%200%200%201%200-1.06%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.062%203.062a6.187%206.187%200%200%201%208.75%200l5.126%205.126a6.187%206.187%200%200%201-6.603%2010.148A6.752%206.752%200%200%201%201.25%2016a6.75%206.75%200%200%201%204.414-6.335a6.19%206.19%200%200%201%201.398-6.603m7.69%201.06a4.687%204.687%200%201%200-6.63%206.63l2.254%202.252c.216-.072.52-.187.89-.364c.805-.389%201.921-1.076%203.11-2.264s1.875-2.305%202.263-3.11a8%208%200%200%200%20.365-.89zm3.412%203.414q-.077.18-.173.38c-.455.944-1.237%202.202-2.555%203.52s-2.577%202.1-3.52%202.555q-.2.096-.38.174l1.713%201.712a4.687%204.687%200%201%200%206.628-6.628zM6.381%2011.004a5.25%205.25%200%201%200%206.615%206.615a6%206%200%200%201-.808-.681l-5.126-5.126a6%206%200%200%201-.681-.808%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.47%204.47a.75.75%200%200%201%201.06%200l1.5%201.5a.75.75%200%200%201-1.06%201.06l-1.5-1.5a.75.75%200%200%201%200-1.06%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.062%203.062a6.187%206.187%200%200%201%208.75%200l5.126%205.126a6.187%206.187%200%200%201-6.603%2010.148A6.752%206.752%200%200%201%201.25%2016a6.75%206.75%200%200%201%204.414-6.335a6.19%206.19%200%200%201%201.398-6.603m7.69%201.06a4.687%204.687%200%201%200-6.63%206.63l2.254%202.252c.216-.072.52-.187.89-.364c.805-.389%201.921-1.076%203.11-2.264s1.875-2.305%202.263-3.11a8%208%200%200%200%20.365-.89zm3.412%203.414q-.077.18-.173.38c-.455.944-1.237%202.202-2.555%203.52s-2.577%202.1-3.52%202.555q-.2.096-.38.174l1.713%201.712a4.687%204.687%200%201%200%206.628-6.628zM6.381%2011.004a5.25%205.25%200%201%200%206.615%206.615a6%206%200%200%201-.808-.681l-5.126-5.126a6%206%200%200%201-.681-.808%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/reicon/pills.svg?color=%231a73e8&size=48