Uv Index Alt Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Uv Index Alt 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/319205.svg" alt="Uv Index Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319205.svg" alt="Uv Index Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319205.svg" alt="Uv Index Alt icon" :width="24" :height="24" />
CSS background
.icon-uv-index-alt {
background-image: url('https://proicons.com/icon/319205.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M13,30H9a2.0027,2.0027,0,0,1-2-2V20H9v8h4V20h2v8A2.0027,2.0027,0,0,1,13,30Z" transform="translate(0 0)"/>
<polygon points="25 20 23.25 20 21 29.031 18.792 20 17 20 19.5 30 22.5 30 25 20"/>
<rect x="15" y="2" width="2" height="5"/>
<rect x="21.6675" y="6.8536" width="4.958" height="1.9998" transform="translate(1.5191 19.3744) rotate(-45)"/>
<rect x="25" y="15" width="5" height="2"/>
<rect x="2" y="15" width="5" height="2"/>
<rect x="6.8536" y="5.3745" width="1.9998" height="4.958" transform="translate(-3.253 7.8535) rotate(-45)"/>
<path d="M22,17H20V16a4,4,0,0,0-8,0v1H10V16a6,6,0,0,1,12,0Z" transform="translate(0 0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!