pill off icon
pill-off from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- pill-off
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- pill-off-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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="m16.639 13.889l-6.527-6.527l1.98-2q.666-.647 1.508-1.004T15.375 4q1.927 0 3.276 1.349T20 8.625q0 .933-.358 1.775t-1.003 1.508zm3.084 7.35l-5.217-5.218l-2.598 2.617q-.646.646-1.498 1.004T8.625 20q-1.927 0-3.276-1.349T4 15.375q0-.933.358-1.784q.358-.852 1.004-1.499l2.617-2.598l-5.117-5.117l.707-.708l16.862 16.862z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPillOff(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.639 13.889l-6.527-6.527l1.98-2q.666-.647 1.508-1.004T15.375 4q1.927 0 3.276 1.349T20 8.625q0 .933-.358 1.775t-1.003 1.508zm3.084 7.35l-5.217-5.218l-2.598 2.617q-.646.646-1.498 1.004T8.625 20q-1.927 0-3.276-1.349T4 15.375q0-.933.358-1.784q.358-.852 1.004-1.499l2.617-2.598l-5.117-5.117l.707-.708l16.862 16.862z"/></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.639 13.889l-6.527-6.527l1.98-2q.666-.647 1.508-1.004T15.375 4q1.927 0 3.276 1.349T20 8.625q0 .933-.358 1.775t-1.003 1.508zm3.084 7.35l-5.217-5.218l-2.598 2.617q-.646.646-1.498 1.004T8.625 20q-1.927 0-3.276-1.349T4 15.375q0-.933.358-1.784q.358-.852 1.004-1.499l2.617-2.598l-5.117-5.117l.707-.708l16.862 16.862z"/></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%22m16.639%2013.889l-6.527-6.527l1.98-2q.666-.647%201.508-1.004T15.375%204q1.927%200%203.276%201.349T20%208.625q0%20.933-.358%201.775t-1.003%201.508zm3.084%207.35l-5.217-5.218l-2.598%202.617q-.646.646-1.498%201.004T8.625%2020q-1.927%200-3.276-1.349T4%2015.375q0-.933.358-1.784q.358-.852%201.004-1.499l2.617-2.598l-5.117-5.117l.707-.708l16.862%2016.862z%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.639%2013.889l-6.527-6.527l1.98-2q.666-.647%201.508-1.004T15.375%204q1.927%200%203.276%201.349T20%208.625q0%20.933-.358%201.775t-1.003%201.508zm3.084%207.35l-5.217-5.218l-2.598%202.617q-.646.646-1.498%201.004T8.625%2020q-1.927%200-3.276-1.349T4%2015.375q0-.933.358-1.784q.358-.852%201.004-1.499l2.617-2.598l-5.117-5.117l.707-.708l16.862%2016.862z%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-off.svg?color=%231a73e8&size=48