pill-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
pill-light
Set
Phosphor
Style
Light
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="M215 41a51.28 51.28 0 0 0-72.5 0L41 142.5a51.26 51.26 0 0 0 72.49 72.5L215 113.5a51.31 51.31 0 0 0 0-72.5M105 206.5A39.26 39.26 0 0 1 49.48 151L96 104.49L151.52 160ZM206.52 105L160 151.51L104.48 96L151 49.5a39.26 39.26 0 0 1 55.52 55.5m-18.26-21.24a6 6 0 0 1 0 8.48l-24 24a6 6 0 0 1-8.49-8.48l24-24a6 6 0 0 1 8.49 0"/></svg>

React

import type { SVGProps } from "react";

export function PhPillLight(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="M215 41a51.28 51.28 0 0 0-72.5 0L41 142.5a51.26 51.26 0 0 0 72.49 72.5L215 113.5a51.31 51.31 0 0 0 0-72.5M105 206.5A39.26 39.26 0 0 1 49.48 151L96 104.49L151.52 160ZM206.52 105L160 151.51L104.48 96L151 49.5a39.26 39.26 0 0 1 55.52 55.5m-18.26-21.24a6 6 0 0 1 0 8.48l-24 24a6 6 0 0 1-8.49-8.48l24-24a6 6 0 0 1 8.49 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="M215 41a51.28 51.28 0 0 0-72.5 0L41 142.5a51.26 51.26 0 0 0 72.49 72.5L215 113.5a51.31 51.31 0 0 0 0-72.5M105 206.5A39.26 39.26 0 0 1 49.48 151L96 104.49L151.52 160ZM206.52 105L160 151.51L104.48 96L151 49.5a39.26 39.26 0 0 1 55.52 55.5m-18.26-21.24a6 6 0 0 1 0 8.48l-24 24a6 6 0 0 1-8.49-8.48l24-24a6 6 0 0 1 8.49 0"/></svg>
</template>

CSS

.icon-pill-light {
  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%22M215%2041a51.28%2051.28%200%200%200-72.5%200L41%20142.5a51.26%2051.26%200%200%200%2072.49%2072.5L215%20113.5a51.31%2051.31%200%200%200%200-72.5M105%20206.5A39.26%2039.26%200%200%201%2049.48%20151L96%20104.49L151.52%20160ZM206.52%20105L160%20151.51L104.48%2096L151%2049.5a39.26%2039.26%200%200%201%2055.52%2055.5m-18.26-21.24a6%206%200%200%201%200%208.48l-24%2024a6%206%200%200%201-8.49-8.48l24-24a6%206%200%200%201%208.49%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%22M215%2041a51.28%2051.28%200%200%200-72.5%200L41%20142.5a51.26%2051.26%200%200%200%2072.49%2072.5L215%20113.5a51.31%2051.31%200%200%200%200-72.5M105%20206.5A39.26%2039.26%200%200%201%2049.48%20151L96%20104.49L151.52%20160ZM206.52%20105L160%20151.51L104.48%2096L151%2049.5a39.26%2039.26%200%200%201%2055.52%2055.5m-18.26-21.24a6%206%200%200%201%200%208.48l-24%2024a6%206%200%200%201-8.49-8.48l24-24a6%206%200%200%201%208.49%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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