bifurcate-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
bifurcate-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Use the bifurcate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 5a3 3 0 1 1 4.086 2.797c.128.667.412 1.506.934 2.256C8.752 11.103 9.958 12 12 12s3.248-.897 3.98-1.947a6 6 0 0 0 .934-2.256a3.001 3.001 0 1 1 2.019.055a8 8 0 0 1-1.312 3.345c-.934 1.34-2.421 2.478-4.621 2.744v2.23a3.001 3.001 0 1 1-2 0v-2.23c-2.2-.266-3.687-1.405-4.62-2.744a8 8 0 0 1-1.313-3.345A3 3 0 0 1 3 5"/></svg>

React

import type { SVGProps } from "react";

export function TdesignBifurcateFilled(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="M3 5a3 3 0 1 1 4.086 2.797c.128.667.412 1.506.934 2.256C8.752 11.103 9.958 12 12 12s3.248-.897 3.98-1.947a6 6 0 0 0 .934-2.256a3.001 3.001 0 1 1 2.019.055a8 8 0 0 1-1.312 3.345c-.934 1.34-2.421 2.478-4.621 2.744v2.23a3.001 3.001 0 1 1-2 0v-2.23c-2.2-.266-3.687-1.405-4.62-2.744a8 8 0 0 1-1.313-3.345A3 3 0 0 1 3 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 5a3 3 0 1 1 4.086 2.797c.128.667.412 1.506.934 2.256C8.752 11.103 9.958 12 12 12s3.248-.897 3.98-1.947a6 6 0 0 0 .934-2.256a3.001 3.001 0 1 1 2.019.055a8 8 0 0 1-1.312 3.345c-.934 1.34-2.421 2.478-4.621 2.744v2.23a3.001 3.001 0 1 1-2 0v-2.23c-2.2-.266-3.687-1.405-4.62-2.744a8 8 0 0 1-1.313-3.345A3 3 0 0 1 3 5"/></svg>
</template>

CSS

.icon-bifurcate-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%22M3%205a3%203%200%201%201%204.086%202.797c.128.667.412%201.506.934%202.256C8.752%2011.103%209.958%2012%2012%2012s3.248-.897%203.98-1.947a6%206%200%200%200%20.934-2.256a3.001%203.001%200%201%201%202.019.055a8%208%200%200%201-1.312%203.345c-.934%201.34-2.421%202.478-4.621%202.744v2.23a3.001%203.001%200%201%201-2%200v-2.23c-2.2-.266-3.687-1.405-4.62-2.744a8%208%200%200%201-1.313-3.345A3%203%200%200%201%203%205%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%22M3%205a3%203%200%201%201%204.086%202.797c.128.667.412%201.506.934%202.256C8.752%2011.103%209.958%2012%2012%2012s3.248-.897%203.98-1.947a6%206%200%200%200%20.934-2.256a3.001%203.001%200%201%201%202.019.055a8%208%200%200%201-1.312%203.345c-.934%201.34-2.421%202.478-4.621%202.744v2.23a3.001%203.001%200%201%201-2%200v-2.23c-2.2-.266-3.687-1.405-4.62-2.744a8%208%200%200%201-1.313-3.345A3%203%200%200%201%203%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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