pills icon
pills from Font Awesome Solid by Dave Gandy · Solid · Medical · CC-BY-4.0 Attribution required.
- Name
- pills
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Medical
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More medical icons from Font Awesome Solid
Use the pills icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 176c0-26.5 21.5-48 48-48s48 21.5 48 48v112h-96zm112 256c0-48.7 18.1-93.2 48-127V176c0-61.9-50.1-112-112-112S64 114.1 64 176v288c0 61.9 50.1 112 112 112c37.3 0 70.3-18.2 90.7-46.3c-17-28.6-26.7-62-26.7-97.7m64.7 67.4c4.6 8.7 16.3 9.7 23.3 2.7L502.1 328c7-7 6-18.7-2.7-23.3c-20.1-10.7-43-16.7-67.4-16.7c-79.5 0-144 64.5-144 144c0 24.3 6 47.3 16.7 67.4m57.2 36.6c-7 7-6 18.7 2.7 23.3c20.1 10.7 43 16.7 67.4 16.7c79.5 0 144-64.5 144-144c0-24.3-6-47.3-16.7-67.4c-4.6-8.7-16.3-9.7-23.3-2.7z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidPills(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 176c0-26.5 21.5-48 48-48s48 21.5 48 48v112h-96zm112 256c0-48.7 18.1-93.2 48-127V176c0-61.9-50.1-112-112-112S64 114.1 64 176v288c0 61.9 50.1 112 112 112c37.3 0 70.3-18.2 90.7-46.3c-17-28.6-26.7-62-26.7-97.7m64.7 67.4c4.6 8.7 16.3 9.7 23.3 2.7L502.1 328c7-7 6-18.7-2.7-23.3c-20.1-10.7-43-16.7-67.4-16.7c-79.5 0-144 64.5-144 144c0 24.3 6 47.3 16.7 67.4m57.2 36.6c-7 7-6 18.7 2.7 23.3c20.1 10.7 43 16.7 67.4 16.7c79.5 0 144-64.5 144-144c0-24.3-6-47.3-16.7-67.4c-4.6-8.7-16.3-9.7-23.3-2.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 176c0-26.5 21.5-48 48-48s48 21.5 48 48v112h-96zm112 256c0-48.7 18.1-93.2 48-127V176c0-61.9-50.1-112-112-112S64 114.1 64 176v288c0 61.9 50.1 112 112 112c37.3 0 70.3-18.2 90.7-46.3c-17-28.6-26.7-62-26.7-97.7m64.7 67.4c4.6 8.7 16.3 9.7 23.3 2.7L502.1 328c7-7 6-18.7-2.7-23.3c-20.1-10.7-43-16.7-67.4-16.7c-79.5 0-144 64.5-144 144c0 24.3 6 47.3 16.7 67.4m57.2 36.6c-7 7-6 18.7 2.7 23.3c20.1 10.7 43 16.7 67.4 16.7c79.5 0 144-64.5 144-144c0-24.3-6-47.3-16.7-67.4c-4.6-8.7-16.3-9.7-23.3-2.7z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%20176c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048v112h-96zm112%20256c0-48.7%2018.1-93.2%2048-127V176c0-61.9-50.1-112-112-112S64%20114.1%2064%20176v288c0%2061.9%2050.1%20112%20112%20112c37.3%200%2070.3-18.2%2090.7-46.3c-17-28.6-26.7-62-26.7-97.7m64.7%2067.4c4.6%208.7%2016.3%209.7%2023.3%202.7L502.1%20328c7-7%206-18.7-2.7-23.3c-20.1-10.7-43-16.7-67.4-16.7c-79.5%200-144%2064.5-144%20144c0%2024.3%206%2047.3%2016.7%2067.4m57.2%2036.6c-7%207-6%2018.7%202.7%2023.3c20.1%2010.7%2043%2016.7%2067.4%2016.7c79.5%200%20144-64.5%20144-144c0-24.3-6-47.3-16.7-67.4c-4.6-8.7-16.3-9.7-23.3-2.7z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%20176c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048v112h-96zm112%20256c0-48.7%2018.1-93.2%2048-127V176c0-61.9-50.1-112-112-112S64%20114.1%2064%20176v288c0%2061.9%2050.1%20112%20112%20112c37.3%200%2070.3-18.2%2090.7-46.3c-17-28.6-26.7-62-26.7-97.7m64.7%2067.4c4.6%208.7%2016.3%209.7%2023.3%202.7L502.1%20328c7-7%206-18.7-2.7-23.3c-20.1-10.7-43-16.7-67.4-16.7c-79.5%200-144%2064.5-144%20144c0%2024.3%206%2047.3%2016.7%2067.4m57.2%2036.6c-7%207-6%2018.7%202.7%2023.3c20.1%2010.7%2043%2016.7%2067.4%2016.7c79.5%200%20144-64.5%20144-144c0-24.3-6-47.3-16.7-67.4c-4.6-8.7-16.3-9.7-23.3-2.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/pills.svg?color=%231a73e8&size=48