branch-fork-hint-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
branch-fork-hint-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the branch fork hint icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 2a3.5 3.5 0 0 0-1 6.855v5.395a.75.75 0 0 0 1.5 0V13h6.25A3.75 3.75 0 0 0 17 9.25v-.285a3.5 3.5 0 1 0-1.5-.11v.395a2.25 2.25 0 0 1-2.25 2.25H7V8.965A3.5 3.5 0 0 0 6.5 2M5.341 16.885a.75.75 0 0 0-.872-1.22a3.53 3.53 0 0 0-1.231 1.587a.75.75 0 1 0 1.4.54a2 2 0 0 1 .703-.908m3.19-1.22a.75.75 0 0 0-.872 1.22a2 2 0 0 1 .704.906a.75.75 0 1 0 1.4-.539a3.5 3.5 0 0 0-1.232-1.588m-3.754 3.854a.75.75 0 1 0-1.294.759a3.5 3.5 0 0 0 1.474 1.37a.75.75 0 0 0 .662-1.346a2 2 0 0 1-.842-.783m4.74.759a.75.75 0 0 0-1.294-.759a2 2 0 0 1-.842.783a.75.75 0 0 0 .662 1.346a3.5 3.5 0 0 0 1.474-1.37"/></svg>

React

import type { SVGProps } from "react";

export function FluentBranchForkHint24Filled(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.5 2a3.5 3.5 0 0 0-1 6.855v5.395a.75.75 0 0 0 1.5 0V13h6.25A3.75 3.75 0 0 0 17 9.25v-.285a3.5 3.5 0 1 0-1.5-.11v.395a2.25 2.25 0 0 1-2.25 2.25H7V8.965A3.5 3.5 0 0 0 6.5 2M5.341 16.885a.75.75 0 0 0-.872-1.22a3.53 3.53 0 0 0-1.231 1.587a.75.75 0 1 0 1.4.54a2 2 0 0 1 .703-.908m3.19-1.22a.75.75 0 0 0-.872 1.22a2 2 0 0 1 .704.906a.75.75 0 1 0 1.4-.539a3.5 3.5 0 0 0-1.232-1.588m-3.754 3.854a.75.75 0 1 0-1.294.759a3.5 3.5 0 0 0 1.474 1.37a.75.75 0 0 0 .662-1.346a2 2 0 0 1-.842-.783m4.74.759a.75.75 0 0 0-1.294-.759a2 2 0 0 1-.842.783a.75.75 0 0 0 .662 1.346a3.5 3.5 0 0 0 1.474-1.37"/></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.5 2a3.5 3.5 0 0 0-1 6.855v5.395a.75.75 0 0 0 1.5 0V13h6.25A3.75 3.75 0 0 0 17 9.25v-.285a3.5 3.5 0 1 0-1.5-.11v.395a2.25 2.25 0 0 1-2.25 2.25H7V8.965A3.5 3.5 0 0 0 6.5 2M5.341 16.885a.75.75 0 0 0-.872-1.22a3.53 3.53 0 0 0-1.231 1.587a.75.75 0 1 0 1.4.54a2 2 0 0 1 .703-.908m3.19-1.22a.75.75 0 0 0-.872 1.22a2 2 0 0 1 .704.906a.75.75 0 1 0 1.4-.539a3.5 3.5 0 0 0-1.232-1.588m-3.754 3.854a.75.75 0 1 0-1.294.759a3.5 3.5 0 0 0 1.474 1.37a.75.75 0 0 0 .662-1.346a2 2 0 0 1-.842-.783m4.74.759a.75.75 0 0 0-1.294-.759a2 2 0 0 1-.842.783a.75.75 0 0 0 .662 1.346a3.5 3.5 0 0 0 1.474-1.37"/></svg>
</template>

CSS

.icon-branch-fork-hint-24-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%22M6.5%202a3.5%203.5%200%200%200-1%206.855v5.395a.75.75%200%200%200%201.5%200V13h6.25A3.75%203.75%200%200%200%2017%209.25v-.285a3.5%203.5%200%201%200-1.5-.11v.395a2.25%202.25%200%200%201-2.25%202.25H7V8.965A3.5%203.5%200%200%200%206.5%202M5.341%2016.885a.75.75%200%200%200-.872-1.22a3.53%203.53%200%200%200-1.231%201.587a.75.75%200%201%200%201.4.54a2%202%200%200%201%20.703-.908m3.19-1.22a.75.75%200%200%200-.872%201.22a2%202%200%200%201%20.704.906a.75.75%200%201%200%201.4-.539a3.5%203.5%200%200%200-1.232-1.588m-3.754%203.854a.75.75%200%201%200-1.294.759a3.5%203.5%200%200%200%201.474%201.37a.75.75%200%200%200%20.662-1.346a2%202%200%200%201-.842-.783m4.74.759a.75.75%200%200%200-1.294-.759a2%202%200%200%201-.842.783a.75.75%200%200%200%20.662%201.346a3.5%203.5%200%200%200%201.474-1.37%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.5%202a3.5%203.5%200%200%200-1%206.855v5.395a.75.75%200%200%200%201.5%200V13h6.25A3.75%203.75%200%200%200%2017%209.25v-.285a3.5%203.5%200%201%200-1.5-.11v.395a2.25%202.25%200%200%201-2.25%202.25H7V8.965A3.5%203.5%200%200%200%206.5%202M5.341%2016.885a.75.75%200%200%200-.872-1.22a3.53%203.53%200%200%200-1.231%201.587a.75.75%200%201%200%201.4.54a2%202%200%200%201%20.703-.908m3.19-1.22a.75.75%200%200%200-.872%201.22a2%202%200%200%201%20.704.906a.75.75%200%201%200%201.4-.539a3.5%203.5%200%200%200-1.232-1.588m-3.754%203.854a.75.75%200%201%200-1.294.759a3.5%203.5%200%200%200%201.474%201.37a.75.75%200%200%200%20.662-1.346a2%202%200%200%201-.842-.783m4.74.759a.75.75%200%200%200-1.294-.759a2%202%200%200%201-.842.783a.75.75%200%200%200%20.662%201.346a3.5%203.5%200%200%200%201.474-1.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/branch-fork-hint-24-filled.svg?color=%231a73e8&size=48