capsules icon
capsules from Line Awesome by Icons8 · Line · Science · Apache-2.0 Free for personal and commercial use.
- Name
- capsules
- Set
- Line Awesome
- Style
- Line
- Category
- Science
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- capsules-solid
The same icon in other sets
More science icons from Line Awesome
Use the capsules 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-5.096l6.055 8.332a5.5 5.5 0 0 0 4.457 2.268a5.48 5.48 0 0 0 3.226-1.049v-.002a5.506 5.506 0 0 0 1.215-7.682l-6.465-8.9a5.504 5.504 0 0 0-7.681-1.215a5.5 5.5 0 0 0-.995.942C13.19 6.744 11.049 5 8.5 5m0 2c1.93 0 3.5 1.57 3.5 3.5V15H5v-4.5C5 8.57 6.57 7 8.5 7m9.535 2.105a3.5 3.5 0 0 1 2.836 1.442l2.645 3.639l-5.662 4.117l-2.647-3.64a3.504 3.504 0 0 1 .775-4.89c.62-.45 1.34-.668 2.053-.668m6.656 6.698l2.647 3.642a3.507 3.507 0 0 1-.776 4.89a3.503 3.503 0 0 1-4.888-.774l-2.645-3.641zM5 17h7v4.5c0 1.93-1.57 3.5-3.5 3.5S5 23.43 5 21.5z"/></svg>
React
import type { SVGProps } from "react";
export function LaCapsules(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-5.096l6.055 8.332a5.5 5.5 0 0 0 4.457 2.268a5.48 5.48 0 0 0 3.226-1.049v-.002a5.506 5.506 0 0 0 1.215-7.682l-6.465-8.9a5.504 5.504 0 0 0-7.681-1.215a5.5 5.5 0 0 0-.995.942C13.19 6.744 11.049 5 8.5 5m0 2c1.93 0 3.5 1.57 3.5 3.5V15H5v-4.5C5 8.57 6.57 7 8.5 7m9.535 2.105a3.5 3.5 0 0 1 2.836 1.442l2.645 3.639l-5.662 4.117l-2.647-3.64a3.504 3.504 0 0 1 .775-4.89c.62-.45 1.34-.668 2.053-.668m6.656 6.698l2.647 3.642a3.507 3.507 0 0 1-.776 4.89a3.503 3.503 0 0 1-4.888-.774l-2.645-3.641zM5 17h7v4.5c0 1.93-1.57 3.5-3.5 3.5S5 23.43 5 21.5z"/></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-5.096l6.055 8.332a5.5 5.5 0 0 0 4.457 2.268a5.48 5.48 0 0 0 3.226-1.049v-.002a5.506 5.506 0 0 0 1.215-7.682l-6.465-8.9a5.504 5.504 0 0 0-7.681-1.215a5.5 5.5 0 0 0-.995.942C13.19 6.744 11.049 5 8.5 5m0 2c1.93 0 3.5 1.57 3.5 3.5V15H5v-4.5C5 8.57 6.57 7 8.5 7m9.535 2.105a3.5 3.5 0 0 1 2.836 1.442l2.645 3.639l-5.662 4.117l-2.647-3.64a3.504 3.504 0 0 1 .775-4.89c.62-.45 1.34-.668 2.053-.668m6.656 6.698l2.647 3.642a3.507 3.507 0 0 1-.776 4.89a3.503 3.503 0 0 1-4.888-.774l-2.645-3.641zM5 17h7v4.5c0 1.93-1.57 3.5-3.5 3.5S5 23.43 5 21.5z"/></svg> </template>
CSS
.icon-capsules {
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-5.096l6.055%208.332a5.5%205.5%200%200%200%204.457%202.268a5.48%205.48%200%200%200%203.226-1.049v-.002a5.506%205.506%200%200%200%201.215-7.682l-6.465-8.9a5.504%205.504%200%200%200-7.681-1.215a5.5%205.5%200%200%200-.995.942C13.19%206.744%2011.049%205%208.5%205m0%202c1.93%200%203.5%201.57%203.5%203.5V15H5v-4.5C5%208.57%206.57%207%208.5%207m9.535%202.105a3.5%203.5%200%200%201%202.836%201.442l2.645%203.639l-5.662%204.117l-2.647-3.64a3.504%203.504%200%200%201%20.775-4.89c.62-.45%201.34-.668%202.053-.668m6.656%206.698l2.647%203.642a3.507%203.507%200%200%201-.776%204.89a3.503%203.503%200%200%201-4.888-.774l-2.645-3.641zM5%2017h7v4.5c0%201.93-1.57%203.5-3.5%203.5S5%2023.43%205%2021.5z%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-5.096l6.055%208.332a5.5%205.5%200%200%200%204.457%202.268a5.48%205.48%200%200%200%203.226-1.049v-.002a5.506%205.506%200%200%200%201.215-7.682l-6.465-8.9a5.504%205.504%200%200%200-7.681-1.215a5.5%205.5%200%200%200-.995.942C13.19%206.744%2011.049%205%208.5%205m0%202c1.93%200%203.5%201.57%203.5%203.5V15H5v-4.5C5%208.57%206.57%207%208.5%207m9.535%202.105a3.5%203.5%200%200%201%202.836%201.442l2.645%203.639l-5.662%204.117l-2.647-3.64a3.504%203.504%200%200%201%20.775-4.89c.62-.45%201.34-.668%202.053-.668m6.656%206.698l2.647%203.642a3.507%203.507%200%200%201-.776%204.89a3.503%203.503%200%200%201-4.888-.774l-2.645-3.641zM5%2017h7v4.5c0%201.93-1.57%203.5-3.5%203.5S5%2023.43%205%2021.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/capsules.svg?color=%231a73e8&size=48