pills add icon
pills-add from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- pills-add
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
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 add 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.986 6.986 0 0 0 12.276 4.577A7.997 7.997 0 1 0 22 14M11 4a5.006 5.006 0 0 1 5 5v6H6V9a5.006 5.006 0 0 1 5-5m0 24a5.006 5.006 0 0 1-5-5v-6h9.765a7.96 7.96 0 0 0-.724 8.932A5.01 5.01 0 0 1 11 28m11 0a6 6 0 1 1 6-6a6.007 6.007 0 0 1-6 6"/><path fill="currentColor" d="M25 21h-2v-2h-2v2h-2v2h2v2h2v-2h2z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonPillsAdd(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.986 6.986 0 0 0 12.276 4.577A7.997 7.997 0 1 0 22 14M11 4a5.006 5.006 0 0 1 5 5v6H6V9a5.006 5.006 0 0 1 5-5m0 24a5.006 5.006 0 0 1-5-5v-6h9.765a7.96 7.96 0 0 0-.724 8.932A5.01 5.01 0 0 1 11 28m11 0a6 6 0 1 1 6-6a6.007 6.007 0 0 1-6 6"/><path fill="currentColor" d="M25 21h-2v-2h-2v2h-2v2h2v2h2v-2h2z"/></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.986 6.986 0 0 0 12.276 4.577A7.997 7.997 0 1 0 22 14M11 4a5.006 5.006 0 0 1 5 5v6H6V9a5.006 5.006 0 0 1 5-5m0 24a5.006 5.006 0 0 1-5-5v-6h9.765a7.96 7.96 0 0 0-.724 8.932A5.01 5.01 0 0 1 11 28m11 0a6 6 0 1 1 6-6a6.007 6.007 0 0 1-6 6"/><path fill="currentColor" d="M25 21h-2v-2h-2v2h-2v2h2v2h2v-2h2z"/></svg> </template>
CSS
.icon-pills-add {
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.986%206.986%200%200%200%2012.276%204.577A7.997%207.997%200%201%200%2022%2014M11%204a5.006%205.006%200%200%201%205%205v6H6V9a5.006%205.006%200%200%201%205-5m0%2024a5.006%205.006%200%200%201-5-5v-6h9.765a7.96%207.96%200%200%200-.724%208.932A5.01%205.01%200%200%201%2011%2028m11%200a6%206%200%201%201%206-6a6.007%206.007%200%200%201-6%206%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%2021h-2v-2h-2v2h-2v2h2v2h2v-2h2z%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.986%206.986%200%200%200%2012.276%204.577A7.997%207.997%200%201%200%2022%2014M11%204a5.006%205.006%200%200%201%205%205v6H6V9a5.006%205.006%200%200%201%205-5m0%2024a5.006%205.006%200%200%201-5-5v-6h9.765a7.96%207.96%200%200%200-.724%208.932A5.01%205.01%200%200%201%2011%2028m11%200a6%206%200%201%201%206-6a6.007%206.007%200%200%201-6%206%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%2021h-2v-2h-2v2h-2v2h2v2h2v-2h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/pills-add.svg?color=%231a73e8&size=48