The arrow-left-on-rectangle icon is part of the heroicons library, created by Tailwind Labs and distributed under the MIT license. You can use it freely in your personal and commercial projects. Download it as SVG, PNG or copy the code for React and TypeScript.
Visit heroicons official websiteIcon font (CSS)
<i class="icof-arrow-left-on-rectangle"></i>
SVG sprite
<svg>
<use href="#arrow-left-on-rectangle" />
</svg>
React
import { ArrowLeftOnRectangle }
from 'heroicons';
<ArrowLeftOnRectangle />
The arrow-left-on-rectangle icon is available in 3 formats: icon font (TTF, WOFF, WOFF2 with CSS stylesheet), SVG sprite and React or TypeScript component. Build your custom pack with arrow-left-on-rectangle and 13000+ other free icons on icofly.