Back Alt Icon SVG
Back Alt
Back alt SVG Icon Code | Customize color
You can get svg icon back alt in blue, white, red color and transparent color from below list. You can also customize color using color picker.
Svg Code
<svg role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" aria-labelledby="backAltIconTitle"> <title id="backAltIconTitle">Back</title> <path d="M4 12l15-9v18z"/> </svg>
Svg Code
<svg style="color: white" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" aria-labelledby="backAltIconTitle"> <title id="backAltIconTitle">Back</title> <path d="M4 12l15-9v18z" fill="white"></path> </svg>
Svg Code
<svg style="color: red" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" aria-labelledby="backAltIconTitle"> <title id="backAltIconTitle">Back</title> <path d="M4 12l15-9v18z" fill="red"></path> </svg>
Svg Code
<svg style="color: blue" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" aria-labelledby="backAltIconTitle"> <title id="backAltIconTitle">Back</title> <path d="M4 12l15-9v18z" fill="blue"></path> </svg>
Svg Code
<svg style="color: #f3da35" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" aria-labelledby="backAltIconTitle"> <title id="backAltIconTitle">Back</title> <path d="M4 12l15-9v18z" fill="#f3da35"></path> </svg>
Advance Editor
You can edit back alt as below. Change size color and background color of icon using below tool.
tab 2 content Tab 3 content |