Arrow Left Fill Icon SVG
Arrow Left Fill
Arrow left fill SVG Icon Code | Customize color
You can get svg icon arrow left fill in blue, white, red color and transparent color from below list. You can also customize color using color picker.
Svg Code
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path d="M12 13v7l-8-8 8-8v7h8v2z"/> </g> </svg>
Svg Code
<svg style="color: white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="white" d="M0 0h24v24H0z"></path> <path d="M12 13v7l-8-8 8-8v7h8v2z" fill="white"></path> </g> </svg>
Svg Code
<svg style="color: red" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="red" d="M0 0h24v24H0z"></path> <path d="M12 13v7l-8-8 8-8v7h8v2z" fill="red"></path> </g> </svg>
Svg Code
<svg style="color: blue" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="blue" d="M0 0h24v24H0z"></path> <path d="M12 13v7l-8-8 8-8v7h8v2z" fill="blue"></path> </g> </svg>
Svg Code
<svg style="color: #f3da35" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="#f3da35" d="M0 0h24v24H0z"></path> <path d="M12 13v7l-8-8 8-8v7h8v2z" fill="#f3da35"></path> </g> </svg>
Advance Editor
You can edit arrow left fill as below. Change size color and background color of icon using below tool.
tab 2 content Tab 3 content |