Windtre Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Windtre 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/349748.svg" alt="Windtre icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349748.svg" alt="Windtre icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349748.svg" alt="Windtre icon" :width="24" :height="24" />
CSS background
.icon-windtre {
background-image: url('https://proicons.com/icon/349748.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M18.1846,27.4154c1.8319,2.312,4.1888,4.3233,6.3016,2.4107,1.803-1.6297,4.4418-4.2476,4.7486-6.8923.1464-1.2621-.0149-2.1009-.8407-2.1168-1.3986-.0269-3.5752,3.6031-5.7149,3.9447-3.2554.521-3.5044-2.5471-5.5814-3.1478-2.3609-.6844-3.6997,2.0142-5.9609,2.061-1.6217.0329-3.108-1.7203-4.4438-3.4228-.6674-.8507-1.1296-1.0888-1.6984-.8368-.4612.2042-.508.8467-.4921,1.4504.0458,1.1804,1.3119,3.5313,2.6806,5.5704,1.1167,1.6636,2.3011,3.1199,2.9446,3.5602.7481.513,2.3559.4632,4.0184-1.285,1.9475-2.0491,2.7135-2.9705,4.0384-1.296Z"/><path id="c" class="e" d="M18.6536,19.2454c0,1.2467-1.1255,2.2586-2.5138,2.2586-1.3909,0-2.5163-1.0119-2.5163-2.2586,0-1.248,1.1267-2.2586,2.5151-2.2586,1.3896,0,2.5151,1.0106,2.5151,2.2586Z"/><path id="d" class="e" d="M35.0085,24.2108c-1.9923-.1743-2.833-1.3936-.9165-2.5432.8238-.4951,2.7543-1.4544.6057-1.4882l-3.4656-.0568c-1.1057-.0179-3.112-.514-1.8987-1.803,5.8513-6.2159,15.6723-3.6967,11.4706,4.0653,5.9838,4.8174.5748,9.9545-2.4844,10.5561-5.7806,1.1376-9.8937-2.059-9.2143-5.6621.269-1.4354,1.5968-2.6537,3.2644-2.6477,2.0521.0319,2.6966,1.4743,2.6936,2.9675,1.4793.1574,2.8699-1.1854,2.2842-2.4406-.3048-.6515-.765-.8089-2.3389-.9463v-.001Z"/></svg>
Copied!