parentheses icon

parentheses-fill from Remix Icon by Remix Design · Fill · Development · Apache-2.0 Free for personal and commercial use.

Name
parentheses-fill
Set
Remix Icon
Style
Fill
Category
Development
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More development icons from Remix Icon

Use the 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.923 21C5.113 18.664 4 15.493 4 12s1.113-6.664 2.923-9h2.014C7.235 5.388 6.2 8.542 6.2 12s1.035 6.612 2.737 9zm10.151 0H15.06c1.702-2.388 2.737-5.542 2.737-9s-1.035-6.612-2.737-9h2.014c1.81 2.336 2.923 5.507 2.923 9s-1.112 6.664-2.923 9"/></svg>

React

import type { SVGProps } from "react";

export function RiParenthesesFill(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.923 21C5.113 18.664 4 15.493 4 12s1.113-6.664 2.923-9h2.014C7.235 5.388 6.2 8.542 6.2 12s1.035 6.612 2.737 9zm10.151 0H15.06c1.702-2.388 2.737-5.542 2.737-9s-1.035-6.612-2.737-9h2.014c1.81 2.336 2.923 5.507 2.923 9s-1.112 6.664-2.923 9"/></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.923 21C5.113 18.664 4 15.493 4 12s1.113-6.664 2.923-9h2.014C7.235 5.388 6.2 8.542 6.2 12s1.035 6.612 2.737 9zm10.151 0H15.06c1.702-2.388 2.737-5.542 2.737-9s-1.035-6.612-2.737-9h2.014c1.81 2.336 2.923 5.507 2.923 9s-1.112 6.664-2.923 9"/></svg>
</template>

CSS

.icon-parentheses-fill {
  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.923%2021C5.113%2018.664%204%2015.493%204%2012s1.113-6.664%202.923-9h2.014C7.235%205.388%206.2%208.542%206.2%2012s1.035%206.612%202.737%209zm10.151%200H15.06c1.702-2.388%202.737-5.542%202.737-9s-1.035-6.612-2.737-9h2.014c1.81%202.336%202.923%205.507%202.923%209s-1.112%206.664-2.923%209%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.923%2021C5.113%2018.664%204%2015.493%204%2012s1.113-6.664%202.923-9h2.014C7.235%205.388%206.2%208.542%206.2%2012s1.035%206.612%202.737%209zm10.151%200H15.06c1.702-2.388%202.737-5.542%202.737-9s-1.035-6.612-2.737-9h2.014c1.81%202.336%202.923%205.507%202.923%209s-1.112%206.664-2.923%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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