pill multiple icon
pill-multiple from Material Design Icons by Pictogrammers · Filled · Medical / Hospital · Apache-2.0 Free for personal and commercial use.
- Name
- pill-multiple
- Set
- Material Design Icons
- Style
- Filled
- Category
- Medical / Hospital
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- drugs
More medical / hospital icons from Material Design Icons
Use the pill multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.2 3.5c-1-1-2.3-1.5-3.5-1.5s-2.6.5-3.5 1.5L3.4 9.1c-2 2-2 5.1 0 7.1s5.1 2 7.1 0l5.7-5.7c1.9-1.9 1.9-5.1 0-7m-1.4 5.6L12 11.9L8.4 8.4L4 12.8c0-.8.2-1.7.9-2.3l5.7-5.7c.5-.5 1.3-.8 2-.8s1.5.3 2.1.8c1.2 1.3 1.2 3.1.1 4.3m4.8-2c0 .8-.2 1.5-.4 2.3c1 1.2 1 3-.1 4.1l-2.8 2.8l-1.5-1.5l-2.8 2.8c-1.3 1.3-3.1 2-4.8 2c.2.3.4.6.7.9c2 2 5.1 2 7.1 0l5.7-5.7c2-2 2-5.1 0-7.1c-.5-.2-.8-.4-1.1-.6"/></svg>
React
import type { SVGProps } from "react";
export function MdiPillMultiple(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="M16.2 3.5c-1-1-2.3-1.5-3.5-1.5s-2.6.5-3.5 1.5L3.4 9.1c-2 2-2 5.1 0 7.1s5.1 2 7.1 0l5.7-5.7c1.9-1.9 1.9-5.1 0-7m-1.4 5.6L12 11.9L8.4 8.4L4 12.8c0-.8.2-1.7.9-2.3l5.7-5.7c.5-.5 1.3-.8 2-.8s1.5.3 2.1.8c1.2 1.3 1.2 3.1.1 4.3m4.8-2c0 .8-.2 1.5-.4 2.3c1 1.2 1 3-.1 4.1l-2.8 2.8l-1.5-1.5l-2.8 2.8c-1.3 1.3-3.1 2-4.8 2c.2.3.4.6.7.9c2 2 5.1 2 7.1 0l5.7-5.7c2-2 2-5.1 0-7.1c-.5-.2-.8-.4-1.1-.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.2 3.5c-1-1-2.3-1.5-3.5-1.5s-2.6.5-3.5 1.5L3.4 9.1c-2 2-2 5.1 0 7.1s5.1 2 7.1 0l5.7-5.7c1.9-1.9 1.9-5.1 0-7m-1.4 5.6L12 11.9L8.4 8.4L4 12.8c0-.8.2-1.7.9-2.3l5.7-5.7c.5-.5 1.3-.8 2-.8s1.5.3 2.1.8c1.2 1.3 1.2 3.1.1 4.3m4.8-2c0 .8-.2 1.5-.4 2.3c1 1.2 1 3-.1 4.1l-2.8 2.8l-1.5-1.5l-2.8 2.8c-1.3 1.3-3.1 2-4.8 2c.2.3.4.6.7.9c2 2 5.1 2 7.1 0l5.7-5.7c2-2 2-5.1 0-7.1c-.5-.2-.8-.4-1.1-.6"/></svg> </template>
CSS
.icon-pill-multiple {
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%22M16.2%203.5c-1-1-2.3-1.5-3.5-1.5s-2.6.5-3.5%201.5L3.4%209.1c-2%202-2%205.1%200%207.1s5.1%202%207.1%200l5.7-5.7c1.9-1.9%201.9-5.1%200-7m-1.4%205.6L12%2011.9L8.4%208.4L4%2012.8c0-.8.2-1.7.9-2.3l5.7-5.7c.5-.5%201.3-.8%202-.8s1.5.3%202.1.8c1.2%201.3%201.2%203.1.1%204.3m4.8-2c0%20.8-.2%201.5-.4%202.3c1%201.2%201%203-.1%204.1l-2.8%202.8l-1.5-1.5l-2.8%202.8c-1.3%201.3-3.1%202-4.8%202c.2.3.4.6.7.9c2%202%205.1%202%207.1%200l5.7-5.7c2-2%202-5.1%200-7.1c-.5-.2-.8-.4-1.1-.6%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%22M16.2%203.5c-1-1-2.3-1.5-3.5-1.5s-2.6.5-3.5%201.5L3.4%209.1c-2%202-2%205.1%200%207.1s5.1%202%207.1%200l5.7-5.7c1.9-1.9%201.9-5.1%200-7m-1.4%205.6L12%2011.9L8.4%208.4L4%2012.8c0-.8.2-1.7.9-2.3l5.7-5.7c.5-.5%201.3-.8%202-.8s1.5.3%202.1.8c1.2%201.3%201.2%203.1.1%204.3m4.8-2c0%20.8-.2%201.5-.4%202.3c1%201.2%201%203-.1%204.1l-2.8%202.8l-1.5-1.5l-2.8%202.8c-1.3%201.3-3.1%202-4.8%202c.2.3.4.6.7.9c2%202%205.1%202%207.1%200l5.7-5.7c2-2%202-5.1%200-7.1c-.5-.2-.8-.4-1.1-.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/pill-multiple.svg?color=%231a73e8&size=48