pill off icon
pill-off from Material Design Icons by Pictogrammers · Filled · Medical / Hospital · Apache-2.0 Free for personal and commercial use.
- Name
- pill-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Medical / Hospital
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- capsule-off
The same icon in other sets
More medical / hospital icons from Material Design Icons
Use the pill off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3l5.7 5.7l-2.59 2.59a6.01 6.01 0 0 0 0 8.49c2.34 2.34 6.14 2.34 8.49 0l2.59-2.59l5.54 5.54zM4.6 16.57a3.98 3.98 0 0 1 1.04-3.86l2.59-2.59l1.41 1.41zm6.18-8.99L9.36 6.16l1.93-1.94a6.01 6.01 0 0 1 8.49 0c2.34 2.34 2.34 6.14 0 8.49l-1.93 1.94l-1.42-1.42l1.93-1.94a3.98 3.98 0 0 0 0-5.65a3.98 3.98 0 0 0-5.65 0z"/></svg>
React
import type { SVGProps } from "react";
export function MdiPillOff(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="M22.11 21.46L2.39 1.73L1.11 3l5.7 5.7l-2.59 2.59a6.01 6.01 0 0 0 0 8.49c2.34 2.34 6.14 2.34 8.49 0l2.59-2.59l5.54 5.54zM4.6 16.57a3.98 3.98 0 0 1 1.04-3.86l2.59-2.59l1.41 1.41zm6.18-8.99L9.36 6.16l1.93-1.94a6.01 6.01 0 0 1 8.49 0c2.34 2.34 2.34 6.14 0 8.49l-1.93 1.94l-1.42-1.42l1.93-1.94a3.98 3.98 0 0 0 0-5.65a3.98 3.98 0 0 0-5.65 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3l5.7 5.7l-2.59 2.59a6.01 6.01 0 0 0 0 8.49c2.34 2.34 6.14 2.34 8.49 0l2.59-2.59l5.54 5.54zM4.6 16.57a3.98 3.98 0 0 1 1.04-3.86l2.59-2.59l1.41 1.41zm6.18-8.99L9.36 6.16l1.93-1.94a6.01 6.01 0 0 1 8.49 0c2.34 2.34 2.34 6.14 0 8.49l-1.93 1.94l-1.42-1.42l1.93-1.94a3.98 3.98 0 0 0 0-5.65a3.98 3.98 0 0 0-5.65 0z"/></svg> </template>
CSS
.icon-pill-off {
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%22M22.11%2021.46L2.39%201.73L1.11%203l5.7%205.7l-2.59%202.59a6.01%206.01%200%200%200%200%208.49c2.34%202.34%206.14%202.34%208.49%200l2.59-2.59l5.54%205.54zM4.6%2016.57a3.98%203.98%200%200%201%201.04-3.86l2.59-2.59l1.41%201.41zm6.18-8.99L9.36%206.16l1.93-1.94a6.01%206.01%200%200%201%208.49%200c2.34%202.34%202.34%206.14%200%208.49l-1.93%201.94l-1.42-1.42l1.93-1.94a3.98%203.98%200%200%200%200-5.65a3.98%203.98%200%200%200-5.65%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.11%2021.46L2.39%201.73L1.11%203l5.7%205.7l-2.59%202.59a6.01%206.01%200%200%200%200%208.49c2.34%202.34%206.14%202.34%208.49%200l2.59-2.59l5.54%205.54zM4.6%2016.57a3.98%203.98%200%200%201%201.04-3.86l2.59-2.59l1.41%201.41zm6.18-8.99L9.36%206.16l1.93-1.94a6.01%206.01%200%200%201%208.49%200c2.34%202.34%202.34%206.14%200%208.49l-1.93%201.94l-1.42-1.42l1.93-1.94a3.98%203.98%200%200%200%200-5.65a3.98%203.98%200%200%200-5.65%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/pill-off.svg?color=%231a73e8&size=48