pill icon
pill from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- pill
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- pill-rounded, pill-sharp
1 other variant in Material Symbols
The same icon in other sets
pillEmoji One (Colored)pill-16-filledFluent UI System IconspillFluent EmojipillFluent Emoji FlatpillFluent Emoji High ContrastpillFirefox OS Emojipillcss.ggpillHuge IconspillHumbleiconspillIconParkpillIconPark OutlinepillIconPark SolidpillIconPark TwoTonepillLucidepillMajesticonspillMaterial Symbols LightpillMaterial Design IconspillNoto EmojipillOpenMojipillPhosphorpill-boldSolarpillStreamline EmojispillTabler IconspillTwitter Emoji
More social icons from Material Symbols
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="m16.7 15.275l2.65-2.675q.8-.8 1.225-1.825T21 8.625q0-2.35-1.637-3.988T15.375 3q-1.125 0-2.15.425T11.4 4.65L8.725 7.3zM8.625 21q1.125 0 2.15-.425T12.6 19.35l2.675-2.65L7.3 8.725L4.65 11.4q-.8.8-1.225 1.825T3 15.375q0 2.35 1.638 3.987T8.625 21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPill(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="m16.7 15.275l2.65-2.675q.8-.8 1.225-1.825T21 8.625q0-2.35-1.637-3.988T15.375 3q-1.125 0-2.15.425T11.4 4.65L8.725 7.3zM8.625 21q1.125 0 2.15-.425T12.6 19.35l2.675-2.65L7.3 8.725L4.65 11.4q-.8.8-1.225 1.825T3 15.375q0 2.35 1.638 3.987T8.625 21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.7 15.275l2.65-2.675q.8-.8 1.225-1.825T21 8.625q0-2.35-1.637-3.988T15.375 3q-1.125 0-2.15.425T11.4 4.65L8.725 7.3zM8.625 21q1.125 0 2.15-.425T12.6 19.35l2.675-2.65L7.3 8.725L4.65 11.4q-.8.8-1.225 1.825T3 15.375q0 2.35 1.638 3.987T8.625 21"/></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%22m16.7%2015.275l2.65-2.675q.8-.8%201.225-1.825T21%208.625q0-2.35-1.637-3.988T15.375%203q-1.125%200-2.15.425T11.4%204.65L8.725%207.3zM8.625%2021q1.125%200%202.15-.425T12.6%2019.35l2.675-2.65L7.3%208.725L4.65%2011.4q-.8.8-1.225%201.825T3%2015.375q0%202.35%201.638%203.987T8.625%2021%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%22m16.7%2015.275l2.65-2.675q.8-.8%201.225-1.825T21%208.625q0-2.35-1.637-3.988T15.375%203q-1.125%200-2.15.425T11.4%204.65L8.725%207.3zM8.625%2021q1.125%200%202.15-.425T12.6%2019.35l2.675-2.65L7.3%208.725L4.65%2011.4q-.8.8-1.225%201.825T3%2015.375q0%202.35%201.638%203.987T8.625%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/pill.svg?color=%231a73e8&size=48