pill-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
pill-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M8.854 13.147a.5.5 0 0 1 0 .707l-1.5 1.5a1.914 1.914 0 0 1-2.703.004A.498.498 0 0 1 5 14.5c.138 0 .263.056.353.146a.914.914 0 0 0 1.293 0l1.5-1.5a.5.5 0 0 1 .707 0m2.293-10a4.036 4.036 0 1 1 5.707 5.707l-8 8a4.035 4.035 0 1 1-5.707-5.707zm5 .707a3.036 3.036 0 0 0-4.293 0L8.207 7.5l4.293 4.293l3.647-3.646a3.035 3.035 0 0 0 0-4.293M11.793 12.5L7.5 8.207l-3.646 3.647a3.036 3.036 0 0 0 4.293 4.293z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPill20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.854 13.147a.5.5 0 0 1 0 .707l-1.5 1.5a1.914 1.914 0 0 1-2.703.004A.498.498 0 0 1 5 14.5c.138 0 .263.056.353.146a.914.914 0 0 0 1.293 0l1.5-1.5a.5.5 0 0 1 .707 0m2.293-10a4.036 4.036 0 1 1 5.707 5.707l-8 8a4.035 4.035 0 1 1-5.707-5.707zm5 .707a3.036 3.036 0 0 0-4.293 0L8.207 7.5l4.293 4.293l3.647-3.646a3.035 3.035 0 0 0 0-4.293M11.793 12.5L7.5 8.207l-3.646 3.647a3.036 3.036 0 0 0 4.293 4.293z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.854 13.147a.5.5 0 0 1 0 .707l-1.5 1.5a1.914 1.914 0 0 1-2.703.004A.498.498 0 0 1 5 14.5c.138 0 .263.056.353.146a.914.914 0 0 0 1.293 0l1.5-1.5a.5.5 0 0 1 .707 0m2.293-10a4.036 4.036 0 1 1 5.707 5.707l-8 8a4.035 4.035 0 1 1-5.707-5.707zm5 .707a3.036 3.036 0 0 0-4.293 0L8.207 7.5l4.293 4.293l3.647-3.646a3.035 3.035 0 0 0 0-4.293M11.793 12.5L7.5 8.207l-3.646 3.647a3.036 3.036 0 0 0 4.293 4.293z"/></svg>
</template>

CSS

.icon-pill-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.854%2013.147a.5.5%200%200%201%200%20.707l-1.5%201.5a1.914%201.914%200%200%201-2.703.004A.498.498%200%200%201%205%2014.5c.138%200%20.263.056.353.146a.914.914%200%200%200%201.293%200l1.5-1.5a.5.5%200%200%201%20.707%200m2.293-10a4.036%204.036%200%201%201%205.707%205.707l-8%208a4.035%204.035%200%201%201-5.707-5.707zm5%20.707a3.036%203.036%200%200%200-4.293%200L8.207%207.5l4.293%204.293l3.647-3.646a3.035%203.035%200%200%200%200-4.293M11.793%2012.5L7.5%208.207l-3.646%203.647a3.036%203.036%200%200%200%204.293%204.293z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.854%2013.147a.5.5%200%200%201%200%20.707l-1.5%201.5a1.914%201.914%200%200%201-2.703.004A.498.498%200%200%201%205%2014.5c.138%200%20.263.056.353.146a.914.914%200%200%200%201.293%200l1.5-1.5a.5.5%200%200%201%20.707%200m2.293-10a4.036%204.036%200%201%201%205.707%205.707l-8%208a4.035%204.035%200%201%201-5.707-5.707zm5%20.707a3.036%203.036%200%200%200-4.293%200L8.207%207.5l4.293%204.293l3.647-3.646a3.035%203.035%200%200%200%200-4.293M11.793%2012.5L7.5%208.207l-3.646%203.647a3.036%203.036%200%200%200%204.293%204.293z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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