pill off icon
pill-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- pill-off-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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.632q0 .926-.358 1.768t-1.003 1.508l-1.666 1.646q-.14.14-.334.13q-.195-.009-.335-.15t-.14-.347t.14-.34L17.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.05l-1.666 1.666q-.14.14-.344.13t-.344-.15t-.14-.334t.14-.335l1.646-1.666q.666-.646 1.509-1.003T15.369 4q1.933 0 3.282 1.348T20 8.632M8.625 19q.725 0 1.4-.275t1.175-.775l2.617-2.617l-5.15-5.15L6.05 12.8q-.5.5-.775 1.175T5 15.375q0 1.5 1.063 2.563T8.625 19m5.88-2.979l-2.597 2.617q-.646.646-1.498 1.004Q9.56 20 8.625 20q-1.932 0-3.278-1.348T4 15.369q0-.927.358-1.778q.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-.16zm-1.13-5.396"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPillOffOutlineRounded(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.632q0 .926-.358 1.768t-1.003 1.508l-1.666 1.646q-.14.14-.334.13q-.195-.009-.335-.15t-.14-.347t.14-.34L17.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.05l-1.666 1.666q-.14.14-.344.13t-.344-.15t-.14-.334t.14-.335l1.646-1.666q.666-.646 1.509-1.003T15.369 4q1.933 0 3.282 1.348T20 8.632M8.625 19q.725 0 1.4-.275t1.175-.775l2.617-2.617l-5.15-5.15L6.05 12.8q-.5.5-.775 1.175T5 15.375q0 1.5 1.063 2.563T8.625 19m5.88-2.979l-2.597 2.617q-.646.646-1.498 1.004Q9.56 20 8.625 20q-1.932 0-3.278-1.348T4 15.369q0-.927.358-1.778q.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-.16zm-1.13-5.396"/></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.632q0 .926-.358 1.768t-1.003 1.508l-1.666 1.646q-.14.14-.334.13q-.195-.009-.335-.15t-.14-.347t.14-.34L17.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.05l-1.666 1.666q-.14.14-.344.13t-.344-.15t-.14-.334t.14-.335l1.646-1.666q.666-.646 1.509-1.003T15.369 4q1.933 0 3.282 1.348T20 8.632M8.625 19q.725 0 1.4-.275t1.175-.775l2.617-2.617l-5.15-5.15L6.05 12.8q-.5.5-.775 1.175T5 15.375q0 1.5 1.063 2.563T8.625 19m5.88-2.979l-2.597 2.617q-.646.646-1.498 1.004Q9.56 20 8.625 20q-1.932 0-3.278-1.348T4 15.369q0-.927.358-1.778q.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-.16zm-1.13-5.396"/></svg> </template>
CSS
.icon-pill-off-outline-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.632q0%20.926-.358%201.768t-1.003%201.508l-1.666%201.646q-.14.14-.334.13q-.195-.009-.335-.15t-.14-.347t.14-.34L17.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.05l-1.666%201.666q-.14.14-.344.13t-.344-.15t-.14-.334t.14-.335l1.646-1.666q.666-.646%201.509-1.003T15.369%204q1.933%200%203.282%201.348T20%208.632M8.625%2019q.725%200%201.4-.275t1.175-.775l2.617-2.617l-5.15-5.15L6.05%2012.8q-.5.5-.775%201.175T5%2015.375q0%201.5%201.063%202.563T8.625%2019m5.88-2.979l-2.597%202.617q-.646.646-1.498%201.004Q9.56%2020%208.625%2020q-1.932%200-3.278-1.348T4%2015.369q0-.927.358-1.778q.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-.16zm-1.13-5.396%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.632q0%20.926-.358%201.768t-1.003%201.508l-1.666%201.646q-.14.14-.334.13q-.195-.009-.335-.15t-.14-.347t.14-.34L17.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.05l-1.666%201.666q-.14.14-.344.13t-.344-.15t-.14-.334t.14-.335l1.646-1.666q.666-.646%201.509-1.003T15.369%204q1.933%200%203.282%201.348T20%208.632M8.625%2019q.725%200%201.4-.275t1.175-.775l2.617-2.617l-5.15-5.15L6.05%2012.8q-.5.5-.775%201.175T5%2015.375q0%201.5%201.063%202.563T8.625%2019m5.88-2.979l-2.597%202.617q-.646.646-1.498%201.004Q9.56%2020%208.625%2020q-1.932%200-3.278-1.348T4%2015.369q0-.927.358-1.778q.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-.16zm-1.13-5.396%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-outline-rounded.svg?color=%231a73e8&size=48