subtract parentheses icon

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

Name
subtract-parentheses-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M6.667 6.037a1 1 0 1 0-1.334-1.49A9.98 9.98 0 0 0 2 12a9.98 9.98 0 0 0 3.714 7.777a1 1 0 0 0 1.258-1.555A7.98 7.98 0 0 1 4 12a7.98 7.98 0 0 1 2.667-5.963m12-1.49a1 1 0 1 0-1.334 1.49A7.98 7.98 0 0 1 20 12a7.98 7.98 0 0 1-2.667 5.963a1 1 0 0 0 1.334 1.49A9.98 9.98 0 0 0 22 12a9.98 9.98 0 0 0-3.333-7.454M7 12a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentSubtractParentheses24Filled(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="M6.667 6.037a1 1 0 1 0-1.334-1.49A9.98 9.98 0 0 0 2 12a9.98 9.98 0 0 0 3.714 7.777a1 1 0 0 0 1.258-1.555A7.98 7.98 0 0 1 4 12a7.98 7.98 0 0 1 2.667-5.963m12-1.49a1 1 0 1 0-1.334 1.49A7.98 7.98 0 0 1 20 12a7.98 7.98 0 0 1-2.667 5.963a1 1 0 0 0 1.334 1.49A9.98 9.98 0 0 0 22 12a9.98 9.98 0 0 0-3.333-7.454M7 12a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.667 6.037a1 1 0 1 0-1.334-1.49A9.98 9.98 0 0 0 2 12a9.98 9.98 0 0 0 3.714 7.777a1 1 0 0 0 1.258-1.555A7.98 7.98 0 0 1 4 12a7.98 7.98 0 0 1 2.667-5.963m12-1.49a1 1 0 1 0-1.334 1.49A7.98 7.98 0 0 1 20 12a7.98 7.98 0 0 1-2.667 5.963a1 1 0 0 0 1.334 1.49A9.98 9.98 0 0 0 22 12a9.98 9.98 0 0 0-3.333-7.454M7 12a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1"/></svg>
</template>

CSS

.icon-subtract-parentheses-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.667%206.037a1%201%200%201%200-1.334-1.49A9.98%209.98%200%200%200%202%2012a9.98%209.98%200%200%200%203.714%207.777a1%201%200%200%200%201.258-1.555A7.98%207.98%200%200%201%204%2012a7.98%207.98%200%200%201%202.667-5.963m12-1.49a1%201%200%201%200-1.334%201.49A7.98%207.98%200%200%201%2020%2012a7.98%207.98%200%200%201-2.667%205.963a1%201%200%200%200%201.334%201.49A9.98%209.98%200%200%200%2022%2012a9.98%209.98%200%200%200-3.333-7.454M7%2012a1%201%200%200%201%201-1h8a1%201%200%201%201%200%202H8a1%201%200%200%201-1-1%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%22M6.667%206.037a1%201%200%201%200-1.334-1.49A9.98%209.98%200%200%200%202%2012a9.98%209.98%200%200%200%203.714%207.777a1%201%200%200%200%201.258-1.555A7.98%207.98%200%200%201%204%2012a7.98%207.98%200%200%201%202.667-5.963m12-1.49a1%201%200%201%200-1.334%201.49A7.98%207.98%200%200%201%2020%2012a7.98%207.98%200%200%201-2.667%205.963a1%201%200%200%200%201.334%201.49A9.98%209.98%200%200%200%2022%2012a9.98%209.98%200%200%200-3.333-7.454M7%2012a1%201%200%200%201%201-1h8a1%201%200%201%201%200%202H8a1%201%200%200%201-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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