pill-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
pill-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the pill icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216.43 39.6a53.27 53.27 0 0 0-75.33 0L39.6 141.09a53.26 53.26 0 0 0 75.32 75.31l101.51-101.49a53.32 53.32 0 0 0 0-75.31m-11.32 64l-50.75 50.74l-52.69-52.68l50.75-50.75a37.26 37.26 0 0 1 52.69 52.69m-15.43-21.26a8 8 0 0 1 0 11.32l-24 24a8 8 0 1 1-11.31-11.32l24-24a8 8 0 0 1 11.31 0"/></svg>

React

import type { SVGProps } from "react";

export function PhPillFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216.43 39.6a53.27 53.27 0 0 0-75.33 0L39.6 141.09a53.26 53.26 0 0 0 75.32 75.31l101.51-101.49a53.32 53.32 0 0 0 0-75.31m-11.32 64l-50.75 50.74l-52.69-52.68l50.75-50.75a37.26 37.26 0 0 1 52.69 52.69m-15.43-21.26a8 8 0 0 1 0 11.32l-24 24a8 8 0 1 1-11.31-11.32l24-24a8 8 0 0 1 11.31 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216.43 39.6a53.27 53.27 0 0 0-75.33 0L39.6 141.09a53.26 53.26 0 0 0 75.32 75.31l101.51-101.49a53.32 53.32 0 0 0 0-75.31m-11.32 64l-50.75 50.74l-52.69-52.68l50.75-50.75a37.26 37.26 0 0 1 52.69 52.69m-15.43-21.26a8 8 0 0 1 0 11.32l-24 24a8 8 0 1 1-11.31-11.32l24-24a8 8 0 0 1 11.31 0"/></svg>
</template>

CSS

.icon-pill-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216.43%2039.6a53.27%2053.27%200%200%200-75.33%200L39.6%20141.09a53.26%2053.26%200%200%200%2075.32%2075.31l101.51-101.49a53.32%2053.32%200%200%200%200-75.31m-11.32%2064l-50.75%2050.74l-52.69-52.68l50.75-50.75a37.26%2037.26%200%200%201%2052.69%2052.69m-15.43-21.26a8%208%200%200%201%200%2011.32l-24%2024a8%208%200%201%201-11.31-11.32l24-24a8%208%200%200%201%2011.31%200%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216.43%2039.6a53.27%2053.27%200%200%200-75.33%200L39.6%20141.09a53.26%2053.26%200%200%200%2075.32%2075.31l101.51-101.49a53.32%2053.32%200%200%200%200-75.31m-11.32%2064l-50.75%2050.74l-52.69-52.68l50.75-50.75a37.26%2037.26%200%200%201%2052.69%2052.69m-15.43-21.26a8%208%200%200%201%200%2011.32l-24%2024a8%208%200%201%201-11.31-11.32l24-24a8%208%200%200%201%2011.31%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/pill-fill.svg?color=%231a73e8&size=48