pills2 icon

pills2-duotone from Reicon by REICON · Duotone · Medicine · MIT Free for personal and commercial use.

Name
pills2-duotone
Set
Reicon
Style
Duotone
Category
Medicine
Viewbox
24×24
License
MIT

2 other variants in Reicon

More medicine icons from Reicon

Use the pills2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.465 20.536a5 5 0 1 0 7.07-7.071a5 5 0 0 0-7.07 7.07M3 7a5 5 0 1 0 10 0A5 5 0 0 0 3 7" opacity=".5"/><path d="M12.056 17.75h9.888a5 5 0 0 0 0-1.5h-9.888a5 5 0 0 0 0 1.5M3.974 4.035l6.991 6.991a5 5 0 0 0 1.06-1.06l-6.99-6.992a5 5 0 0 0-1.061 1.06"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPills2Duotone(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="M13.465 20.536a5 5 0 1 0 7.07-7.071a5 5 0 0 0-7.07 7.07M3 7a5 5 0 1 0 10 0A5 5 0 0 0 3 7" opacity=".5"/><path d="M12.056 17.75h9.888a5 5 0 0 0 0-1.5h-9.888a5 5 0 0 0 0 1.5M3.974 4.035l6.991 6.991a5 5 0 0 0 1.06-1.06l-6.99-6.992a5 5 0 0 0-1.061 1.06"/></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="M13.465 20.536a5 5 0 1 0 7.07-7.071a5 5 0 0 0-7.07 7.07M3 7a5 5 0 1 0 10 0A5 5 0 0 0 3 7" opacity=".5"/><path d="M12.056 17.75h9.888a5 5 0 0 0 0-1.5h-9.888a5 5 0 0 0 0 1.5M3.974 4.035l6.991 6.991a5 5 0 0 0 1.06-1.06l-6.99-6.992a5 5 0 0 0-1.061 1.06"/></g></svg>
</template>

CSS

.icon-pills2-duotone {
  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%22M13.465%2020.536a5%205%200%201%200%207.07-7.071a5%205%200%200%200-7.07%207.07M3%207a5%205%200%201%200%2010%200A5%205%200%200%200%203%207%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.056%2017.75h9.888a5%205%200%200%200%200-1.5h-9.888a5%205%200%200%200%200%201.5M3.974%204.035l6.991%206.991a5%205%200%200%200%201.06-1.06l-6.99-6.992a5%205%200%200%200-1.061%201.06%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%22M13.465%2020.536a5%205%200%201%200%207.07-7.071a5%205%200%200%200-7.07%207.07M3%207a5%205%200%201%200%2010%200A5%205%200%200%200%203%207%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.056%2017.75h9.888a5%205%200%200%200%200-1.5h-9.888a5%205%200%200%200%200%201.5M3.974%204.035l6.991%206.991a5%205%200%200%200%201.06-1.06l-6.99-6.992a5%205%200%200%200-1.061%201.06%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/pills2-duotone.svg?color=%231a73e8&size=48