Rainymood Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rainymood 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/331896.svg" alt="Rainymood icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331896.svg" alt="Rainymood icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331896.svg" alt="Rainymood icon" :width="24" :height="24" />
CSS background
.icon-rainymood {
background-image: url('https://proicons.com/icon/331896.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>.x{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="x" d="M38.5006,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0012c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0012c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/><g id="d"><g id="e"><path id="f" class="x" d="M9.5,23.0929v-7.0796h2.3009c1.3274,0,2.3894,1.0619,2.3894,2.3894s-1.0619,2.3894-2.3894,2.3894h-2.3009"/></g><g id="g"><g id="h"><path id="i" class="x" d="M11.9148,20.7894l2.2754,2.3035"/></g></g></g><g id="j"><polyline id="k" class="x" points="20.6282 23.0929 18.3273 16.0133 15.9379 23.0929"/><line id="l" class="x" x1="16.7344" y1="20.7035" x2="19.8317" y2="20.7035"/></g><g id="m"><line id="n" class="x" x1="22.3758" y1="16.0133" x2="22.3758" y2="23.0929"/></g><g id="o"><polyline id="p" class="x" points="24.1235 23.0929 24.1235 16.0133 28.8138 23.0929 28.8138 16.0133"/></g><g id="q"><polyline id="r" class="x" points="35.2517 16.0133 32.9508 19.5531 30.5614 16.0133"/><line id="s" class="x" x1="32.9508" y1="23.0929" x2="32.9508" y2="19.5531"/></g><polyline id="t" class="x" points="12.2016 31.9867 12.2016 24.9071 15.7414 31.9867 19.2812 24.9071 19.2812 31.9867"/><path id="u" class="x" d="M20.9542,29.5973c0,1.3274,1.0619,2.3894,2.3009,2.3894,1.3274,0,2.3894-1.0619,2.3894-2.3894v-2.3894c0-1.3274-1.0619-2.3894-2.3894-2.3894s-2.3009,1.0619-2.3009,2.3894v2.3894Z"/><path id="v" class="x" d="M27.4081,29.5973c0,1.3274,1.0619,2.3894,2.3009,2.3894,1.3274,0,2.3894-1.0619,2.3894-2.3894v-2.3894c0-1.3274-1.0619-2.3894-2.3894-2.3894s-2.3009,1.0619-2.3009,2.3894v2.3894Z"/><path id="w" class="x" d="M33.8097,31.9867v-7.0796h1.1504c1.9469,0,3.5398,1.5929,3.5398,3.5398h0c0,1.9469-1.5929,3.5398-3.5398,3.5398h-1.1504Z"/></svg>
Copied!