Dreamer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dreamer 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/339299.svg" alt="Dreamer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339299.svg" alt="Dreamer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339299.svg" alt="Dreamer icon" :width="24" :height="24" />
CSS background
.icon-dreamer {
background-image: url('https://proicons.com/icon/339299.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="M37.7689,39.6146A7.4468,7.4468,0,0,1,31.6026,43.5a6.0589,6.0589,0,0,1-6.1664-3.8854c-.8128-1.734-2.372-5.2325-2.372-5.2325l-8.8827-.0049a6.0271,6.0271,0,1,1,0-12.0541s.99-6.13,6.1362-6.13h4.02l8.6564-6.9577V20.21l4.7744,12.2923C38.7938,34.9493,39.0409,37.4139,37.7689,39.6146Z"/><path class="a" d="M29.4763,11.8484H21.9006c-3.9734,0-5.9378,2.6968-5.7476,6.24"/><path class="a" d="M20.5556,11.9032,13.6661,4.5l3.7055,9.1306"/><path class="a" d="M33.0646,15.4326s4.3939,7.2587,6.2184,12.61c1.5911,4.6669-.66,5.5838-.66,5.5838"/><circle class="a" cx="20.301" cy="22.5749" r="1.4743"/></svg>
Copied!