pill-off-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
pill-off-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
pill-off-outline-sharp

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="m17.35 14.6l-1.4-1.4l2-2q.5-.5.775-1.175t.275-1.4q0-1.5-1.062-2.562T15.375 5q-.725 0-1.4.275T12.8 6.05l-2 2l-1.4-1.4l2-2q.8-.8 1.825-1.225T15.375 3q2.35 0 3.987 1.638T21 8.625q0 1.125-.425 2.15T19.35 12.6zM8.625 19q.725 0 1.4-.275t1.175-.775l1.925-1.925l-5.15-5.15L6.05 12.8q-.5.5-.775 1.175T5 15.375q0 1.5 1.063 2.563T8.625 19M19.8 22.7l-5.275-5.275L12.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.925L1.4 4.3l1.4-1.4l18.4 18.4zm-6.425-12.075"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPillOffOutline(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="m17.35 14.6l-1.4-1.4l2-2q.5-.5.775-1.175t.275-1.4q0-1.5-1.062-2.562T15.375 5q-.725 0-1.4.275T12.8 6.05l-2 2l-1.4-1.4l2-2q.8-.8 1.825-1.225T15.375 3q2.35 0 3.987 1.638T21 8.625q0 1.125-.425 2.15T19.35 12.6zM8.625 19q.725 0 1.4-.275t1.175-.775l1.925-1.925l-5.15-5.15L6.05 12.8q-.5.5-.775 1.175T5 15.375q0 1.5 1.063 2.563T8.625 19M19.8 22.7l-5.275-5.275L12.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.925L1.4 4.3l1.4-1.4l18.4 18.4zm-6.425-12.075"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.35 14.6l-1.4-1.4l2-2q.5-.5.775-1.175t.275-1.4q0-1.5-1.062-2.562T15.375 5q-.725 0-1.4.275T12.8 6.05l-2 2l-1.4-1.4l2-2q.8-.8 1.825-1.225T15.375 3q2.35 0 3.987 1.638T21 8.625q0 1.125-.425 2.15T19.35 12.6zM8.625 19q.725 0 1.4-.275t1.175-.775l1.925-1.925l-5.15-5.15L6.05 12.8q-.5.5-.775 1.175T5 15.375q0 1.5 1.063 2.563T8.625 19M19.8 22.7l-5.275-5.275L12.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.925L1.4 4.3l1.4-1.4l18.4 18.4zm-6.425-12.075"/></svg>
</template>

CSS

.icon-pill-off-outline {
  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%22m17.35%2014.6l-1.4-1.4l2-2q.5-.5.775-1.175t.275-1.4q0-1.5-1.062-2.562T15.375%205q-.725%200-1.4.275T12.8%206.05l-2%202l-1.4-1.4l2-2q.8-.8%201.825-1.225T15.375%203q2.35%200%203.987%201.638T21%208.625q0%201.125-.425%202.15T19.35%2012.6zM8.625%2019q.725%200%201.4-.275t1.175-.775l1.925-1.925l-5.15-5.15L6.05%2012.8q-.5.5-.775%201.175T5%2015.375q0%201.5%201.063%202.563T8.625%2019M19.8%2022.7l-5.275-5.275L12.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.925L1.4%204.3l1.4-1.4l18.4%2018.4zm-6.425-12.075%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%22m17.35%2014.6l-1.4-1.4l2-2q.5-.5.775-1.175t.275-1.4q0-1.5-1.062-2.562T15.375%205q-.725%200-1.4.275T12.8%206.05l-2%202l-1.4-1.4l2-2q.8-.8%201.825-1.225T15.375%203q2.35%200%203.987%201.638T21%208.625q0%201.125-.425%202.15T19.35%2012.6zM8.625%2019q.725%200%201.4-.275t1.175-.775l1.925-1.925l-5.15-5.15L6.05%2012.8q-.5.5-.775%201.175T5%2015.375q0%201.5%201.063%202.563T8.625%2019M19.8%2022.7l-5.275-5.275L12.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.925L1.4%204.3l1.4-1.4l18.4%2018.4zm-6.425-12.075%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-outline.svg?color=%231a73e8&size=48