Lato Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lato 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/328189.svg" alt="Lato icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328189.svg" alt="Lato icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328189.svg" alt="Lato icon" :width="24" :height="24" />
CSS background
.icon-lato {
background-image: url('https://proicons.com/icon/328189.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><line class="c" x1="5.5" y1="20.8337" x2="41.3959" y2="41.2577"/><path class="c" d="M5.5,11.9814l14.0022,7.9107.952-1.632s2.397-1.4166,5.7799-.9066c.501.0755,2.176.884,2.176.884,0,0,3.3773-4.3632,5.0092-1.4733s-.476,4.6749-1.802,4.6919-1.615-1.632-1.615-1.632"/><path class="c" d="M25.0214,22.867c2.431-.544,5.3201-2.1726,5.3201-2.1726"/><path class="c" d="M24.6015,31.702c-.549-1.2192.2159-2.7832.9809-3.8372s2.244-2.448-.561-4.9979"/><path class="c" d="M17.7767,27.8189c-.8131-.413-.1841-2.045.9378-2.232s4.5049-.442,4.4369-1.394-.442-1.139-.646-2.04-.238-2.4989,2.7369-2.7709"/><path class="c" d="M29.5887,32.7438c-.9746.3315-1.9556.6009-2.9271.1304"/><path class="c" d="M13.541,24.0853c.0453.9066.1647,1.4173,1.1103,1.9553"/></svg>
Copied!