subtract parentheses icon

subtract-parentheses-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
subtract-parentheses-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the subtract parentheses icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.637 6.285a1 1 0 1 0-1.274-1.542A11.98 11.98 0 0 0 2 14c0 3.727 1.7 7.057 4.363 9.257a1 1 0 0 0 1.274-1.543A9.98 9.98 0 0 1 4 14a9.98 9.98 0 0 1 3.637-7.715m14-1.542a1 1 0 1 0-1.274 1.542A9.98 9.98 0 0 1 24 14a9.98 9.98 0 0 1-3.637 7.715a1 1 0 0 0 1.274 1.542A11.98 11.98 0 0 0 26 14c0-3.727-1.7-7.057-4.363-9.257M8.998 13a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSubtractParentheses28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.637 6.285a1 1 0 1 0-1.274-1.542A11.98 11.98 0 0 0 2 14c0 3.727 1.7 7.057 4.363 9.257a1 1 0 0 0 1.274-1.543A9.98 9.98 0 0 1 4 14a9.98 9.98 0 0 1 3.637-7.715m14-1.542a1 1 0 1 0-1.274 1.542A9.98 9.98 0 0 1 24 14a9.98 9.98 0 0 1-3.637 7.715a1 1 0 0 0 1.274 1.542A11.98 11.98 0 0 0 26 14c0-3.727-1.7-7.057-4.363-9.257M8.998 13a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.637 6.285a1 1 0 1 0-1.274-1.542A11.98 11.98 0 0 0 2 14c0 3.727 1.7 7.057 4.363 9.257a1 1 0 0 0 1.274-1.543A9.98 9.98 0 0 1 4 14a9.98 9.98 0 0 1 3.637-7.715m14-1.542a1 1 0 1 0-1.274 1.542A9.98 9.98 0 0 1 24 14a9.98 9.98 0 0 1-3.637 7.715a1 1 0 0 0 1.274 1.542A11.98 11.98 0 0 0 26 14c0-3.727-1.7-7.057-4.363-9.257M8.998 13a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2z"/></svg>
</template>

CSS

.icon-subtract-parentheses-28-filled {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.637%206.285a1%201%200%201%200-1.274-1.542A11.98%2011.98%200%200%200%202%2014c0%203.727%201.7%207.057%204.363%209.257a1%201%200%200%200%201.274-1.543A9.98%209.98%200%200%201%204%2014a9.98%209.98%200%200%201%203.637-7.715m14-1.542a1%201%200%201%200-1.274%201.542A9.98%209.98%200%200%201%2024%2014a9.98%209.98%200%200%201-3.637%207.715a1%201%200%200%200%201.274%201.542A11.98%2011.98%200%200%200%2026%2014c0-3.727-1.7-7.057-4.363-9.257M8.998%2013a1%201%200%201%200%200%202h10a1%201%200%201%200%200-2z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.637%206.285a1%201%200%201%200-1.274-1.542A11.98%2011.98%200%200%200%202%2014c0%203.727%201.7%207.057%204.363%209.257a1%201%200%200%200%201.274-1.543A9.98%209.98%200%200%201%204%2014a9.98%209.98%200%200%201%203.637-7.715m14-1.542a1%201%200%201%200-1.274%201.542A9.98%209.98%200%200%201%2024%2014a9.98%209.98%200%200%201-3.637%207.715a1%201%200%200%200%201.274%201.542A11.98%2011.98%200%200%200%2026%2014c0-3.727-1.7-7.057-4.363-9.257M8.998%2013a1%201%200%201%200%200%202h10a1%201%200%201%200%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/subtract-parentheses-28-filled.svg?color=%231a73e8&size=48