Direction Fork Filled Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Direction Fork Filled icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/317594.svg" alt="Direction Fork Filled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317594.svg" alt="Direction Fork Filled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317594.svg" alt="Direction Fork Filled icon" :width="24" :height="24" />
CSS background
.icon-direction-fork-filled {
background-image: url('https://proicons.com/icon/317594.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<polygon id="inner-path" class="cls-1" points="8 14 8 9.414 15 16.414 15 26 17 26 17 16.414 24 9.414 24 14 26 14 26 6 18 6 18 8 22.586 8 16 14.586 9.414 8 14 8 14 6 6 6 6 14 8 14"/>
<path d="M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM26,14H24V9.4141l-7,7V26H15V16.4141l-7-7V14H6V6h8V8H9.4141L16,14.5859,22.5859,8H18V6h8Z" transform="translate(0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!