pills icon
pills from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- pills
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleapple-dashautoscalingbank-vaultbasketballbatbee-batbinding-connectorblock-storage
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="M22 14a7.94 7.94 0 0 0-4 1.083V9A7 7 0 0 0 4 9v14a6.999 6.999 0 0 0 12.286 4.588A7.997 7.997 0 1 0 22 14m0 2a6.005 6.005 0 0 1 5.91 5H16.09A6.005 6.005 0 0 1 22 16M6 9a5 5 0 0 1 10 0v6H6Zm5 19a5.006 5.006 0 0 1-5-5v-6h9.765a7.96 7.96 0 0 0-.724 8.932A4.99 4.99 0 0 1 11 28m11 0a6.005 6.005 0 0 1-5.91-5h11.82A6.005 6.005 0 0 1 22 28"/></svg>
React
import type { SVGProps } from "react";
export function CarbonPills(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="M22 14a7.94 7.94 0 0 0-4 1.083V9A7 7 0 0 0 4 9v14a6.999 6.999 0 0 0 12.286 4.588A7.997 7.997 0 1 0 22 14m0 2a6.005 6.005 0 0 1 5.91 5H16.09A6.005 6.005 0 0 1 22 16M6 9a5 5 0 0 1 10 0v6H6Zm5 19a5.006 5.006 0 0 1-5-5v-6h9.765a7.96 7.96 0 0 0-.724 8.932A4.99 4.99 0 0 1 11 28m11 0a6.005 6.005 0 0 1-5.91-5h11.82A6.005 6.005 0 0 1 22 28"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 14a7.94 7.94 0 0 0-4 1.083V9A7 7 0 0 0 4 9v14a6.999 6.999 0 0 0 12.286 4.588A7.997 7.997 0 1 0 22 14m0 2a6.005 6.005 0 0 1 5.91 5H16.09A6.005 6.005 0 0 1 22 16M6 9a5 5 0 0 1 10 0v6H6Zm5 19a5.006 5.006 0 0 1-5-5v-6h9.765a7.96 7.96 0 0 0-.724 8.932A4.99 4.99 0 0 1 11 28m11 0a6.005 6.005 0 0 1-5.91-5h11.82A6.005 6.005 0 0 1 22 28"/></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%22M22%2014a7.94%207.94%200%200%200-4%201.083V9A7%207%200%200%200%204%209v14a6.999%206.999%200%200%200%2012.286%204.588A7.997%207.997%200%201%200%2022%2014m0%202a6.005%206.005%200%200%201%205.91%205H16.09A6.005%206.005%200%200%201%2022%2016M6%209a5%205%200%200%201%2010%200v6H6Zm5%2019a5.006%205.006%200%200%201-5-5v-6h9.765a7.96%207.96%200%200%200-.724%208.932A4.99%204.99%200%200%201%2011%2028m11%200a6.005%206.005%200%200%201-5.91-5h11.82A6.005%206.005%200%200%201%2022%2028%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%22M22%2014a7.94%207.94%200%200%200-4%201.083V9A7%207%200%200%200%204%209v14a6.999%206.999%200%200%200%2012.286%204.588A7.997%207.997%200%201%200%2022%2014m0%202a6.005%206.005%200%200%201%205.91%205H16.09A6.005%206.005%200%200%201%2022%2016M6%209a5%205%200%200%201%2010%200v6H6Zm5%2019a5.006%205.006%200%200%201-5-5v-6h9.765a7.96%207.96%200%200%200-.724%208.932A4.99%204.99%200%200%201%2011%2028m11%200a6.005%206.005%200%200%201-5.91-5h11.82A6.005%206.005%200%200%201%2022%2028%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/pills.svg?color=%231a73e8&size=48