pill off icon
pill-off-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- pill-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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="M20 8.625q0 .933-.358 1.775t-1.003 1.508l-1.435 1.415q-.243.243-.566.243t-.565-.243l-5.396-5.396q-.242-.242-.242-.565t.242-.566l1.415-1.435q.666-.646 1.508-1.003T15.375 4q1.927 0 3.276 1.349T20 8.625m-5.494 7.396l-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-4.763-4.763q-.141-.14-.15-.345q-.01-.203.15-.363q.159-.16.353-.16t.354.16l16.154 16.154q.14.14.15.344t-.15.363t-.354.16t-.354-.16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPillOffRounded(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="M20 8.625q0 .933-.358 1.775t-1.003 1.508l-1.435 1.415q-.243.243-.566.243t-.565-.243l-5.396-5.396q-.242-.242-.242-.565t.242-.566l1.415-1.435q.666-.646 1.508-1.003T15.375 4q1.927 0 3.276 1.349T20 8.625m-5.494 7.396l-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-4.763-4.763q-.141-.14-.15-.345q-.01-.203.15-.363q.159-.16.353-.16t.354.16l16.154 16.154q.14.14.15.344t-.15.363t-.354.16t-.354-.16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 8.625q0 .933-.358 1.775t-1.003 1.508l-1.435 1.415q-.243.243-.566.243t-.565-.243l-5.396-5.396q-.242-.242-.242-.565t.242-.566l1.415-1.435q.666-.646 1.508-1.003T15.375 4q1.927 0 3.276 1.349T20 8.625m-5.494 7.396l-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-4.763-4.763q-.141-.14-.15-.345q-.01-.203.15-.363q.159-.16.353-.16t.354.16l16.154 16.154q.14.14.15.344t-.15.363t-.354.16t-.354-.16z"/></svg> </template>
CSS
.icon-pill-off-rounded {
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%22M20%208.625q0%20.933-.358%201.775t-1.003%201.508l-1.435%201.415q-.243.243-.566.243t-.565-.243l-5.396-5.396q-.242-.242-.242-.565t.242-.566l1.415-1.435q.666-.646%201.508-1.003T15.375%204q1.927%200%203.276%201.349T20%208.625m-5.494%207.396l-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-4.763-4.763q-.141-.14-.15-.345q-.01-.203.15-.363q.159-.16.353-.16t.354.16l16.154%2016.154q.14.14.15.344t-.15.363t-.354.16t-.354-.16z%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%22M20%208.625q0%20.933-.358%201.775t-1.003%201.508l-1.435%201.415q-.243.243-.566.243t-.565-.243l-5.396-5.396q-.242-.242-.242-.565t.242-.566l1.415-1.435q.666-.646%201.508-1.003T15.375%204q1.927%200%203.276%201.349T20%208.625m-5.494%207.396l-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-4.763-4.763q-.141-.14-.15-.345q-.01-.203.15-.363q.159-.16.353-.16t.354.16l16.154%2016.154q.14.14.15.344t-.15.363t-.354.16t-.354-.16z%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-rounded.svg?color=%231a73e8&size=48