pills emoji
pills from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- pills
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More extras openmoji icons from OpenMoji
Use the pills emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="56.1" height="36.65" x="7.95" y="17.68" fill="#92d3f5" rx="4.644" ry="4.644"/><circle cx="20.74" cy="28.92" r="4.486" fill="#9b9b9a"/><circle cx="36.19" cy="28.92" r="4.486" fill="#d0cfce"/><circle cx="51.64" cy="28.92" r="4.486" fill="#d0cfce"/><circle cx="20.74" cy="43.46" r="4.486" fill="#d0cfce"/><circle cx="36.19" cy="43.46" r="4.486" fill="#d0cfce"/><circle cx="51.64" cy="43.46" r="4.486" fill="#d0cfce"/><path fill="#d0cfce" d="M17.76 25.7h3.575v6.922H17.76z"/><path fill="#9b9b9a" d="M36 25.57h3.716v7.145H36zm15.03.09h3.669v7.098H51.03zm0 13.94h3.622v7.334H51.03zM36 39.61h3.778v7.188H36zm-14.66-.34h3.669v7.475H21.34z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><rect width="53.89" height="35.2" x="9.057" y="18.4" rx="4.644" ry="4.644"/><circle cx="21.34" cy="29.2" r="4.309"/><circle cx="36.18" cy="29.2" r="4.309"/><circle cx="51.03" cy="29.2" r="4.309"/><circle cx="21.34" cy="43.16" r="4.309"/><circle cx="36.18" cy="43.16" r="4.309"/><circle cx="51.03" cy="43.16" r="4.309"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPills(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="56.1" height="36.65" x="7.95" y="17.68" fill="#92d3f5" rx="4.644" ry="4.644"/><circle cx="20.74" cy="28.92" r="4.486" fill="#9b9b9a"/><circle cx="36.19" cy="28.92" r="4.486" fill="#d0cfce"/><circle cx="51.64" cy="28.92" r="4.486" fill="#d0cfce"/><circle cx="20.74" cy="43.46" r="4.486" fill="#d0cfce"/><circle cx="36.19" cy="43.46" r="4.486" fill="#d0cfce"/><circle cx="51.64" cy="43.46" r="4.486" fill="#d0cfce"/><path fill="#d0cfce" d="M17.76 25.7h3.575v6.922H17.76z"/><path fill="#9b9b9a" d="M36 25.57h3.716v7.145H36zm15.03.09h3.669v7.098H51.03zm0 13.94h3.622v7.334H51.03zM36 39.61h3.778v7.188H36zm-14.66-.34h3.669v7.475H21.34z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><rect width="53.89" height="35.2" x="9.057" y="18.4" rx="4.644" ry="4.644"/><circle cx="21.34" cy="29.2" r="4.309"/><circle cx="36.18" cy="29.2" r="4.309"/><circle cx="51.03" cy="29.2" r="4.309"/><circle cx="21.34" cy="43.16" r="4.309"/><circle cx="36.18" cy="43.16" r="4.309"/><circle cx="51.03" cy="43.16" r="4.309"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="56.1" height="36.65" x="7.95" y="17.68" fill="#92d3f5" rx="4.644" ry="4.644"/><circle cx="20.74" cy="28.92" r="4.486" fill="#9b9b9a"/><circle cx="36.19" cy="28.92" r="4.486" fill="#d0cfce"/><circle cx="51.64" cy="28.92" r="4.486" fill="#d0cfce"/><circle cx="20.74" cy="43.46" r="4.486" fill="#d0cfce"/><circle cx="36.19" cy="43.46" r="4.486" fill="#d0cfce"/><circle cx="51.64" cy="43.46" r="4.486" fill="#d0cfce"/><path fill="#d0cfce" d="M17.76 25.7h3.575v6.922H17.76z"/><path fill="#9b9b9a" d="M36 25.57h3.716v7.145H36zm15.03.09h3.669v7.098H51.03zm0 13.94h3.622v7.334H51.03zM36 39.61h3.778v7.188H36zm-14.66-.34h3.669v7.475H21.34z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><rect width="53.89" height="35.2" x="9.057" y="18.4" rx="4.644" ry="4.644"/><circle cx="21.34" cy="29.2" r="4.309"/><circle cx="36.18" cy="29.2" r="4.309"/><circle cx="51.03" cy="29.2" r="4.309"/><circle cx="21.34" cy="43.16" r="4.309"/><circle cx="36.18" cy="43.16" r="4.309"/><circle cx="51.03" cy="43.16" r="4.309"/></g></svg> </template>
CSS
.icon-pills {
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%3Crect%20width%3D%2256.1%22%20height%3D%2236.65%22%20x%3D%227.95%22%20y%3D%2217.68%22%20fill%3D%22%2392d3f5%22%20rx%3D%224.644%22%20ry%3D%224.644%22%2F%3E%3Ccircle%20cx%3D%2220.74%22%20cy%3D%2228.92%22%20r%3D%224.486%22%20fill%3D%22%239b9b9a%22%2F%3E%3Ccircle%20cx%3D%2236.19%22%20cy%3D%2228.92%22%20r%3D%224.486%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2251.64%22%20cy%3D%2228.92%22%20r%3D%224.486%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2220.74%22%20cy%3D%2243.46%22%20r%3D%224.486%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2236.19%22%20cy%3D%2243.46%22%20r%3D%224.486%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2251.64%22%20cy%3D%2243.46%22%20r%3D%224.486%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M17.76%2025.7h3.575v6.922H17.76z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M36%2025.57h3.716v7.145H36zm15.03.09h3.669v7.098H51.03zm0%2013.94h3.622v7.334H51.03zM36%2039.61h3.778v7.188H36zm-14.66-.34h3.669v7.475H21.34z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Crect%20width%3D%2253.89%22%20height%3D%2235.2%22%20x%3D%229.057%22%20y%3D%2218.4%22%20rx%3D%224.644%22%20ry%3D%224.644%22%2F%3E%3Ccircle%20cx%3D%2221.34%22%20cy%3D%2229.2%22%20r%3D%224.309%22%2F%3E%3Ccircle%20cx%3D%2236.18%22%20cy%3D%2229.2%22%20r%3D%224.309%22%2F%3E%3Ccircle%20cx%3D%2251.03%22%20cy%3D%2229.2%22%20r%3D%224.309%22%2F%3E%3Ccircle%20cx%3D%2221.34%22%20cy%3D%2243.16%22%20r%3D%224.309%22%2F%3E%3Ccircle%20cx%3D%2236.18%22%20cy%3D%2243.16%22%20r%3D%224.309%22%2F%3E%3Ccircle%20cx%3D%2251.03%22%20cy%3D%2243.16%22%20r%3D%224.309%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%2072%2072%22%3E%3Crect%20width%3D%2256.1%22%20height%3D%2236.65%22%20x%3D%227.95%22%20y%3D%2217.68%22%20fill%3D%22%2392d3f5%22%20rx%3D%224.644%22%20ry%3D%224.644%22%2F%3E%3Ccircle%20cx%3D%2220.74%22%20cy%3D%2228.92%22%20r%3D%224.486%22%20fill%3D%22%239b9b9a%22%2F%3E%3Ccircle%20cx%3D%2236.19%22%20cy%3D%2228.92%22%20r%3D%224.486%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2251.64%22%20cy%3D%2228.92%22%20r%3D%224.486%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2220.74%22%20cy%3D%2243.46%22%20r%3D%224.486%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2236.19%22%20cy%3D%2243.46%22%20r%3D%224.486%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2251.64%22%20cy%3D%2243.46%22%20r%3D%224.486%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M17.76%2025.7h3.575v6.922H17.76z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M36%2025.57h3.716v7.145H36zm15.03.09h3.669v7.098H51.03zm0%2013.94h3.622v7.334H51.03zM36%2039.61h3.778v7.188H36zm-14.66-.34h3.669v7.475H21.34z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Crect%20width%3D%2253.89%22%20height%3D%2235.2%22%20x%3D%229.057%22%20y%3D%2218.4%22%20rx%3D%224.644%22%20ry%3D%224.644%22%2F%3E%3Ccircle%20cx%3D%2221.34%22%20cy%3D%2229.2%22%20r%3D%224.309%22%2F%3E%3Ccircle%20cx%3D%2236.18%22%20cy%3D%2229.2%22%20r%3D%224.309%22%2F%3E%3Ccircle%20cx%3D%2251.03%22%20cy%3D%2229.2%22%20r%3D%224.309%22%2F%3E%3Ccircle%20cx%3D%2221.34%22%20cy%3D%2243.16%22%20r%3D%224.309%22%2F%3E%3Ccircle%20cx%3D%2236.18%22%20cy%3D%2243.16%22%20r%3D%224.309%22%2F%3E%3Ccircle%20cx%3D%2251.03%22%20cy%3D%2243.16%22%20r%3D%224.309%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/pills.svg?color=%231a73e8&size=48