Toy Lattu Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Toy Lattu 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/306698.svg" alt="Toy Lattu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306698.svg" alt="Toy Lattu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306698.svg" alt="Toy Lattu icon" :width="24" :height="24" />
CSS background
.icon-toy-lattu {
background-image: url('https://proicons.com/icon/306698.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M832 414c-3-19-10-25-29-25-101 1-202 1-303 1-102 0-204 1-305 0-17 0-25 4-28 21-9 55-9 108 7 162 31 107 100 180 199 227 49 22 84 58 109 105 6 11 9 20-5 30-18 14-18 39-4 54 14 14 39 15 53 1 16-15 15-41-4-56-12-9-10-16-5-26 16-32 37-60 65-81 35-26 76-42 111-66 109-75 166-218 139-347zm-623-59c97-1 194-1 290-1h293c17 1 24-1 14-21-58-123-199-212-353-188-118 18-204 81-258 188-10 19-5 22 14 22zM439 96c0 15 6 16 18 15 18-1 37-3 55-3 50 3 50 3 49-45 0-20 9-44-3-57-13-13-38 1-54-4-18 0-34 1-49 0-13-1-16 4-16 17 1 25 1 51 0 77z"/></svg>
Copied!