pills2 icon

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

Name
pills2
Set
Reicon
Style
Outline
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"><path fill="currentColor" fill-rule="evenodd" d="M8 1.25a5.73 5.73 0 0 0-4.066 1.684A5.75 5.75 0 1 0 8 1.25m3.489 8.178L5.572 3.511a4.25 4.25 0 0 1 5.917 5.917M4.51 4.572l5.917 5.917A4.25 4.25 0 0 1 4.51 4.572m16.556 8.362a5.75 5.75 0 1 0-8.132 8.132a5.75 5.75 0 0 0 8.132-8.132m-7.071 1.06a4.25 4.25 0 0 1 7.189 2.256h-8.368a4.23 4.23 0 0 1 1.179-2.255m-1.179 3.756h8.368a4.25 4.25 0 0 1-8.368 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPills2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M8 1.25a5.73 5.73 0 0 0-4.066 1.684A5.75 5.75 0 1 0 8 1.25m3.489 8.178L5.572 3.511a4.25 4.25 0 0 1 5.917 5.917M4.51 4.572l5.917 5.917A4.25 4.25 0 0 1 4.51 4.572m16.556 8.362a5.75 5.75 0 1 0-8.132 8.132a5.75 5.75 0 0 0 8.132-8.132m-7.071 1.06a4.25 4.25 0 0 1 7.189 2.256h-8.368a4.23 4.23 0 0 1 1.179-2.255m-1.179 3.756h8.368a4.25 4.25 0 0 1-8.368 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8 1.25a5.73 5.73 0 0 0-4.066 1.684A5.75 5.75 0 1 0 8 1.25m3.489 8.178L5.572 3.511a4.25 4.25 0 0 1 5.917 5.917M4.51 4.572l5.917 5.917A4.25 4.25 0 0 1 4.51 4.572m16.556 8.362a5.75 5.75 0 1 0-8.132 8.132a5.75 5.75 0 0 0 8.132-8.132m-7.071 1.06a4.25 4.25 0 0 1 7.189 2.256h-8.368a4.23 4.23 0 0 1 1.179-2.255m-1.179 3.756h8.368a4.25 4.25 0 0 1-8.368 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-pills2 {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%201.25a5.73%205.73%200%200%200-4.066%201.684A5.75%205.75%200%201%200%208%201.25m3.489%208.178L5.572%203.511a4.25%204.25%200%200%201%205.917%205.917M4.51%204.572l5.917%205.917A4.25%204.25%200%200%201%204.51%204.572m16.556%208.362a5.75%205.75%200%201%200-8.132%208.132a5.75%205.75%200%200%200%208.132-8.132m-7.071%201.06a4.25%204.25%200%200%201%207.189%202.256h-8.368a4.23%204.23%200%200%201%201.179-2.255m-1.179%203.756h8.368a4.25%204.25%200%200%201-8.368%200%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%201.25a5.73%205.73%200%200%200-4.066%201.684A5.75%205.75%200%201%200%208%201.25m3.489%208.178L5.572%203.511a4.25%204.25%200%200%201%205.917%205.917M4.51%204.572l5.917%205.917A4.25%204.25%200%200%201%204.51%204.572m16.556%208.362a5.75%205.75%200%201%200-8.132%208.132a5.75%205.75%200%200%200%208.132-8.132m-7.071%201.06a4.25%204.25%200%200%201%207.189%202.256h-8.368a4.23%204.23%200%200%201%201.179-2.255m-1.179%203.756h8.368a4.25%204.25%200%200%201-8.368%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/pills2.svg?color=%231a73e8&size=48