Terra Aventura Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Terra Aventura 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/333809.svg" alt="Terra Aventura icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333809.svg" alt="Terra Aventura icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333809.svg" alt="Terra Aventura icon" :width="24" :height="24" />
CSS background
.icon-terra-aventura {
background-image: url('https://proicons.com/icon/333809.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="M7.5592,28.4146c-.3632-1.3958-.547-2.8323-.547-4.2747,0-4.2909,1.625-8.4226,4.5479-11.564M19.5082,7.7658c1.4599-.3994,2.9665-.6018,4.4799-.6018,4.5403,0,8.8913,1.8187,12.0812,5.0499M40.3803,19.7254c.3877,1.4395.5841,2.9238.5841,4.4146,0,4.4715-1.7643,8.7625-4.9095,11.941M28.4477,40.5199c-1.4533.3957-2.953.5962-4.4593.5962-4.5231,0-8.8591-1.8051-12.0456-5.0146"/><path class="c" d="M16.897,31.5585l-13.397,4.2972,10.464-9.5108c-.202-.7628-.2779-1.4826-.2779-2.2044,0-2.5458.9426-5.0015,2.6757-6.9673l-4.1157-12.9656,8.7836,10.0567c.986-.2843,1.9699-.4267,2.959-.4267,2.588,0,5.0813.974,7.024,2.7423l13.4874-4.2328-10.4639,9.5134c.1696.7541.2546,1.5157.2546,2.2798h0c0,2.6684-1.0353,5.2326-2.9621,7.1843l4.1724,12.4675-9.073-9.6406c-.8494.1984-1.6434.2908-2.44.2908-2.6326,0-5.1654-1.0078-7.0783-2.8166"/><path class="c" d="M21.5374,24.6764c-.0264-.1312-.0397-.2647-.0397-.3986,0-1.1168.9054-2.0222,2.0222-2.0222.1363,0,.2722.0138.4057.0411l3.8881-2.4823-2.3725,3.8325M25.4413,23.6469c.0669.2037.101.4167.101.631h0c0,1.1168-.9054,2.0222-2.0222,2.0222-.2403,0-.4786-.0428-.7038-.1264l-3.5463,2.5063,2.2675-4.0035"/></svg>
Copied!