pill emoji
pill from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- pill
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji 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 EmojipillPhosphorpill-boldSolarpillStreamline EmojispillTabler IconspillTwitter Emoji
More objects icons from OpenMoji
Use the pill emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="M44.33 44.71L32.52 56.52c-4.53 4.54-11.85 4.7-16.58.49c8.96.08 8.4.65 24.87-15.82z"/><path fill="#ea5a47" d="M40.81 41.19C24.34 57.66 24.9 57.09 15.94 57.01a12.06 12.06 0 0 1-4.05-9.04c0-3.1 1.18-6.2 3.53-8.55l11.81-11.81z"/><path fill="#92d3f5" d="M56.85 15.1a13 13 0 0 0-9.26-3.83c-3.51 0-6.8 1.36-9.26 3.83L25.81 27.61l18.52 18.52l12.51-12.52c2.47-2.46 3.83-5.75 3.83-9.26c0-3.5-1.36-6.79-3.82-9.25m-.71 17.8L44.33 44.71l-3.52-3.52l1.31-1.31c15.72-15.72 8.77-25.05 6.21-27.59c2.85.18 5.65 1.35 7.81 3.51a12.06 12.06 0 0 1 3.53 8.55c0 3.1-1.18 6.2-3.53 8.55"/><path fill="#92d3f5" d="M57.55 14.39c-2.65-2.66-6.19-4.12-9.96-4.12c-3.78 0-7.32 1.46-9.97 4.12L24.4 27.61l1.41 1.42l17.1 17.1l1.42 1.41l13.22-13.22c2.66-2.66 4.12-6.2 4.12-9.97s-1.46-7.31-4.12-9.96M44.33 44.71l-3.52-3.52l-13.58-13.58L39.04 15.8a12.06 12.06 0 0 1 8.55-3.53c.25 0 .49.01.74.02c2.85.18 5.65 1.35 7.81 3.51a12.06 12.06 0 0 1 3.53 8.55c0 3.1-1.18 6.2-3.53 8.55z"/><path fill="#61b2e4" d="M59.67 24.35c0 3.1-1.18 6.2-3.53 8.55L44.33 44.71l-3.52-3.52l1.31-1.31c15.72-15.72 8.77-25.05 6.21-27.59c2.85.18 5.65 1.35 7.81 3.51a12.06 12.06 0 0 1 3.53 8.55"/><path fill="none" d="m27.228 27.613l-.57-.579"/><path fill="#61b2e4" d="m44.017 37.92l4.106 4.107l-4.641 4.641l-4.107-4.106z"/><path d="M47.588 12.274c3.1 0 6.2 1.176 8.552 3.528c4.703 4.703 4.703 12.4 0 17.104l-23.62 23.62a12.06 12.06 0 0 1-8.552 3.527c-3.1 0-6.2-1.176-8.552-3.528c-4.703-4.703-4.703-12.4 0-17.104l23.62-23.62a12.06 12.06 0 0 1 8.552-3.527m0-2c-3.774 0-7.314 1.461-9.966 4.114l-23.62 23.62c-5.495 5.494-5.495 14.436 0 19.931c2.653 2.653 6.192 4.114 9.966 4.114s7.314-1.461 9.966-4.114l23.62-23.62c5.495-5.494 5.495-14.436 0-19.931c-2.653-2.653-6.192-4.114-9.966-4.114"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m28.563 30.406l12.859 12.86"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="M44.33 44.71L32.52 56.52c-4.53 4.54-11.85 4.7-16.58.49c8.96.08 8.4.65 24.87-15.82z"/><path fill="#ea5a47" d="M40.81 41.19C24.34 57.66 24.9 57.09 15.94 57.01a12.06 12.06 0 0 1-4.05-9.04c0-3.1 1.18-6.2 3.53-8.55l11.81-11.81z"/><path fill="#92d3f5" d="M56.85 15.1a13 13 0 0 0-9.26-3.83c-3.51 0-6.8 1.36-9.26 3.83L25.81 27.61l18.52 18.52l12.51-12.52c2.47-2.46 3.83-5.75 3.83-9.26c0-3.5-1.36-6.79-3.82-9.25m-.71 17.8L44.33 44.71l-3.52-3.52l1.31-1.31c15.72-15.72 8.77-25.05 6.21-27.59c2.85.18 5.65 1.35 7.81 3.51a12.06 12.06 0 0 1 3.53 8.55c0 3.1-1.18 6.2-3.53 8.55"/><path fill="#92d3f5" d="M57.55 14.39c-2.65-2.66-6.19-4.12-9.96-4.12c-3.78 0-7.32 1.46-9.97 4.12L24.4 27.61l1.41 1.42l17.1 17.1l1.42 1.41l13.22-13.22c2.66-2.66 4.12-6.2 4.12-9.97s-1.46-7.31-4.12-9.96M44.33 44.71l-3.52-3.52l-13.58-13.58L39.04 15.8a12.06 12.06 0 0 1 8.55-3.53c.25 0 .49.01.74.02c2.85.18 5.65 1.35 7.81 3.51a12.06 12.06 0 0 1 3.53 8.55c0 3.1-1.18 6.2-3.53 8.55z"/><path fill="#61b2e4" d="M59.67 24.35c0 3.1-1.18 6.2-3.53 8.55L44.33 44.71l-3.52-3.52l1.31-1.31c15.72-15.72 8.77-25.05 6.21-27.59c2.85.18 5.65 1.35 7.81 3.51a12.06 12.06 0 0 1 3.53 8.55"/><path fill="none" d="m27.228 27.613l-.57-.579"/><path fill="#61b2e4" d="m44.017 37.92l4.106 4.107l-4.641 4.641l-4.107-4.106z"/><path d="M47.588 12.274c3.1 0 6.2 1.176 8.552 3.528c4.703 4.703 4.703 12.4 0 17.104l-23.62 23.62a12.06 12.06 0 0 1-8.552 3.527c-3.1 0-6.2-1.176-8.552-3.528c-4.703-4.703-4.703-12.4 0-17.104l23.62-23.62a12.06 12.06 0 0 1 8.552-3.527m0-2c-3.774 0-7.314 1.461-9.966 4.114l-23.62 23.62c-5.495 5.494-5.495 14.436 0 19.931c2.653 2.653 6.192 4.114 9.966 4.114s7.314-1.461 9.966-4.114l23.62-23.62c5.495-5.494 5.495-14.436 0-19.931c-2.653-2.653-6.192-4.114-9.966-4.114"/><path fill="none" stroke="#000" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2" d="m28.563 30.406l12.859 12.86"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="M44.33 44.71L32.52 56.52c-4.53 4.54-11.85 4.7-16.58.49c8.96.08 8.4.65 24.87-15.82z"/><path fill="#ea5a47" d="M40.81 41.19C24.34 57.66 24.9 57.09 15.94 57.01a12.06 12.06 0 0 1-4.05-9.04c0-3.1 1.18-6.2 3.53-8.55l11.81-11.81z"/><path fill="#92d3f5" d="M56.85 15.1a13 13 0 0 0-9.26-3.83c-3.51 0-6.8 1.36-9.26 3.83L25.81 27.61l18.52 18.52l12.51-12.52c2.47-2.46 3.83-5.75 3.83-9.26c0-3.5-1.36-6.79-3.82-9.25m-.71 17.8L44.33 44.71l-3.52-3.52l1.31-1.31c15.72-15.72 8.77-25.05 6.21-27.59c2.85.18 5.65 1.35 7.81 3.51a12.06 12.06 0 0 1 3.53 8.55c0 3.1-1.18 6.2-3.53 8.55"/><path fill="#92d3f5" d="M57.55 14.39c-2.65-2.66-6.19-4.12-9.96-4.12c-3.78 0-7.32 1.46-9.97 4.12L24.4 27.61l1.41 1.42l17.1 17.1l1.42 1.41l13.22-13.22c2.66-2.66 4.12-6.2 4.12-9.97s-1.46-7.31-4.12-9.96M44.33 44.71l-3.52-3.52l-13.58-13.58L39.04 15.8a12.06 12.06 0 0 1 8.55-3.53c.25 0 .49.01.74.02c2.85.18 5.65 1.35 7.81 3.51a12.06 12.06 0 0 1 3.53 8.55c0 3.1-1.18 6.2-3.53 8.55z"/><path fill="#61b2e4" d="M59.67 24.35c0 3.1-1.18 6.2-3.53 8.55L44.33 44.71l-3.52-3.52l1.31-1.31c15.72-15.72 8.77-25.05 6.21-27.59c2.85.18 5.65 1.35 7.81 3.51a12.06 12.06 0 0 1 3.53 8.55"/><path fill="none" d="m27.228 27.613l-.57-.579"/><path fill="#61b2e4" d="m44.017 37.92l4.106 4.107l-4.641 4.641l-4.107-4.106z"/><path d="M47.588 12.274c3.1 0 6.2 1.176 8.552 3.528c4.703 4.703 4.703 12.4 0 17.104l-23.62 23.62a12.06 12.06 0 0 1-8.552 3.527c-3.1 0-6.2-1.176-8.552-3.528c-4.703-4.703-4.703-12.4 0-17.104l23.62-23.62a12.06 12.06 0 0 1 8.552-3.527m0-2c-3.774 0-7.314 1.461-9.966 4.114l-23.62 23.62c-5.495 5.494-5.495 14.436 0 19.931c2.653 2.653 6.192 4.114 9.966 4.114s7.314-1.461 9.966-4.114l23.62-23.62c5.495-5.494 5.495-14.436 0-19.931c-2.653-2.653-6.192-4.114-9.966-4.114"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m28.563 30.406l12.859 12.86"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M44.33%2044.71L32.52%2056.52c-4.53%204.54-11.85%204.7-16.58.49c8.96.08%208.4.65%2024.87-15.82z%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M40.81%2041.19C24.34%2057.66%2024.9%2057.09%2015.94%2057.01a12.06%2012.06%200%200%201-4.05-9.04c0-3.1%201.18-6.2%203.53-8.55l11.81-11.81z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M56.85%2015.1a13%2013%200%200%200-9.26-3.83c-3.51%200-6.8%201.36-9.26%203.83L25.81%2027.61l18.52%2018.52l12.51-12.52c2.47-2.46%203.83-5.75%203.83-9.26c0-3.5-1.36-6.79-3.82-9.25m-.71%2017.8L44.33%2044.71l-3.52-3.52l1.31-1.31c15.72-15.72%208.77-25.05%206.21-27.59c2.85.18%205.65%201.35%207.81%203.51a12.06%2012.06%200%200%201%203.53%208.55c0%203.1-1.18%206.2-3.53%208.55%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M57.55%2014.39c-2.65-2.66-6.19-4.12-9.96-4.12c-3.78%200-7.32%201.46-9.97%204.12L24.4%2027.61l1.41%201.42l17.1%2017.1l1.42%201.41l13.22-13.22c2.66-2.66%204.12-6.2%204.12-9.97s-1.46-7.31-4.12-9.96M44.33%2044.71l-3.52-3.52l-13.58-13.58L39.04%2015.8a12.06%2012.06%200%200%201%208.55-3.53c.25%200%20.49.01.74.02c2.85.18%205.65%201.35%207.81%203.51a12.06%2012.06%200%200%201%203.53%208.55c0%203.1-1.18%206.2-3.53%208.55z%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M59.67%2024.35c0%203.1-1.18%206.2-3.53%208.55L44.33%2044.71l-3.52-3.52l1.31-1.31c15.72-15.72%208.77-25.05%206.21-27.59c2.85.18%205.65%201.35%207.81%203.51a12.06%2012.06%200%200%201%203.53%208.55%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22m27.228%2027.613l-.57-.579%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22m44.017%2037.92l4.106%204.107l-4.641%204.641l-4.107-4.106z%22%2F%3E%3Cpath%20d%3D%22M47.588%2012.274c3.1%200%206.2%201.176%208.552%203.528c4.703%204.703%204.703%2012.4%200%2017.104l-23.62%2023.62a12.06%2012.06%200%200%201-8.552%203.527c-3.1%200-6.2-1.176-8.552-3.528c-4.703-4.703-4.703-12.4%200-17.104l23.62-23.62a12.06%2012.06%200%200%201%208.552-3.527m0-2c-3.774%200-7.314%201.461-9.966%204.114l-23.62%2023.62c-5.495%205.494-5.495%2014.436%200%2019.931c2.653%202.653%206.192%204.114%209.966%204.114s7.314-1.461%209.966-4.114l23.62-23.62c5.495-5.494%205.495-14.436%200-19.931c-2.653-2.653-6.192-4.114-9.966-4.114%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m28.563%2030.406l12.859%2012.86%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M44.33%2044.71L32.52%2056.52c-4.53%204.54-11.85%204.7-16.58.49c8.96.08%208.4.65%2024.87-15.82z%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M40.81%2041.19C24.34%2057.66%2024.9%2057.09%2015.94%2057.01a12.06%2012.06%200%200%201-4.05-9.04c0-3.1%201.18-6.2%203.53-8.55l11.81-11.81z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M56.85%2015.1a13%2013%200%200%200-9.26-3.83c-3.51%200-6.8%201.36-9.26%203.83L25.81%2027.61l18.52%2018.52l12.51-12.52c2.47-2.46%203.83-5.75%203.83-9.26c0-3.5-1.36-6.79-3.82-9.25m-.71%2017.8L44.33%2044.71l-3.52-3.52l1.31-1.31c15.72-15.72%208.77-25.05%206.21-27.59c2.85.18%205.65%201.35%207.81%203.51a12.06%2012.06%200%200%201%203.53%208.55c0%203.1-1.18%206.2-3.53%208.55%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M57.55%2014.39c-2.65-2.66-6.19-4.12-9.96-4.12c-3.78%200-7.32%201.46-9.97%204.12L24.4%2027.61l1.41%201.42l17.1%2017.1l1.42%201.41l13.22-13.22c2.66-2.66%204.12-6.2%204.12-9.97s-1.46-7.31-4.12-9.96M44.33%2044.71l-3.52-3.52l-13.58-13.58L39.04%2015.8a12.06%2012.06%200%200%201%208.55-3.53c.25%200%20.49.01.74.02c2.85.18%205.65%201.35%207.81%203.51a12.06%2012.06%200%200%201%203.53%208.55c0%203.1-1.18%206.2-3.53%208.55z%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M59.67%2024.35c0%203.1-1.18%206.2-3.53%208.55L44.33%2044.71l-3.52-3.52l1.31-1.31c15.72-15.72%208.77-25.05%206.21-27.59c2.85.18%205.65%201.35%207.81%203.51a12.06%2012.06%200%200%201%203.53%208.55%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22m27.228%2027.613l-.57-.579%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22m44.017%2037.92l4.106%204.107l-4.641%204.641l-4.107-4.106z%22%2F%3E%3Cpath%20d%3D%22M47.588%2012.274c3.1%200%206.2%201.176%208.552%203.528c4.703%204.703%204.703%2012.4%200%2017.104l-23.62%2023.62a12.06%2012.06%200%200%201-8.552%203.527c-3.1%200-6.2-1.176-8.552-3.528c-4.703-4.703-4.703-12.4%200-17.104l23.62-23.62a12.06%2012.06%200%200%201%208.552-3.527m0-2c-3.774%200-7.314%201.461-9.966%204.114l-23.62%2023.62c-5.495%205.494-5.495%2014.436%200%2019.931c2.653%202.653%206.192%204.114%209.966%204.114s7.314-1.461%209.966-4.114l23.62-23.62c5.495-5.494%205.495-14.436%200-19.931c-2.653-2.653-6.192-4.114-9.966-4.114%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m28.563%2030.406l12.859%2012.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/pill.svg?color=%231a73e8&size=48