Ventusky Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ventusky 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/349242.svg" alt="Ventusky icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349242.svg" alt="Ventusky icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349242.svg" alt="Ventusky icon" :width="24" :height="24" />
CSS background
.icon-ventusky {
background-image: url('https://proicons.com/icon/349242.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m10.286,33.278h17.85m-23.636,0h3.883m-3.883-14.845h19.745m8.69,0h7.774m-24.237,11.133h14.956m-20.842,0h3.882m11.78-3.71h7.774m-17.55,0h7.773m-13.66-3.712h3.883m14.774,0h7.773m-20.543,0h7.773m11.481-7.422h7.774m-27.028,0h7.773"/></svg>
Copied!