subtract parentheses icon
subtract-parentheses-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- subtract-parentheses-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
subtract-parentheses-16-regularsubtract-parentheses-20-filledsubtract-parentheses-20-regularsubtract-parentheses-24-filledsubtract-parentheses-24-regularsubtract-parentheses-28-filledsubtract-parentheses-28-regularsubtract-parentheses-32-filledsubtract-parentheses-32-regularsubtract-parentheses-48-filledsubtract-parentheses-48-regular
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 16 16"><path fill="currentColor" d="M4.7 3.6a.75.75 0 1 0-.901-1.2A6.99 6.99 0 0 0 1 8a6.99 6.99 0 0 0 2.799 5.6a.75.75 0 0 0 .9-1.2A5.49 5.49 0 0 1 2.5 8a5.49 5.49 0 0 1 2.2-4.4m7.5-1.2a.75.75 0 1 0-.9 1.2A5.49 5.49 0 0 1 13.5 8a5.49 5.49 0 0 1-2.2 4.4a.75.75 0 1 0 .901 1.2A6.99 6.99 0 0 0 15 8a6.99 6.99 0 0 0-2.799-5.6M5.75 7.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSubtractParentheses16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.7 3.6a.75.75 0 1 0-.901-1.2A6.99 6.99 0 0 0 1 8a6.99 6.99 0 0 0 2.799 5.6a.75.75 0 0 0 .9-1.2A5.49 5.49 0 0 1 2.5 8a5.49 5.49 0 0 1 2.2-4.4m7.5-1.2a.75.75 0 1 0-.9 1.2A5.49 5.49 0 0 1 13.5 8a5.49 5.49 0 0 1-2.2 4.4a.75.75 0 1 0 .901 1.2A6.99 6.99 0 0 0 15 8a6.99 6.99 0 0 0-2.799-5.6M5.75 7.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.7 3.6a.75.75 0 1 0-.901-1.2A6.99 6.99 0 0 0 1 8a6.99 6.99 0 0 0 2.799 5.6a.75.75 0 0 0 .9-1.2A5.49 5.49 0 0 1 2.5 8a5.49 5.49 0 0 1 2.2-4.4m7.5-1.2a.75.75 0 1 0-.9 1.2A5.49 5.49 0 0 1 13.5 8a5.49 5.49 0 0 1-2.2 4.4a.75.75 0 1 0 .901 1.2A6.99 6.99 0 0 0 15 8a6.99 6.99 0 0 0-2.799-5.6M5.75 7.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5z"/></svg> </template>
CSS
.icon-subtract-parentheses-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.7%203.6a.75.75%200%201%200-.901-1.2A6.99%206.99%200%200%200%201%208a6.99%206.99%200%200%200%202.799%205.6a.75.75%200%200%200%20.9-1.2A5.49%205.49%200%200%201%202.5%208a5.49%205.49%200%200%201%202.2-4.4m7.5-1.2a.75.75%200%201%200-.9%201.2A5.49%205.49%200%200%201%2013.5%208a5.49%205.49%200%200%201-2.2%204.4a.75.75%200%201%200%20.901%201.2A6.99%206.99%200%200%200%2015%208a6.99%206.99%200%200%200-2.799-5.6M5.75%207.25a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.7%203.6a.75.75%200%201%200-.901-1.2A6.99%206.99%200%200%200%201%208a6.99%206.99%200%200%200%202.799%205.6a.75.75%200%200%200%20.9-1.2A5.49%205.49%200%200%201%202.5%208a5.49%205.49%200%200%201%202.2-4.4m7.5-1.2a.75.75%200%201%200-.9%201.2A5.49%205.49%200%200%201%2013.5%208a5.49%205.49%200%200%201-2.2%204.4a.75.75%200%201%200%20.901%201.2A6.99%206.99%200%200%200%2015%208a6.99%206.99%200%200%200-2.799-5.6M5.75%207.25a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/subtract-parentheses-16-filled.svg?color=%231a73e8&size=48