pill icon
pill from Reicon by REICON · Outline · Medicine · MIT Free for personal and commercial use.
- Name
- pill
- Set
- Reicon
- Style
- Outline
- Category
- Medicine
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All pill icons →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 EmojipillOpenMojipillPhosphorpill-boldSolarpillStreamline EmojispillTabler Icons
More medicine icons from Reicon
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" fill-rule="evenodd" d="M14.132 3.46A7.546 7.546 0 1 0 3.46 14.132l6.408 6.408A7.546 7.546 0 0 0 20.54 9.868zM4.521 4.52a6.046 6.046 0 0 1 8.55 0l2.898 2.898l-.011.035c-.09.282-.243.698-.49 1.21c-.494 1.024-1.365 2.438-2.866 3.94c-1.501 1.5-2.915 2.372-3.94 2.865c-.512.247-.927.4-1.209.49l-.035.01l-2.897-2.896a6.046 6.046 0 0 1 0-8.551M8.59 17.14l2.338 2.34a6.046 6.046 0 0 0 8.551-8.552L17.14 8.59q-.132.328-.32.724c-.56 1.162-1.526 2.718-3.158 4.349c-1.63 1.631-3.186 2.597-4.348 3.157q-.396.189-.724.32" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPill(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" fillRule="evenodd" d="M14.132 3.46A7.546 7.546 0 1 0 3.46 14.132l6.408 6.408A7.546 7.546 0 0 0 20.54 9.868zM4.521 4.52a6.046 6.046 0 0 1 8.55 0l2.898 2.898l-.011.035c-.09.282-.243.698-.49 1.21c-.494 1.024-1.365 2.438-2.866 3.94c-1.501 1.5-2.915 2.372-3.94 2.865c-.512.247-.927.4-1.209.49l-.035.01l-2.897-2.896a6.046 6.046 0 0 1 0-8.551M8.59 17.14l2.338 2.34a6.046 6.046 0 0 0 8.551-8.552L17.14 8.59q-.132.328-.32.724c-.56 1.162-1.526 2.718-3.158 4.349c-1.63 1.631-3.186 2.597-4.348 3.157q-.396.189-.724.32" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.132 3.46A7.546 7.546 0 1 0 3.46 14.132l6.408 6.408A7.546 7.546 0 0 0 20.54 9.868zM4.521 4.52a6.046 6.046 0 0 1 8.55 0l2.898 2.898l-.011.035c-.09.282-.243.698-.49 1.21c-.494 1.024-1.365 2.438-2.866 3.94c-1.501 1.5-2.915 2.372-3.94 2.865c-.512.247-.927.4-1.209.49l-.035.01l-2.897-2.896a6.046 6.046 0 0 1 0-8.551M8.59 17.14l2.338 2.34a6.046 6.046 0 0 0 8.551-8.552L17.14 8.59q-.132.328-.32.724c-.56 1.162-1.526 2.718-3.158 4.349c-1.63 1.631-3.186 2.597-4.348 3.157q-.396.189-.724.32" clip-rule="evenodd"/></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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.132%203.46A7.546%207.546%200%201%200%203.46%2014.132l6.408%206.408A7.546%207.546%200%200%200%2020.54%209.868zM4.521%204.52a6.046%206.046%200%200%201%208.55%200l2.898%202.898l-.011.035c-.09.282-.243.698-.49%201.21c-.494%201.024-1.365%202.438-2.866%203.94c-1.501%201.5-2.915%202.372-3.94%202.865c-.512.247-.927.4-1.209.49l-.035.01l-2.897-2.896a6.046%206.046%200%200%201%200-8.551M8.59%2017.14l2.338%202.34a6.046%206.046%200%200%200%208.551-8.552L17.14%208.59q-.132.328-.32.724c-.56%201.162-1.526%202.718-3.158%204.349c-1.63%201.631-3.186%202.597-4.348%203.157q-.396.189-.724.32%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.132%203.46A7.546%207.546%200%201%200%203.46%2014.132l6.408%206.408A7.546%207.546%200%200%200%2020.54%209.868zM4.521%204.52a6.046%206.046%200%200%201%208.55%200l2.898%202.898l-.011.035c-.09.282-.243.698-.49%201.21c-.494%201.024-1.365%202.438-2.866%203.94c-1.501%201.5-2.915%202.372-3.94%202.865c-.512.247-.927.4-1.209.49l-.035.01l-2.897-2.896a6.046%206.046%200%200%201%200-8.551M8.59%2017.14l2.338%202.34a6.046%206.046%200%200%200%208.551-8.552L17.14%208.59q-.132.328-.32.724c-.56%201.162-1.526%202.718-3.158%204.349c-1.63%201.631-3.186%202.597-4.348%203.157q-.396.189-.724.32%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/pill.svg?color=%231a73e8&size=48