subtract parentheses icon
subtract-parentheses-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- subtract-parentheses-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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-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 24 24"><path fill="currentColor" d="M6.719 5.34a.75.75 0 1 0-.933-1.175A9.98 9.98 0 0 0 2 12a9.98 9.98 0 0 0 3.786 7.835a.75.75 0 1 0 .933-1.174A8.48 8.48 0 0 1 3.5 12a8.48 8.48 0 0 1 3.219-6.66m11.495-1.175a.75.75 0 1 0-.933 1.174A8.48 8.48 0 0 1 20.5 12a8.48 8.48 0 0 1-3.219 6.66a.75.75 0 0 0 .933 1.175A9.98 9.98 0 0 0 22 12a9.98 9.98 0 0 0-3.786-7.835M7.75 11.25a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSubtractParentheses24Regular(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.719 5.34a.75.75 0 1 0-.933-1.175A9.98 9.98 0 0 0 2 12a9.98 9.98 0 0 0 3.786 7.835a.75.75 0 1 0 .933-1.174A8.48 8.48 0 0 1 3.5 12a8.48 8.48 0 0 1 3.219-6.66m11.495-1.175a.75.75 0 1 0-.933 1.174A8.48 8.48 0 0 1 20.5 12a8.48 8.48 0 0 1-3.219 6.66a.75.75 0 0 0 .933 1.175A9.98 9.98 0 0 0 22 12a9.98 9.98 0 0 0-3.786-7.835M7.75 11.25a.75.75 0 0 0 0 1.5h8.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 24 24"><path fill="currentColor" d="M6.719 5.34a.75.75 0 1 0-.933-1.175A9.98 9.98 0 0 0 2 12a9.98 9.98 0 0 0 3.786 7.835a.75.75 0 1 0 .933-1.174A8.48 8.48 0 0 1 3.5 12a8.48 8.48 0 0 1 3.219-6.66m11.495-1.175a.75.75 0 1 0-.933 1.174A8.48 8.48 0 0 1 20.5 12a8.48 8.48 0 0 1-3.219 6.66a.75.75 0 0 0 .933 1.175A9.98 9.98 0 0 0 22 12a9.98 9.98 0 0 0-3.786-7.835M7.75 11.25a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5z"/></svg> </template>
CSS
.icon-subtract-parentheses-24-regular {
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.719%205.34a.75.75%200%201%200-.933-1.175A9.98%209.98%200%200%200%202%2012a9.98%209.98%200%200%200%203.786%207.835a.75.75%200%201%200%20.933-1.174A8.48%208.48%200%200%201%203.5%2012a8.48%208.48%200%200%201%203.219-6.66m11.495-1.175a.75.75%200%201%200-.933%201.174A8.48%208.48%200%200%201%2020.5%2012a8.48%208.48%200%200%201-3.219%206.66a.75.75%200%200%200%20.933%201.175A9.98%209.98%200%200%200%2022%2012a9.98%209.98%200%200%200-3.786-7.835M7.75%2011.25a.75.75%200%200%200%200%201.5h8.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.719%205.34a.75.75%200%201%200-.933-1.175A9.98%209.98%200%200%200%202%2012a9.98%209.98%200%200%200%203.786%207.835a.75.75%200%201%200%20.933-1.174A8.48%208.48%200%200%201%203.5%2012a8.48%208.48%200%200%201%203.219-6.66m11.495-1.175a.75.75%200%201%200-.933%201.174A8.48%208.48%200%200%201%2020.5%2012a8.48%208.48%200%200%201-3.219%206.66a.75.75%200%200%200%20.933%201.175A9.98%209.98%200%200%200%2022%2012a9.98%209.98%200%200%200-3.786-7.835M7.75%2011.25a.75.75%200%200%200%200%201.5h8.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-24-regular.svg?color=%231a73e8&size=48