pills icon
pills from Line Awesome by Icons8 · Line · Science · Apache-2.0 Free for personal and commercial use.
- Name
- pills
- Set
- Line Awesome
- Style
- Line
- Category
- Science
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- pills-solid
The same icon in other sets
More science icons from Line Awesome
Use the pills icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.5 5A5.506 5.506 0 0 0 3 10.5v11C3 24.532 5.467 27 8.5 27s5.5-2.468 5.5-5.5v-11C14 7.468 11.533 5 8.5 5m0 2c1.93 0 3.5 1.57 3.5 3.5V15H5v-4.5C5 8.57 6.57 7 8.5 7m14 7a6.51 6.51 0 0 0-6.5 6.5c0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5s-2.916-6.5-6.5-6.5m0 2c2.481 0 4.5 2.019 4.5 4.5c0 .879-.262 1.693-.7 2.387l-6.187-6.188A4.46 4.46 0 0 1 22.5 16M5 17h7v4.5c0 1.93-1.57 3.5-3.5 3.5S5 23.43 5 21.5zm13.7 1.113l6.187 6.188A4.46 4.46 0 0 1 22.5 25a4.505 4.505 0 0 1-4.5-4.5c0-.879.262-1.693.7-2.387"/></svg>
React
import type { SVGProps } from "react";
export function LaPills(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.5 5A5.506 5.506 0 0 0 3 10.5v11C3 24.532 5.467 27 8.5 27s5.5-2.468 5.5-5.5v-11C14 7.468 11.533 5 8.5 5m0 2c1.93 0 3.5 1.57 3.5 3.5V15H5v-4.5C5 8.57 6.57 7 8.5 7m14 7a6.51 6.51 0 0 0-6.5 6.5c0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5s-2.916-6.5-6.5-6.5m0 2c2.481 0 4.5 2.019 4.5 4.5c0 .879-.262 1.693-.7 2.387l-6.187-6.188A4.46 4.46 0 0 1 22.5 16M5 17h7v4.5c0 1.93-1.57 3.5-3.5 3.5S5 23.43 5 21.5zm13.7 1.113l6.187 6.188A4.46 4.46 0 0 1 22.5 25a4.505 4.505 0 0 1-4.5-4.5c0-.879.262-1.693.7-2.387"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.5 5A5.506 5.506 0 0 0 3 10.5v11C3 24.532 5.467 27 8.5 27s5.5-2.468 5.5-5.5v-11C14 7.468 11.533 5 8.5 5m0 2c1.93 0 3.5 1.57 3.5 3.5V15H5v-4.5C5 8.57 6.57 7 8.5 7m14 7a6.51 6.51 0 0 0-6.5 6.5c0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5s-2.916-6.5-6.5-6.5m0 2c2.481 0 4.5 2.019 4.5 4.5c0 .879-.262 1.693-.7 2.387l-6.187-6.188A4.46 4.46 0 0 1 22.5 16M5 17h7v4.5c0 1.93-1.57 3.5-3.5 3.5S5 23.43 5 21.5zm13.7 1.113l6.187 6.188A4.46 4.46 0 0 1 22.5 25a4.505 4.505 0 0 1-4.5-4.5c0-.879.262-1.693.7-2.387"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%205A5.506%205.506%200%200%200%203%2010.5v11C3%2024.532%205.467%2027%208.5%2027s5.5-2.468%205.5-5.5v-11C14%207.468%2011.533%205%208.5%205m0%202c1.93%200%203.5%201.57%203.5%203.5V15H5v-4.5C5%208.57%206.57%207%208.5%207m14%207a6.51%206.51%200%200%200-6.5%206.5c0%203.584%202.916%206.5%206.5%206.5s6.5-2.916%206.5-6.5s-2.916-6.5-6.5-6.5m0%202c2.481%200%204.5%202.019%204.5%204.5c0%20.879-.262%201.693-.7%202.387l-6.187-6.188A4.46%204.46%200%200%201%2022.5%2016M5%2017h7v4.5c0%201.93-1.57%203.5-3.5%203.5S5%2023.43%205%2021.5zm13.7%201.113l6.187%206.188A4.46%204.46%200%200%201%2022.5%2025a4.505%204.505%200%200%201-4.5-4.5c0-.879.262-1.693.7-2.387%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%205A5.506%205.506%200%200%200%203%2010.5v11C3%2024.532%205.467%2027%208.5%2027s5.5-2.468%205.5-5.5v-11C14%207.468%2011.533%205%208.5%205m0%202c1.93%200%203.5%201.57%203.5%203.5V15H5v-4.5C5%208.57%206.57%207%208.5%207m14%207a6.51%206.51%200%200%200-6.5%206.5c0%203.584%202.916%206.5%206.5%206.5s6.5-2.916%206.5-6.5s-2.916-6.5-6.5-6.5m0%202c2.481%200%204.5%202.019%204.5%204.5c0%20.879-.262%201.693-.7%202.387l-6.187-6.188A4.46%204.46%200%200%201%2022.5%2016M5%2017h7v4.5c0%201.93-1.57%203.5-3.5%203.5S5%2023.43%205%2021.5zm13.7%201.113l6.187%206.188A4.46%204.46%200%200%201%2022.5%2025a4.505%204.505%200%200%201-4.5-4.5c0-.879.262-1.693.7-2.387%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/pills.svg?color=%231a73e8&size=48