pill icon
pill-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- pill-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- pill-outline-rounded, pill-outline-sharp
1 other variant in Material Symbols Light
The same icon 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 Design IconspillNoto EmojipillOpenMojipillPhosphorpill-boldSolarpillStreamline EmojispillTabler IconspillTwitter Emoji
More social icons from Material Symbols Light
Use the pill icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.625 20q-1.927 0-3.276-1.349T4 15.375q0-.933.358-1.784q.358-.852 1.004-1.499l6.73-6.73q.646-.647 1.498-1.004Q14.443 4 15.376 4q1.927 0 3.276 1.349T20 8.625q0 .933-.358 1.785q-.357.851-1.003 1.498l-6.731 6.73q-.646.646-1.498 1.004T8.625 20m6.304-5.804L17.95 11.2q.5-.5.775-1.175t.275-1.4q0-1.5-1.063-2.562T15.375 5q-.725 0-1.4.275T12.8 6.05L9.804 9.071zM8.625 19q.725 0 1.4-.275t1.175-.775l2.996-3.021l-5.125-5.125L6.05 12.8q-.5.5-.775 1.175T5 15.375q0 1.5 1.063 2.563T8.625 19"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPillOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.625 20q-1.927 0-3.276-1.349T4 15.375q0-.933.358-1.784q.358-.852 1.004-1.499l6.73-6.73q.646-.647 1.498-1.004Q14.443 4 15.376 4q1.927 0 3.276 1.349T20 8.625q0 .933-.358 1.785q-.357.851-1.003 1.498l-6.731 6.73q-.646.646-1.498 1.004T8.625 20m6.304-5.804L17.95 11.2q.5-.5.775-1.175t.275-1.4q0-1.5-1.063-2.562T15.375 5q-.725 0-1.4.275T12.8 6.05L9.804 9.071zM8.625 19q.725 0 1.4-.275t1.175-.775l2.996-3.021l-5.125-5.125L6.05 12.8q-.5.5-.775 1.175T5 15.375q0 1.5 1.063 2.563T8.625 19"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.625 20q-1.927 0-3.276-1.349T4 15.375q0-.933.358-1.784q.358-.852 1.004-1.499l6.73-6.73q.646-.647 1.498-1.004Q14.443 4 15.376 4q1.927 0 3.276 1.349T20 8.625q0 .933-.358 1.785q-.357.851-1.003 1.498l-6.731 6.73q-.646.646-1.498 1.004T8.625 20m6.304-5.804L17.95 11.2q.5-.5.775-1.175t.275-1.4q0-1.5-1.063-2.562T15.375 5q-.725 0-1.4.275T12.8 6.05L9.804 9.071zM8.625 19q.725 0 1.4-.275t1.175-.775l2.996-3.021l-5.125-5.125L6.05 12.8q-.5.5-.775 1.175T5 15.375q0 1.5 1.063 2.563T8.625 19"/></svg> </template>
CSS
.icon-pill-outline {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.625%2020q-1.927%200-3.276-1.349T4%2015.375q0-.933.358-1.784q.358-.852%201.004-1.499l6.73-6.73q.646-.647%201.498-1.004Q14.443%204%2015.376%204q1.927%200%203.276%201.349T20%208.625q0%20.933-.358%201.785q-.357.851-1.003%201.498l-6.731%206.73q-.646.646-1.498%201.004T8.625%2020m6.304-5.804L17.95%2011.2q.5-.5.775-1.175t.275-1.4q0-1.5-1.063-2.562T15.375%205q-.725%200-1.4.275T12.8%206.05L9.804%209.071zM8.625%2019q.725%200%201.4-.275t1.175-.775l2.996-3.021l-5.125-5.125L6.05%2012.8q-.5.5-.775%201.175T5%2015.375q0%201.5%201.063%202.563T8.625%2019%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.625%2020q-1.927%200-3.276-1.349T4%2015.375q0-.933.358-1.784q.358-.852%201.004-1.499l6.73-6.73q.646-.647%201.498-1.004Q14.443%204%2015.376%204q1.927%200%203.276%201.349T20%208.625q0%20.933-.358%201.785q-.357.851-1.003%201.498l-6.731%206.73q-.646.646-1.498%201.004T8.625%2020m6.304-5.804L17.95%2011.2q.5-.5.775-1.175t.275-1.4q0-1.5-1.063-2.562T15.375%205q-.725%200-1.4.275T12.8%206.05L9.804%209.071zM8.625%2019q.725%200%201.4-.275t1.175-.775l2.996-3.021l-5.125-5.125L6.05%2012.8q-.5.5-.775%201.175T5%2015.375q0%201.5%201.063%202.563T8.625%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/pill-outline.svg?color=%231a73e8&size=48