pill icon
pill-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- pill-thin
- Set
- Phosphor
- Style
- Thin
- 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 Contrastpillcss.ggpillHuge IconspillHumbleiconspillLucidepillMajesticonspillMaterial SymbolspillMaterial 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"><path fill="currentColor" d="M186.84 85.17a4 4 0 0 1 0 5.66l-24 24a4 4 0 1 1-5.66-5.66l24-24a4 4 0 0 1 5.66 0m26.75 26.91L112.08 213.57a49.26 49.26 0 0 1-69.67-69.65L143.92 42.43a49.26 49.26 0 0 1 69.67 69.65M154.35 160L96 101.66l-47.94 47.91a41.26 41.26 0 0 0 58.36 58.35Zm53.59-111.92a41.28 41.28 0 0 0-58.36 0L101.65 96L160 154.34l47.93-47.91a41.32 41.32 0 0 0 .01-58.35"/></svg>
React
import type { SVGProps } from "react";
export function PhPillThin(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="M186.84 85.17a4 4 0 0 1 0 5.66l-24 24a4 4 0 1 1-5.66-5.66l24-24a4 4 0 0 1 5.66 0m26.75 26.91L112.08 213.57a49.26 49.26 0 0 1-69.67-69.65L143.92 42.43a49.26 49.26 0 0 1 69.67 69.65M154.35 160L96 101.66l-47.94 47.91a41.26 41.26 0 0 0 58.36 58.35Zm53.59-111.92a41.28 41.28 0 0 0-58.36 0L101.65 96L160 154.34l47.93-47.91a41.32 41.32 0 0 0 .01-58.35"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M186.84 85.17a4 4 0 0 1 0 5.66l-24 24a4 4 0 1 1-5.66-5.66l24-24a4 4 0 0 1 5.66 0m26.75 26.91L112.08 213.57a49.26 49.26 0 0 1-69.67-69.65L143.92 42.43a49.26 49.26 0 0 1 69.67 69.65M154.35 160L96 101.66l-47.94 47.91a41.26 41.26 0 0 0 58.36 58.35Zm53.59-111.92a41.28 41.28 0 0 0-58.36 0L101.65 96L160 154.34l47.93-47.91a41.32 41.32 0 0 0 .01-58.35"/></svg> </template>
CSS
.icon-pill-thin {
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%22M186.84%2085.17a4%204%200%200%201%200%205.66l-24%2024a4%204%200%201%201-5.66-5.66l24-24a4%204%200%200%201%205.66%200m26.75%2026.91L112.08%20213.57a49.26%2049.26%200%200%201-69.67-69.65L143.92%2042.43a49.26%2049.26%200%200%201%2069.67%2069.65M154.35%20160L96%20101.66l-47.94%2047.91a41.26%2041.26%200%200%200%2058.36%2058.35Zm53.59-111.92a41.28%2041.28%200%200%200-58.36%200L101.65%2096L160%20154.34l47.93-47.91a41.32%2041.32%200%200%200%20.01-58.35%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%22M186.84%2085.17a4%204%200%200%201%200%205.66l-24%2024a4%204%200%201%201-5.66-5.66l24-24a4%204%200%200%201%205.66%200m26.75%2026.91L112.08%20213.57a49.26%2049.26%200%200%201-69.67-69.65L143.92%2042.43a49.26%2049.26%200%200%201%2069.67%2069.65M154.35%20160L96%20101.66l-47.94%2047.91a41.26%2041.26%200%200%200%2058.36%2058.35Zm53.59-111.92a41.28%2041.28%200%200%200-58.36%200L101.65%2096L160%20154.34l47.93-47.91a41.32%2041.32%200%200%200%20.01-58.35%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/pill-thin.svg?color=%231a73e8&size=48