pill-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
pill-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Use the pill icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.78 3.744c2.34-2.337 6.137-2.328 8.475.01c2.34 2.34 2.346 6.142.004 8.481l-12.038 12.02c-2.34 2.337-6.137 2.328-8.475-.01c-2.34-2.34-2.346-6.142-.004-8.48zm1.933 12.908l5.486-5.478a4.5 4.5 0 0 0-.005-6.36a4.5 4.5 0 0 0-6.354-.009l-5.49 5.483zm-5.932 4.628a.75.75 0 0 0-1.06-1.06l-1.978 1.977a1.05 1.05 0 0 1-1.484 0l-.478-.477a.75.75 0 0 0-1.06 1.06l.477.477a2.55 2.55 0 0 0 3.606 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPill28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.78 3.744c2.34-2.337 6.137-2.328 8.475.01c2.34 2.34 2.346 6.142.004 8.481l-12.038 12.02c-2.34 2.337-6.137 2.328-8.475-.01c-2.34-2.34-2.346-6.142-.004-8.48zm1.933 12.908l5.486-5.478a4.5 4.5 0 0 0-.005-6.36a4.5 4.5 0 0 0-6.354-.009l-5.49 5.483zm-5.932 4.628a.75.75 0 0 0-1.06-1.06l-1.978 1.977a1.05 1.05 0 0 1-1.484 0l-.478-.477a.75.75 0 0 0-1.06 1.06l.477.477a2.55 2.55 0 0 0 3.606 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.78 3.744c2.34-2.337 6.137-2.328 8.475.01c2.34 2.34 2.346 6.142.004 8.481l-12.038 12.02c-2.34 2.337-6.137 2.328-8.475-.01c-2.34-2.34-2.346-6.142-.004-8.48zm1.933 12.908l5.486-5.478a4.5 4.5 0 0 0-.005-6.36a4.5 4.5 0 0 0-6.354-.009l-5.49 5.483zm-5.932 4.628a.75.75 0 0 0-1.06-1.06l-1.978 1.977a1.05 1.05 0 0 1-1.484 0l-.478-.477a.75.75 0 0 0-1.06 1.06l.477.477a2.55 2.55 0 0 0 3.606 0z"/></svg>
</template>

CSS

.icon-pill-28-filled {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.78%203.744c2.34-2.337%206.137-2.328%208.475.01c2.34%202.34%202.346%206.142.004%208.481l-12.038%2012.02c-2.34%202.337-6.137%202.328-8.475-.01c-2.34-2.34-2.346-6.142-.004-8.48zm1.933%2012.908l5.486-5.478a4.5%204.5%200%200%200-.005-6.36a4.5%204.5%200%200%200-6.354-.009l-5.49%205.483zm-5.932%204.628a.75.75%200%200%200-1.06-1.06l-1.978%201.977a1.05%201.05%200%200%201-1.484%200l-.478-.477a.75.75%200%200%200-1.06%201.06l.477.477a2.55%202.55%200%200%200%203.606%200z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.78%203.744c2.34-2.337%206.137-2.328%208.475.01c2.34%202.34%202.346%206.142.004%208.481l-12.038%2012.02c-2.34%202.337-6.137%202.328-8.475-.01c-2.34-2.34-2.346-6.142-.004-8.48zm1.933%2012.908l5.486-5.478a4.5%204.5%200%200%200-.005-6.36a4.5%204.5%200%200%200-6.354-.009l-5.49%205.483zm-5.932%204.628a.75.75%200%200%200-1.06-1.06l-1.978%201.977a1.05%201.05%200%200%201-1.484%200l-.478-.477a.75.75%200%200%200-1.06%201.06l.477.477a2.55%202.55%200%200%200%203.606%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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