pill off icon
pill-off-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- pill-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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="M21 8.625q0 1.125-.425 2.15T19.35 12.6l-1.3 1.3q-.3.3-.7.3t-.7-.3L10.1 7.35q-.3-.3-.3-.7t.3-.7l1.3-1.3q.8-.8 1.825-1.225T15.375 3q2.35 0 3.988 1.638T21 8.625m-6.475 8.8L12.6 19.35q-.8.8-1.825 1.225T8.625 21q-2.35 0-3.988-1.637T3 15.375q0-1.125.425-2.15T4.65 11.4l1.925-1.925L2.1 5q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPillOffRounded(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="M21 8.625q0 1.125-.425 2.15T19.35 12.6l-1.3 1.3q-.3.3-.7.3t-.7-.3L10.1 7.35q-.3-.3-.3-.7t.3-.7l1.3-1.3q.8-.8 1.825-1.225T15.375 3q2.35 0 3.988 1.638T21 8.625m-6.475 8.8L12.6 19.35q-.8.8-1.825 1.225T8.625 21q-2.35 0-3.988-1.637T3 15.375q0-1.125.425-2.15T4.65 11.4l1.925-1.925L2.1 5q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 8.625q0 1.125-.425 2.15T19.35 12.6l-1.3 1.3q-.3.3-.7.3t-.7-.3L10.1 7.35q-.3-.3-.3-.7t.3-.7l1.3-1.3q.8-.8 1.825-1.225T15.375 3q2.35 0 3.988 1.638T21 8.625m-6.475 8.8L12.6 19.35q-.8.8-1.825 1.225T8.625 21q-2.35 0-3.988-1.637T3 15.375q0-1.125.425-2.15T4.65 11.4l1.925-1.925L2.1 5q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275z"/></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%22M21%208.625q0%201.125-.425%202.15T19.35%2012.6l-1.3%201.3q-.3.3-.7.3t-.7-.3L10.1%207.35q-.3-.3-.3-.7t.3-.7l1.3-1.3q.8-.8%201.825-1.225T15.375%203q2.35%200%203.988%201.638T21%208.625m-6.475%208.8L12.6%2019.35q-.8.8-1.825%201.225T8.625%2021q-2.35%200-3.988-1.637T3%2015.375q0-1.125.425-2.15T4.65%2011.4l1.925-1.925L2.1%205q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275z%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%22M21%208.625q0%201.125-.425%202.15T19.35%2012.6l-1.3%201.3q-.3.3-.7.3t-.7-.3L10.1%207.35q-.3-.3-.3-.7t.3-.7l1.3-1.3q.8-.8%201.825-1.225T15.375%203q2.35%200%203.988%201.638T21%208.625m-6.475%208.8L12.6%2019.35q-.8.8-1.825%201.225T8.625%2021q-2.35%200-3.988-1.637T3%2015.375q0-1.125.425-2.15T4.65%2011.4l1.925-1.925L2.1%205q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/pill-off-rounded.svg?color=%231a73e8&size=48