pills from Font Awesome 6 Solid by Dave Gandy · Regular · Medical · CC-BY-4.0 Attribution required.

Name
pills
Set
Font Awesome 6 Solid
Style
Regular
Category
Medical
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

More medical icons from Font Awesome 6 Solid

Use the pills icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M112 96c-26.5 0-48 21.5-48 48v112h96V144c0-26.5-21.5-48-48-48M0 144C0 82.1 50.1 32 112 32s112 50.1 112 112v224c0 61.9-50.1 112-112 112S0 429.9 0 368zm554.9 255.4c-7.1 12.3-23.7 13.1-33.8 3.1L333.5 214.9c-10-10-9.3-26.7 3.1-33.8C360 167.7 387.1 160 416 160c88.4 0 160 71.6 160 160c0 28.9-7.7 56-21.1 79.4m-59.5 59.5C472 472.3 444.9 480 416 480c-88.4 0-160-71.6-160-160c0-28.9 7.7-56 21.1-79.4c7.1-12.3 23.7-13.1 33.8-3.1l187.6 187.6c10 10 9.3 26.7-3.1 33.8"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPills(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M112 96c-26.5 0-48 21.5-48 48v112h96V144c0-26.5-21.5-48-48-48M0 144C0 82.1 50.1 32 112 32s112 50.1 112 112v224c0 61.9-50.1 112-112 112S0 429.9 0 368zm554.9 255.4c-7.1 12.3-23.7 13.1-33.8 3.1L333.5 214.9c-10-10-9.3-26.7 3.1-33.8C360 167.7 387.1 160 416 160c88.4 0 160 71.6 160 160c0 28.9-7.7 56-21.1 79.4m-59.5 59.5C472 472.3 444.9 480 416 480c-88.4 0-160-71.6-160-160c0-28.9 7.7-56 21.1-79.4c7.1-12.3 23.7-13.1 33.8-3.1l187.6 187.6c10 10 9.3 26.7-3.1 33.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M112 96c-26.5 0-48 21.5-48 48v112h96V144c0-26.5-21.5-48-48-48M0 144C0 82.1 50.1 32 112 32s112 50.1 112 112v224c0 61.9-50.1 112-112 112S0 429.9 0 368zm554.9 255.4c-7.1 12.3-23.7 13.1-33.8 3.1L333.5 214.9c-10-10-9.3-26.7 3.1-33.8C360 167.7 387.1 160 416 160c88.4 0 160 71.6 160 160c0 28.9-7.7 56-21.1 79.4m-59.5 59.5C472 472.3 444.9 480 416 480c-88.4 0-160-71.6-160-160c0-28.9 7.7-56 21.1-79.4c7.1-12.3 23.7-13.1 33.8-3.1l187.6 187.6c10 10 9.3 26.7-3.1 33.8"/></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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M112%2096c-26.5%200-48%2021.5-48%2048v112h96V144c0-26.5-21.5-48-48-48M0%20144C0%2082.1%2050.1%2032%20112%2032s112%2050.1%20112%20112v224c0%2061.9-50.1%20112-112%20112S0%20429.9%200%20368zm554.9%20255.4c-7.1%2012.3-23.7%2013.1-33.8%203.1L333.5%20214.9c-10-10-9.3-26.7%203.1-33.8C360%20167.7%20387.1%20160%20416%20160c88.4%200%20160%2071.6%20160%20160c0%2028.9-7.7%2056-21.1%2079.4m-59.5%2059.5C472%20472.3%20444.9%20480%20416%20480c-88.4%200-160-71.6-160-160c0-28.9%207.7-56%2021.1-79.4c7.1-12.3%2023.7-13.1%2033.8-3.1l187.6%20187.6c10%2010%209.3%2026.7-3.1%2033.8%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M112%2096c-26.5%200-48%2021.5-48%2048v112h96V144c0-26.5-21.5-48-48-48M0%20144C0%2082.1%2050.1%2032%20112%2032s112%2050.1%20112%20112v224c0%2061.9-50.1%20112-112%20112S0%20429.9%200%20368zm554.9%20255.4c-7.1%2012.3-23.7%2013.1-33.8%203.1L333.5%20214.9c-10-10-9.3-26.7%203.1-33.8C360%20167.7%20387.1%20160%20416%20160c88.4%200%20160%2071.6%20160%20160c0%2028.9-7.7%2056-21.1%2079.4m-59.5%2059.5C472%20472.3%20444.9%20480%20416%20480c-88.4%200-160-71.6-160-160c0-28.9%207.7-56%2021.1-79.4c7.1-12.3%2023.7-13.1%2033.8-3.1l187.6%20187.6c10%2010%209.3%2026.7-3.1%2033.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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