pill icon
pill-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- pill-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 SymbolspillMaterial Symbols LightpillMaterial Design IconspillNoto EmojipillOpenMojipill-boldSolarpillStreamline EmojispillTabler IconspillTwitter Emoji
Use the pill icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m160 160l-50.75 50.75a45.26 45.26 0 0 1-64 0a45.26 45.26 0 0 1 0-64L96 96Z" opacity=".2"/><path 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.31M103.61 205.09a37.26 37.26 0 0 1-52.7-52.69L96 107.31L148.7 160Zm101.5-101.49L160 148.69L107.32 96l45.1-45.09a37.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"/></g></svg>
React
import type { SVGProps } from "react";
export function PhPillDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m160 160l-50.75 50.75a45.26 45.26 0 0 1-64 0a45.26 45.26 0 0 1 0-64L96 96Z" opacity=".2"/><path 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.31M103.61 205.09a37.26 37.26 0 0 1-52.7-52.69L96 107.31L148.7 160Zm101.5-101.49L160 148.69L107.32 96l45.1-45.09a37.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"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m160 160l-50.75 50.75a45.26 45.26 0 0 1-64 0a45.26 45.26 0 0 1 0-64L96 96Z" opacity=".2"/><path 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.31M103.61 205.09a37.26 37.26 0 0 1-52.7-52.69L96 107.31L148.7 160Zm101.5-101.49L160 148.69L107.32 96l45.1-45.09a37.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"/></g></svg> </template>
CSS
.icon-pill-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m160%20160l-50.75%2050.75a45.26%2045.26%200%200%201-64%200a45.26%2045.26%200%200%201%200-64L96%2096Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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.31M103.61%20205.09a37.26%2037.26%200%200%201-52.7-52.69L96%20107.31L148.7%20160Zm101.5-101.49L160%20148.69L107.32%2096l45.1-45.09a37.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%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m160%20160l-50.75%2050.75a45.26%2045.26%200%200%201-64%200a45.26%2045.26%200%200%201%200-64L96%2096Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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.31M103.61%20205.09a37.26%2037.26%200%200%201-52.7-52.69L96%20107.31L148.7%20160Zm101.5-101.49L160%20148.69L107.32%2096l45.1-45.09a37.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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/pill-duotone.svg?color=%231a73e8&size=48