pill from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
pill
Set
Fluent Emoji High Contrast
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the pill emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.318 3.528a8.63 8.63 0 0 1 12.204 0a8.63 8.63 0 0 1 0 12.204l-7.097 7.097l-.01-.01l-5.683 5.683a8.63 8.63 0 0 1-12.204 0a8.63 8.63 0 0 1 0-12.204L10.625 9.2l.01.01zM20 21.405l-9.376-9.376l-5.683 5.683a6.63 6.63 0 0 0 0 9.376a6.63 6.63 0 0 0 9.376 0zM28 10a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastPill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.318 3.528a8.63 8.63 0 0 1 12.204 0a8.63 8.63 0 0 1 0 12.204l-7.097 7.097l-.01-.01l-5.683 5.683a8.63 8.63 0 0 1-12.204 0a8.63 8.63 0 0 1 0-12.204L10.625 9.2l.01.01zM20 21.405l-9.376-9.376l-5.683 5.683a6.63 6.63 0 0 0 0 9.376a6.63 6.63 0 0 0 9.376 0zM28 10a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.318 3.528a8.63 8.63 0 0 1 12.204 0a8.63 8.63 0 0 1 0 12.204l-7.097 7.097l-.01-.01l-5.683 5.683a8.63 8.63 0 0 1-12.204 0a8.63 8.63 0 0 1 0-12.204L10.625 9.2l.01.01zM20 21.405l-9.376-9.376l-5.683 5.683a6.63 6.63 0 0 0 0 9.376a6.63 6.63 0 0 0 9.376 0zM28 10a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.318%203.528a8.63%208.63%200%200%201%2012.204%200a8.63%208.63%200%200%201%200%2012.204l-7.097%207.097l-.01-.01l-5.683%205.683a8.63%208.63%200%200%201-12.204%200a8.63%208.63%200%200%201%200-12.204L10.625%209.2l.01.01zM20%2021.405l-9.376-9.376l-5.683%205.683a6.63%206.63%200%200%200%200%209.376a6.63%206.63%200%200%200%209.376%200zM28%2010a2%202%200%201%200-4%200a2%202%200%200%200%204%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.318%203.528a8.63%208.63%200%200%201%2012.204%200a8.63%208.63%200%200%201%200%2012.204l-7.097%207.097l-.01-.01l-5.683%205.683a8.63%208.63%200%200%201-12.204%200a8.63%208.63%200%200%201%200-12.204L10.625%209.2l.01.01zM20%2021.405l-9.376-9.376l-5.683%205.683a6.63%206.63%200%200%200%200%209.376a6.63%206.63%200%200%200%209.376%200zM28%2010a2%202%200%201%200-4%200a2%202%200%200%200%204%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/pill.svg?color=%231a73e8&size=48