Dreammapper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dreammapper 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/324744.svg" alt="Dreammapper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324744.svg" alt="Dreammapper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324744.svg" alt="Dreammapper icon" :width="24" :height="24" />
CSS background
.icon-dreammapper {
background-image: url('https://proicons.com/icon/324744.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M30.6093,23.0616v6.397M26.1608,20.1538v9.3048M21.7161,17.1253v12.3371M17.2639,21.6606v7.798M20.198,11.559c-4.2503.0048-7.8339,3.1694-8.3645,7.3864-4.0617.0291-7.3378,3.3322-7.3336,7.394,0,4.0784,3.3043,7.3902,7.3789,7.3902h8.5306l3.6592,2.7114,3.6592-2.7114h9.4483c3.4766.0159,6.3079-2.7897,6.3237-6.2663.0135-2.9659-2.045-5.5389-4.9416-6.1766-.1511-4.158-3.6443-7.4062-7.8023-7.2551-1.2971.0471-2.56.4286-3.6663,1.1074-1.5792-2.2417-4.1497-3.5755-6.8917-3.5761v-.0038Z"/></svg>
Copied!