subtract parentheses icon
subtract-parentheses-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- subtract-parentheses-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
subtract-parentheses-16-filledsubtract-parentheses-16-regularsubtract-parentheses-20-filledsubtract-parentheses-20-regularsubtract-parentheses-24-filledsubtract-parentheses-24-regularsubtract-parentheses-28-filledsubtract-parentheses-28-regularsubtract-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 32 32"><path fill="currentColor" d="M8.56 7.23a1.25 1.25 0 0 0-1.618-1.905A13.97 13.97 0 0 0 2 16a13.97 13.97 0 0 0 4.942 10.675a1.25 1.25 0 1 0 1.618-1.906A11.47 11.47 0 0 1 4.5 16c0-3.514 1.574-6.658 4.06-8.77m16.498-1.905a1.25 1.25 0 1 0-1.618 1.906A11.47 11.47 0 0 1 27.5 16c0 3.513-1.574 6.658-4.06 8.77a1.25 1.25 0 0 0 1.618 1.905A13.97 13.97 0 0 0 30 16a13.97 13.97 0 0 0-4.942-10.675M10.25 14.75a1.25 1.25 0 1 0 0 2.5h11.5a1.25 1.25 0 1 0 0-2.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSubtractParentheses32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.56 7.23a1.25 1.25 0 0 0-1.618-1.905A13.97 13.97 0 0 0 2 16a13.97 13.97 0 0 0 4.942 10.675a1.25 1.25 0 1 0 1.618-1.906A11.47 11.47 0 0 1 4.5 16c0-3.514 1.574-6.658 4.06-8.77m16.498-1.905a1.25 1.25 0 1 0-1.618 1.906A11.47 11.47 0 0 1 27.5 16c0 3.513-1.574 6.658-4.06 8.77a1.25 1.25 0 0 0 1.618 1.905A13.97 13.97 0 0 0 30 16a13.97 13.97 0 0 0-4.942-10.675M10.25 14.75a1.25 1.25 0 1 0 0 2.5h11.5a1.25 1.25 0 1 0 0-2.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.56 7.23a1.25 1.25 0 0 0-1.618-1.905A13.97 13.97 0 0 0 2 16a13.97 13.97 0 0 0 4.942 10.675a1.25 1.25 0 1 0 1.618-1.906A11.47 11.47 0 0 1 4.5 16c0-3.514 1.574-6.658 4.06-8.77m16.498-1.905a1.25 1.25 0 1 0-1.618 1.906A11.47 11.47 0 0 1 27.5 16c0 3.513-1.574 6.658-4.06 8.77a1.25 1.25 0 0 0 1.618 1.905A13.97 13.97 0 0 0 30 16a13.97 13.97 0 0 0-4.942-10.675M10.25 14.75a1.25 1.25 0 1 0 0 2.5h11.5a1.25 1.25 0 1 0 0-2.5z"/></svg> </template>
CSS
.icon-subtract-parentheses-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.56%207.23a1.25%201.25%200%200%200-1.618-1.905A13.97%2013.97%200%200%200%202%2016a13.97%2013.97%200%200%200%204.942%2010.675a1.25%201.25%200%201%200%201.618-1.906A11.47%2011.47%200%200%201%204.5%2016c0-3.514%201.574-6.658%204.06-8.77m16.498-1.905a1.25%201.25%200%201%200-1.618%201.906A11.47%2011.47%200%200%201%2027.5%2016c0%203.513-1.574%206.658-4.06%208.77a1.25%201.25%200%200%200%201.618%201.905A13.97%2013.97%200%200%200%2030%2016a13.97%2013.97%200%200%200-4.942-10.675M10.25%2014.75a1.25%201.25%200%201%200%200%202.5h11.5a1.25%201.25%200%201%200%200-2.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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.56%207.23a1.25%201.25%200%200%200-1.618-1.905A13.97%2013.97%200%200%200%202%2016a13.97%2013.97%200%200%200%204.942%2010.675a1.25%201.25%200%201%200%201.618-1.906A11.47%2011.47%200%200%201%204.5%2016c0-3.514%201.574-6.658%204.06-8.77m16.498-1.905a1.25%201.25%200%201%200-1.618%201.906A11.47%2011.47%200%200%201%2027.5%2016c0%203.513-1.574%206.658-4.06%208.77a1.25%201.25%200%200%200%201.618%201.905A13.97%2013.97%200%200%200%2030%2016a13.97%2013.97%200%200%200-4.942-10.675M10.25%2014.75a1.25%201.25%200%201%200%200%202.5h11.5a1.25%201.25%200%201%200%200-2.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-32-filled.svg?color=%231a73e8&size=48