Redream Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Redream 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/346586.svg" alt="Redream icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346586.svg" alt="Redream icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346586.svg" alt="Redream icon" :width="24" :height="24" />
CSS background
.icon-redream {
background-image: url('https://proicons.com/icon/346586.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M12.0977,33.262c-5.6116-6.529-5.1688-15.1509,2.8-23.5937.112-.1186.179-.084.1487.0762l-.6264,3.314c5.669-6.2856,11.2885-8.2378,20.32-8.5579.2105-.0074.2238.0538.0309.1384-3.4466,1.5128-6.4785,3.672-6.3742,4.5081A28.6051,28.6051,0,0,1,42.005,12.8527c.1309.0766.1138.1288-.0377.12a11.9524,11.9524,0,0,0-6.1636,1.5416.1018.1018,0,0,0-.0319.159c6.8167,8.542,3.4415,17.9716-2.89,24.2705-.05.0493-.0807.0332-.0694-.0358l.5236-3.1887c-8.0922,7.5994-13.8353,6.86-20.0677,7.7652-.2743.04-.2846-.0005-.0269-.1027a23.3215,23.3215,0,0,0,7.02-4.5481c-4.9451.26-10.5666-.77-14.2833-3.4383-.108-.0775-.09-.1714.0374-.2075l6.0137-1.6978a.131.131,0,0,0,.0685-.23Z"/><path class="a" d="M28.25,9.1489a12.5906,12.5906,0,0,0-6.3561,1.7842c-1.2236,6.4571-.4441,10.7884-.1188,15.7456,3.7275-5.4534,4.0367-6.0974,4.1339-5.5278.5516,3.2336,1.3693,11.2355.2891,15.7125-.171.6591-2.2423,1.2819-6.69,2.0349"/></svg>
Copied!