pill from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
pill
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
pill-rounded, pill-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the pill icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.642 14.91l2.997-3.002q.646-.646 1.003-1.498Q20 9.56 20 8.625q0-1.932-1.348-3.278T15.369 4q-.927 0-1.778.358q-.852.358-1.499 1.004L9.091 8.358zM8.632 20q.926 0 1.778-.358q.852-.357 1.498-1.003l3.002-2.997l-6.552-6.551l-2.996 3.001q-.646.646-1.004 1.498Q4 14.44 4 15.375q0 1.932 1.348 3.278T8.632 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.642 14.91l2.997-3.002q.646-.646 1.003-1.498Q20 9.56 20 8.625q0-1.932-1.348-3.278T15.369 4q-.927 0-1.778.358q-.852.358-1.499 1.004L9.091 8.358zM8.632 20q.926 0 1.778-.358q.852-.357 1.498-1.003l3.002-2.997l-6.552-6.551l-2.996 3.001q-.646.646-1.004 1.498Q4 14.44 4 15.375q0 1.932 1.348 3.278T8.632 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.642 14.91l2.997-3.002q.646-.646 1.003-1.498Q20 9.56 20 8.625q0-1.932-1.348-3.278T15.369 4q-.927 0-1.778.358q-.852.358-1.499 1.004L9.091 8.358zM8.632 20q.926 0 1.778-.358q.852-.357 1.498-1.003l3.002-2.997l-6.552-6.551l-2.996 3.001q-.646.646-1.004 1.498Q4 14.44 4 15.375q0 1.932 1.348 3.278T8.632 20"/></svg>
</template>

CSS

.icon-pill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.642%2014.91l2.997-3.002q.646-.646%201.003-1.498Q20%209.56%2020%208.625q0-1.932-1.348-3.278T15.369%204q-.927%200-1.778.358q-.852.358-1.499%201.004L9.091%208.358zM8.632%2020q.926%200%201.778-.358q.852-.357%201.498-1.003l3.002-2.997l-6.552-6.551l-2.996%203.001q-.646.646-1.004%201.498Q4%2014.44%204%2015.375q0%201.932%201.348%203.278T8.632%2020%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.642%2014.91l2.997-3.002q.646-.646%201.003-1.498Q20%209.56%2020%208.625q0-1.932-1.348-3.278T15.369%204q-.927%200-1.778.358q-.852.358-1.499%201.004L9.091%208.358zM8.632%2020q.926%200%201.778-.358q.852-.357%201.498-1.003l3.002-2.997l-6.552-6.551l-2.996%203.001q-.646.646-1.004%201.498Q4%2014.44%204%2015.375q0%201.932%201.348%203.278T8.632%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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