Prognoza Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Prognoza 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/331636.svg" alt="Prognoza icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331636.svg" alt="Prognoza icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331636.svg" alt="Prognoza icon" :width="24" :height="24" />
CSS background
.icon-prognoza {
background-image: url('https://proicons.com/icon/331636.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m38.8939,24.1664c1.3882-9.9068-3.8461-19.1508-12.6862-20.7065C17.3676,1.9042,6.7963,6.2897,6.7963,21.4076"/><path id="d" class="e" d="m17.8479,18.7608c12.4189,0,21.8492,5.2721,27.2437,9.4286-1.9281,10.1051-11.164,18.163-23.0136,17.2336-11.8496-.9293-19.5174-11.5024-19.5174-20.3094,0,0,4.2357-6.3528,15.2873-6.3528Z"/></svg>
Copied!